igniteui-webcomponents-inputs 5.2.0 → 5.3.0

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