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
@@ -46,7 +46,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
46
46
  this.p = null;
47
47
  this.o = null;
48
48
  }
49
- aj() {
49
+ ak() {
50
50
  }
51
51
  g() {
52
52
  return true;
@@ -57,7 +57,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
57
57
  get r() {
58
58
  return this.m;
59
59
  }
60
- ad(a) {
60
+ ae(a) {
61
61
  if (a == null) {
62
62
  for (let b of fromEnum(this.h)) {
63
63
  b();
@@ -76,7 +76,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
76
76
  this.n.setStyleProperty("display", "inline-flex");
77
77
  this.n.setStyleProperty("align-items", "center");
78
78
  this.n.setStyleProperty("justify-content", "center");
79
- this.as();
79
+ this.at();
80
80
  this.n.setStyleProperty("border", "none");
81
81
  this.n.setStyleProperty("cursor", "pointer");
82
82
  this.n.setStyleProperty("user-select", "none");
@@ -85,10 +85,10 @@ export let ButtonView = /*@__PURE__*/ (() => {
85
85
  this.n.setStyleProperty("overflow", "hidden");
86
86
  this.n.setStyleProperty("white-space", "no-wrap");
87
87
  this.n.setStyleProperty("color", "#000");
88
- this.n.setStyleProperty("background", this.b.m8._fill);
89
- NativeUI.m(this.n, this.b.kc);
88
+ this.n.setStyleProperty("background", this.b.m9._fill);
89
+ NativeUI.m(this.n, this.b.kd);
90
90
  this.n.setAttribute("id", this.b.h8);
91
- this.ap();
91
+ this.aq();
92
92
  this.h.add(c.listen("change", runOn(this, this.w)));
93
93
  this.h.add(c.listen("click", runOn(this, this.x)));
94
94
  this.h.add(c.listen("focus", runOn(this, this.y)));
@@ -136,12 +136,12 @@ export let ButtonView = /*@__PURE__*/ (() => {
136
136
  comp_.alignItems = alignItems_;
137
137
  }
138
138
  }, true);
139
- this.b.jz();
139
+ this.b.j0();
140
140
  }
141
- af() {
141
+ ag() {
142
142
  this.c.i = this.b.ae;
143
143
  }
144
- as() {
144
+ at() {
145
145
  let a = "2.25rem";
146
146
  let b = "2.25rem";
147
147
  let c = "2.25rem";
@@ -207,17 +207,17 @@ export let ButtonView = /*@__PURE__*/ (() => {
207
207
  this.n.setStyleProperty("min-height", this.i.toString() + "px");
208
208
  }
209
209
  }
210
- ao(a) {
210
+ ap(a) {
211
211
  this.j = a;
212
212
  }
213
- an(a) {
213
+ ao(a) {
214
214
  this.i = a;
215
215
  }
216
- al() {
216
+ am() {
217
217
  this.n.setAttribute("disabled", this.b.disabled ? "true" : "false");
218
218
  this.n.setProperty("disabled", this.b.disabled);
219
219
  }
220
- ag() {
220
+ ah() {
221
221
  if (this.k != null) {
222
222
  this.k.rootWrapper.setStyleProperty("display", this.b.gc);
223
223
  let comp_ = this.p;
@@ -233,7 +233,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
233
233
  ;
234
234
  }
235
235
  }
236
- ab() {
236
+ ac() {
237
237
  if (this.k != null) {
238
238
  this.k.rootWrapper.setStyleProperty("align-items", this.b.fw);
239
239
  this.n.setStyleProperty("align-items", this.b.fw);
@@ -250,7 +250,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
250
250
  ;
251
251
  }
252
252
  }
253
- ah() {
253
+ ai() {
254
254
  if (this.k != null) {
255
255
  this.k.rootWrapper.setStyleProperty("flex-direction", this.b.hf);
256
256
  this.n.setStyleProperty("flex-direction", this.b.hf);
@@ -267,7 +267,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
267
267
  ;
268
268
  }
269
269
  }
270
- ai() {
270
+ aj() {
271
271
  if (this.k != null) {
272
272
  this.k.rootWrapper.setStyleProperty("flex-grow", this.b.hh);
273
273
  this.n.setStyleProperty("flex-grow", this.b.hh);
@@ -280,7 +280,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
280
280
  }
281
281
  s(a) {
282
282
  }
283
- ap() {
283
+ aq() {
284
284
  if (this.g()) {
285
285
  let a = this.b.h8;
286
286
  this.n.setAttribute("name", this.b.ih);
@@ -294,38 +294,38 @@ export let ButtonView = /*@__PURE__*/ (() => {
294
294
  this.n.setAttribute("aria-label", this.b.fy);
295
295
  }
296
296
  }
297
- ak() {
297
+ al() {
298
298
  if (this.g()) {
299
299
  let a = this.b.h8;
300
300
  this.n.setAttribute("id", a);
301
301
  }
302
302
  }
303
303
  t(a) {
304
- this.b.jw();
304
+ this.b.jx();
305
305
  }
306
306
  u(a) {
307
- this.b.jx();
307
+ this.b.jy();
308
308
  }
309
309
  v(a) {
310
- this.b.js();
310
+ this.b.jt();
311
311
  }
312
312
  y(a) {
313
- this.b.jv();
313
+ this.b.jw();
314
314
  }
315
315
  x(a) {
316
- this.b.jt();
316
+ this.b.ju();
317
317
  }
318
318
  f() {
319
319
  return false;
320
320
  }
321
321
  w(a) {
322
322
  }
323
- aa() {
323
+ ab() {
324
324
  if (KeyFrameAnimationFactory.h == null) {
325
325
  KeyFrameAnimationFactory.h = this.k;
326
326
  }
327
327
  }
328
- ac() {
328
+ ad() {
329
329
  this.e = true;
330
330
  this.h.add(this.n.listen("change", runOn(this, this.w)));
331
331
  this.h.add(this.n.listen("click", runOn(this, this.x)));
@@ -335,29 +335,29 @@ export let ButtonView = /*@__PURE__*/ (() => {
335
335
  this.h.add(this.n.listen("mouseenter", runOn(this, this.t)));
336
336
  this.h.add(this.n.listen("mouseleave", runOn(this, this.u)));
337
337
  }
338
- ae() {
338
+ af() {
339
339
  this.e = false;
340
340
  for (let a of fromEnum(this.h)) {
341
341
  a();
342
342
  }
343
343
  this.h.clear();
344
344
  }
345
- am() {
345
+ an() {
346
346
  let model_ = this.b;
347
347
  if (model_.externalObject && model_.externalObject.refreshDefaults) {
348
348
  model_.externalObject.refreshDefaults();
349
349
  }
350
350
  ;
351
351
  }
352
- aq(a, b) {
352
+ ar(a, b) {
353
353
  this.c.ax = a;
354
354
  this.c.aw = b;
355
355
  }
356
- ar(a, b) {
357
- let c = ElevationHelper.e(a, this.b.nk, this.b.nh, this.b.m7, b);
356
+ as(a, b) {
357
+ let c = ElevationHelper.e(a, this.b.nl, this.b.ni, this.b.m8, b);
358
358
  this.n.setStyleProperty("box-shadow", c);
359
359
  }
360
- at(a) {
360
+ au(a) {
361
361
  if (a != null) {
362
362
  this.m.setStyleProperty("font", a.fontString);
363
363
  }
@@ -365,6 +365,9 @@ export let ButtonView = /*@__PURE__*/ (() => {
365
365
  z(a) {
366
366
  this.m.append(a);
367
367
  }
368
+ aa() {
369
+ this.m.removeChildren();
370
+ }
368
371
  a() {
369
372
  let rect_ = this.k.rootWrapper.getNativeElement().getBoundingClientRect();
370
373
  let a = (rect_.top);
@@ -387,226 +390,226 @@ export let XButton = /*@__PURE__*/ (() => {
387
390
  super();
388
391
  this._view = null;
389
392
  this.ez = null;
390
- this.sg = ThemeResolver.e(XButton.h, XButton.rs, XButton.o9);
391
- this.r4 = ThemeResolver.e(XButton.h, XButton.rg, XButton.ox);
392
- this.nn = ThemeResolver.e(XButton.h, XButton.p7, XButton.no);
393
+ this.sh = ThemeResolver.e(XButton.h, XButton.rt, XButton.pa);
394
+ this.r5 = ThemeResolver.e(XButton.h, XButton.rh, XButton.oy);
395
+ this.no = ThemeResolver.e(XButton.h, XButton.p8, XButton.np);
393
396
  this.r = ThemeResolver.a(XButton.h, XButton.s, XButton.q);
394
- this.r7 = ThemeResolver.e(XButton.h, XButton.rj, XButton.o0);
395
397
  this.r8 = ThemeResolver.e(XButton.h, XButton.rk, XButton.o1);
396
398
  this.r9 = ThemeResolver.e(XButton.h, XButton.rl, XButton.o2);
399
+ this.sa = ThemeResolver.e(XButton.h, XButton.rm, XButton.o3);
397
400
  this.d2 = ThemeResolver.c(XButton.h, XButton.du, XButton.cx);
398
401
  this.d5 = ThemeResolver.c(XButton.h, XButton.dx, XButton.c0);
399
402
  this.d4 = ThemeResolver.c(XButton.h, XButton.dw, XButton.cz);
400
403
  this.d3 = ThemeResolver.c(XButton.h, XButton.dv, XButton.cy);
404
+ this.r7 = ThemeResolver.e(XButton.h, XButton.rj, XButton.o0);
405
+ this.sf = ThemeResolver.e(XButton.h, XButton.rr, XButton.o8);
406
+ this.ku = ThemeResolver.d(XButton.h, XButton.ks, XButton.kk);
407
+ this.bc = ThemeResolver.b(XButton.h, XButton.ba, XButton.a2);
401
408
  this.r6 = ThemeResolver.e(XButton.h, XButton.ri, XButton.oz);
409
+ this.sg = ThemeResolver.e(XButton.h, XButton.rs, XButton.o9);
402
410
  this.se = ThemeResolver.e(XButton.h, XButton.rq, XButton.o7);
403
- this.kt = ThemeResolver.d(XButton.h, XButton.kr, XButton.kj);
404
- this.bc = ThemeResolver.b(XButton.h, XButton.ba, XButton.a2);
405
- this.r5 = ThemeResolver.e(XButton.h, XButton.rh, XButton.oy);
406
- this.sf = ThemeResolver.e(XButton.h, XButton.rr, XButton.o8);
407
411
  this.sd = ThemeResolver.e(XButton.h, XButton.rp, XButton.o6);
408
- this.sc = ThemeResolver.e(XButton.h, XButton.ro, XButton.o5);
409
- this.sa = ThemeResolver.e(XButton.h, XButton.rm, XButton.o3);
410
412
  this.sb = ThemeResolver.e(XButton.h, XButton.rn, XButton.o4);
411
- this.pn = ThemeResolver.e(XButton.h, XButton.ql, XButton.n2);
413
+ this.sc = ThemeResolver.e(XButton.h, XButton.ro, XButton.o5);
412
414
  this.po = ThemeResolver.e(XButton.h, XButton.qm, XButton.n3);
413
415
  this.pp = ThemeResolver.e(XButton.h, XButton.qn, XButton.n4);
416
+ this.pq = ThemeResolver.e(XButton.h, XButton.qo, XButton.n5);
414
417
  this.c5 = ThemeResolver.c(XButton.h, XButton.dh, XButton.cl);
415
418
  this.c8 = ThemeResolver.c(XButton.h, XButton.dk, XButton.co);
416
419
  this.c7 = ThemeResolver.c(XButton.h, XButton.dj, XButton.cn);
417
420
  this.c6 = ThemeResolver.c(XButton.h, XButton.di, XButton.cm);
421
+ this.pn = ThemeResolver.e(XButton.h, XButton.ql, XButton.n2);
422
+ this.pv = ThemeResolver.e(XButton.h, XButton.qt, XButton.oa);
423
+ this.km = ThemeResolver.d(XButton.h, XButton.kp, XButton.kh);
424
+ this.a4 = ThemeResolver.b(XButton.h, XButton.a7, XButton.az);
418
425
  this.pm = ThemeResolver.e(XButton.h, XButton.qk, XButton.n1);
426
+ this.pw = ThemeResolver.e(XButton.h, XButton.qu, XButton.ob);
419
427
  this.pu = ThemeResolver.e(XButton.h, XButton.qs, XButton.n9);
420
- this.kl = ThemeResolver.d(XButton.h, XButton.ko, XButton.kg);
421
- this.a4 = ThemeResolver.b(XButton.h, XButton.a7, XButton.az);
422
- this.pl = ThemeResolver.e(XButton.h, XButton.qj, XButton.n0);
423
- this.pv = ThemeResolver.e(XButton.h, XButton.qt, XButton.oa);
424
428
  this.pt = ThemeResolver.e(XButton.h, XButton.qr, XButton.n8);
425
- this.ps = ThemeResolver.e(XButton.h, XButton.qq, XButton.n7);
426
- this.pq = ThemeResolver.e(XButton.h, XButton.qo, XButton.n5);
427
429
  this.pr = ThemeResolver.e(XButton.h, XButton.qp, XButton.n6);
428
- this.rv = ThemeResolver.e(XButton.h, XButton.q7, XButton.oo);
430
+ this.ps = ThemeResolver.e(XButton.h, XButton.qq, XButton.n7);
429
431
  this.rw = ThemeResolver.e(XButton.h, XButton.q8, XButton.op);
430
432
  this.rx = ThemeResolver.e(XButton.h, XButton.q9, XButton.oq);
433
+ this.ry = ThemeResolver.e(XButton.h, XButton.ra, XButton.or);
431
434
  this.dy = ThemeResolver.c(XButton.h, XButton.dq, XButton.ct);
432
435
  this.d1 = ThemeResolver.c(XButton.h, XButton.dt, XButton.cw);
433
436
  this.d0 = ThemeResolver.c(XButton.h, XButton.ds, XButton.cv);
434
437
  this.dz = ThemeResolver.c(XButton.h, XButton.dr, XButton.cu);
438
+ this.rv = ThemeResolver.e(XButton.h, XButton.q7, XButton.oo);
439
+ this.r3 = ThemeResolver.e(XButton.h, XButton.rf, XButton.ow);
440
+ this.kt = ThemeResolver.d(XButton.h, XButton.kr, XButton.kj);
441
+ this.bb = ThemeResolver.b(XButton.h, XButton.a9, XButton.a1);
435
442
  this.ru = ThemeResolver.e(XButton.h, XButton.q6, XButton.on);
443
+ this.r4 = ThemeResolver.e(XButton.h, XButton.rg, XButton.ox);
436
444
  this.r2 = ThemeResolver.e(XButton.h, XButton.re, XButton.ov);
437
- this.ks = ThemeResolver.d(XButton.h, XButton.kq, XButton.ki);
438
- this.bb = ThemeResolver.b(XButton.h, XButton.a9, XButton.a1);
439
- this.rt = ThemeResolver.e(XButton.h, XButton.q5, XButton.om);
440
- this.r3 = ThemeResolver.e(XButton.h, XButton.rf, XButton.ow);
441
445
  this.r1 = ThemeResolver.e(XButton.h, XButton.rd, XButton.ou);
442
- this.r0 = ThemeResolver.e(XButton.h, XButton.rc, XButton.ot);
443
- this.ry = ThemeResolver.e(XButton.h, XButton.ra, XButton.or);
444
446
  this.rz = ThemeResolver.e(XButton.h, XButton.rb, XButton.os);
445
- this.py = ThemeResolver.e(XButton.h, XButton.qw, XButton.od);
447
+ this.r0 = ThemeResolver.e(XButton.h, XButton.rc, XButton.ot);
446
448
  this.pz = ThemeResolver.e(XButton.h, XButton.qx, XButton.oe);
447
449
  this.p0 = ThemeResolver.e(XButton.h, XButton.qy, XButton.of);
450
+ this.p1 = ThemeResolver.e(XButton.h, XButton.qz, XButton.og);
448
451
  this.c9 = ThemeResolver.c(XButton.h, XButton.dl, XButton.cp);
449
452
  this.dc = ThemeResolver.c(XButton.h, XButton.dp, XButton.cs);
450
453
  this.db = ThemeResolver.c(XButton.h, XButton.dn, XButton.cr);
451
454
  this.da = ThemeResolver.c(XButton.h, XButton.dm, XButton.cq);
455
+ this.py = ThemeResolver.e(XButton.h, XButton.qw, XButton.od);
456
+ this.p6 = ThemeResolver.e(XButton.h, XButton.q4, XButton.ol);
457
+ this.kn = ThemeResolver.d(XButton.h, XButton.kq, XButton.ki);
458
+ this.a5 = ThemeResolver.b(XButton.h, XButton.a8, XButton.a0);
452
459
  this.px = ThemeResolver.e(XButton.h, XButton.qv, XButton.oc);
460
+ this.p7 = ThemeResolver.e(XButton.h, XButton.q5, XButton.om);
453
461
  this.p5 = ThemeResolver.e(XButton.h, XButton.q3, XButton.ok);
454
- this.km = ThemeResolver.d(XButton.h, XButton.kp, XButton.kh);
455
- this.a5 = ThemeResolver.b(XButton.h, XButton.a8, XButton.a0);
456
- this.pw = ThemeResolver.e(XButton.h, XButton.qu, XButton.ob);
457
- this.p6 = ThemeResolver.e(XButton.h, XButton.q4, XButton.ol);
458
462
  this.p4 = ThemeResolver.e(XButton.h, XButton.q2, XButton.oj);
459
- this.p3 = ThemeResolver.e(XButton.h, XButton.q1, XButton.oi);
460
- this.p1 = ThemeResolver.e(XButton.h, XButton.qz, XButton.og);
461
463
  this.p2 = ThemeResolver.e(XButton.h, XButton.q0, XButton.oh);
462
- this.pc = ThemeResolver.e(XButton.h, XButton.qa, XButton.nr);
464
+ this.p3 = ThemeResolver.e(XButton.h, XButton.q1, XButton.oi);
463
465
  this.pd = ThemeResolver.e(XButton.h, XButton.qb, XButton.ns);
464
466
  this.pe = ThemeResolver.e(XButton.h, XButton.qc, XButton.nt);
467
+ this.pf = ThemeResolver.e(XButton.h, XButton.qd, XButton.nu);
465
468
  this.c1 = ThemeResolver.c(XButton.h, XButton.dd, XButton.ch);
466
469
  this.c4 = ThemeResolver.c(XButton.h, XButton.dg, XButton.ck);
467
470
  this.c3 = ThemeResolver.c(XButton.h, XButton.df, XButton.cj);
468
471
  this.c2 = ThemeResolver.c(XButton.h, XButton.de, XButton.ci);
472
+ this.pc = ThemeResolver.e(XButton.h, XButton.qa, XButton.nr);
473
+ this.pk = ThemeResolver.e(XButton.h, XButton.qi, XButton.nz);
474
+ this.kl = ThemeResolver.d(XButton.h, XButton.ko, XButton.kg);
475
+ this.a3 = ThemeResolver.b(XButton.h, XButton.a6, XButton.ay);
469
476
  this.pb = ThemeResolver.e(XButton.h, XButton.p9, XButton.nq);
477
+ this.pl = ThemeResolver.e(XButton.h, XButton.qj, XButton.n0);
470
478
  this.pj = ThemeResolver.e(XButton.h, XButton.qh, XButton.ny);
471
- this.kk = ThemeResolver.d(XButton.h, XButton.kn, XButton.kf);
472
- this.a3 = ThemeResolver.b(XButton.h, XButton.a6, XButton.ay);
473
- this.pa = ThemeResolver.e(XButton.h, XButton.p8, XButton.np);
474
- this.pk = ThemeResolver.e(XButton.h, XButton.qi, XButton.nz);
475
479
  this.pi = ThemeResolver.e(XButton.h, XButton.qg, XButton.nx);
476
- this.ph = ThemeResolver.e(XButton.h, XButton.qf, XButton.nw);
477
- this.pf = ThemeResolver.e(XButton.h, XButton.qd, XButton.nu);
478
480
  this.pg = ThemeResolver.e(XButton.h, XButton.qe, XButton.nv);
481
+ this.ph = ThemeResolver.e(XButton.h, XButton.qf, XButton.nw);
479
482
  this.at = NaN;
480
483
  this.as = NaN;
481
484
  this.d = 0;
482
485
  this.k = 0;
483
486
  this.g = 0;
484
487
  this.j = 1;
485
- this.k1 = ThemeResolver.e(XButton.h, XButton.ri, XButton.oz);
486
- this.lc = ThemeResolver.e(XButton.h, XButton.rs, XButton.o9);
487
- this.k9 = ThemeResolver.e(XButton.h, XButton.rg, XButton.ox);
488
- this.kz = ThemeResolver.e(XButton.h, XButton.p7, XButton.no);
488
+ this.k2 = ThemeResolver.e(XButton.h, XButton.rj, XButton.o0);
489
+ this.ld = ThemeResolver.e(XButton.h, XButton.rt, XButton.pa);
490
+ this.la = ThemeResolver.e(XButton.h, XButton.rh, XButton.oy);
491
+ this.k0 = ThemeResolver.e(XButton.h, XButton.p8, XButton.np);
489
492
  this.bn = ThemeResolver.c(XButton.h, XButton.dx, XButton.c0);
490
493
  this.bl = ThemeResolver.c(XButton.h, XButton.dv, XButton.cy);
491
494
  this.bm = ThemeResolver.c(XButton.h, XButton.dw, XButton.cz);
492
- this.la = ThemeResolver.e(XButton.h, XButton.rq, XButton.o7);
493
- this.j5 = ThemeResolver.d(XButton.h, XButton.kr, XButton.kj);
494
- this.k0 = ThemeResolver.e(XButton.h, XButton.rh, XButton.oy);
495
- this.k2 = ThemeResolver.e(XButton.h, XButton.rj, XButton.o0);
495
+ this.lb = ThemeResolver.e(XButton.h, XButton.rr, XButton.o8);
496
+ this.j6 = ThemeResolver.d(XButton.h, XButton.ks, XButton.kk);
497
+ this.k1 = ThemeResolver.e(XButton.h, XButton.ri, XButton.oz);
496
498
  this.k3 = ThemeResolver.e(XButton.h, XButton.rk, XButton.o1);
497
499
  this.k4 = ThemeResolver.e(XButton.h, XButton.rl, XButton.o2);
500
+ this.k5 = ThemeResolver.e(XButton.h, XButton.rm, XButton.o3);
498
501
  this.bk = ThemeResolver.c(XButton.h, XButton.du, XButton.cx);
499
502
  this.n = ThemeResolver.a(XButton.h, XButton.s, XButton.q);
500
- this.lb = ThemeResolver.e(XButton.h, XButton.rr, XButton.o8);
501
- this.k8 = ThemeResolver.e(XButton.h, XButton.rp, XButton.o6);
502
- this.k5 = ThemeResolver.e(XButton.h, XButton.rm, XButton.o3);
503
+ this.lc = ThemeResolver.e(XButton.h, XButton.rs, XButton.o9);
504
+ this.k9 = ThemeResolver.e(XButton.h, XButton.rq, XButton.o7);
503
505
  this.k6 = ThemeResolver.e(XButton.h, XButton.rn, XButton.o4);
504
506
  this.k7 = ThemeResolver.e(XButton.h, XButton.ro, XButton.o5);
507
+ this.k8 = ThemeResolver.e(XButton.h, XButton.rp, XButton.o6);
505
508
  this.an = ThemeResolver.b(XButton.h, XButton.ba, XButton.a2);
506
- this.mu = null;
507
- this.mw = null;
509
+ this.mv = null;
508
510
  this.mx = null;
509
511
  this.my = null;
512
+ this.mz = null;
510
513
  this.b7 = -1;
511
- this.m1 = null;
512
- this.mv = null;
514
+ this.m2 = null;
515
+ this.mw = null;
513
516
  this.ca = -1;
514
517
  this.b9 = -1;
515
518
  this.b8 = -1;
516
519
  this.av = NaN;
517
- this.kb = new CornerRadius(1, NaN, NaN, NaN, NaN);
518
- this.m3 = null;
519
- this.ls = null;
520
- this.lu = null;
520
+ this.kc = new CornerRadius(1, NaN, NaN, NaN, NaN);
521
+ this.m4 = null;
522
+ this.lt = null;
521
523
  this.lv = null;
522
524
  this.lw = null;
525
+ this.lx = null;
523
526
  this.bt = -1;
524
- this.lz = null;
525
- this.lt = null;
527
+ this.l0 = null;
528
+ this.lu = null;
526
529
  this.bw = -1;
527
530
  this.bv = -1;
528
531
  this.bu = -1;
529
- this.l1 = null;
530
532
  this.l2 = null;
531
- this.l0 = null;
532
- this.lx = null;
533
+ this.l3 = null;
534
+ this.l1 = null;
533
535
  this.ly = null;
536
+ this.lz = null;
534
537
  this.aq = NaN;
535
- this.j8 = new CornerRadius(1, NaN, NaN, NaN, NaN);
536
- this.ld = null;
537
- this.lf = null;
538
+ this.j9 = new CornerRadius(1, NaN, NaN, NaN, NaN);
539
+ this.le = null;
538
540
  this.lg = null;
539
541
  this.lh = null;
542
+ this.li = null;
540
543
  this.bo = -1;
541
544
  this.o = 0;
542
- this.l5 = null;
543
- this.le = null;
545
+ this.l6 = null;
546
+ this.lf = null;
544
547
  this.cb = -1;
545
548
  this.by = -1;
546
549
  this.bx = -1;
547
550
  this.u = null;
551
+ this.m7 = null;
552
+ this.l8 = null;
548
553
  this.m6 = null;
549
- this.l7 = null;
550
554
  this.m5 = null;
551
- this.m4 = null;
552
- this.m2 = null;
553
- this.mz = null;
555
+ this.m3 = null;
554
556
  this.m0 = null;
555
- this.l3 = null;
557
+ this.m1 = null;
556
558
  this.l4 = null;
559
+ this.l5 = null;
557
560
  this.ao = NaN;
558
- this.j6 = new CornerRadius(1, NaN, NaN, NaN, NaN);
559
- this.mj = null;
560
- this.ml = null;
561
+ this.j7 = new CornerRadius(1, NaN, NaN, NaN, NaN);
562
+ this.mk = null;
561
563
  this.mm = null;
562
564
  this.mn = null;
565
+ this.mo = null;
563
566
  this.b3 = -1;
564
- this.mq = null;
565
- this.mk = null;
567
+ this.mr = null;
568
+ this.ml = null;
566
569
  this.b6 = -1;
567
570
  this.b5 = -1;
568
571
  this.b4 = -1;
569
572
  this.au = NaN;
570
- this.ka = new CornerRadius(1, NaN, NaN, NaN, NaN);
571
- this.ms = null;
573
+ this.kb = new CornerRadius(1, NaN, NaN, NaN, NaN);
572
574
  this.mt = null;
573
- this.mr = null;
574
- this.mo = null;
575
+ this.mu = null;
576
+ this.ms = null;
575
577
  this.mp = null;
576
- this.li = null;
577
- this.lk = null;
578
+ this.mq = null;
579
+ this.lj = null;
578
580
  this.ll = null;
579
581
  this.lm = null;
582
+ this.ln = null;
580
583
  this.bp = -1;
581
- this.l6 = null;
582
- this.lj = null;
584
+ this.l7 = null;
585
+ this.lk = null;
583
586
  this.bs = -1;
584
587
  this.br = -1;
585
588
  this.bq = -1;
586
589
  this.ap = NaN;
587
- this.j7 = new CornerRadius(1, NaN, NaN, NaN, NaN);
588
- this.lq = null;
590
+ this.j8 = new CornerRadius(1, NaN, NaN, NaN, NaN);
589
591
  this.lr = null;
590
- this.lp = null;
591
- this.ln = null;
592
+ this.ls = null;
593
+ this.lq = null;
592
594
  this.lo = null;
593
- this.l8 = null;
594
- this.ma = null;
595
+ this.lp = null;
596
+ this.l9 = null;
595
597
  this.mb = null;
596
598
  this.mc = null;
599
+ this.md = null;
597
600
  this.bz = -1;
598
- this.mf = null;
599
- this.l9 = null;
601
+ this.mg = null;
602
+ this.ma = null;
600
603
  this.b2 = -1;
601
604
  this.b1 = -1;
602
605
  this.b0 = -1;
603
606
  this.ar = NaN;
604
- this.j9 = new CornerRadius(1, NaN, NaN, NaN, NaN);
605
- this.mh = null;
607
+ this.ka = new CornerRadius(1, NaN, NaN, NaN, NaN);
606
608
  this.mi = null;
607
- this.mg = null;
608
- this.md = null;
609
+ this.mj = null;
610
+ this.mh = null;
609
611
  this.me = null;
612
+ this.mf = null;
610
613
  this.e7 = "ig-native-button-" + XButton.ew++;
611
614
  this.e6 = "ig-button-" + XButton.ev++;
612
615
  this.e3 = "inline-block";
@@ -630,7 +633,7 @@ export let XButton = /*@__PURE__*/ (() => {
630
633
  let a = new ButtonView();
631
634
  a.b = this;
632
635
  this.view = a;
633
- this.view.aj();
636
+ this.view.ak();
634
637
  }
635
638
  get view() {
636
639
  return this._view;
@@ -641,13 +644,13 @@ export let XButton = /*@__PURE__*/ (() => {
641
644
  destroy() {
642
645
  this.provideContainer(null);
643
646
  }
644
- jy(a, b, c) {
647
+ jz(a, b, c) {
645
648
  if (this.propertyChanged != null) {
646
649
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
647
650
  }
648
- this.j0(a, b, c);
651
+ this.j1(a, b, c);
649
652
  }
650
- j0(a, b, c) {
653
+ j1(a, b, c) {
651
654
  switch (a) {
652
655
  case "CornerRadius":
653
656
  case "BorderColor":
@@ -753,23 +756,23 @@ export let XButton = /*@__PURE__*/ (() => {
753
756
  case "IconTextColor":
754
757
  case "IconHoverTextColor":
755
758
  case "ElevationMode":
756
- this.j3();
759
+ this.j4();
757
760
  break;
758
761
  case "BaseTheme":
759
- this.j4(this.i == 0 ? 2 : this.i);
760
- this.j3();
762
+ this.j5(this.i == 0 ? 2 : this.i);
763
+ this.j4();
761
764
  break;
762
765
  case "IsDisabled":
763
766
  this.ae = this.disabled || this.af;
764
- this.j3();
765
- this.view.al();
767
+ this.j4();
768
+ this.view.am();
766
769
  break;
767
770
  case "DisableRipple":
768
771
  this.ae = this.disabled || this.af;
769
- this.j3();
772
+ this.j4();
770
773
  break;
771
774
  case "ActualDisableRipple":
772
- this.view.af();
775
+ this.view.ag();
773
776
  break;
774
777
  case "ActualBackgroundColor":
775
778
  case "ActualDisabledBackgroundColor":
@@ -781,7 +784,7 @@ export let XButton = /*@__PURE__*/ (() => {
781
784
  case "ActualFocusTextColor":
782
785
  case "ActualHoverTextColor":
783
786
  case "ActualElevationMode":
784
- this.j2();
787
+ this.j3();
785
788
  break;
786
789
  case "Density":
787
790
  this.l = this.m == 0 ? 1 : this.m;
@@ -789,149 +792,149 @@ export let XButton = /*@__PURE__*/ (() => {
789
792
  case "ActualDensity":
790
793
  case "ActualBorderWidth":
791
794
  case "ActualCornerRadius":
792
- this.view.as();
793
- this.j2();
795
+ this.view.at();
796
+ this.j3();
794
797
  break;
795
798
  case "DisplayType":
796
- this.view.as();
799
+ this.view.at();
800
+ this.j4();
797
801
  this.j3();
798
- this.j2();
799
802
  break;
800
803
  case "InputId":
801
- this.view.ak();
804
+ this.view.al();
802
805
  break;
803
806
  case "Display":
804
- this.view.ag();
807
+ this.view.ah();
805
808
  break;
806
809
  case "FlexDirection":
807
- this.view.ah();
810
+ this.view.ai();
808
811
  break;
809
812
  case "FlexGrow":
810
- this.view.ai();
813
+ this.view.aj();
811
814
  break;
812
815
  case "AlignItems":
813
- this.view.ab();
816
+ this.view.ac();
814
817
  break;
815
818
  case "TabIndex":
816
- this.view.ap();
819
+ this.view.aq();
817
820
  break;
818
821
  case "MinWidth":
819
- this.view.ao(this.bh);
820
- this.view.as();
822
+ this.view.ap(this.bh);
823
+ this.view.at();
821
824
  break;
822
825
  case "MinHeight":
823
- this.view.an(this.bg);
824
- this.view.as();
826
+ this.view.ao(this.bg);
827
+ this.view.at();
825
828
  break;
826
829
  }
827
830
  }
828
- kd(a, b) {
831
+ ke(a, b) {
829
832
  return new CornerRadius(1, !isNaN_(a.c) ? a.c : b.c, !isNaN_(a.d) ? a.d : b.d, !isNaN_(a.b) ? a.b : b.b, !isNaN_(a.a) ? a.a : b.a);
830
833
  }
831
- j3() {
834
+ j4() {
832
835
  this.p = this.t != 0 ? this.t : this.r;
833
- this.nk = this.sg;
834
- this.nh = this.r4;
835
- this.m7 = this.nn;
836
+ this.nl = this.sh;
837
+ this.ni = this.r5;
838
+ this.m8 = this.no;
836
839
  switch (this.e) {
837
840
  case 0:
838
- this.na = this.sh != null ? this.sh : this.ty != null ? this.ty : this.r7;
839
841
  this.nb = this.si != null ? this.si : this.tz != null ? this.tz : this.r8;
840
842
  this.nc = this.sj != null ? this.sj : this.t0 != null ? this.t0 : this.r9;
843
+ this.nd = this.sk != null ? this.sk : this.t1 != null ? this.t1 : this.sa;
841
844
  this.cd = this.d6 >= 0 ? this.d6 : this.ep >= 0 ? this.ep : this.d2;
842
845
  this.cg = this.et >= 0 ? this.et : this.es >= 0 ? this.es : this.d5;
843
846
  this.cf = this.eg >= 0 ? this.eg : this.er >= 0 ? this.er : this.d4;
844
847
  this.ce = this.ef >= 0 ? this.ef : this.eq >= 0 ? this.eq : this.d3;
848
+ this.na = this.nn != null ? this.nn : this.ty != null ? this.ty : this.r7;
845
849
  this.m9 = this.nm != null ? this.nm : this.tx != null ? this.tx : this.r6;
846
- this.m8 = this.nl != null ? this.nl : this.tw != null ? this.tw : this.r5;
847
- this.nf = this.s8 != null ? this.s8 : this.t3 != null ? this.t3 : this.sc;
848
- this.kc = this.kd(this.ke, this.kd(this.ky, this.kt));
850
+ this.ng = this.s9 != null ? this.s9 : this.t4 != null ? this.t4 : this.sd;
851
+ this.kd = this.ke(this.kf, this.ke(this.kz, this.ku));
849
852
  this.aw = !isNaN_(this.ax) ? this.ax : !isNaN_(this.bj) ? this.bj : this.bc;
850
- this.ni = this.t7 != null ? this.t7 : this.t5 != null ? this.t5 : this.se;
851
- this.nd = this.s6 != null ? this.s6 : this.t1 != null ? this.t1 : this.sa;
852
- this.ne = this.s7 != null ? this.s7 : this.t2 != null ? this.t2 : this.sb;
853
853
  this.nj = this.t8 != null ? this.t8 : this.t6 != null ? this.t6 : this.sf;
854
- this.ng = this.s9 != null ? this.s9 : this.t4 != null ? this.t4 : this.sd;
854
+ this.ne = this.s7 != null ? this.s7 : this.t2 != null ? this.t2 : this.sb;
855
+ this.nf = this.s8 != null ? this.s8 : this.t3 != null ? this.t3 : this.sc;
856
+ this.nk = this.t9 != null ? this.t9 : this.t7 != null ? this.t7 : this.sg;
857
+ this.nh = this.ta != null ? this.ta : this.t5 != null ? this.t5 : this.se;
855
858
  break;
856
859
  case 2:
857
- this.na = this.sh != null ? this.sh : this.tn != null ? this.tn : this.rv;
858
860
  this.nb = this.si != null ? this.si : this.to != null ? this.to : this.rw;
859
861
  this.nc = this.sj != null ? this.sj : this.tp != null ? this.tp : this.rx;
862
+ this.nd = this.sk != null ? this.sk : this.tq != null ? this.tq : this.ry;
860
863
  this.cd = this.d6 >= 0 ? this.d6 : this.el >= 0 ? this.el : this.dy;
861
864
  this.cg = this.et >= 0 ? this.et : this.eo >= 0 ? this.eo : this.d1;
862
865
  this.cf = this.eg >= 0 ? this.eg : this.en >= 0 ? this.en : this.d0;
863
866
  this.ce = this.ef >= 0 ? this.ef : this.em >= 0 ? this.em : this.dz;
864
- this.m9 = this.nm != null ? this.nm : this.tm != null ? this.tm : this.ru;
865
- this.m8 = this.s8 != null ? this.s8 : this.nl != null ? this.nl : this.tl != null ? this.tl : this.rt;
866
- this.nf = this.ts != null ? this.ts : this.r0;
867
- this.kc = this.kd(this.ke, this.kd(this.kx, this.ks));
867
+ this.na = this.nn != null ? this.nn : this.tn != null ? this.tn : this.rv;
868
+ this.m9 = this.s9 != null ? this.s9 : this.nm != null ? this.nm : this.tm != null ? this.tm : this.ru;
869
+ this.ng = this.tt != null ? this.tt : this.r1;
870
+ this.kd = this.ke(this.kf, this.ke(this.ky, this.kt));
868
871
  this.aw = !isNaN_(this.ax) ? this.ax : !isNaN_(this.bi) ? this.bi : this.bb;
869
- this.ni = this.t7 != null ? this.t7 : this.tu != null ? this.tu : this.r2;
870
- this.nd = this.s6 != null ? this.s6 : this.tq != null ? this.tq : this.ry;
871
- this.ne = this.s7 != null ? this.s7 : this.tr != null ? this.tr : this.rz;
872
872
  this.nj = this.t8 != null ? this.t8 : this.tv != null ? this.tv : this.r3;
873
- this.ng = this.s9 != null ? this.s9 : this.tt != null ? this.tt : this.r1;
873
+ this.ne = this.s7 != null ? this.s7 : this.tr != null ? this.tr : this.rz;
874
+ this.nf = this.s8 != null ? this.s8 : this.ts != null ? this.ts : this.r0;
875
+ this.nk = this.t9 != null ? this.t9 : this.tw != null ? this.tw : this.r4;
876
+ this.nh = this.ta != null ? this.ta : this.tu != null ? this.tu : this.r2;
874
877
  break;
875
878
  case 1:
876
- this.na = this.sh != null ? this.sh : this.sx != null ? this.sx : this.pn;
877
879
  this.nb = this.si != null ? this.si : this.sy != null ? this.sy : this.po;
878
880
  this.nc = this.sj != null ? this.sj : this.sz != null ? this.sz : this.pp;
881
+ this.nd = this.sk != null ? this.sk : this.s0 != null ? this.s0 : this.pq;
879
882
  this.cd = this.d6 >= 0 ? this.d6 : this.eb >= 0 ? this.eb : this.c5;
880
883
  this.cg = this.et >= 0 ? this.et : this.ee >= 0 ? this.ee : this.c8;
881
884
  this.cf = this.eg >= 0 ? this.eg : this.ed >= 0 ? this.ed : this.c7;
882
885
  this.ce = this.ef >= 0 ? this.ef : this.ec >= 0 ? this.ec : this.c6;
886
+ this.na = this.nn != null ? this.nn : this.sx != null ? this.sx : this.pn;
883
887
  this.m9 = this.nm != null ? this.nm : this.sw != null ? this.sw : this.pm;
884
- this.m8 = this.nl != null ? this.nl : this.sv != null ? this.sv : this.pl;
885
- this.nf = this.s8 != null ? this.s8 : this.s2 != null ? this.s2 : this.ps;
886
- this.kc = this.kd(this.ke, this.kd(this.kv, this.kl));
888
+ this.ng = this.s9 != null ? this.s9 : this.s3 != null ? this.s3 : this.pt;
889
+ this.kd = this.ke(this.kf, this.ke(this.kw, this.km));
887
890
  this.aw = !isNaN_(this.ax) ? this.ax : !isNaN_(this.be) ? this.be : this.a4;
888
- this.ni = this.t7 != null ? this.t7 : this.s4 != null ? this.s4 : this.pu;
889
- this.nd = this.s6 != null ? this.s6 : this.s0 != null ? this.s0 : this.pq;
890
- this.ne = this.s7 != null ? this.s7 : this.s1 != null ? this.s1 : this.pr;
891
891
  this.nj = this.t8 != null ? this.t8 : this.s5 != null ? this.s5 : this.pv;
892
- this.ng = this.s9 != null ? this.s9 : this.s3 != null ? this.s3 : this.pt;
892
+ this.ne = this.s7 != null ? this.s7 : this.s1 != null ? this.s1 : this.pr;
893
+ this.nf = this.s8 != null ? this.s8 : this.s2 != null ? this.s2 : this.ps;
894
+ this.nk = this.t9 != null ? this.t9 : this.s6 != null ? this.s6 : this.pw;
895
+ this.nh = this.ta != null ? this.ta : this.s4 != null ? this.s4 : this.pu;
893
896
  break;
894
897
  case 4:
895
- this.na = this.sh != null ? this.sh : this.tc != null ? this.tc : this.py;
896
898
  this.nb = this.si != null ? this.si : this.td != null ? this.td : this.pz;
897
899
  this.nc = this.sj != null ? this.sj : this.te != null ? this.te : this.p0;
900
+ this.nd = this.sk != null ? this.sk : this.tf != null ? this.tf : this.p1;
898
901
  this.cd = this.d6 >= 0 ? this.d6 : this.eh >= 0 ? this.eh : this.c9;
899
902
  this.cg = this.et >= 0 ? this.et : this.ek >= 0 ? this.ek : this.dc;
900
903
  this.cf = this.eg >= 0 ? this.eg : this.ej >= 0 ? this.ej : this.db;
901
904
  this.ce = this.ef >= 0 ? this.ef : this.ei >= 0 ? this.ei : this.da;
905
+ this.na = this.nn != null ? this.nn : this.tc != null ? this.tc : this.py;
902
906
  this.m9 = this.nm != null ? this.nm : this.tb != null ? this.tb : this.px;
903
- this.m8 = this.nl != null ? this.nl : this.ta != null ? this.ta : this.pw;
904
- this.nf = this.s8 != null ? this.s8 : this.th != null ? this.th : this.p3;
905
- this.kc = this.kd(this.ke, this.kd(this.kw, this.km));
907
+ this.ng = this.s9 != null ? this.s9 : this.ti != null ? this.ti : this.p4;
908
+ this.kd = this.ke(this.kf, this.ke(this.kx, this.kn));
906
909
  this.aw = !isNaN_(this.ax) ? this.ax : !isNaN_(this.bf) ? this.bf : this.a5;
907
- this.ni = this.t7 != null ? this.t7 : this.tj != null ? this.tj : this.p5;
908
- this.nd = this.s6 != null ? this.s6 : this.tf != null ? this.tf : this.p1;
909
- this.ne = this.s7 != null ? this.s7 : this.tg != null ? this.tg : this.p2;
910
910
  this.nj = this.t8 != null ? this.t8 : this.tk != null ? this.tk : this.p6;
911
- this.ng = this.s9 != null ? this.s9 : this.ti != null ? this.ti : this.p4;
911
+ this.ne = this.s7 != null ? this.s7 : this.tg != null ? this.tg : this.p2;
912
+ this.nf = this.s8 != null ? this.s8 : this.th != null ? this.th : this.p3;
913
+ this.nk = this.t9 != null ? this.t9 : this.tl != null ? this.tl : this.p7;
914
+ this.nh = this.ta != null ? this.ta : this.tj != null ? this.tj : this.p5;
912
915
  break;
913
916
  case 3:
914
- this.na = this.sh != null ? this.sh : this.sm != null ? this.sm : this.pc;
915
917
  this.nb = this.si != null ? this.si : this.sn != null ? this.sn : this.pd;
916
918
  this.nc = this.sj != null ? this.sj : this.so != null ? this.so : this.pe;
919
+ this.nd = this.sk != null ? this.sk : this.sp != null ? this.sp : this.pf;
917
920
  this.cd = this.d6 >= 0 ? this.d6 : this.d7 >= 0 ? this.d7 : this.c1;
918
921
  this.cg = this.et >= 0 ? this.et : this.ea >= 0 ? this.ea : this.c4;
919
922
  this.cf = this.eg >= 0 ? this.eg : this.d9 >= 0 ? this.d9 : this.c3;
920
923
  this.ce = this.ef >= 0 ? this.ef : this.d8 >= 0 ? this.d8 : this.c2;
924
+ this.na = this.nn != null ? this.nn : this.sm != null ? this.sm : this.pc;
921
925
  this.m9 = this.nm != null ? this.nm : this.sl != null ? this.sl : this.pb;
922
- this.m8 = this.nl != null ? this.nl : this.sk != null ? this.sk : this.pa;
923
- this.nf = this.s8 != null ? this.s8 : this.sr != null ? this.sr : this.ph;
924
- this.kc = this.kd(this.ke, this.kd(this.ku, this.kk));
926
+ this.ng = this.s9 != null ? this.s9 : this.ss != null ? this.ss : this.pi;
927
+ this.kd = this.ke(this.kf, this.ke(this.kv, this.kl));
925
928
  this.aw = !isNaN_(this.ax) ? this.ax : !isNaN_(this.bd) ? this.bd : this.a3;
926
- this.ni = this.t7 != null ? this.t7 : this.st != null ? this.st : this.se;
927
- this.nd = this.s6 != null ? this.s6 : this.sp != null ? this.sp : this.pf;
929
+ this.nj = this.t8 != null ? this.t8 : this.su != null ? this.su : this.sf;
928
930
  this.ne = this.s7 != null ? this.s7 : this.sq != null ? this.sq : this.pg;
929
- this.nj = this.t8 != null ? this.t8 : this.su != null ? this.su : this.pk;
930
- this.ng = this.s9 != null ? this.s9 : this.ss != null ? this.ss : this.pi;
931
+ this.nf = this.s8 != null ? this.s8 : this.sr != null ? this.sr : this.ph;
932
+ this.nk = this.t9 != null ? this.t9 : this.sv != null ? this.sv : this.pl;
933
+ this.nh = this.ta != null ? this.ta : this.st != null ? this.st : this.pj;
931
934
  break;
932
935
  }
933
936
  }
934
- jt() {
937
+ ju() {
935
938
  if (this.disabled) {
936
939
  return;
937
940
  }
@@ -939,173 +942,173 @@ export let XButton = /*@__PURE__*/ (() => {
939
942
  this.clicked(this, new ButtonClickEventArgs());
940
943
  }
941
944
  }
942
- js() {
945
+ jt() {
943
946
  this.focused = false;
944
- this.j2();
947
+ this.j3();
945
948
  }
946
- jv() {
949
+ jw() {
947
950
  this.focused = true;
948
- this.j2();
951
+ this.j3();
949
952
  }
950
- jx() {
953
+ jy() {
951
954
  this.al = false;
952
- this.j2();
955
+ this.j3();
953
956
  }
954
- jw() {
957
+ jx() {
955
958
  this.al = true;
956
- this.j2();
959
+ this.j3();
957
960
  }
958
- j2() {
961
+ j3() {
959
962
  let a = this.view.q;
960
963
  if (a == null) {
961
964
  return;
962
965
  }
963
- NativeUI.m(a, this.kc);
964
- NativeUI.l(a, this.m9);
966
+ NativeUI.m(a, this.kd);
967
+ NativeUI.l(a, this.na);
965
968
  if (!isNaN_(this.aw)) {
966
969
  NativeUI.n(a, new Thickness(0, this.aw));
967
970
  }
968
971
  if (this.disabled) {
969
- this.view.ar(this.cd, this.p);
972
+ this.view.as(this.cd, this.p);
970
973
  }
971
974
  else if (this.focused && this.ak) {
972
- this.view.ar(this.ce, this.p);
975
+ this.view.as(this.ce, this.p);
973
976
  }
974
977
  else {
975
978
  if (this.al) {
976
- this.view.ar(this.cf, this.p);
979
+ this.view.as(this.cf, this.p);
977
980
  }
978
981
  else {
979
- this.view.ar(this.cg, this.p);
982
+ this.view.as(this.cg, this.p);
980
983
  }
981
984
  }
982
985
  if (this.disabled) {
983
- NativeUI.k(a, this.na);
986
+ NativeUI.k(a, this.nb);
984
987
  }
985
988
  else if (this.focused && this.ak) {
986
- NativeUI.k(a, this.nd);
989
+ NativeUI.k(a, this.ne);
987
990
  }
988
991
  else {
989
992
  if (this.al) {
990
- NativeUI.k(a, this.nf);
993
+ NativeUI.k(a, this.ng);
991
994
  }
992
995
  else {
993
- NativeUI.k(a, this.m8);
996
+ NativeUI.k(a, this.m9);
994
997
  }
995
998
  }
996
- this.view.aq(this.ni, BrushUtil.g(0, 0, 0, 0));
999
+ this.view.ar(this.nj, BrushUtil.g(0, 0, 0, 0));
997
1000
  if (this.v != null) {
998
- this.view.at(this.v);
1001
+ this.view.au(this.v);
999
1002
  }
1000
1003
  if (this.disabled) {
1001
- NativeUI.o(this.view.r, this.nc);
1002
- NativeUI.p(this.view.r, this.nc);
1004
+ NativeUI.o(this.view.r, this.nd);
1005
+ NativeUI.p(this.view.r, this.nd);
1003
1006
  }
1004
1007
  else if (this.focused && this.ak) {
1005
- NativeUI.o(this.view.r, this.ne);
1006
- NativeUI.p(this.view.r, this.ne);
1008
+ NativeUI.o(this.view.r, this.nf);
1009
+ NativeUI.p(this.view.r, this.nf);
1007
1010
  }
1008
1011
  else {
1009
1012
  if (this.al) {
1010
- NativeUI.o(this.view.r, this.ng);
1011
- NativeUI.p(this.view.r, this.ng);
1013
+ NativeUI.o(this.view.r, this.nh);
1014
+ NativeUI.p(this.view.r, this.nh);
1012
1015
  }
1013
1016
  else {
1014
- NativeUI.o(this.view.r, this.nj);
1015
- NativeUI.p(this.view.r, this.nj);
1017
+ NativeUI.o(this.view.r, this.nk);
1018
+ NativeUI.p(this.view.r, this.nk);
1016
1019
  }
1017
1020
  }
1018
1021
  }
1019
- j4(a) {
1020
- this.sg = ThemeResolver.e(a, XButton.rs, XButton.o9);
1021
- this.r4 = ThemeResolver.e(a, XButton.rg, XButton.ox);
1022
- this.nn = ThemeResolver.e(a, XButton.p7, XButton.no);
1022
+ j5(a) {
1023
+ this.sh = ThemeResolver.e(a, XButton.rt, XButton.pa);
1024
+ this.r5 = ThemeResolver.e(a, XButton.rh, XButton.oy);
1025
+ this.no = ThemeResolver.e(a, XButton.p8, XButton.np);
1023
1026
  this.r = ThemeResolver.a(a, XButton.s, XButton.q);
1024
- this.r7 = ThemeResolver.e(a, XButton.rj, XButton.o0);
1025
1027
  this.r8 = ThemeResolver.e(a, XButton.rk, XButton.o1);
1026
1028
  this.r9 = ThemeResolver.e(a, XButton.rl, XButton.o2);
1029
+ this.sa = ThemeResolver.e(a, XButton.rm, XButton.o3);
1027
1030
  this.d2 = ThemeResolver.c(a, XButton.du, XButton.cx);
1028
1031
  this.d5 = ThemeResolver.c(a, XButton.dx, XButton.c0);
1029
1032
  this.d4 = ThemeResolver.c(a, XButton.dw, XButton.cz);
1030
1033
  this.d3 = ThemeResolver.c(a, XButton.dv, XButton.cy);
1031
- this.r6 = ThemeResolver.e(a, XButton.ri, XButton.oz);
1032
- this.se = ThemeResolver.e(a, XButton.rq, XButton.o7);
1033
- this.kt = ThemeResolver.d(a, XButton.kr, XButton.kj);
1034
- this.bc = ThemeResolver.b(a, XButton.ba, XButton.a2);
1035
- this.r5 = ThemeResolver.e(a, XButton.rh, XButton.oy);
1034
+ this.r7 = ThemeResolver.e(a, XButton.rj, XButton.o0);
1036
1035
  this.sf = ThemeResolver.e(a, XButton.rr, XButton.o8);
1036
+ this.ku = ThemeResolver.d(a, XButton.ks, XButton.kk);
1037
+ this.bc = ThemeResolver.b(a, XButton.ba, XButton.a2);
1038
+ this.r6 = ThemeResolver.e(a, XButton.ri, XButton.oz);
1039
+ this.sg = ThemeResolver.e(a, XButton.rs, XButton.o9);
1040
+ this.se = ThemeResolver.e(a, XButton.rq, XButton.o7);
1037
1041
  this.sd = ThemeResolver.e(a, XButton.rp, XButton.o6);
1038
- this.sc = ThemeResolver.e(a, XButton.ro, XButton.o5);
1039
- this.sa = ThemeResolver.e(a, XButton.rm, XButton.o3);
1040
1042
  this.sb = ThemeResolver.e(a, XButton.rn, XButton.o4);
1041
- this.pn = ThemeResolver.e(a, XButton.ql, XButton.n2);
1043
+ this.sc = ThemeResolver.e(a, XButton.ro, XButton.o5);
1042
1044
  this.po = ThemeResolver.e(a, XButton.qm, XButton.n3);
1043
1045
  this.pp = ThemeResolver.e(a, XButton.qn, XButton.n4);
1046
+ this.pq = ThemeResolver.e(a, XButton.qo, XButton.n5);
1044
1047
  this.c5 = ThemeResolver.c(a, XButton.dh, XButton.cl);
1045
1048
  this.c8 = ThemeResolver.c(a, XButton.dk, XButton.co);
1046
1049
  this.c7 = ThemeResolver.c(a, XButton.dj, XButton.cn);
1047
1050
  this.c6 = ThemeResolver.c(a, XButton.di, XButton.cm);
1051
+ this.pn = ThemeResolver.e(a, XButton.ql, XButton.n2);
1052
+ this.pv = ThemeResolver.e(a, XButton.qt, XButton.oa);
1053
+ this.km = ThemeResolver.d(a, XButton.kp, XButton.kh);
1054
+ this.a4 = ThemeResolver.b(a, XButton.a7, XButton.az);
1048
1055
  this.pm = ThemeResolver.e(a, XButton.qk, XButton.n1);
1056
+ this.pw = ThemeResolver.e(a, XButton.qu, XButton.ob);
1049
1057
  this.pu = ThemeResolver.e(a, XButton.qs, XButton.n9);
1050
- this.kl = ThemeResolver.d(a, XButton.ko, XButton.kg);
1051
- this.a4 = ThemeResolver.b(a, XButton.a7, XButton.az);
1052
- this.pl = ThemeResolver.e(a, XButton.qj, XButton.n0);
1053
- this.pv = ThemeResolver.e(a, XButton.qt, XButton.oa);
1054
1058
  this.pt = ThemeResolver.e(a, XButton.qr, XButton.n8);
1055
- this.ps = ThemeResolver.e(a, XButton.qq, XButton.n7);
1056
- this.pq = ThemeResolver.e(a, XButton.qo, XButton.n5);
1057
1059
  this.pr = ThemeResolver.e(a, XButton.qp, XButton.n6);
1058
- this.rv = ThemeResolver.e(a, XButton.q7, XButton.oo);
1060
+ this.ps = ThemeResolver.e(a, XButton.qq, XButton.n7);
1059
1061
  this.rw = ThemeResolver.e(a, XButton.q8, XButton.op);
1060
1062
  this.rx = ThemeResolver.e(a, XButton.q9, XButton.oq);
1063
+ this.ry = ThemeResolver.e(a, XButton.ra, XButton.or);
1061
1064
  this.dy = ThemeResolver.c(a, XButton.dq, XButton.ct);
1062
1065
  this.d1 = ThemeResolver.c(a, XButton.dt, XButton.cw);
1063
1066
  this.d0 = ThemeResolver.c(a, XButton.ds, XButton.cv);
1064
1067
  this.dz = ThemeResolver.c(a, XButton.dr, XButton.cu);
1068
+ this.rv = ThemeResolver.e(a, XButton.q7, XButton.oo);
1069
+ this.r3 = ThemeResolver.e(a, XButton.rf, XButton.ow);
1070
+ this.kt = ThemeResolver.d(a, XButton.kr, XButton.kj);
1071
+ this.bb = ThemeResolver.b(a, XButton.a9, XButton.a1);
1065
1072
  this.ru = ThemeResolver.e(a, XButton.q6, XButton.on);
1073
+ this.r4 = ThemeResolver.e(a, XButton.rg, XButton.ox);
1066
1074
  this.r2 = ThemeResolver.e(a, XButton.re, XButton.ov);
1067
- this.ks = ThemeResolver.d(a, XButton.kq, XButton.ki);
1068
- this.bb = ThemeResolver.b(a, XButton.a9, XButton.a1);
1069
- this.rt = ThemeResolver.e(a, XButton.q5, XButton.om);
1070
- this.r3 = ThemeResolver.e(a, XButton.rf, XButton.ow);
1071
1075
  this.r1 = ThemeResolver.e(a, XButton.rd, XButton.ou);
1072
- this.r0 = ThemeResolver.e(a, XButton.rc, XButton.ot);
1073
- this.ry = ThemeResolver.e(a, XButton.ra, XButton.or);
1074
1076
  this.rz = ThemeResolver.e(a, XButton.rb, XButton.os);
1075
- this.py = ThemeResolver.e(a, XButton.qw, XButton.od);
1077
+ this.r0 = ThemeResolver.e(a, XButton.rc, XButton.ot);
1076
1078
  this.pz = ThemeResolver.e(a, XButton.qx, XButton.oe);
1077
1079
  this.p0 = ThemeResolver.e(a, XButton.qy, XButton.of);
1080
+ this.p1 = ThemeResolver.e(a, XButton.qz, XButton.og);
1078
1081
  this.c9 = ThemeResolver.c(a, XButton.dl, XButton.cp);
1079
1082
  this.dc = ThemeResolver.c(a, XButton.dp, XButton.cs);
1080
1083
  this.db = ThemeResolver.c(a, XButton.dn, XButton.cr);
1081
1084
  this.da = ThemeResolver.c(a, XButton.dm, XButton.cq);
1085
+ this.py = ThemeResolver.e(a, XButton.qw, XButton.od);
1086
+ this.p6 = ThemeResolver.e(a, XButton.q4, XButton.ol);
1087
+ this.kn = ThemeResolver.d(a, XButton.kq, XButton.ki);
1088
+ this.a5 = ThemeResolver.b(a, XButton.a8, XButton.a0);
1082
1089
  this.px = ThemeResolver.e(a, XButton.qv, XButton.oc);
1090
+ this.p7 = ThemeResolver.e(a, XButton.q5, XButton.om);
1083
1091
  this.p5 = ThemeResolver.e(a, XButton.q3, XButton.ok);
1084
- this.km = ThemeResolver.d(a, XButton.kp, XButton.kh);
1085
- this.a5 = ThemeResolver.b(a, XButton.a8, XButton.a0);
1086
- this.pw = ThemeResolver.e(a, XButton.qu, XButton.ob);
1087
- this.p6 = ThemeResolver.e(a, XButton.q4, XButton.ol);
1088
1092
  this.p4 = ThemeResolver.e(a, XButton.q2, XButton.oj);
1089
- this.p3 = ThemeResolver.e(a, XButton.q1, XButton.oi);
1090
- this.p1 = ThemeResolver.e(a, XButton.qz, XButton.og);
1091
1093
  this.p2 = ThemeResolver.e(a, XButton.q0, XButton.oh);
1092
- this.pc = ThemeResolver.e(a, XButton.qa, XButton.nr);
1094
+ this.p3 = ThemeResolver.e(a, XButton.q1, XButton.oi);
1093
1095
  this.pd = ThemeResolver.e(a, XButton.qb, XButton.ns);
1094
1096
  this.pe = ThemeResolver.e(a, XButton.qc, XButton.nt);
1097
+ this.pf = ThemeResolver.e(a, XButton.qd, XButton.nu);
1095
1098
  this.c1 = ThemeResolver.c(a, XButton.dd, XButton.ch);
1096
1099
  this.c4 = ThemeResolver.c(a, XButton.dg, XButton.ck);
1097
1100
  this.c3 = ThemeResolver.c(a, XButton.df, XButton.cj);
1098
1101
  this.c2 = ThemeResolver.c(a, XButton.de, XButton.ci);
1102
+ this.pc = ThemeResolver.e(a, XButton.qa, XButton.nr);
1103
+ this.pk = ThemeResolver.e(a, XButton.qi, XButton.nz);
1104
+ this.kl = ThemeResolver.d(a, XButton.ko, XButton.kg);
1105
+ this.a3 = ThemeResolver.b(a, XButton.a6, XButton.ay);
1099
1106
  this.pb = ThemeResolver.e(a, XButton.p9, XButton.nq);
1107
+ this.pl = ThemeResolver.e(a, XButton.qj, XButton.n0);
1100
1108
  this.pj = ThemeResolver.e(a, XButton.qh, XButton.ny);
1101
- this.kk = ThemeResolver.d(a, XButton.kn, XButton.kf);
1102
- this.a3 = ThemeResolver.b(a, XButton.a6, XButton.ay);
1103
- this.pa = ThemeResolver.e(a, XButton.p8, XButton.np);
1104
- this.pk = ThemeResolver.e(a, XButton.qi, XButton.nz);
1105
1109
  this.pi = ThemeResolver.e(a, XButton.qg, XButton.nx);
1106
- this.ph = ThemeResolver.e(a, XButton.qf, XButton.nw);
1107
- this.pf = ThemeResolver.e(a, XButton.qd, XButton.nu);
1108
1110
  this.pg = ThemeResolver.e(a, XButton.qe, XButton.nv);
1111
+ this.ph = ThemeResolver.e(a, XButton.qf, XButton.nw);
1109
1112
  }
1110
1113
  get bh() {
1111
1114
  return this.at;
@@ -1114,7 +1117,7 @@ export let XButton = /*@__PURE__*/ (() => {
1114
1117
  let b = this.at;
1115
1118
  this.at = a;
1116
1119
  if (b != this.at) {
1117
- this.jy("MinWidth", b, a);
1120
+ this.jz("MinWidth", b, a);
1118
1121
  }
1119
1122
  }
1120
1123
  get bg() {
@@ -1124,7 +1127,7 @@ export let XButton = /*@__PURE__*/ (() => {
1124
1127
  let b = this.as;
1125
1128
  this.as = a;
1126
1129
  if (b != this.as) {
1127
- this.jy("MinHeight", b, a);
1130
+ this.jz("MinHeight", b, a);
1128
1131
  }
1129
1132
  }
1130
1133
  get e() {
@@ -1134,7 +1137,7 @@ export let XButton = /*@__PURE__*/ (() => {
1134
1137
  let b = this.d;
1135
1138
  this.d = a;
1136
1139
  if (b != this.d) {
1137
- this.jy("DisplayType", enumGetBox(ButtonDisplayStyle_$type, b), enumGetBox(ButtonDisplayStyle_$type, a));
1140
+ this.jz("DisplayType", enumGetBox(ButtonDisplayStyle_$type, b), enumGetBox(ButtonDisplayStyle_$type, a));
1138
1141
  }
1139
1142
  }
1140
1143
  get m() {
@@ -1144,7 +1147,7 @@ export let XButton = /*@__PURE__*/ (() => {
1144
1147
  let b = this.k;
1145
1148
  this.k = a;
1146
1149
  if (b != this.k) {
1147
- this.jy("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
1150
+ this.jz("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
1148
1151
  }
1149
1152
  }
1150
1153
  get i() {
@@ -1154,7 +1157,7 @@ export let XButton = /*@__PURE__*/ (() => {
1154
1157
  let b = this.g;
1155
1158
  this.g = a;
1156
1159
  if (b != this.g) {
1157
- this.jy("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
1160
+ this.jz("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
1158
1161
  }
1159
1162
  }
1160
1163
  get l() {
@@ -1164,47 +1167,47 @@ export let XButton = /*@__PURE__*/ (() => {
1164
1167
  let b = this.j;
1165
1168
  this.j = a;
1166
1169
  if (b != this.j) {
1167
- this.jy("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
1170
+ this.jz("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
1168
1171
  }
1169
1172
  }
1170
- get m9() {
1171
- return this.k1;
1173
+ get na() {
1174
+ return this.k2;
1172
1175
  }
1173
- set m9(a) {
1174
- let b = this.k1;
1175
- this.k1 = a;
1176
- if (b != this.k1) {
1177
- this.jy("ActualBorderColor", b, a);
1176
+ set na(a) {
1177
+ let b = this.k2;
1178
+ this.k2 = a;
1179
+ if (b != this.k2) {
1180
+ this.jz("ActualBorderColor", b, a);
1178
1181
  }
1179
1182
  }
1180
- get nk() {
1181
- return this.lc;
1183
+ get nl() {
1184
+ return this.ld;
1182
1185
  }
1183
- set nk(a) {
1184
- let b = this.lc;
1185
- this.lc = a;
1186
- if (b != this.lc) {
1187
- this.jy("ActualUmbraShadowColor", b, a);
1186
+ set nl(a) {
1187
+ let b = this.ld;
1188
+ this.ld = a;
1189
+ if (b != this.ld) {
1190
+ this.jz("ActualUmbraShadowColor", b, a);
1188
1191
  }
1189
1192
  }
1190
- get nh() {
1191
- return this.k9;
1193
+ get ni() {
1194
+ return this.la;
1192
1195
  }
1193
- set nh(a) {
1194
- let b = this.k9;
1195
- this.k9 = a;
1196
- if (b != this.k9) {
1197
- this.jy("ActualPenumbraShadowColor", b, a);
1196
+ set ni(a) {
1197
+ let b = this.la;
1198
+ this.la = a;
1199
+ if (b != this.la) {
1200
+ this.jz("ActualPenumbraShadowColor", b, a);
1198
1201
  }
1199
1202
  }
1200
- get m7() {
1201
- return this.kz;
1203
+ get m8() {
1204
+ return this.k0;
1202
1205
  }
1203
- set m7(a) {
1204
- let b = this.kz;
1205
- this.kz = a;
1206
- if (b != this.kz) {
1207
- this.jy("ActualAmbientShadowColor", b, a);
1206
+ set m8(a) {
1207
+ let b = this.k0;
1208
+ this.k0 = a;
1209
+ if (b != this.k0) {
1210
+ this.jz("ActualAmbientShadowColor", b, a);
1208
1211
  }
1209
1212
  }
1210
1213
  get cg() {
@@ -1214,7 +1217,7 @@ export let XButton = /*@__PURE__*/ (() => {
1214
1217
  let b = this.bn;
1215
1218
  this.bn = a;
1216
1219
  if (b != this.bn) {
1217
- this.jy("ActualRestingElevation", b, a);
1220
+ this.jz("ActualRestingElevation", b, a);
1218
1221
  }
1219
1222
  }
1220
1223
  get ce() {
@@ -1224,7 +1227,7 @@ export let XButton = /*@__PURE__*/ (() => {
1224
1227
  let b = this.bl;
1225
1228
  this.bl = a;
1226
1229
  if (b != this.bl) {
1227
- this.jy("ActualFocusElevation", b, a);
1230
+ this.jz("ActualFocusElevation", b, a);
1228
1231
  }
1229
1232
  }
1230
1233
  get cf() {
@@ -1234,47 +1237,37 @@ export let XButton = /*@__PURE__*/ (() => {
1234
1237
  let b = this.bm;
1235
1238
  this.bm = a;
1236
1239
  if (b != this.bm) {
1237
- this.jy("ActualHoverElevation", b, a);
1238
- }
1239
- }
1240
- get ni() {
1241
- return this.la;
1242
- }
1243
- set ni(a) {
1244
- let b = this.la;
1245
- this.la = a;
1246
- if (b != this.la) {
1247
- this.jy("ActualRippleColor", b, a);
1240
+ this.jz("ActualHoverElevation", b, a);
1248
1241
  }
1249
1242
  }
1250
- get kc() {
1251
- return this.j5;
1243
+ get nj() {
1244
+ return this.lb;
1252
1245
  }
1253
- set kc(a) {
1254
- let b = this.j5;
1255
- this.j5 = a;
1256
- if (b != this.j5) {
1257
- this.jy("ActualCornerRadius", b, a);
1246
+ set nj(a) {
1247
+ let b = this.lb;
1248
+ this.lb = a;
1249
+ if (b != this.lb) {
1250
+ this.jz("ActualRippleColor", b, a);
1258
1251
  }
1259
1252
  }
1260
- get m8() {
1261
- return this.k0;
1253
+ get kd() {
1254
+ return this.j6;
1262
1255
  }
1263
- set m8(a) {
1264
- let b = this.k0;
1265
- this.k0 = a;
1266
- if (b != this.k0) {
1267
- this.jy("ActualBackgroundColor", b, a);
1256
+ set kd(a) {
1257
+ let b = this.j6;
1258
+ this.j6 = a;
1259
+ if (b != this.j6) {
1260
+ this.jz("ActualCornerRadius", b, a);
1268
1261
  }
1269
1262
  }
1270
- get na() {
1271
- return this.k2;
1263
+ get m9() {
1264
+ return this.k1;
1272
1265
  }
1273
- set na(a) {
1274
- let b = this.k2;
1275
- this.k2 = a;
1276
- if (b != this.k2) {
1277
- this.jy("ActualDisabledBackgroundColor", b, a);
1266
+ set m9(a) {
1267
+ let b = this.k1;
1268
+ this.k1 = a;
1269
+ if (b != this.k1) {
1270
+ this.jz("ActualBackgroundColor", b, a);
1278
1271
  }
1279
1272
  }
1280
1273
  get nb() {
@@ -1284,7 +1277,7 @@ export let XButton = /*@__PURE__*/ (() => {
1284
1277
  let b = this.k3;
1285
1278
  this.k3 = a;
1286
1279
  if (b != this.k3) {
1287
- this.jy("ActualDisabledBorderColor", b, a);
1280
+ this.jz("ActualDisabledBackgroundColor", b, a);
1288
1281
  }
1289
1282
  }
1290
1283
  get nc() {
@@ -1294,7 +1287,17 @@ export let XButton = /*@__PURE__*/ (() => {
1294
1287
  let b = this.k4;
1295
1288
  this.k4 = a;
1296
1289
  if (b != this.k4) {
1297
- this.jy("ActualDisabledTextColor", b, a);
1290
+ this.jz("ActualDisabledBorderColor", b, a);
1291
+ }
1292
+ }
1293
+ get nd() {
1294
+ return this.k5;
1295
+ }
1296
+ set nd(a) {
1297
+ let b = this.k5;
1298
+ this.k5 = a;
1299
+ if (b != this.k5) {
1300
+ this.jz("ActualDisabledTextColor", b, a);
1298
1301
  }
1299
1302
  }
1300
1303
  get cd() {
@@ -1304,7 +1307,7 @@ export let XButton = /*@__PURE__*/ (() => {
1304
1307
  let b = this.bk;
1305
1308
  this.bk = a;
1306
1309
  if (b != this.bk) {
1307
- this.jy("ActualDisabledElevation", b, a);
1310
+ this.jz("ActualDisabledElevation", b, a);
1308
1311
  }
1309
1312
  }
1310
1313
  get p() {
@@ -1314,37 +1317,27 @@ export let XButton = /*@__PURE__*/ (() => {
1314
1317
  let b = this.n;
1315
1318
  this.n = a;
1316
1319
  if (b != this.n) {
1317
- this.jy("ActualElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
1318
- }
1319
- }
1320
- get nj() {
1321
- return this.lb;
1322
- }
1323
- set nj(a) {
1324
- let b = this.lb;
1325
- this.lb = a;
1326
- if (b != this.lb) {
1327
- this.jy("ActualTextColor", b, a);
1320
+ this.jz("ActualElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
1328
1321
  }
1329
1322
  }
1330
- get ng() {
1331
- return this.k8;
1323
+ get nk() {
1324
+ return this.lc;
1332
1325
  }
1333
- set ng(a) {
1334
- let b = this.k8;
1335
- this.k8 = a;
1336
- if (b != this.k8) {
1337
- this.jy("ActualHoverTextColor", b, a);
1326
+ set nk(a) {
1327
+ let b = this.lc;
1328
+ this.lc = a;
1329
+ if (b != this.lc) {
1330
+ this.jz("ActualTextColor", b, a);
1338
1331
  }
1339
1332
  }
1340
- get nd() {
1341
- return this.k5;
1333
+ get nh() {
1334
+ return this.k9;
1342
1335
  }
1343
- set nd(a) {
1344
- let b = this.k5;
1345
- this.k5 = a;
1346
- if (b != this.k5) {
1347
- this.jy("ActualFocusBackgroundColor", b, a);
1336
+ set nh(a) {
1337
+ let b = this.k9;
1338
+ this.k9 = a;
1339
+ if (b != this.k9) {
1340
+ this.jz("ActualHoverTextColor", b, a);
1348
1341
  }
1349
1342
  }
1350
1343
  get ne() {
@@ -1354,7 +1347,7 @@ export let XButton = /*@__PURE__*/ (() => {
1354
1347
  let b = this.k6;
1355
1348
  this.k6 = a;
1356
1349
  if (b != this.k6) {
1357
- this.jy("ActualFocusTextColor", b, a);
1350
+ this.jz("ActualFocusBackgroundColor", b, a);
1358
1351
  }
1359
1352
  }
1360
1353
  get nf() {
@@ -1364,7 +1357,17 @@ export let XButton = /*@__PURE__*/ (() => {
1364
1357
  let b = this.k7;
1365
1358
  this.k7 = a;
1366
1359
  if (b != this.k7) {
1367
- this.jy("ActualHoverBackgroundColor", b, a);
1360
+ this.jz("ActualFocusTextColor", b, a);
1361
+ }
1362
+ }
1363
+ get ng() {
1364
+ return this.k8;
1365
+ }
1366
+ set ng(a) {
1367
+ let b = this.k8;
1368
+ this.k8 = a;
1369
+ if (b != this.k8) {
1370
+ this.jz("ActualHoverBackgroundColor", b, a);
1368
1371
  }
1369
1372
  }
1370
1373
  get aw() {
@@ -1374,27 +1377,17 @@ export let XButton = /*@__PURE__*/ (() => {
1374
1377
  let b = this.an;
1375
1378
  this.an = a;
1376
1379
  if (b != this.an) {
1377
- this.jy("ActualBorderWidth", b, a);
1378
- }
1379
- }
1380
- get tw() {
1381
- return this.mu;
1382
- }
1383
- set tw(a) {
1384
- let b = this.mu;
1385
- this.mu = a;
1386
- if (b != this.mu) {
1387
- this.jy("RaisedBackgroundColor", b, a);
1380
+ this.jz("ActualBorderWidth", b, a);
1388
1381
  }
1389
1382
  }
1390
- get ty() {
1391
- return this.mw;
1383
+ get tx() {
1384
+ return this.mv;
1392
1385
  }
1393
- set ty(a) {
1394
- let b = this.mw;
1395
- this.mw = a;
1396
- if (b != this.mw) {
1397
- this.jy("RaisedDisabledBackgroundColor", b, a);
1386
+ set tx(a) {
1387
+ let b = this.mv;
1388
+ this.mv = a;
1389
+ if (b != this.mv) {
1390
+ this.jz("RaisedBackgroundColor", b, a);
1398
1391
  }
1399
1392
  }
1400
1393
  get tz() {
@@ -1404,7 +1397,7 @@ export let XButton = /*@__PURE__*/ (() => {
1404
1397
  let b = this.mx;
1405
1398
  this.mx = a;
1406
1399
  if (b != this.mx) {
1407
- this.jy("RaisedDisabledBorderColor", b, a);
1400
+ this.jz("RaisedDisabledBackgroundColor", b, a);
1408
1401
  }
1409
1402
  }
1410
1403
  get t0() {
@@ -1414,7 +1407,17 @@ export let XButton = /*@__PURE__*/ (() => {
1414
1407
  let b = this.my;
1415
1408
  this.my = a;
1416
1409
  if (b != this.my) {
1417
- this.jy("RaisedDisabledTextColor", b, a);
1410
+ this.jz("RaisedDisabledBorderColor", b, a);
1411
+ }
1412
+ }
1413
+ get t1() {
1414
+ return this.mz;
1415
+ }
1416
+ set t1(a) {
1417
+ let b = this.mz;
1418
+ this.mz = a;
1419
+ if (b != this.mz) {
1420
+ this.jz("RaisedDisabledTextColor", b, a);
1418
1421
  }
1419
1422
  }
1420
1423
  get ep() {
@@ -1424,27 +1427,27 @@ export let XButton = /*@__PURE__*/ (() => {
1424
1427
  let b = this.b7;
1425
1428
  this.b7 = a;
1426
1429
  if (b != this.b7) {
1427
- this.jy("RaisedDisabledElevation", b, a);
1430
+ this.jz("RaisedDisabledElevation", b, a);
1428
1431
  }
1429
1432
  }
1430
- get t3() {
1431
- return this.m1;
1433
+ get t4() {
1434
+ return this.m2;
1432
1435
  }
1433
- set t3(a) {
1434
- let b = this.m1;
1435
- this.m1 = a;
1436
- if (b != this.m1) {
1437
- this.jy("RaisedHoverBackgroundColor", b, a);
1436
+ set t4(a) {
1437
+ let b = this.m2;
1438
+ this.m2 = a;
1439
+ if (b != this.m2) {
1440
+ this.jz("RaisedHoverBackgroundColor", b, a);
1438
1441
  }
1439
1442
  }
1440
- get tx() {
1441
- return this.mv;
1443
+ get ty() {
1444
+ return this.mw;
1442
1445
  }
1443
- set tx(a) {
1444
- let b = this.mv;
1445
- this.mv = a;
1446
- if (b != this.mv) {
1447
- this.jy("RaisedBorderColor", b, a);
1446
+ set ty(a) {
1447
+ let b = this.mw;
1448
+ this.mw = a;
1449
+ if (b != this.mw) {
1450
+ this.jz("RaisedBorderColor", b, a);
1448
1451
  }
1449
1452
  }
1450
1453
  get es() {
@@ -1454,7 +1457,7 @@ export let XButton = /*@__PURE__*/ (() => {
1454
1457
  let b = this.ca;
1455
1458
  this.ca = a;
1456
1459
  if (b != this.ca) {
1457
- this.jy("RaisedRestingElevation", b, a);
1460
+ this.jz("RaisedRestingElevation", b, a);
1458
1461
  }
1459
1462
  }
1460
1463
  get er() {
@@ -1464,7 +1467,7 @@ export let XButton = /*@__PURE__*/ (() => {
1464
1467
  let b = this.b9;
1465
1468
  this.b9 = a;
1466
1469
  if (b != this.b9) {
1467
- this.jy("RaisedHoverElevation", b, a);
1470
+ this.jz("RaisedHoverElevation", b, a);
1468
1471
  }
1469
1472
  }
1470
1473
  get eq() {
@@ -1474,7 +1477,7 @@ export let XButton = /*@__PURE__*/ (() => {
1474
1477
  let b = this.b8;
1475
1478
  this.b8 = a;
1476
1479
  if (b != this.b8) {
1477
- this.jy("RaisedFocusElevation", b, a);
1480
+ this.jz("RaisedFocusElevation", b, a);
1478
1481
  }
1479
1482
  }
1480
1483
  get bj() {
@@ -1484,47 +1487,37 @@ export let XButton = /*@__PURE__*/ (() => {
1484
1487
  let b = this.av;
1485
1488
  this.av = a;
1486
1489
  if (b != this.av) {
1487
- this.jy("RaisedBorderWidth", b, a);
1490
+ this.jz("RaisedBorderWidth", b, a);
1488
1491
  }
1489
1492
  }
1490
- get ky() {
1491
- return this.kb;
1493
+ get kz() {
1494
+ return this.kc;
1492
1495
  }
1493
- set ky(a) {
1494
- let b = this.kb;
1495
- this.kb = a;
1496
+ set kz(a) {
1497
+ let b = this.kc;
1498
+ this.kc = a;
1496
1499
  {
1497
- this.jy("RaisedCornerRadius", b, a);
1500
+ this.jz("RaisedCornerRadius", b, a);
1498
1501
  }
1499
1502
  }
1500
- get t5() {
1501
- return this.m3;
1503
+ get t6() {
1504
+ return this.m4;
1502
1505
  }
1503
- set t5(a) {
1504
- let b = this.m3;
1505
- this.m3 = a;
1506
- if (b != this.m3) {
1507
- this.jy("RaisedRippleColor", b, a);
1508
- }
1509
- }
1510
- get sv() {
1511
- return this.ls;
1512
- }
1513
- set sv(a) {
1514
- let b = this.ls;
1515
- this.ls = a;
1516
- if (b != this.ls) {
1517
- this.jy("FlatBackgroundColor", b, a);
1506
+ set t6(a) {
1507
+ let b = this.m4;
1508
+ this.m4 = a;
1509
+ if (b != this.m4) {
1510
+ this.jz("RaisedRippleColor", b, a);
1518
1511
  }
1519
1512
  }
1520
- get sx() {
1521
- return this.lu;
1513
+ get sw() {
1514
+ return this.lt;
1522
1515
  }
1523
- set sx(a) {
1524
- let b = this.lu;
1525
- this.lu = a;
1526
- if (b != this.lu) {
1527
- this.jy("FlatDisabledBackgroundColor", b, a);
1516
+ set sw(a) {
1517
+ let b = this.lt;
1518
+ this.lt = a;
1519
+ if (b != this.lt) {
1520
+ this.jz("FlatBackgroundColor", b, a);
1528
1521
  }
1529
1522
  }
1530
1523
  get sy() {
@@ -1534,7 +1527,7 @@ export let XButton = /*@__PURE__*/ (() => {
1534
1527
  let b = this.lv;
1535
1528
  this.lv = a;
1536
1529
  if (b != this.lv) {
1537
- this.jy("FlatDisabledBorderColor", b, a);
1530
+ this.jz("FlatDisabledBackgroundColor", b, a);
1538
1531
  }
1539
1532
  }
1540
1533
  get sz() {
@@ -1544,7 +1537,17 @@ export let XButton = /*@__PURE__*/ (() => {
1544
1537
  let b = this.lw;
1545
1538
  this.lw = a;
1546
1539
  if (b != this.lw) {
1547
- this.jy("FlatDisabledTextColor", b, a);
1540
+ this.jz("FlatDisabledBorderColor", b, a);
1541
+ }
1542
+ }
1543
+ get s0() {
1544
+ return this.lx;
1545
+ }
1546
+ set s0(a) {
1547
+ let b = this.lx;
1548
+ this.lx = a;
1549
+ if (b != this.lx) {
1550
+ this.jz("FlatDisabledTextColor", b, a);
1548
1551
  }
1549
1552
  }
1550
1553
  get eb() {
@@ -1554,27 +1557,27 @@ export let XButton = /*@__PURE__*/ (() => {
1554
1557
  let b = this.bt;
1555
1558
  this.bt = a;
1556
1559
  if (b != this.bt) {
1557
- this.jy("FlatDisabledElevation", b, a);
1560
+ this.jz("FlatDisabledElevation", b, a);
1558
1561
  }
1559
1562
  }
1560
- get s2() {
1561
- return this.lz;
1563
+ get s3() {
1564
+ return this.l0;
1562
1565
  }
1563
- set s2(a) {
1564
- let b = this.lz;
1565
- this.lz = a;
1566
- if (b != this.lz) {
1567
- this.jy("FlatHoverBackgroundColor", b, a);
1566
+ set s3(a) {
1567
+ let b = this.l0;
1568
+ this.l0 = a;
1569
+ if (b != this.l0) {
1570
+ this.jz("FlatHoverBackgroundColor", b, a);
1568
1571
  }
1569
1572
  }
1570
- get sw() {
1571
- return this.lt;
1573
+ get sx() {
1574
+ return this.lu;
1572
1575
  }
1573
- set sw(a) {
1574
- let b = this.lt;
1575
- this.lt = a;
1576
- if (b != this.lt) {
1577
- this.jy("FlatBorderColor", b, a);
1576
+ set sx(a) {
1577
+ let b = this.lu;
1578
+ this.lu = a;
1579
+ if (b != this.lu) {
1580
+ this.jz("FlatBorderColor", b, a);
1578
1581
  }
1579
1582
  }
1580
1583
  get ee() {
@@ -1584,7 +1587,7 @@ export let XButton = /*@__PURE__*/ (() => {
1584
1587
  let b = this.bw;
1585
1588
  this.bw = a;
1586
1589
  if (b != this.bw) {
1587
- this.jy("FlatRestingElevation", b, a);
1590
+ this.jz("FlatRestingElevation", b, a);
1588
1591
  }
1589
1592
  }
1590
1593
  get ed() {
@@ -1594,7 +1597,7 @@ export let XButton = /*@__PURE__*/ (() => {
1594
1597
  let b = this.bv;
1595
1598
  this.bv = a;
1596
1599
  if (b != this.bv) {
1597
- this.jy("FlatHoverElevation", b, a);
1600
+ this.jz("FlatHoverElevation", b, a);
1598
1601
  }
1599
1602
  }
1600
1603
  get ec() {
@@ -1604,17 +1607,7 @@ export let XButton = /*@__PURE__*/ (() => {
1604
1607
  let b = this.bu;
1605
1608
  this.bu = a;
1606
1609
  if (b != this.bu) {
1607
- this.jy("FlatFocusElevation", b, a);
1608
- }
1609
- }
1610
- get s4() {
1611
- return this.l1;
1612
- }
1613
- set s4(a) {
1614
- let b = this.l1;
1615
- this.l1 = a;
1616
- if (b != this.l1) {
1617
- this.jy("FlatRippleColor", b, a);
1610
+ this.jz("FlatFocusElevation", b, a);
1618
1611
  }
1619
1612
  }
1620
1613
  get s5() {
@@ -1624,27 +1617,27 @@ export let XButton = /*@__PURE__*/ (() => {
1624
1617
  let b = this.l2;
1625
1618
  this.l2 = a;
1626
1619
  if (b != this.l2) {
1627
- this.jy("FlatTextColor", b, a);
1620
+ this.jz("FlatRippleColor", b, a);
1628
1621
  }
1629
1622
  }
1630
- get s3() {
1631
- return this.l0;
1623
+ get s6() {
1624
+ return this.l3;
1632
1625
  }
1633
- set s3(a) {
1634
- let b = this.l0;
1635
- this.l0 = a;
1636
- if (b != this.l0) {
1637
- this.jy("FlatHoverTextColor", b, a);
1626
+ set s6(a) {
1627
+ let b = this.l3;
1628
+ this.l3 = a;
1629
+ if (b != this.l3) {
1630
+ this.jz("FlatTextColor", b, a);
1638
1631
  }
1639
1632
  }
1640
- get s0() {
1641
- return this.lx;
1633
+ get s4() {
1634
+ return this.l1;
1642
1635
  }
1643
- set s0(a) {
1644
- let b = this.lx;
1645
- this.lx = a;
1646
- if (b != this.lx) {
1647
- this.jy("FlatFocusBackgroundColor", b, a);
1636
+ set s4(a) {
1637
+ let b = this.l1;
1638
+ this.l1 = a;
1639
+ if (b != this.l1) {
1640
+ this.jz("FlatHoverTextColor", b, a);
1648
1641
  }
1649
1642
  }
1650
1643
  get s1() {
@@ -1654,7 +1647,17 @@ export let XButton = /*@__PURE__*/ (() => {
1654
1647
  let b = this.ly;
1655
1648
  this.ly = a;
1656
1649
  if (b != this.ly) {
1657
- this.jy("FlatFocusTextColor", b, a);
1650
+ this.jz("FlatFocusBackgroundColor", b, a);
1651
+ }
1652
+ }
1653
+ get s2() {
1654
+ return this.lz;
1655
+ }
1656
+ set s2(a) {
1657
+ let b = this.lz;
1658
+ this.lz = a;
1659
+ if (b != this.lz) {
1660
+ this.jz("FlatFocusTextColor", b, a);
1658
1661
  }
1659
1662
  }
1660
1663
  get be() {
@@ -1664,37 +1667,27 @@ export let XButton = /*@__PURE__*/ (() => {
1664
1667
  let b = this.aq;
1665
1668
  this.aq = a;
1666
1669
  if (b != this.aq) {
1667
- this.jy("FlatBorderWidth", b, a);
1670
+ this.jz("FlatBorderWidth", b, a);
1668
1671
  }
1669
1672
  }
1670
- get kv() {
1671
- return this.j8;
1673
+ get kw() {
1674
+ return this.j9;
1672
1675
  }
1673
- set kv(a) {
1674
- let b = this.j8;
1675
- this.j8 = a;
1676
+ set kw(a) {
1677
+ let b = this.j9;
1678
+ this.j9 = a;
1676
1679
  {
1677
- this.jy("FlatCornerRadius", b, a);
1680
+ this.jz("FlatCornerRadius", b, a);
1678
1681
  }
1679
1682
  }
1680
- get nl() {
1681
- return this.ld;
1682
- }
1683
- set nl(a) {
1684
- let b = this.ld;
1685
- this.ld = a;
1686
- if (b != this.ld) {
1687
- this.jy("BackgroundColor", b, a);
1688
- }
1689
- }
1690
- get sh() {
1691
- return this.lf;
1683
+ get nm() {
1684
+ return this.le;
1692
1685
  }
1693
- set sh(a) {
1694
- let b = this.lf;
1695
- this.lf = a;
1696
- if (b != this.lf) {
1697
- this.jy("DisabledBackgroundColor", b, a);
1686
+ set nm(a) {
1687
+ let b = this.le;
1688
+ this.le = a;
1689
+ if (b != this.le) {
1690
+ this.jz("BackgroundColor", b, a);
1698
1691
  }
1699
1692
  }
1700
1693
  get si() {
@@ -1704,7 +1697,7 @@ export let XButton = /*@__PURE__*/ (() => {
1704
1697
  let b = this.lg;
1705
1698
  this.lg = a;
1706
1699
  if (b != this.lg) {
1707
- this.jy("DisabledBorderColor", b, a);
1700
+ this.jz("DisabledBackgroundColor", b, a);
1708
1701
  }
1709
1702
  }
1710
1703
  get sj() {
@@ -1714,7 +1707,17 @@ export let XButton = /*@__PURE__*/ (() => {
1714
1707
  let b = this.lh;
1715
1708
  this.lh = a;
1716
1709
  if (b != this.lh) {
1717
- this.jy("DisabledTextColor", b, a);
1710
+ this.jz("DisabledBorderColor", b, a);
1711
+ }
1712
+ }
1713
+ get sk() {
1714
+ return this.li;
1715
+ }
1716
+ set sk(a) {
1717
+ let b = this.li;
1718
+ this.li = a;
1719
+ if (b != this.li) {
1720
+ this.jz("DisabledTextColor", b, a);
1718
1721
  }
1719
1722
  }
1720
1723
  get d6() {
@@ -1724,7 +1727,7 @@ export let XButton = /*@__PURE__*/ (() => {
1724
1727
  let b = this.bo;
1725
1728
  this.bo = a;
1726
1729
  if (b != this.bo) {
1727
- this.jy("DisabledElevation", b, a);
1730
+ this.jz("DisabledElevation", b, a);
1728
1731
  }
1729
1732
  }
1730
1733
  get t() {
@@ -1734,27 +1737,27 @@ export let XButton = /*@__PURE__*/ (() => {
1734
1737
  let b = this.o;
1735
1738
  this.o = a;
1736
1739
  if (b != this.o) {
1737
- this.jy("ElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
1740
+ this.jz("ElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
1738
1741
  }
1739
1742
  }
1740
- get s8() {
1741
- return this.l5;
1743
+ get s9() {
1744
+ return this.l6;
1742
1745
  }
1743
- set s8(a) {
1744
- let b = this.l5;
1745
- this.l5 = a;
1746
- if (b != this.l5) {
1747
- this.jy("HoverBackgroundColor", b, a);
1746
+ set s9(a) {
1747
+ let b = this.l6;
1748
+ this.l6 = a;
1749
+ if (b != this.l6) {
1750
+ this.jz("HoverBackgroundColor", b, a);
1748
1751
  }
1749
1752
  }
1750
- get nm() {
1751
- return this.le;
1753
+ get nn() {
1754
+ return this.lf;
1752
1755
  }
1753
- set nm(a) {
1754
- let b = this.le;
1755
- this.le = a;
1756
- if (b != this.le) {
1757
- this.jy("BorderColor", b, a);
1756
+ set nn(a) {
1757
+ let b = this.lf;
1758
+ this.lf = a;
1759
+ if (b != this.lf) {
1760
+ this.jz("BorderColor", b, a);
1758
1761
  }
1759
1762
  }
1760
1763
  get et() {
@@ -1764,7 +1767,7 @@ export let XButton = /*@__PURE__*/ (() => {
1764
1767
  let b = this.cb;
1765
1768
  this.cb = a;
1766
1769
  if (b != this.cb) {
1767
- this.jy("RestingElevation", b, a);
1770
+ this.jz("RestingElevation", b, a);
1768
1771
  }
1769
1772
  }
1770
1773
  get eg() {
@@ -1774,7 +1777,7 @@ export let XButton = /*@__PURE__*/ (() => {
1774
1777
  let b = this.by;
1775
1778
  this.by = a;
1776
1779
  if (b != this.by) {
1777
- this.jy("HoverElevation", b, a);
1780
+ this.jz("HoverElevation", b, a);
1778
1781
  }
1779
1782
  }
1780
1783
  get ef() {
@@ -1784,7 +1787,7 @@ export let XButton = /*@__PURE__*/ (() => {
1784
1787
  let b = this.bx;
1785
1788
  this.bx = a;
1786
1789
  if (b != this.bx) {
1787
- this.jy("FocusElevation", b, a);
1790
+ this.jz("FocusElevation", b, a);
1788
1791
  }
1789
1792
  }
1790
1793
  get v() {
@@ -1794,7 +1797,27 @@ export let XButton = /*@__PURE__*/ (() => {
1794
1797
  let b = this.u;
1795
1798
  this.u = a;
1796
1799
  if (b != this.u) {
1797
- this.jy("TextStyle", b, a);
1800
+ this.jz("TextStyle", b, a);
1801
+ }
1802
+ }
1803
+ get t9() {
1804
+ return this.m7;
1805
+ }
1806
+ set t9(a) {
1807
+ let b = this.m7;
1808
+ this.m7 = a;
1809
+ if (b != this.m7) {
1810
+ this.jz("TextColor", b, a);
1811
+ }
1812
+ }
1813
+ get ta() {
1814
+ return this.l8;
1815
+ }
1816
+ set ta(a) {
1817
+ let b = this.l8;
1818
+ this.l8 = a;
1819
+ if (b != this.l8) {
1820
+ this.jz("HoverTextColor", b, a);
1798
1821
  }
1799
1822
  }
1800
1823
  get t8() {
@@ -1804,17 +1827,7 @@ export let XButton = /*@__PURE__*/ (() => {
1804
1827
  let b = this.m6;
1805
1828
  this.m6 = a;
1806
1829
  if (b != this.m6) {
1807
- this.jy("TextColor", b, a);
1808
- }
1809
- }
1810
- get s9() {
1811
- return this.l7;
1812
- }
1813
- set s9(a) {
1814
- let b = this.l7;
1815
- this.l7 = a;
1816
- if (b != this.l7) {
1817
- this.jy("HoverTextColor", b, a);
1830
+ this.jz("RippleColor", b, a);
1818
1831
  }
1819
1832
  }
1820
1833
  get t7() {
@@ -1824,37 +1837,17 @@ export let XButton = /*@__PURE__*/ (() => {
1824
1837
  let b = this.m5;
1825
1838
  this.m5 = a;
1826
1839
  if (b != this.m5) {
1827
- this.jy("RippleColor", b, a);
1828
- }
1829
- }
1830
- get t6() {
1831
- return this.m4;
1832
- }
1833
- set t6(a) {
1834
- let b = this.m4;
1835
- this.m4 = a;
1836
- if (b != this.m4) {
1837
- this.jy("RaisedTextColor", b, a);
1838
- }
1839
- }
1840
- get t4() {
1841
- return this.m2;
1842
- }
1843
- set t4(a) {
1844
- let b = this.m2;
1845
- this.m2 = a;
1846
- if (b != this.m2) {
1847
- this.jy("RaisedHoverTextColor", b, a);
1840
+ this.jz("RaisedTextColor", b, a);
1848
1841
  }
1849
1842
  }
1850
- get t1() {
1851
- return this.mz;
1843
+ get t5() {
1844
+ return this.m3;
1852
1845
  }
1853
- set t1(a) {
1854
- let b = this.mz;
1855
- this.mz = a;
1856
- if (b != this.mz) {
1857
- this.jy("RaisedFocusBackgroundColor", b, a);
1846
+ set t5(a) {
1847
+ let b = this.m3;
1848
+ this.m3 = a;
1849
+ if (b != this.m3) {
1850
+ this.jz("RaisedHoverTextColor", b, a);
1858
1851
  }
1859
1852
  }
1860
1853
  get t2() {
@@ -1864,17 +1857,17 @@ export let XButton = /*@__PURE__*/ (() => {
1864
1857
  let b = this.m0;
1865
1858
  this.m0 = a;
1866
1859
  if (b != this.m0) {
1867
- this.jy("RaisedFocusTextColor", b, a);
1860
+ this.jz("RaisedFocusBackgroundColor", b, a);
1868
1861
  }
1869
1862
  }
1870
- get s6() {
1871
- return this.l3;
1863
+ get t3() {
1864
+ return this.m1;
1872
1865
  }
1873
- set s6(a) {
1874
- let b = this.l3;
1875
- this.l3 = a;
1876
- if (b != this.l3) {
1877
- this.jy("FocusBackgroundColor", b, a);
1866
+ set t3(a) {
1867
+ let b = this.m1;
1868
+ this.m1 = a;
1869
+ if (b != this.m1) {
1870
+ this.jz("RaisedFocusTextColor", b, a);
1878
1871
  }
1879
1872
  }
1880
1873
  get s7() {
@@ -1884,7 +1877,17 @@ export let XButton = /*@__PURE__*/ (() => {
1884
1877
  let b = this.l4;
1885
1878
  this.l4 = a;
1886
1879
  if (b != this.l4) {
1887
- this.jy("FocusTextColor", b, a);
1880
+ this.jz("FocusBackgroundColor", b, a);
1881
+ }
1882
+ }
1883
+ get s8() {
1884
+ return this.l5;
1885
+ }
1886
+ set s8(a) {
1887
+ let b = this.l5;
1888
+ this.l5 = a;
1889
+ if (b != this.l5) {
1890
+ this.jz("FocusTextColor", b, a);
1888
1891
  }
1889
1892
  }
1890
1893
  get ax() {
@@ -1894,37 +1897,27 @@ export let XButton = /*@__PURE__*/ (() => {
1894
1897
  let b = this.ao;
1895
1898
  this.ao = a;
1896
1899
  if (b != this.ao) {
1897
- this.jy("BorderWidth", b, a);
1900
+ this.jz("BorderWidth", b, a);
1898
1901
  }
1899
1902
  }
1900
- get ke() {
1901
- return this.j6;
1903
+ get kf() {
1904
+ return this.j7;
1902
1905
  }
1903
- set ke(a) {
1904
- let b = this.j6;
1905
- this.j6 = a;
1906
+ set kf(a) {
1907
+ let b = this.j7;
1908
+ this.j7 = a;
1906
1909
  {
1907
- this.jy("CornerRadius", b, a);
1908
- }
1909
- }
1910
- get tl() {
1911
- return this.mj;
1912
- }
1913
- set tl(a) {
1914
- let b = this.mj;
1915
- this.mj = a;
1916
- if (b != this.mj) {
1917
- this.jy("OutlinedBackgroundColor", b, a);
1910
+ this.jz("CornerRadius", b, a);
1918
1911
  }
1919
1912
  }
1920
- get tn() {
1921
- return this.ml;
1913
+ get tm() {
1914
+ return this.mk;
1922
1915
  }
1923
- set tn(a) {
1924
- let b = this.ml;
1925
- this.ml = a;
1926
- if (b != this.ml) {
1927
- this.jy("OutlinedDisabledBackgroundColor", b, a);
1916
+ set tm(a) {
1917
+ let b = this.mk;
1918
+ this.mk = a;
1919
+ if (b != this.mk) {
1920
+ this.jz("OutlinedBackgroundColor", b, a);
1928
1921
  }
1929
1922
  }
1930
1923
  get to() {
@@ -1934,7 +1927,7 @@ export let XButton = /*@__PURE__*/ (() => {
1934
1927
  let b = this.mm;
1935
1928
  this.mm = a;
1936
1929
  if (b != this.mm) {
1937
- this.jy("OutlinedDisabledBorderColor", b, a);
1930
+ this.jz("OutlinedDisabledBackgroundColor", b, a);
1938
1931
  }
1939
1932
  }
1940
1933
  get tp() {
@@ -1944,7 +1937,17 @@ export let XButton = /*@__PURE__*/ (() => {
1944
1937
  let b = this.mn;
1945
1938
  this.mn = a;
1946
1939
  if (b != this.mn) {
1947
- this.jy("OutlinedDisabledTextColor", b, a);
1940
+ this.jz("OutlinedDisabledBorderColor", b, a);
1941
+ }
1942
+ }
1943
+ get tq() {
1944
+ return this.mo;
1945
+ }
1946
+ set tq(a) {
1947
+ let b = this.mo;
1948
+ this.mo = a;
1949
+ if (b != this.mo) {
1950
+ this.jz("OutlinedDisabledTextColor", b, a);
1948
1951
  }
1949
1952
  }
1950
1953
  get el() {
@@ -1954,27 +1957,27 @@ export let XButton = /*@__PURE__*/ (() => {
1954
1957
  let b = this.b3;
1955
1958
  this.b3 = a;
1956
1959
  if (b != this.b3) {
1957
- this.jy("OutlinedDisabledElevation", b, a);
1960
+ this.jz("OutlinedDisabledElevation", b, a);
1958
1961
  }
1959
1962
  }
1960
- get ts() {
1961
- return this.mq;
1963
+ get tt() {
1964
+ return this.mr;
1962
1965
  }
1963
- set ts(a) {
1964
- let b = this.mq;
1965
- this.mq = a;
1966
- if (b != this.mq) {
1967
- this.jy("OutlinedHoverBackgroundColor", b, a);
1966
+ set tt(a) {
1967
+ let b = this.mr;
1968
+ this.mr = a;
1969
+ if (b != this.mr) {
1970
+ this.jz("OutlinedHoverBackgroundColor", b, a);
1968
1971
  }
1969
1972
  }
1970
- get tm() {
1971
- return this.mk;
1973
+ get tn() {
1974
+ return this.ml;
1972
1975
  }
1973
- set tm(a) {
1974
- let b = this.mk;
1975
- this.mk = a;
1976
- if (b != this.mk) {
1977
- this.jy("OutlinedBorderColor", b, a);
1976
+ set tn(a) {
1977
+ let b = this.ml;
1978
+ this.ml = a;
1979
+ if (b != this.ml) {
1980
+ this.jz("OutlinedBorderColor", b, a);
1978
1981
  }
1979
1982
  }
1980
1983
  get eo() {
@@ -1984,7 +1987,7 @@ export let XButton = /*@__PURE__*/ (() => {
1984
1987
  let b = this.b6;
1985
1988
  this.b6 = a;
1986
1989
  if (b != this.b6) {
1987
- this.jy("OutlinedRestingElevation", b, a);
1990
+ this.jz("OutlinedRestingElevation", b, a);
1988
1991
  }
1989
1992
  }
1990
1993
  get en() {
@@ -1994,7 +1997,7 @@ export let XButton = /*@__PURE__*/ (() => {
1994
1997
  let b = this.b5;
1995
1998
  this.b5 = a;
1996
1999
  if (b != this.b5) {
1997
- this.jy("OutlinedHoverElevation", b, a);
2000
+ this.jz("OutlinedHoverElevation", b, a);
1998
2001
  }
1999
2002
  }
2000
2003
  get em() {
@@ -2004,7 +2007,7 @@ export let XButton = /*@__PURE__*/ (() => {
2004
2007
  let b = this.b4;
2005
2008
  this.b4 = a;
2006
2009
  if (b != this.b4) {
2007
- this.jy("OutlinedFocusElevation", b, a);
2010
+ this.jz("OutlinedFocusElevation", b, a);
2008
2011
  }
2009
2012
  }
2010
2013
  get bi() {
@@ -2014,27 +2017,17 @@ export let XButton = /*@__PURE__*/ (() => {
2014
2017
  let b = this.au;
2015
2018
  this.au = a;
2016
2019
  if (b != this.au) {
2017
- this.jy("OutlinedBorderWidth", b, a);
2020
+ this.jz("OutlinedBorderWidth", b, a);
2018
2021
  }
2019
2022
  }
2020
- get kx() {
2021
- return this.ka;
2022
- }
2023
- set kx(a) {
2024
- let b = this.ka;
2025
- this.ka = a;
2026
- {
2027
- this.jy("OutlinedCornerRadius", b, a);
2028
- }
2029
- }
2030
- get tu() {
2031
- return this.ms;
2032
- }
2033
- set tu(a) {
2034
- let b = this.ms;
2035
- this.ms = a;
2036
- if (b != this.ms) {
2037
- this.jy("OutlinedRippleColor", b, a);
2023
+ get ky() {
2024
+ return this.kb;
2025
+ }
2026
+ set ky(a) {
2027
+ let b = this.kb;
2028
+ this.kb = a;
2029
+ {
2030
+ this.jz("OutlinedCornerRadius", b, a);
2038
2031
  }
2039
2032
  }
2040
2033
  get tv() {
@@ -2044,27 +2037,27 @@ export let XButton = /*@__PURE__*/ (() => {
2044
2037
  let b = this.mt;
2045
2038
  this.mt = a;
2046
2039
  if (b != this.mt) {
2047
- this.jy("OutlinedTextColor", b, a);
2040
+ this.jz("OutlinedRippleColor", b, a);
2048
2041
  }
2049
2042
  }
2050
- get tt() {
2051
- return this.mr;
2043
+ get tw() {
2044
+ return this.mu;
2052
2045
  }
2053
- set tt(a) {
2054
- let b = this.mr;
2055
- this.mr = a;
2056
- if (b != this.mr) {
2057
- this.jy("OutlinedHoverTextColor", b, a);
2046
+ set tw(a) {
2047
+ let b = this.mu;
2048
+ this.mu = a;
2049
+ if (b != this.mu) {
2050
+ this.jz("OutlinedTextColor", b, a);
2058
2051
  }
2059
2052
  }
2060
- get tq() {
2061
- return this.mo;
2053
+ get tu() {
2054
+ return this.ms;
2062
2055
  }
2063
- set tq(a) {
2064
- let b = this.mo;
2065
- this.mo = a;
2066
- if (b != this.mo) {
2067
- this.jy("OutlinedFocusBackgroundColor", b, a);
2056
+ set tu(a) {
2057
+ let b = this.ms;
2058
+ this.ms = a;
2059
+ if (b != this.ms) {
2060
+ this.jz("OutlinedHoverTextColor", b, a);
2068
2061
  }
2069
2062
  }
2070
2063
  get tr() {
@@ -2074,27 +2067,27 @@ export let XButton = /*@__PURE__*/ (() => {
2074
2067
  let b = this.mp;
2075
2068
  this.mp = a;
2076
2069
  if (b != this.mp) {
2077
- this.jy("OutlinedFocusTextColor", b, a);
2070
+ this.jz("OutlinedFocusBackgroundColor", b, a);
2078
2071
  }
2079
2072
  }
2080
- get sk() {
2081
- return this.li;
2073
+ get ts() {
2074
+ return this.mq;
2082
2075
  }
2083
- set sk(a) {
2084
- let b = this.li;
2085
- this.li = a;
2086
- if (b != this.li) {
2087
- this.jy("FabBackgroundColor", b, a);
2076
+ set ts(a) {
2077
+ let b = this.mq;
2078
+ this.mq = a;
2079
+ if (b != this.mq) {
2080
+ this.jz("OutlinedFocusTextColor", b, a);
2088
2081
  }
2089
2082
  }
2090
- get sm() {
2091
- return this.lk;
2083
+ get sl() {
2084
+ return this.lj;
2092
2085
  }
2093
- set sm(a) {
2094
- let b = this.lk;
2095
- this.lk = a;
2096
- if (b != this.lk) {
2097
- this.jy("FabDisabledBackgroundColor", b, a);
2086
+ set sl(a) {
2087
+ let b = this.lj;
2088
+ this.lj = a;
2089
+ if (b != this.lj) {
2090
+ this.jz("FabBackgroundColor", b, a);
2098
2091
  }
2099
2092
  }
2100
2093
  get sn() {
@@ -2104,7 +2097,7 @@ export let XButton = /*@__PURE__*/ (() => {
2104
2097
  let b = this.ll;
2105
2098
  this.ll = a;
2106
2099
  if (b != this.ll) {
2107
- this.jy("FabDisabledBorderColor", b, a);
2100
+ this.jz("FabDisabledBackgroundColor", b, a);
2108
2101
  }
2109
2102
  }
2110
2103
  get so() {
@@ -2114,7 +2107,17 @@ export let XButton = /*@__PURE__*/ (() => {
2114
2107
  let b = this.lm;
2115
2108
  this.lm = a;
2116
2109
  if (b != this.lm) {
2117
- this.jy("FabDisabledTextColor", b, a);
2110
+ this.jz("FabDisabledBorderColor", b, a);
2111
+ }
2112
+ }
2113
+ get sp() {
2114
+ return this.ln;
2115
+ }
2116
+ set sp(a) {
2117
+ let b = this.ln;
2118
+ this.ln = a;
2119
+ if (b != this.ln) {
2120
+ this.jz("FabDisabledTextColor", b, a);
2118
2121
  }
2119
2122
  }
2120
2123
  get d7() {
@@ -2124,27 +2127,27 @@ export let XButton = /*@__PURE__*/ (() => {
2124
2127
  let b = this.bp;
2125
2128
  this.bp = a;
2126
2129
  if (b != this.bp) {
2127
- this.jy("FabDisabledElevation", b, a);
2130
+ this.jz("FabDisabledElevation", b, a);
2128
2131
  }
2129
2132
  }
2130
- get sr() {
2131
- return this.l6;
2133
+ get ss() {
2134
+ return this.l7;
2132
2135
  }
2133
- set sr(a) {
2134
- let b = this.l6;
2135
- this.l6 = a;
2136
- if (b != this.l6) {
2137
- this.jy("FabHoverBackgroundColor", b, a);
2136
+ set ss(a) {
2137
+ let b = this.l7;
2138
+ this.l7 = a;
2139
+ if (b != this.l7) {
2140
+ this.jz("FabHoverBackgroundColor", b, a);
2138
2141
  }
2139
2142
  }
2140
- get sl() {
2141
- return this.lj;
2143
+ get sm() {
2144
+ return this.lk;
2142
2145
  }
2143
- set sl(a) {
2144
- let b = this.lj;
2145
- this.lj = a;
2146
- if (b != this.lj) {
2147
- this.jy("FabBorderColor", b, a);
2146
+ set sm(a) {
2147
+ let b = this.lk;
2148
+ this.lk = a;
2149
+ if (b != this.lk) {
2150
+ this.jz("FabBorderColor", b, a);
2148
2151
  }
2149
2152
  }
2150
2153
  get ea() {
@@ -2154,7 +2157,7 @@ export let XButton = /*@__PURE__*/ (() => {
2154
2157
  let b = this.bs;
2155
2158
  this.bs = a;
2156
2159
  if (b != this.bs) {
2157
- this.jy("FabRestingElevation", b, a);
2160
+ this.jz("FabRestingElevation", b, a);
2158
2161
  }
2159
2162
  }
2160
2163
  get d9() {
@@ -2164,7 +2167,7 @@ export let XButton = /*@__PURE__*/ (() => {
2164
2167
  let b = this.br;
2165
2168
  this.br = a;
2166
2169
  if (b != this.br) {
2167
- this.jy("FabHoverElevation", b, a);
2170
+ this.jz("FabHoverElevation", b, a);
2168
2171
  }
2169
2172
  }
2170
2173
  get d8() {
@@ -2174,7 +2177,7 @@ export let XButton = /*@__PURE__*/ (() => {
2174
2177
  let b = this.bq;
2175
2178
  this.bq = a;
2176
2179
  if (b != this.bq) {
2177
- this.jy("FabFocusElevation", b, a);
2180
+ this.jz("FabFocusElevation", b, a);
2178
2181
  }
2179
2182
  }
2180
2183
  get bd() {
@@ -2184,27 +2187,17 @@ export let XButton = /*@__PURE__*/ (() => {
2184
2187
  let b = this.ap;
2185
2188
  this.ap = a;
2186
2189
  if (b != this.ap) {
2187
- this.jy("FabBorderWidth", b, a);
2190
+ this.jz("FabBorderWidth", b, a);
2188
2191
  }
2189
2192
  }
2190
- get ku() {
2191
- return this.j7;
2193
+ get kv() {
2194
+ return this.j8;
2192
2195
  }
2193
- set ku(a) {
2194
- let b = this.j7;
2195
- this.j7 = a;
2196
+ set kv(a) {
2197
+ let b = this.j8;
2198
+ this.j8 = a;
2196
2199
  {
2197
- this.jy("FabCornerRadius", b, a);
2198
- }
2199
- }
2200
- get st() {
2201
- return this.lq;
2202
- }
2203
- set st(a) {
2204
- let b = this.lq;
2205
- this.lq = a;
2206
- if (b != this.lq) {
2207
- this.jy("FabRippleColor", b, a);
2200
+ this.jz("FabCornerRadius", b, a);
2208
2201
  }
2209
2202
  }
2210
2203
  get su() {
@@ -2214,27 +2207,27 @@ export let XButton = /*@__PURE__*/ (() => {
2214
2207
  let b = this.lr;
2215
2208
  this.lr = a;
2216
2209
  if (b != this.lr) {
2217
- this.jy("FabTextColor", b, a);
2210
+ this.jz("FabRippleColor", b, a);
2218
2211
  }
2219
2212
  }
2220
- get ss() {
2221
- return this.lp;
2213
+ get sv() {
2214
+ return this.ls;
2222
2215
  }
2223
- set ss(a) {
2224
- let b = this.lp;
2225
- this.lp = a;
2226
- if (b != this.lp) {
2227
- this.jy("FabHoverTextColor", b, a);
2216
+ set sv(a) {
2217
+ let b = this.ls;
2218
+ this.ls = a;
2219
+ if (b != this.ls) {
2220
+ this.jz("FabTextColor", b, a);
2228
2221
  }
2229
2222
  }
2230
- get sp() {
2231
- return this.ln;
2223
+ get st() {
2224
+ return this.lq;
2232
2225
  }
2233
- set sp(a) {
2234
- let b = this.ln;
2235
- this.ln = a;
2236
- if (b != this.ln) {
2237
- this.jy("FabFocusBackgroundColor", b, a);
2226
+ set st(a) {
2227
+ let b = this.lq;
2228
+ this.lq = a;
2229
+ if (b != this.lq) {
2230
+ this.jz("FabHoverTextColor", b, a);
2238
2231
  }
2239
2232
  }
2240
2233
  get sq() {
@@ -2244,27 +2237,27 @@ export let XButton = /*@__PURE__*/ (() => {
2244
2237
  let b = this.lo;
2245
2238
  this.lo = a;
2246
2239
  if (b != this.lo) {
2247
- this.jy("FabFocusTextColor", b, a);
2240
+ this.jz("FabFocusBackgroundColor", b, a);
2248
2241
  }
2249
2242
  }
2250
- get ta() {
2251
- return this.l8;
2243
+ get sr() {
2244
+ return this.lp;
2252
2245
  }
2253
- set ta(a) {
2254
- let b = this.l8;
2255
- this.l8 = a;
2256
- if (b != this.l8) {
2257
- this.jy("IconBackgroundColor", b, a);
2246
+ set sr(a) {
2247
+ let b = this.lp;
2248
+ this.lp = a;
2249
+ if (b != this.lp) {
2250
+ this.jz("FabFocusTextColor", b, a);
2258
2251
  }
2259
2252
  }
2260
- get tc() {
2261
- return this.ma;
2253
+ get tb() {
2254
+ return this.l9;
2262
2255
  }
2263
- set tc(a) {
2264
- let b = this.ma;
2265
- this.ma = a;
2266
- if (b != this.ma) {
2267
- this.jy("IconDisabledBackgroundColor", b, a);
2256
+ set tb(a) {
2257
+ let b = this.l9;
2258
+ this.l9 = a;
2259
+ if (b != this.l9) {
2260
+ this.jz("IconBackgroundColor", b, a);
2268
2261
  }
2269
2262
  }
2270
2263
  get td() {
@@ -2274,7 +2267,7 @@ export let XButton = /*@__PURE__*/ (() => {
2274
2267
  let b = this.mb;
2275
2268
  this.mb = a;
2276
2269
  if (b != this.mb) {
2277
- this.jy("IconDisabledBorderColor", b, a);
2270
+ this.jz("IconDisabledBackgroundColor", b, a);
2278
2271
  }
2279
2272
  }
2280
2273
  get te() {
@@ -2284,7 +2277,17 @@ export let XButton = /*@__PURE__*/ (() => {
2284
2277
  let b = this.mc;
2285
2278
  this.mc = a;
2286
2279
  if (b != this.mc) {
2287
- this.jy("IconDisabledTextColor", b, a);
2280
+ this.jz("IconDisabledBorderColor", b, a);
2281
+ }
2282
+ }
2283
+ get tf() {
2284
+ return this.md;
2285
+ }
2286
+ set tf(a) {
2287
+ let b = this.md;
2288
+ this.md = a;
2289
+ if (b != this.md) {
2290
+ this.jz("IconDisabledTextColor", b, a);
2288
2291
  }
2289
2292
  }
2290
2293
  get eh() {
@@ -2294,27 +2297,27 @@ export let XButton = /*@__PURE__*/ (() => {
2294
2297
  let b = this.bz;
2295
2298
  this.bz = a;
2296
2299
  if (b != this.bz) {
2297
- this.jy("IconDisabledElevation", b, a);
2300
+ this.jz("IconDisabledElevation", b, a);
2298
2301
  }
2299
2302
  }
2300
- get th() {
2301
- return this.mf;
2303
+ get ti() {
2304
+ return this.mg;
2302
2305
  }
2303
- set th(a) {
2304
- let b = this.mf;
2305
- this.mf = a;
2306
- if (b != this.mf) {
2307
- this.jy("IconHoverBackgroundColor", b, a);
2306
+ set ti(a) {
2307
+ let b = this.mg;
2308
+ this.mg = a;
2309
+ if (b != this.mg) {
2310
+ this.jz("IconHoverBackgroundColor", b, a);
2308
2311
  }
2309
2312
  }
2310
- get tb() {
2311
- return this.l9;
2313
+ get tc() {
2314
+ return this.ma;
2312
2315
  }
2313
- set tb(a) {
2314
- let b = this.l9;
2315
- this.l9 = a;
2316
- if (b != this.l9) {
2317
- this.jy("IconBorderColor", b, a);
2316
+ set tc(a) {
2317
+ let b = this.ma;
2318
+ this.ma = a;
2319
+ if (b != this.ma) {
2320
+ this.jz("IconBorderColor", b, a);
2318
2321
  }
2319
2322
  }
2320
2323
  get ek() {
@@ -2324,7 +2327,7 @@ export let XButton = /*@__PURE__*/ (() => {
2324
2327
  let b = this.b2;
2325
2328
  this.b2 = a;
2326
2329
  if (b != this.b2) {
2327
- this.jy("IconRestingElevation", b, a);
2330
+ this.jz("IconRestingElevation", b, a);
2328
2331
  }
2329
2332
  }
2330
2333
  get ej() {
@@ -2334,7 +2337,7 @@ export let XButton = /*@__PURE__*/ (() => {
2334
2337
  let b = this.b1;
2335
2338
  this.b1 = a;
2336
2339
  if (b != this.b1) {
2337
- this.jy("IconHoverElevation", b, a);
2340
+ this.jz("IconHoverElevation", b, a);
2338
2341
  }
2339
2342
  }
2340
2343
  get ei() {
@@ -2344,7 +2347,7 @@ export let XButton = /*@__PURE__*/ (() => {
2344
2347
  let b = this.b0;
2345
2348
  this.b0 = a;
2346
2349
  if (b != this.b0) {
2347
- this.jy("IconFocusElevation", b, a);
2350
+ this.jz("IconFocusElevation", b, a);
2348
2351
  }
2349
2352
  }
2350
2353
  get bf() {
@@ -2354,27 +2357,17 @@ export let XButton = /*@__PURE__*/ (() => {
2354
2357
  let b = this.ar;
2355
2358
  this.ar = a;
2356
2359
  if (b != this.ar) {
2357
- this.jy("IconBorderWidth", b, a);
2360
+ this.jz("IconBorderWidth", b, a);
2358
2361
  }
2359
2362
  }
2360
- get kw() {
2361
- return this.j9;
2363
+ get kx() {
2364
+ return this.ka;
2362
2365
  }
2363
- set kw(a) {
2364
- let b = this.j9;
2365
- this.j9 = a;
2366
+ set kx(a) {
2367
+ let b = this.ka;
2368
+ this.ka = a;
2366
2369
  {
2367
- this.jy("IconCornerRadius", b, a);
2368
- }
2369
- }
2370
- get tj() {
2371
- return this.mh;
2372
- }
2373
- set tj(a) {
2374
- let b = this.mh;
2375
- this.mh = a;
2376
- if (b != this.mh) {
2377
- this.jy("IconRippleColor", b, a);
2370
+ this.jz("IconCornerRadius", b, a);
2378
2371
  }
2379
2372
  }
2380
2373
  get tk() {
@@ -2384,27 +2377,27 @@ export let XButton = /*@__PURE__*/ (() => {
2384
2377
  let b = this.mi;
2385
2378
  this.mi = a;
2386
2379
  if (b != this.mi) {
2387
- this.jy("IconTextColor", b, a);
2380
+ this.jz("IconRippleColor", b, a);
2388
2381
  }
2389
2382
  }
2390
- get ti() {
2391
- return this.mg;
2383
+ get tl() {
2384
+ return this.mj;
2392
2385
  }
2393
- set ti(a) {
2394
- let b = this.mg;
2395
- this.mg = a;
2396
- if (b != this.mg) {
2397
- this.jy("IconHoverTextColor", b, a);
2386
+ set tl(a) {
2387
+ let b = this.mj;
2388
+ this.mj = a;
2389
+ if (b != this.mj) {
2390
+ this.jz("IconTextColor", b, a);
2398
2391
  }
2399
2392
  }
2400
- get tf() {
2401
- return this.md;
2393
+ get tj() {
2394
+ return this.mh;
2402
2395
  }
2403
- set tf(a) {
2404
- let b = this.md;
2405
- this.md = a;
2406
- if (b != this.md) {
2407
- this.jy("IconFocusBackgroundColor", b, a);
2396
+ set tj(a) {
2397
+ let b = this.mh;
2398
+ this.mh = a;
2399
+ if (b != this.mh) {
2400
+ this.jz("IconHoverTextColor", b, a);
2408
2401
  }
2409
2402
  }
2410
2403
  get tg() {
@@ -2414,7 +2407,17 @@ export let XButton = /*@__PURE__*/ (() => {
2414
2407
  let b = this.me;
2415
2408
  this.me = a;
2416
2409
  if (b != this.me) {
2417
- this.jy("IconFocusTextColor", b, a);
2410
+ this.jz("IconFocusBackgroundColor", b, a);
2411
+ }
2412
+ }
2413
+ get th() {
2414
+ return this.mf;
2415
+ }
2416
+ set th(a) {
2417
+ let b = this.mf;
2418
+ this.mf = a;
2419
+ if (b != this.mf) {
2420
+ this.jz("IconFocusTextColor", b, a);
2418
2421
  }
2419
2422
  }
2420
2423
  get h8() {
@@ -2424,7 +2427,7 @@ export let XButton = /*@__PURE__*/ (() => {
2424
2427
  let b = this.e7;
2425
2428
  this.e7 = a;
2426
2429
  if (b != this.e7) {
2427
- this.jy("InputId", b, a);
2430
+ this.jz("InputId", b, a);
2428
2431
  }
2429
2432
  }
2430
2433
  get h6() {
@@ -2434,7 +2437,7 @@ export let XButton = /*@__PURE__*/ (() => {
2434
2437
  let b = this.e6;
2435
2438
  this.e6 = a;
2436
2439
  if (b != this.e6) {
2437
- this.jy("Id", b, a);
2440
+ this.jz("Id", b, a);
2438
2441
  }
2439
2442
  }
2440
2443
  get gc() {
@@ -2444,7 +2447,7 @@ export let XButton = /*@__PURE__*/ (() => {
2444
2447
  let b = this.e3;
2445
2448
  this.e3 = a;
2446
2449
  if (b != this.e3) {
2447
- this.jy("Display", b, a);
2450
+ this.jz("Display", b, a);
2448
2451
  }
2449
2452
  }
2450
2453
  get hf() {
@@ -2454,7 +2457,7 @@ export let XButton = /*@__PURE__*/ (() => {
2454
2457
  let b = this.e4;
2455
2458
  this.e4 = a;
2456
2459
  if (b != this.e4) {
2457
- this.jy("FlexDirection", b, a);
2460
+ this.jz("FlexDirection", b, a);
2458
2461
  }
2459
2462
  }
2460
2463
  get hh() {
@@ -2464,7 +2467,7 @@ export let XButton = /*@__PURE__*/ (() => {
2464
2467
  let b = this.e5;
2465
2468
  this.e5 = a;
2466
2469
  if (b != this.e5) {
2467
- this.jy("FlexGrow", b, a);
2470
+ this.jz("FlexGrow", b, a);
2468
2471
  }
2469
2472
  }
2470
2473
  get fw() {
@@ -2474,7 +2477,7 @@ export let XButton = /*@__PURE__*/ (() => {
2474
2477
  let b = this.e1;
2475
2478
  this.e1 = a;
2476
2479
  if (b != this.e1) {
2477
- this.jy("AlignItems", b, a);
2480
+ this.jz("AlignItems", b, a);
2478
2481
  }
2479
2482
  }
2480
2483
  get e0() {
@@ -2484,7 +2487,7 @@ export let XButton = /*@__PURE__*/ (() => {
2484
2487
  let b = this.ex;
2485
2488
  this.ex = a;
2486
2489
  if (b != this.ex) {
2487
- this.jy("Value", b, a);
2490
+ this.jz("Value", b, a);
2488
2491
  }
2489
2492
  }
2490
2493
  get ih() {
@@ -2494,7 +2497,7 @@ export let XButton = /*@__PURE__*/ (() => {
2494
2497
  let b = this.e8;
2495
2498
  this.e8 = a;
2496
2499
  if (b != this.e8) {
2497
- this.jy("Name", b, a);
2500
+ this.jz("Name", b, a);
2498
2501
  }
2499
2502
  }
2500
2503
  get ah() {
@@ -2508,7 +2511,7 @@ export let XButton = /*@__PURE__*/ (() => {
2508
2511
  this.cc = a;
2509
2512
  this.z = true;
2510
2513
  if (b != this.cc) {
2511
- this.jy("TabIndex", b, a);
2514
+ this.jz("TabIndex", b, a);
2512
2515
  }
2513
2516
  }
2514
2517
  get fy() {
@@ -2518,7 +2521,7 @@ export let XButton = /*@__PURE__*/ (() => {
2518
2521
  let b = this.e2;
2519
2522
  this.e2 = a;
2520
2523
  if (b != this.e2) {
2521
- this.jy("AriaLabel", b, a);
2524
+ this.jz("AriaLabel", b, a);
2522
2525
  }
2523
2526
  }
2524
2527
  get focused() {
@@ -2528,7 +2531,7 @@ export let XButton = /*@__PURE__*/ (() => {
2528
2531
  let b = this.ab;
2529
2532
  this.ab = a;
2530
2533
  if (b != this.ab) {
2531
- this.jy("IsFocused", b, a);
2534
+ this.jz("IsFocused", b, a);
2532
2535
  }
2533
2536
  }
2534
2537
  get ak() {
@@ -2538,7 +2541,7 @@ export let XButton = /*@__PURE__*/ (() => {
2538
2541
  let b = this.ac;
2539
2542
  this.ac = a;
2540
2543
  if (b != this.ac) {
2541
- this.jy("IsFocusStyleEnabled", b, a);
2544
+ this.jz("IsFocusStyleEnabled", b, a);
2542
2545
  }
2543
2546
  }
2544
2547
  get af() {
@@ -2548,7 +2551,7 @@ export let XButton = /*@__PURE__*/ (() => {
2548
2551
  let b = this.x;
2549
2552
  this.x = a;
2550
2553
  if (b != this.x) {
2551
- this.jy("DisableRipple", b, a);
2554
+ this.jz("DisableRipple", b, a);
2552
2555
  }
2553
2556
  }
2554
2557
  get ae() {
@@ -2558,7 +2561,7 @@ export let XButton = /*@__PURE__*/ (() => {
2558
2561
  let b = this.w;
2559
2562
  this.w = a;
2560
2563
  if (b != this.w) {
2561
- this.jy("ActualDisableRipple", b, a);
2564
+ this.jz("ActualDisableRipple", b, a);
2562
2565
  }
2563
2566
  }
2564
2567
  get al() {
@@ -2568,7 +2571,7 @@ export let XButton = /*@__PURE__*/ (() => {
2568
2571
  let b = this.ad;
2569
2572
  this.ad = a;
2570
2573
  if (b != this.ad) {
2571
- this.jy("IsHover", b, a);
2574
+ this.jz("IsHover", b, a);
2572
2575
  }
2573
2576
  }
2574
2577
  get disabled() {
@@ -2578,7 +2581,7 @@ export let XButton = /*@__PURE__*/ (() => {
2578
2581
  let b = this.aa;
2579
2582
  this.aa = a;
2580
2583
  if (b != this.aa) {
2581
- this.jy("IsDisabled", b, a);
2584
+ this.jz("IsDisabled", b, a);
2582
2585
  }
2583
2586
  }
2584
2587
  get ag() {
@@ -2588,13 +2591,13 @@ export let XButton = /*@__PURE__*/ (() => {
2588
2591
  let b = this.y;
2589
2592
  this.y = a;
2590
2593
  if (b != this.y) {
2591
- this.jy("DisableTransitions", b, a);
2594
+ this.jz("DisableTransitions", b, a);
2592
2595
  }
2593
2596
  }
2594
- jz() {
2595
- this.jq();
2596
- this.view.aq(this.ni, BrushUtil.g(0, 0, 0, 0));
2597
- this.j2();
2597
+ j0() {
2598
+ this.jr();
2599
+ this.view.ar(this.nj, BrushUtil.g(0, 0, 0, 0));
2600
+ this.j3();
2598
2601
  }
2599
2602
  get a() {
2600
2603
  let a = new AnimationKeyFrameEffectTiming();
@@ -2602,18 +2605,21 @@ export let XButton = /*@__PURE__*/ (() => {
2602
2605
  a.b = 0;
2603
2606
  return a;
2604
2607
  }
2605
- jq() {
2606
- this.view.aa();
2608
+ jr() {
2609
+ this.view.ab();
2607
2610
  }
2608
2611
  onDetachedFromUI() {
2609
- this.view.ae();
2612
+ this.view.af();
2610
2613
  }
2611
2614
  onAttachedToUI() {
2612
- this.view.ac();
2615
+ this.view.ad();
2613
2616
  }
2614
2617
  appendButtonContent(a) {
2615
2618
  this.view.z(a);
2616
2619
  }
2620
+ clearButtonContent() {
2621
+ this.view.aa();
2622
+ }
2617
2623
  am() {
2618
2624
  return this.view.g();
2619
2625
  }
@@ -2638,12 +2644,12 @@ export let XButton = /*@__PURE__*/ (() => {
2638
2644
  c.h = this.i;
2639
2645
  c.i = this.l;
2640
2646
  c.c = AppearanceHelper.a(NativeUI.ag(a));
2641
- c.g = AppearanceHelper.a(this.nk);
2642
- c.d = AppearanceHelper.a(this.nh);
2643
- c.a = AppearanceHelper.a(this.m7);
2647
+ c.g = AppearanceHelper.a(this.nl);
2648
+ c.d = AppearanceHelper.a(this.ni);
2649
+ c.a = AppearanceHelper.a(this.m8);
2644
2650
  c.u = this.cg;
2645
- c.e = AppearanceHelper.a(this.ni);
2646
- c.ah = this.kc;
2651
+ c.e = AppearanceHelper.a(this.nj);
2652
+ c.ah = this.kd;
2647
2653
  c.b = AppearanceHelper.a(NativeUI.af(a));
2648
2654
  c.j = this.p;
2649
2655
  c.f = AppearanceHelper.a(NativeUI.ah(b));
@@ -2689,188 +2695,188 @@ export let XButton = /*@__PURE__*/ (() => {
2689
2695
  return c;
2690
2696
  }
2691
2697
  provideContainer(a) {
2692
- this.view.ad(a);
2698
+ this.view.ae(a);
2693
2699
  }
2694
2700
  }
2695
2701
  XButton.$t = /*@__PURE__*/ markType(XButton, 'XButton', Base.$, [INotifyPropertyChanged_$type]);
2696
- XButton.rs = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2697
- XButton.rg = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2698
- XButton.p7 = /*@__PURE__*/ BrushUtil.g(20, 0, 0, 0);
2702
+ XButton.rt = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2703
+ XButton.rh = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2704
+ XButton.p8 = /*@__PURE__*/ BrushUtil.g(20, 0, 0, 0);
2699
2705
  XButton.s = 1;
2700
- XButton.rj = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2701
2706
  XButton.rk = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2702
- XButton.rl = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2707
+ XButton.rl = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2708
+ XButton.rm = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2703
2709
  XButton.du = 0;
2704
2710
  XButton.dx = 2;
2705
2711
  XButton.dw = 4;
2706
2712
  XButton.dv = 8;
2707
- XButton.ri = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2708
- XButton.rq = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2709
- XButton.kr = /*@__PURE__*/ new CornerRadius(0, 4);
2713
+ XButton.rj = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2714
+ XButton.rr = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2715
+ XButton.ks = /*@__PURE__*/ new CornerRadius(0, 4);
2710
2716
  XButton.ba = NaN;
2711
- XButton.rh = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2712
- XButton.rr = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2713
- XButton.rp = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2714
- XButton.ro = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
2715
- XButton.rm = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
2716
- XButton.rn = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2717
- XButton.ql = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2717
+ XButton.ri = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2718
+ XButton.rs = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2719
+ XButton.rq = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2720
+ XButton.rp = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
2721
+ XButton.rn = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
2722
+ XButton.ro = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2718
2723
  XButton.qm = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2719
- XButton.qn = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2724
+ XButton.qn = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2725
+ XButton.qo = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2720
2726
  XButton.dh = 0;
2721
2727
  XButton.dk = 0;
2722
2728
  XButton.dj = 0;
2723
2729
  XButton.di = 0;
2724
- XButton.qk = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2725
- XButton.qs = null;
2726
- XButton.ko = /*@__PURE__*/ new CornerRadius(0, 4);
2730
+ XButton.ql = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2731
+ XButton.qt = null;
2732
+ XButton.kp = /*@__PURE__*/ new CornerRadius(0, 4);
2727
2733
  XButton.a7 = NaN;
2728
- XButton.qj = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2729
- XButton.qt = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2730
- XButton.qr = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2731
- XButton.qq = /*@__PURE__*/ BrushUtil.g(13, 228, 28, 119);
2732
- XButton.qo = /*@__PURE__*/ BrushUtil.g(30, 228, 28, 119);
2733
- XButton.qp = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2734
- XButton.q7 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2735
- XButton.q8 = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2736
- XButton.q9 = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2734
+ XButton.qk = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2735
+ XButton.qu = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2736
+ XButton.qs = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2737
+ XButton.qr = /*@__PURE__*/ BrushUtil.g(13, 228, 28, 119);
2738
+ XButton.qp = /*@__PURE__*/ BrushUtil.g(30, 228, 28, 119);
2739
+ XButton.qq = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2740
+ XButton.q8 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2741
+ XButton.q9 = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2742
+ XButton.ra = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2737
2743
  XButton.dq = 0;
2738
2744
  XButton.dt = 0;
2739
2745
  XButton.ds = 0;
2740
2746
  XButton.dr = 0;
2741
- XButton.q6 = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2742
- XButton.re = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2743
- XButton.kq = /*@__PURE__*/ new CornerRadius(0, 4);
2747
+ XButton.q7 = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2748
+ XButton.rf = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2749
+ XButton.kr = /*@__PURE__*/ new CornerRadius(0, 4);
2744
2750
  XButton.a9 = 1;
2745
- XButton.q5 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2746
- XButton.rf = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2747
- XButton.rd = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2748
- XButton.rc = /*@__PURE__*/ BrushUtil.g(13, 228, 28, 119);
2749
- XButton.ra = /*@__PURE__*/ BrushUtil.g(30, 228, 28, 119);
2750
- XButton.rb = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2751
- XButton.qw = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2751
+ XButton.q6 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2752
+ XButton.rg = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2753
+ XButton.re = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2754
+ XButton.rd = /*@__PURE__*/ BrushUtil.g(13, 228, 28, 119);
2755
+ XButton.rb = /*@__PURE__*/ BrushUtil.g(30, 228, 28, 119);
2756
+ XButton.rc = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2752
2757
  XButton.qx = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2753
- XButton.qy = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2758
+ XButton.qy = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2759
+ XButton.qz = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2754
2760
  XButton.dl = 0;
2755
2761
  XButton.dp = 0;
2756
2762
  XButton.dn = 0;
2757
2763
  XButton.dm = 0;
2758
- XButton.qv = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2759
- XButton.q3 = null;
2760
- XButton.kp = /*@__PURE__*/ new CornerRadius(0, 28);
2764
+ XButton.qw = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2765
+ XButton.q4 = null;
2766
+ XButton.kq = /*@__PURE__*/ new CornerRadius(0, 28);
2761
2767
  XButton.a8 = NaN;
2762
- XButton.qu = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2763
- XButton.q4 = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2764
- XButton.q2 = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2765
- XButton.q1 = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2766
- XButton.qz = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2767
- XButton.q0 = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2768
- XButton.qa = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2768
+ XButton.qv = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2769
+ XButton.q5 = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2770
+ XButton.q3 = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2771
+ XButton.q2 = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2772
+ XButton.q0 = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2773
+ XButton.q1 = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2769
2774
  XButton.qb = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2770
- XButton.qc = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2775
+ XButton.qc = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2776
+ XButton.qd = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2771
2777
  XButton.dd = 0;
2772
2778
  XButton.dg = 6;
2773
2779
  XButton.df = 12;
2774
2780
  XButton.de = 12;
2775
- XButton.p9 = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2776
- XButton.qh = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2777
- XButton.kn = /*@__PURE__*/ new CornerRadius(0, 28);
2781
+ XButton.qa = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2782
+ XButton.qi = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2783
+ XButton.ko = /*@__PURE__*/ new CornerRadius(0, 28);
2778
2784
  XButton.a6 = NaN;
2779
- XButton.p8 = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2780
- XButton.qi = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2781
- XButton.qg = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2782
- XButton.qf = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
2783
- XButton.qd = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
2784
- XButton.qe = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2785
- XButton.o9 = /*@__PURE__*/ BrushUtil.g(100, 33, 150, 243);
2786
- XButton.ox = /*@__PURE__*/ BrushUtil.g(70, 33, 150, 243);
2787
- XButton.no = /*@__PURE__*/ BrushUtil.g(40, 33, 150, 243);
2785
+ XButton.p9 = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
2786
+ XButton.qj = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2787
+ XButton.qh = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2788
+ XButton.qg = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
2789
+ XButton.qe = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
2790
+ XButton.qf = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
2791
+ XButton.pa = /*@__PURE__*/ BrushUtil.g(100, 33, 150, 243);
2792
+ XButton.oy = /*@__PURE__*/ BrushUtil.g(70, 33, 150, 243);
2793
+ XButton.np = /*@__PURE__*/ BrushUtil.g(40, 33, 150, 243);
2788
2794
  XButton.q = 2;
2789
- XButton.o0 = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2790
2795
  XButton.o1 = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2791
- XButton.o2 = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2796
+ XButton.o2 = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2797
+ XButton.o3 = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2792
2798
  XButton.cx = 0;
2793
2799
  XButton.c0 = 0;
2794
2800
  XButton.cz = 0;
2795
2801
  XButton.cy = 2;
2796
- XButton.oz = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2797
- XButton.o7 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2798
- XButton.kj = /*@__PURE__*/ new CornerRadius(0, 3);
2799
- XButton.a2 = NaN;
2800
- XButton.oy = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2802
+ XButton.o0 = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2801
2803
  XButton.o8 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2802
- XButton.o6 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2803
- XButton.o5 = /*@__PURE__*/ BrushUtil.g(255, 27, 135, 220);
2804
- XButton.o3 = /*@__PURE__*/ BrushUtil.g(255, 21, 112, 184);
2805
- XButton.o4 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2806
- XButton.n2 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2804
+ XButton.kk = /*@__PURE__*/ new CornerRadius(0, 3);
2805
+ XButton.a2 = NaN;
2806
+ XButton.oz = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2807
+ XButton.o9 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2808
+ XButton.o7 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2809
+ XButton.o6 = /*@__PURE__*/ BrushUtil.g(255, 27, 135, 220);
2810
+ XButton.o4 = /*@__PURE__*/ BrushUtil.g(255, 21, 112, 184);
2811
+ XButton.o5 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2807
2812
  XButton.n3 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2808
- XButton.n4 = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2813
+ XButton.n4 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2814
+ XButton.n5 = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2809
2815
  XButton.cl = 0;
2810
2816
  XButton.co = 0;
2811
2817
  XButton.cn = 0;
2812
2818
  XButton.cm = 2;
2813
- XButton.n1 = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2814
- XButton.n9 = /*@__PURE__*/ BrushUtil.g(100, 33, 150, 243);
2815
- XButton.kg = /*@__PURE__*/ new CornerRadius(0, 3);
2819
+ XButton.n2 = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2820
+ XButton.oa = /*@__PURE__*/ BrushUtil.g(100, 33, 150, 243);
2821
+ XButton.kh = /*@__PURE__*/ new CornerRadius(0, 3);
2816
2822
  XButton.az = NaN;
2817
- XButton.n0 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2818
- XButton.oa = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
2819
- XButton.n8 = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
2820
- XButton.n7 = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
2821
- XButton.n5 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2822
- XButton.n6 = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2823
- XButton.oo = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2824
- XButton.op = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2825
- XButton.oq = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2823
+ XButton.n1 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2824
+ XButton.ob = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
2825
+ XButton.n9 = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
2826
+ XButton.n8 = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
2827
+ XButton.n6 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2828
+ XButton.n7 = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2829
+ XButton.op = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2830
+ XButton.oq = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2831
+ XButton.or = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2826
2832
  XButton.ct = 0;
2827
2833
  XButton.cw = 0;
2828
2834
  XButton.cv = 0;
2829
2835
  XButton.cu = 2;
2830
- XButton.on = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2831
- XButton.ov = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2832
- XButton.ki = /*@__PURE__*/ new CornerRadius(0, 3);
2836
+ XButton.oo = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2837
+ XButton.ow = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2838
+ XButton.kj = /*@__PURE__*/ new CornerRadius(0, 3);
2833
2839
  XButton.a1 = 1;
2834
- XButton.om = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2835
- XButton.ow = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2836
- XButton.ou = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2837
- XButton.ot = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
2838
- XButton.or = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2839
- XButton.os = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2840
- XButton.od = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2840
+ XButton.on = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2841
+ XButton.ox = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2842
+ XButton.ov = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2843
+ XButton.ou = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
2844
+ XButton.os = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2845
+ XButton.ot = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2841
2846
  XButton.oe = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2842
- XButton.of = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2847
+ XButton.of = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2848
+ XButton.og = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2843
2849
  XButton.cp = 0;
2844
2850
  XButton.cs = 0;
2845
2851
  XButton.cr = 0;
2846
2852
  XButton.cq = 2;
2847
- XButton.oc = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2848
- XButton.ok = null;
2849
- XButton.kh = /*@__PURE__*/ new CornerRadius(0, 28);
2853
+ XButton.od = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2854
+ XButton.ol = null;
2855
+ XButton.ki = /*@__PURE__*/ new CornerRadius(0, 28);
2850
2856
  XButton.a0 = NaN;
2851
- XButton.ob = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2852
- XButton.ol = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
2853
- XButton.oj = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
2854
- XButton.oi = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2855
- XButton.og = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2856
- XButton.oh = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2857
- XButton.nr = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2857
+ XButton.oc = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
2858
+ XButton.om = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
2859
+ XButton.ok = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
2860
+ XButton.oj = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
2861
+ XButton.oh = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2862
+ XButton.oi = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2858
2863
  XButton.ns = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2859
- XButton.nt = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2864
+ XButton.nt = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
2865
+ XButton.nu = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
2860
2866
  XButton.ch = 0;
2861
2867
  XButton.ck = 0;
2862
2868
  XButton.cj = 0;
2863
2869
  XButton.ci = 2;
2864
- XButton.nq = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2865
- XButton.ny = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2866
- XButton.kf = /*@__PURE__*/ new CornerRadius(0, 28);
2867
- XButton.ay = NaN;
2868
- XButton.np = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2870
+ XButton.nr = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
2869
2871
  XButton.nz = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2870
- XButton.nx = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2871
- XButton.nw = /*@__PURE__*/ BrushUtil.g(255, 27, 135, 220);
2872
- XButton.nu = /*@__PURE__*/ BrushUtil.g(255, 21, 112, 184);
2873
- XButton.nv = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2872
+ XButton.kg = /*@__PURE__*/ new CornerRadius(0, 28);
2873
+ XButton.ay = NaN;
2874
+ XButton.nq = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
2875
+ XButton.n0 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2876
+ XButton.ny = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2877
+ XButton.nx = /*@__PURE__*/ BrushUtil.g(255, 27, 135, 220);
2878
+ XButton.nv = /*@__PURE__*/ BrushUtil.g(255, 21, 112, 184);
2879
+ XButton.nw = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
2874
2880
  XButton.h = 2;
2875
2881
  XButton.ew = 0;
2876
2882
  XButton.ev = 0;