igniteui-angular-core 16.1.0-beta.0 → 16.1.0-beta.1

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 (53) hide show
  1. package/bundles/igniteui-angular-core.umd.js +747 -710
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonDescription.js +502 -494
  4. package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
  6. package/esm2015/lib/ComboBoxColumnDescription.js +12 -11
  7. package/esm2015/lib/DataGridColumnDescription.js +80 -79
  8. package/esm2015/lib/DateTimeColumnDescription.js +30 -29
  9. package/esm2015/lib/EditRowDefinitionDescription.js +1 -0
  10. package/esm2015/lib/EditorDefinitionDescription.js +1 -0
  11. package/esm2015/lib/FilterRowDefinitionDescription.js +1 -0
  12. package/esm2015/lib/HeaderDescription.js +11 -10
  13. package/esm2015/lib/ImageColumnDescription.js +16 -15
  14. package/esm2015/lib/NumericColumnDescription.js +42 -41
  15. package/esm2015/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
  16. package/esm2015/lib/TemplateColumnDescription.js +7 -6
  17. package/esm2015/lib/TemplateHeaderDescription.js +4 -3
  18. package/esm2015/lib/TextColumnDescription.js +14 -13
  19. package/esm2015/lib/TextHeaderDescription.js +1 -0
  20. package/esm5/lib/ButtonDescription.js +506 -494
  21. package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
  22. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
  23. package/esm5/lib/ComboBoxColumnDescription.js +12 -11
  24. package/esm5/lib/DataGridColumnDescription.js +80 -79
  25. package/esm5/lib/DateTimeColumnDescription.js +30 -29
  26. package/esm5/lib/EditRowDefinitionDescription.js +1 -0
  27. package/esm5/lib/EditorDefinitionDescription.js +1 -0
  28. package/esm5/lib/FilterRowDefinitionDescription.js +1 -0
  29. package/esm5/lib/HeaderDescription.js +11 -10
  30. package/esm5/lib/ImageColumnDescription.js +16 -15
  31. package/esm5/lib/NumericColumnDescription.js +42 -41
  32. package/esm5/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
  33. package/esm5/lib/TemplateColumnDescription.js +7 -6
  34. package/esm5/lib/TemplateHeaderDescription.js +4 -3
  35. package/esm5/lib/TextColumnDescription.js +14 -13
  36. package/esm5/lib/TextHeaderDescription.js +1 -0
  37. package/fesm2015/igniteui-angular-core.js +743 -710
  38. package/fesm5/igniteui-angular-core.js +747 -710
  39. package/lib/ButtonDescription.d.ts +186 -183
  40. package/lib/ComboBoxColumnDescription.d.ts +5 -4
  41. package/lib/DataGridColumnDescription.d.ts +29 -28
  42. package/lib/DateTimeColumnDescription.d.ts +12 -11
  43. package/lib/EditRowDefinitionDescription.d.ts +1 -0
  44. package/lib/EditorDefinitionDescription.d.ts +1 -0
  45. package/lib/FilterRowDefinitionDescription.d.ts +1 -0
  46. package/lib/HeaderDescription.d.ts +5 -4
  47. package/lib/ImageColumnDescription.d.ts +7 -6
  48. package/lib/NumericColumnDescription.d.ts +17 -16
  49. package/lib/TemplateColumnDescription.d.ts +3 -2
  50. package/lib/TemplateHeaderDescription.d.ts +2 -1
  51. package/lib/TextColumnDescription.d.ts +6 -5
  52. package/lib/TextHeaderDescription.d.ts +1 -0
  53. package/package.json +1 -1
@@ -67495,16 +67495,27 @@ let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() =>
67495
67495
  if (b.c == null) {
67496
67496
  return "{null}";
67497
67497
  }
67498
- let c = b.c;
67499
- let d = "[";
67500
- for (let e = 0; e < c.length; e++) {
67501
- if (e > 0) {
67502
- d += ", ";
67498
+ if (b.b != null && b.b.knownType == 23) {
67499
+ let c = b.c;
67500
+ let d = "";
67501
+ for (let e = 0; e < c.length; e++) {
67502
+ if (e > 0) {
67503
+ d += ", ";
67504
+ }
67505
+ d += c[e];
67503
67506
  }
67504
- d += "\"" + c[e].toString() + "\"";
67507
+ return d;
67505
67508
  }
67506
- d += "]";
67507
- return d;
67509
+ let f = b.c;
67510
+ let g = "[";
67511
+ for (let h = 0; h < f.length; h++) {
67512
+ if (h > 0) {
67513
+ g += ", ";
67514
+ }
67515
+ g += "\"" + f[h].toString() + "\"";
67516
+ }
67517
+ g += "]";
67518
+ return g;
67508
67519
  }
67509
67520
  get_w() {
67510
67521
  return true;
@@ -77407,190 +77418,191 @@ let ButtonDescription = /*@__PURE__*/ (() => {
77407
77418
  class ButtonDescription extends Description {
77408
77419
  constructor() {
77409
77420
  super();
77410
- this.a6 = 0;
77411
- this.a5 = 0;
77412
- this.e1 = null;
77413
- this.ew = null;
77414
- this.et = null;
77415
- this.ed = null;
77421
+ this.a8 = 0;
77422
+ this.a7 = 0;
77423
+ this.e3 = null;
77424
+ this.ey = null;
77425
+ this.ev = null;
77426
+ this.ef = null;
77427
+ this.ee = null;
77428
+ this.er = null;
77429
+ this.eo = null;
77416
77430
  this.ec = null;
77417
- this.ep = null;
77418
- this.em = null;
77419
- this.ea = null;
77431
+ this.cs = 0;
77420
77432
  this.cq = 0;
77421
- this.co = 0;
77422
- this.cp = 0;
77423
- this.en = null;
77424
- this.ad = 0;
77425
- this.ac = 0;
77426
- this.ae = 0;
77433
+ this.cr = 0;
77434
+ this.ep = null;
77427
77435
  this.af = 0;
77428
- this.eb = null;
77429
- this.ee = null;
77430
- this.ef = null;
77436
+ this.ae = 0;
77437
+ this.ag = 0;
77438
+ this.ah = 0;
77439
+ this.ed = null;
77431
77440
  this.eg = null;
77432
- this.cn = 0;
77433
77441
  this.eh = null;
77434
- this.eo = null;
77435
- this.el = null;
77436
77442
  this.ei = null;
77443
+ this.cp = 0;
77437
77444
  this.ej = null;
77445
+ this.eq = null;
77446
+ this.en = null;
77438
77447
  this.ek = null;
77439
- this.ab = 0;
77440
- this.gq = null;
77448
+ this.el = null;
77449
+ this.em = null;
77450
+ this.ad = 0;
77441
77451
  this.gs = null;
77442
- this.gt = null;
77443
77452
  this.gu = null;
77444
- this.da = 0;
77445
- this.gx = null;
77446
- this.gr = null;
77447
- this.dd = 0;
77453
+ this.gv = null;
77454
+ this.gw = null;
77448
77455
  this.dc = 0;
77449
- this.db = 0;
77450
- this.bc = 0;
77456
+ this.gz = null;
77457
+ this.gt = null;
77458
+ this.df = 0;
77459
+ this.de = 0;
77460
+ this.dd = 0;
77451
77461
  this.be = 0;
77452
- this.bd = 0;
77453
- this.bf = 0;
77454
77462
  this.bg = 0;
77455
- this.gz = null;
77456
- this.fe = null;
77463
+ this.bf = 0;
77464
+ this.bh = 0;
77465
+ this.bi = 0;
77466
+ this.g1 = null;
77457
77467
  this.fg = null;
77458
- this.fh = null;
77459
77468
  this.fi = null;
77460
- this.cw = 0;
77461
- this.fl = null;
77462
- this.ff = null;
77463
- this.cz = 0;
77469
+ this.fj = null;
77470
+ this.fk = null;
77464
77471
  this.cy = 0;
77465
- this.cx = 0;
77466
77472
  this.fn = null;
77473
+ this.fh = null;
77474
+ this.c1 = 0;
77475
+ this.c0 = 0;
77476
+ this.cz = 0;
77477
+ this.fp = null;
77478
+ this.fq = null;
77467
77479
  this.fo = null;
77480
+ this.fl = null;
77468
77481
  this.fm = null;
77469
- this.fj = null;
77470
- this.fk = null;
77471
- this.au = 0;
77472
77482
  this.aw = 0;
77473
- this.av = 0;
77474
- this.ax = 0;
77475
77483
  this.ay = 0;
77476
- this.es = null;
77477
- this.ex = null;
77478
- this.ey = null;
77479
- this.ez = null;
77480
- this.cr = 0;
77481
- this.e2 = null;
77482
- this.fy = null;
77483
- this.eu = null;
77484
- this.de = 0;
77485
- this.c1 = 0;
77486
- this.c0 = 0;
77487
- this.ft = null;
77484
+ this.ax = 0;
77488
77485
  this.az = 0;
77489
- this.fu = null;
77486
+ this.a0 = 0;
77487
+ this.eu = null;
77488
+ this.ez = null;
77489
+ this.e0 = null;
77490
+ this.e1 = null;
77491
+ this.ct = 0;
77492
+ this.e4 = null;
77493
+ this.f0 = null;
77494
+ this.ew = null;
77495
+ this.dg = 0;
77496
+ this.c3 = 0;
77497
+ this.c2 = 0;
77490
77498
  this.fv = null;
77499
+ this.a1 = 0;
77500
+ this.fw = null;
77501
+ this.fx = null;
77502
+ this.g4 = null;
77503
+ this.f1 = null;
77504
+ this.g3 = null;
77491
77505
  this.g2 = null;
77492
- this.fz = null;
77493
- this.g1 = null;
77494
77506
  this.g0 = null;
77507
+ this.gx = null;
77495
77508
  this.gy = null;
77496
- this.gv = null;
77497
- this.gw = null;
77498
- this.fr = null;
77499
- this.fs = null;
77500
- this.ag = 0;
77501
- this.am = 0;
77502
- this.al = 0;
77503
- this.an = 0;
77509
+ this.ft = null;
77510
+ this.fu = null;
77511
+ this.ai = 0;
77504
77512
  this.ao = 0;
77505
- this.gf = null;
77513
+ this.an = 0;
77514
+ this.ap = 0;
77515
+ this.aq = 0;
77506
77516
  this.gh = null;
77507
- this.gi = null;
77508
77517
  this.gj = null;
77509
- this.c6 = 0;
77510
- this.gm = null;
77511
- this.gg = null;
77512
- this.c9 = 0;
77518
+ this.gk = null;
77519
+ this.gl = null;
77513
77520
  this.c8 = 0;
77514
- this.c7 = 0;
77515
- this.a7 = 0;
77521
+ this.go = null;
77522
+ this.gi = null;
77523
+ this.db = 0;
77524
+ this.da = 0;
77525
+ this.c9 = 0;
77516
77526
  this.a9 = 0;
77517
- this.a8 = 0;
77518
- this.ba = 0;
77519
77527
  this.bb = 0;
77520
- this.go = null;
77528
+ this.ba = 0;
77529
+ this.bc = 0;
77530
+ this.bd = 0;
77531
+ this.gq = null;
77532
+ this.gr = null;
77521
77533
  this.gp = null;
77534
+ this.gm = null;
77522
77535
  this.gn = null;
77523
- this.gk = null;
77524
- this.gl = null;
77525
- this.e3 = null;
77526
77536
  this.e5 = null;
77527
- this.e6 = null;
77528
77537
  this.e7 = null;
77529
- this.cs = 0;
77530
- this.fa = null;
77531
- this.e4 = null;
77532
- this.cv = 0;
77538
+ this.e8 = null;
77539
+ this.e9 = null;
77533
77540
  this.cu = 0;
77534
- this.ct = 0;
77535
- this.ap = 0;
77541
+ this.fc = null;
77542
+ this.e6 = null;
77543
+ this.cx = 0;
77544
+ this.cw = 0;
77545
+ this.cv = 0;
77536
77546
  this.ar = 0;
77537
- this.aq = 0;
77538
- this.as = 0;
77539
77547
  this.at = 0;
77540
- this.fc = null;
77548
+ this.as = 0;
77549
+ this.au = 0;
77550
+ this.av = 0;
77551
+ this.fe = null;
77552
+ this.ff = null;
77541
77553
  this.fd = null;
77554
+ this.fa = null;
77542
77555
  this.fb = null;
77543
- this.e8 = null;
77544
- this.e9 = null;
77545
- this.f0 = null;
77546
77556
  this.f2 = null;
77547
- this.f3 = null;
77548
77557
  this.f4 = null;
77549
- this.c2 = 0;
77550
- this.f7 = null;
77551
- this.f1 = null;
77552
- this.c5 = 0;
77558
+ this.f5 = null;
77559
+ this.f6 = null;
77553
77560
  this.c4 = 0;
77554
- this.c3 = 0;
77555
- this.a0 = 0;
77561
+ this.f9 = null;
77562
+ this.f3 = null;
77563
+ this.c7 = 0;
77564
+ this.c6 = 0;
77565
+ this.c5 = 0;
77556
77566
  this.a2 = 0;
77557
- this.a1 = 0;
77558
- this.a3 = 0;
77559
77567
  this.a4 = 0;
77560
- this.f9 = null;
77568
+ this.a3 = 0;
77569
+ this.a5 = 0;
77570
+ this.a6 = 0;
77571
+ this.gb = null;
77572
+ this.gc = null;
77561
77573
  this.ga = null;
77574
+ this.f7 = null;
77562
77575
  this.f8 = null;
77563
- this.f5 = null;
77564
- this.f6 = null;
77565
- this.gc = null;
77566
- this.gb = null;
77567
- this.e0 = null;
77568
- this.fp = null;
77569
- this.fq = null;
77570
- this.eq = null;
77571
- this.g3 = null;
77572
77576
  this.ge = null;
77573
- this.df = 0;
77574
- this.er = null;
77575
- this.n = false;
77577
+ this.gd = null;
77578
+ this.e2 = null;
77579
+ this.fr = null;
77580
+ this.fs = null;
77581
+ this.es = null;
77582
+ this.g5 = null;
77583
+ this.gg = null;
77584
+ this.dh = 0;
77585
+ this.et = null;
77576
77586
  this.o = false;
77577
77587
  this.p = false;
77578
- this.l = false;
77579
- this.h = false;
77580
- this.j = false;
77581
77588
  this.q = false;
77582
- this.i = false;
77583
77589
  this.m = false;
77590
+ this.h = false;
77584
77591
  this.k = false;
77585
- this.ai = 0;
77592
+ this.r = false;
77593
+ this.j = false;
77594
+ this.n = false;
77595
+ this.l = false;
77586
77596
  this.ak = 0;
77597
+ this.am = 0;
77598
+ this.al = 0;
77587
77599
  this.aj = 0;
77588
- this.ah = 0;
77589
- this.fx = null;
77590
- this.g4 = null;
77591
- this.ev = null;
77592
- this.fw = null;
77593
- this.gd = null;
77600
+ this.fz = null;
77601
+ this.g6 = null;
77602
+ this.i = false;
77603
+ this.ex = null;
77604
+ this.fy = null;
77605
+ this.gf = null;
77594
77606
  }
77595
77607
  get_type() {
77596
77608
  return "Button";
@@ -77599,1186 +77611,1186 @@ let ButtonDescription = /*@__PURE__*/ (() => {
77599
77611
  return this.get_type();
77600
77612
  }
77601
77613
  get minWidth() {
77602
- return this.a6;
77614
+ return this.a8;
77603
77615
  }
77604
77616
  set minWidth(a) {
77605
- this.a6 = a;
77617
+ this.a8 = a;
77606
77618
  this.g("MinWidth");
77607
77619
  }
77608
77620
  get minHeight() {
77609
- return this.a5;
77621
+ return this.a7;
77610
77622
  }
77611
77623
  set minHeight(a) {
77612
- this.a5 = a;
77624
+ this.a7 = a;
77613
77625
  this.g("MinHeight");
77614
77626
  }
77615
77627
  get displayType() {
77616
- return this.e1;
77628
+ return this.e3;
77617
77629
  }
77618
77630
  set displayType(a) {
77619
- this.e1 = a;
77631
+ this.e3 = a;
77620
77632
  this.g("DisplayType");
77621
77633
  }
77622
77634
  get density() {
77623
- return this.ew;
77635
+ return this.ey;
77624
77636
  }
77625
77637
  set density(a) {
77626
- this.ew = a;
77638
+ this.ey = a;
77627
77639
  this.g("Density");
77628
77640
  }
77629
77641
  get baseTheme() {
77630
- return this.et;
77642
+ return this.ev;
77631
77643
  }
77632
77644
  set baseTheme(a) {
77633
- this.et = a;
77645
+ this.ev = a;
77634
77646
  this.g("BaseTheme");
77635
77647
  }
77636
77648
  get actualDensity() {
77637
- return this.ed;
77649
+ return this.ef;
77638
77650
  }
77639
77651
  set actualDensity(a) {
77640
- this.ed = a;
77652
+ this.ef = a;
77641
77653
  this.g("ActualDensity");
77642
77654
  }
77643
77655
  get actualBorderColor() {
77644
- return this.ec;
77656
+ return this.ee;
77645
77657
  }
77646
77658
  set actualBorderColor(a) {
77647
- this.ec = a;
77659
+ this.ee = a;
77648
77660
  this.g("ActualBorderColor");
77649
77661
  }
77650
77662
  get actualUmbraShadowColor() {
77651
- return this.ep;
77663
+ return this.er;
77652
77664
  }
77653
77665
  set actualUmbraShadowColor(a) {
77654
- this.ep = a;
77666
+ this.er = a;
77655
77667
  this.g("ActualUmbraShadowColor");
77656
77668
  }
77657
77669
  get actualPenumbraShadowColor() {
77658
- return this.em;
77670
+ return this.eo;
77659
77671
  }
77660
77672
  set actualPenumbraShadowColor(a) {
77661
- this.em = a;
77673
+ this.eo = a;
77662
77674
  this.g("ActualPenumbraShadowColor");
77663
77675
  }
77664
77676
  get actualAmbientShadowColor() {
77665
- return this.ea;
77677
+ return this.ec;
77666
77678
  }
77667
77679
  set actualAmbientShadowColor(a) {
77668
- this.ea = a;
77680
+ this.ec = a;
77669
77681
  this.g("ActualAmbientShadowColor");
77670
77682
  }
77671
77683
  get actualRestingElevation() {
77672
- return this.cq;
77684
+ return this.cs;
77673
77685
  }
77674
77686
  set actualRestingElevation(a) {
77675
- this.cq = a;
77687
+ this.cs = a;
77676
77688
  this.g("ActualRestingElevation");
77677
77689
  }
77678
77690
  get actualFocusElevation() {
77679
- return this.co;
77691
+ return this.cq;
77680
77692
  }
77681
77693
  set actualFocusElevation(a) {
77682
- this.co = a;
77694
+ this.cq = a;
77683
77695
  this.g("ActualFocusElevation");
77684
77696
  }
77685
77697
  get actualHoverElevation() {
77686
- return this.cp;
77698
+ return this.cr;
77687
77699
  }
77688
77700
  set actualHoverElevation(a) {
77689
- this.cp = a;
77701
+ this.cr = a;
77690
77702
  this.g("ActualHoverElevation");
77691
77703
  }
77692
77704
  get actualRippleColor() {
77693
- return this.en;
77705
+ return this.ep;
77694
77706
  }
77695
77707
  set actualRippleColor(a) {
77696
- this.en = a;
77708
+ this.ep = a;
77697
77709
  this.g("ActualRippleColor");
77698
77710
  }
77699
77711
  get actualCornerRadiusBottomRight() {
77700
- return this.ad;
77712
+ return this.af;
77701
77713
  }
77702
77714
  set actualCornerRadiusBottomRight(a) {
77703
- this.ad = a;
77715
+ this.af = a;
77704
77716
  this.g("ActualCornerRadiusBottomRight");
77705
77717
  }
77706
77718
  get actualCornerRadiusBottomLeft() {
77707
- return this.ac;
77719
+ return this.ae;
77708
77720
  }
77709
77721
  set actualCornerRadiusBottomLeft(a) {
77710
- this.ac = a;
77722
+ this.ae = a;
77711
77723
  this.g("ActualCornerRadiusBottomLeft");
77712
77724
  }
77713
77725
  get actualCornerRadiusTopLeft() {
77714
- return this.ae;
77726
+ return this.ag;
77715
77727
  }
77716
77728
  set actualCornerRadiusTopLeft(a) {
77717
- this.ae = a;
77729
+ this.ag = a;
77718
77730
  this.g("ActualCornerRadiusTopLeft");
77719
77731
  }
77720
77732
  get actualCornerRadiusTopRight() {
77721
- return this.af;
77733
+ return this.ah;
77722
77734
  }
77723
77735
  set actualCornerRadiusTopRight(a) {
77724
- this.af = a;
77736
+ this.ah = a;
77725
77737
  this.g("ActualCornerRadiusTopRight");
77726
77738
  }
77727
77739
  get actualBackgroundColor() {
77728
- return this.eb;
77740
+ return this.ed;
77729
77741
  }
77730
77742
  set actualBackgroundColor(a) {
77731
- this.eb = a;
77743
+ this.ed = a;
77732
77744
  this.g("ActualBackgroundColor");
77733
77745
  }
77734
77746
  get actualDisabledBackgroundColor() {
77735
- return this.ee;
77747
+ return this.eg;
77736
77748
  }
77737
77749
  set actualDisabledBackgroundColor(a) {
77738
- this.ee = a;
77750
+ this.eg = a;
77739
77751
  this.g("ActualDisabledBackgroundColor");
77740
77752
  }
77741
77753
  get actualDisabledBorderColor() {
77742
- return this.ef;
77754
+ return this.eh;
77743
77755
  }
77744
77756
  set actualDisabledBorderColor(a) {
77745
- this.ef = a;
77757
+ this.eh = a;
77746
77758
  this.g("ActualDisabledBorderColor");
77747
77759
  }
77748
77760
  get actualDisabledTextColor() {
77749
- return this.eg;
77761
+ return this.ei;
77750
77762
  }
77751
77763
  set actualDisabledTextColor(a) {
77752
- this.eg = a;
77764
+ this.ei = a;
77753
77765
  this.g("ActualDisabledTextColor");
77754
77766
  }
77755
77767
  get actualDisabledElevation() {
77756
- return this.cn;
77768
+ return this.cp;
77757
77769
  }
77758
77770
  set actualDisabledElevation(a) {
77759
- this.cn = a;
77771
+ this.cp = a;
77760
77772
  this.g("ActualDisabledElevation");
77761
77773
  }
77762
77774
  get actualElevationMode() {
77763
- return this.eh;
77775
+ return this.ej;
77764
77776
  }
77765
77777
  set actualElevationMode(a) {
77766
- this.eh = a;
77778
+ this.ej = a;
77767
77779
  this.g("ActualElevationMode");
77768
77780
  }
77769
77781
  get actualTextColor() {
77770
- return this.eo;
77782
+ return this.eq;
77771
77783
  }
77772
77784
  set actualTextColor(a) {
77773
- this.eo = a;
77785
+ this.eq = a;
77774
77786
  this.g("ActualTextColor");
77775
77787
  }
77776
77788
  get actualHoverTextColor() {
77777
- return this.el;
77789
+ return this.en;
77778
77790
  }
77779
77791
  set actualHoverTextColor(a) {
77780
- this.el = a;
77792
+ this.en = a;
77781
77793
  this.g("ActualHoverTextColor");
77782
77794
  }
77783
77795
  get actualFocusBackgroundColor() {
77784
- return this.ei;
77796
+ return this.ek;
77785
77797
  }
77786
77798
  set actualFocusBackgroundColor(a) {
77787
- this.ei = a;
77799
+ this.ek = a;
77788
77800
  this.g("ActualFocusBackgroundColor");
77789
77801
  }
77790
77802
  get actualFocusTextColor() {
77791
- return this.ej;
77803
+ return this.el;
77792
77804
  }
77793
77805
  set actualFocusTextColor(a) {
77794
- this.ej = a;
77806
+ this.el = a;
77795
77807
  this.g("ActualFocusTextColor");
77796
77808
  }
77797
77809
  get actualHoverBackgroundColor() {
77798
- return this.ek;
77810
+ return this.em;
77799
77811
  }
77800
77812
  set actualHoverBackgroundColor(a) {
77801
- this.ek = a;
77813
+ this.em = a;
77802
77814
  this.g("ActualHoverBackgroundColor");
77803
77815
  }
77804
77816
  get actualBorderWidth() {
77805
- return this.ab;
77817
+ return this.ad;
77806
77818
  }
77807
77819
  set actualBorderWidth(a) {
77808
- this.ab = a;
77820
+ this.ad = a;
77809
77821
  this.g("ActualBorderWidth");
77810
77822
  }
77811
77823
  get raisedBackgroundColor() {
77812
- return this.gq;
77824
+ return this.gs;
77813
77825
  }
77814
77826
  set raisedBackgroundColor(a) {
77815
- this.gq = a;
77827
+ this.gs = a;
77816
77828
  this.g("RaisedBackgroundColor");
77817
77829
  }
77818
77830
  get raisedDisabledBackgroundColor() {
77819
- return this.gs;
77831
+ return this.gu;
77820
77832
  }
77821
77833
  set raisedDisabledBackgroundColor(a) {
77822
- this.gs = a;
77834
+ this.gu = a;
77823
77835
  this.g("RaisedDisabledBackgroundColor");
77824
77836
  }
77825
77837
  get raisedDisabledBorderColor() {
77826
- return this.gt;
77838
+ return this.gv;
77827
77839
  }
77828
77840
  set raisedDisabledBorderColor(a) {
77829
- this.gt = a;
77841
+ this.gv = a;
77830
77842
  this.g("RaisedDisabledBorderColor");
77831
77843
  }
77832
77844
  get raisedDisabledTextColor() {
77833
- return this.gu;
77845
+ return this.gw;
77834
77846
  }
77835
77847
  set raisedDisabledTextColor(a) {
77836
- this.gu = a;
77848
+ this.gw = a;
77837
77849
  this.g("RaisedDisabledTextColor");
77838
77850
  }
77839
77851
  get raisedDisabledElevation() {
77840
- return this.da;
77852
+ return this.dc;
77841
77853
  }
77842
77854
  set raisedDisabledElevation(a) {
77843
- this.da = a;
77855
+ this.dc = a;
77844
77856
  this.g("RaisedDisabledElevation");
77845
77857
  }
77846
77858
  get raisedHoverBackgroundColor() {
77847
- return this.gx;
77859
+ return this.gz;
77848
77860
  }
77849
77861
  set raisedHoverBackgroundColor(a) {
77850
- this.gx = a;
77862
+ this.gz = a;
77851
77863
  this.g("RaisedHoverBackgroundColor");
77852
77864
  }
77853
77865
  get raisedBorderColor() {
77854
- return this.gr;
77866
+ return this.gt;
77855
77867
  }
77856
77868
  set raisedBorderColor(a) {
77857
- this.gr = a;
77869
+ this.gt = a;
77858
77870
  this.g("RaisedBorderColor");
77859
77871
  }
77860
77872
  get raisedRestingElevation() {
77861
- return this.dd;
77873
+ return this.df;
77862
77874
  }
77863
77875
  set raisedRestingElevation(a) {
77864
- this.dd = a;
77876
+ this.df = a;
77865
77877
  this.g("RaisedRestingElevation");
77866
77878
  }
77867
77879
  get raisedHoverElevation() {
77868
- return this.dc;
77880
+ return this.de;
77869
77881
  }
77870
77882
  set raisedHoverElevation(a) {
77871
- this.dc = a;
77883
+ this.de = a;
77872
77884
  this.g("RaisedHoverElevation");
77873
77885
  }
77874
77886
  get raisedFocusElevation() {
77875
- return this.db;
77887
+ return this.dd;
77876
77888
  }
77877
77889
  set raisedFocusElevation(a) {
77878
- this.db = a;
77890
+ this.dd = a;
77879
77891
  this.g("RaisedFocusElevation");
77880
77892
  }
77881
77893
  get raisedBorderWidth() {
77882
- return this.bc;
77894
+ return this.be;
77883
77895
  }
77884
77896
  set raisedBorderWidth(a) {
77885
- this.bc = a;
77897
+ this.be = a;
77886
77898
  this.g("RaisedBorderWidth");
77887
77899
  }
77888
77900
  get raisedCornerRadiusBottomRight() {
77889
- return this.be;
77901
+ return this.bg;
77890
77902
  }
77891
77903
  set raisedCornerRadiusBottomRight(a) {
77892
- this.be = a;
77904
+ this.bg = a;
77893
77905
  this.g("RaisedCornerRadiusBottomRight");
77894
77906
  }
77895
77907
  get raisedCornerRadiusBottomLeft() {
77896
- return this.bd;
77908
+ return this.bf;
77897
77909
  }
77898
77910
  set raisedCornerRadiusBottomLeft(a) {
77899
- this.bd = a;
77911
+ this.bf = a;
77900
77912
  this.g("RaisedCornerRadiusBottomLeft");
77901
77913
  }
77902
77914
  get raisedCornerRadiusTopLeft() {
77903
- return this.bf;
77915
+ return this.bh;
77904
77916
  }
77905
77917
  set raisedCornerRadiusTopLeft(a) {
77906
- this.bf = a;
77918
+ this.bh = a;
77907
77919
  this.g("RaisedCornerRadiusTopLeft");
77908
77920
  }
77909
77921
  get raisedCornerRadiusTopRight() {
77910
- return this.bg;
77922
+ return this.bi;
77911
77923
  }
77912
77924
  set raisedCornerRadiusTopRight(a) {
77913
- this.bg = a;
77925
+ this.bi = a;
77914
77926
  this.g("RaisedCornerRadiusTopRight");
77915
77927
  }
77916
77928
  get raisedRippleColor() {
77917
- return this.gz;
77929
+ return this.g1;
77918
77930
  }
77919
77931
  set raisedRippleColor(a) {
77920
- this.gz = a;
77932
+ this.g1 = a;
77921
77933
  this.g("RaisedRippleColor");
77922
77934
  }
77923
77935
  get flatBackgroundColor() {
77924
- return this.fe;
77936
+ return this.fg;
77925
77937
  }
77926
77938
  set flatBackgroundColor(a) {
77927
- this.fe = a;
77939
+ this.fg = a;
77928
77940
  this.g("FlatBackgroundColor");
77929
77941
  }
77930
77942
  get flatDisabledBackgroundColor() {
77931
- return this.fg;
77943
+ return this.fi;
77932
77944
  }
77933
77945
  set flatDisabledBackgroundColor(a) {
77934
- this.fg = a;
77946
+ this.fi = a;
77935
77947
  this.g("FlatDisabledBackgroundColor");
77936
77948
  }
77937
77949
  get flatDisabledBorderColor() {
77938
- return this.fh;
77950
+ return this.fj;
77939
77951
  }
77940
77952
  set flatDisabledBorderColor(a) {
77941
- this.fh = a;
77953
+ this.fj = a;
77942
77954
  this.g("FlatDisabledBorderColor");
77943
77955
  }
77944
77956
  get flatDisabledTextColor() {
77945
- return this.fi;
77957
+ return this.fk;
77946
77958
  }
77947
77959
  set flatDisabledTextColor(a) {
77948
- this.fi = a;
77960
+ this.fk = a;
77949
77961
  this.g("FlatDisabledTextColor");
77950
77962
  }
77951
77963
  get flatDisabledElevation() {
77952
- return this.cw;
77964
+ return this.cy;
77953
77965
  }
77954
77966
  set flatDisabledElevation(a) {
77955
- this.cw = a;
77967
+ this.cy = a;
77956
77968
  this.g("FlatDisabledElevation");
77957
77969
  }
77958
77970
  get flatHoverBackgroundColor() {
77959
- return this.fl;
77971
+ return this.fn;
77960
77972
  }
77961
77973
  set flatHoverBackgroundColor(a) {
77962
- this.fl = a;
77974
+ this.fn = a;
77963
77975
  this.g("FlatHoverBackgroundColor");
77964
77976
  }
77965
77977
  get flatBorderColor() {
77966
- return this.ff;
77978
+ return this.fh;
77967
77979
  }
77968
77980
  set flatBorderColor(a) {
77969
- this.ff = a;
77981
+ this.fh = a;
77970
77982
  this.g("FlatBorderColor");
77971
77983
  }
77972
77984
  get flatRestingElevation() {
77973
- return this.cz;
77985
+ return this.c1;
77974
77986
  }
77975
77987
  set flatRestingElevation(a) {
77976
- this.cz = a;
77988
+ this.c1 = a;
77977
77989
  this.g("FlatRestingElevation");
77978
77990
  }
77979
77991
  get flatHoverElevation() {
77980
- return this.cy;
77992
+ return this.c0;
77981
77993
  }
77982
77994
  set flatHoverElevation(a) {
77983
- this.cy = a;
77995
+ this.c0 = a;
77984
77996
  this.g("FlatHoverElevation");
77985
77997
  }
77986
77998
  get flatFocusElevation() {
77987
- return this.cx;
77999
+ return this.cz;
77988
78000
  }
77989
78001
  set flatFocusElevation(a) {
77990
- this.cx = a;
78002
+ this.cz = a;
77991
78003
  this.g("FlatFocusElevation");
77992
78004
  }
77993
78005
  get flatRippleColor() {
77994
- return this.fn;
78006
+ return this.fp;
77995
78007
  }
77996
78008
  set flatRippleColor(a) {
77997
- this.fn = a;
78009
+ this.fp = a;
77998
78010
  this.g("FlatRippleColor");
77999
78011
  }
78000
78012
  get flatTextColor() {
78001
- return this.fo;
78013
+ return this.fq;
78002
78014
  }
78003
78015
  set flatTextColor(a) {
78004
- this.fo = a;
78016
+ this.fq = a;
78005
78017
  this.g("FlatTextColor");
78006
78018
  }
78007
78019
  get flatHoverTextColor() {
78008
- return this.fm;
78020
+ return this.fo;
78009
78021
  }
78010
78022
  set flatHoverTextColor(a) {
78011
- this.fm = a;
78023
+ this.fo = a;
78012
78024
  this.g("FlatHoverTextColor");
78013
78025
  }
78014
78026
  get flatFocusBackgroundColor() {
78015
- return this.fj;
78027
+ return this.fl;
78016
78028
  }
78017
78029
  set flatFocusBackgroundColor(a) {
78018
- this.fj = a;
78030
+ this.fl = a;
78019
78031
  this.g("FlatFocusBackgroundColor");
78020
78032
  }
78021
78033
  get flatFocusTextColor() {
78022
- return this.fk;
78034
+ return this.fm;
78023
78035
  }
78024
78036
  set flatFocusTextColor(a) {
78025
- this.fk = a;
78037
+ this.fm = a;
78026
78038
  this.g("FlatFocusTextColor");
78027
78039
  }
78028
78040
  get flatBorderWidth() {
78029
- return this.au;
78041
+ return this.aw;
78030
78042
  }
78031
78043
  set flatBorderWidth(a) {
78032
- this.au = a;
78044
+ this.aw = a;
78033
78045
  this.g("FlatBorderWidth");
78034
78046
  }
78035
78047
  get flatCornerRadiusBottomRight() {
78036
- return this.aw;
78048
+ return this.ay;
78037
78049
  }
78038
78050
  set flatCornerRadiusBottomRight(a) {
78039
- this.aw = a;
78051
+ this.ay = a;
78040
78052
  this.g("FlatCornerRadiusBottomRight");
78041
78053
  }
78042
78054
  get flatCornerRadiusBottomLeft() {
78043
- return this.av;
78055
+ return this.ax;
78044
78056
  }
78045
78057
  set flatCornerRadiusBottomLeft(a) {
78046
- this.av = a;
78058
+ this.ax = a;
78047
78059
  this.g("FlatCornerRadiusBottomLeft");
78048
78060
  }
78049
78061
  get flatCornerRadiusTopLeft() {
78050
- return this.ax;
78062
+ return this.az;
78051
78063
  }
78052
78064
  set flatCornerRadiusTopLeft(a) {
78053
- this.ax = a;
78065
+ this.az = a;
78054
78066
  this.g("FlatCornerRadiusTopLeft");
78055
78067
  }
78056
78068
  get flatCornerRadiusTopRight() {
78057
- return this.ay;
78069
+ return this.a0;
78058
78070
  }
78059
78071
  set flatCornerRadiusTopRight(a) {
78060
- this.ay = a;
78072
+ this.a0 = a;
78061
78073
  this.g("FlatCornerRadiusTopRight");
78062
78074
  }
78063
78075
  get backgroundColor() {
78064
- return this.es;
78076
+ return this.eu;
78065
78077
  }
78066
78078
  set backgroundColor(a) {
78067
- this.es = a;
78079
+ this.eu = a;
78068
78080
  this.g("BackgroundColor");
78069
78081
  }
78070
78082
  get disabledBackgroundColor() {
78071
- return this.ex;
78083
+ return this.ez;
78072
78084
  }
78073
78085
  set disabledBackgroundColor(a) {
78074
- this.ex = a;
78086
+ this.ez = a;
78075
78087
  this.g("DisabledBackgroundColor");
78076
78088
  }
78077
78089
  get disabledBorderColor() {
78078
- return this.ey;
78090
+ return this.e0;
78079
78091
  }
78080
78092
  set disabledBorderColor(a) {
78081
- this.ey = a;
78093
+ this.e0 = a;
78082
78094
  this.g("DisabledBorderColor");
78083
78095
  }
78084
78096
  get disabledTextColor() {
78085
- return this.ez;
78097
+ return this.e1;
78086
78098
  }
78087
78099
  set disabledTextColor(a) {
78088
- this.ez = a;
78100
+ this.e1 = a;
78089
78101
  this.g("DisabledTextColor");
78090
78102
  }
78091
78103
  get disabledElevation() {
78092
- return this.cr;
78104
+ return this.ct;
78093
78105
  }
78094
78106
  set disabledElevation(a) {
78095
- this.cr = a;
78107
+ this.ct = a;
78096
78108
  this.g("DisabledElevation");
78097
78109
  }
78098
78110
  get elevationMode() {
78099
- return this.e2;
78111
+ return this.e4;
78100
78112
  }
78101
78113
  set elevationMode(a) {
78102
- this.e2 = a;
78114
+ this.e4 = a;
78103
78115
  this.g("ElevationMode");
78104
78116
  }
78105
78117
  get hoverBackgroundColor() {
78106
- return this.fy;
78118
+ return this.f0;
78107
78119
  }
78108
78120
  set hoverBackgroundColor(a) {
78109
- this.fy = a;
78121
+ this.f0 = a;
78110
78122
  this.g("HoverBackgroundColor");
78111
78123
  }
78112
78124
  get borderColor() {
78113
- return this.eu;
78125
+ return this.ew;
78114
78126
  }
78115
78127
  set borderColor(a) {
78116
- this.eu = a;
78128
+ this.ew = a;
78117
78129
  this.g("BorderColor");
78118
78130
  }
78119
78131
  get restingElevation() {
78120
- return this.de;
78132
+ return this.dg;
78121
78133
  }
78122
78134
  set restingElevation(a) {
78123
- this.de = a;
78135
+ this.dg = a;
78124
78136
  this.g("RestingElevation");
78125
78137
  }
78126
78138
  get hoverElevation() {
78127
- return this.c1;
78139
+ return this.c3;
78128
78140
  }
78129
78141
  set hoverElevation(a) {
78130
- this.c1 = a;
78142
+ this.c3 = a;
78131
78143
  this.g("HoverElevation");
78132
78144
  }
78133
78145
  get focusElevation() {
78134
- return this.c0;
78146
+ return this.c2;
78135
78147
  }
78136
78148
  set focusElevation(a) {
78137
- this.c0 = a;
78149
+ this.c2 = a;
78138
78150
  this.g("FocusElevation");
78139
78151
  }
78140
78152
  get fontFamily() {
78141
- return this.ft;
78153
+ return this.fv;
78142
78154
  }
78143
78155
  set fontFamily(a) {
78144
- this.ft = a;
78156
+ this.fv = a;
78145
78157
  this.g("FontFamily");
78146
78158
  }
78147
78159
  get fontSize() {
78148
- return this.az;
78160
+ return this.a1;
78149
78161
  }
78150
78162
  set fontSize(a) {
78151
- this.az = a;
78163
+ this.a1 = a;
78152
78164
  this.g("FontSize");
78153
78165
  }
78154
78166
  get fontStyle() {
78155
- return this.fu;
78167
+ return this.fw;
78156
78168
  }
78157
78169
  set fontStyle(a) {
78158
- this.fu = a;
78170
+ this.fw = a;
78159
78171
  this.g("FontStyle");
78160
78172
  }
78161
78173
  get fontWeight() {
78162
- return this.fv;
78174
+ return this.fx;
78163
78175
  }
78164
78176
  set fontWeight(a) {
78165
- this.fv = a;
78177
+ this.fx = a;
78166
78178
  this.g("FontWeight");
78167
78179
  }
78168
78180
  get textColor() {
78169
- return this.g2;
78181
+ return this.g4;
78170
78182
  }
78171
78183
  set textColor(a) {
78172
- this.g2 = a;
78184
+ this.g4 = a;
78173
78185
  this.g("TextColor");
78174
78186
  }
78175
78187
  get hoverTextColor() {
78176
- return this.fz;
78188
+ return this.f1;
78177
78189
  }
78178
78190
  set hoverTextColor(a) {
78179
- this.fz = a;
78191
+ this.f1 = a;
78180
78192
  this.g("HoverTextColor");
78181
78193
  }
78182
78194
  get rippleColor() {
78183
- return this.g1;
78195
+ return this.g3;
78184
78196
  }
78185
78197
  set rippleColor(a) {
78186
- this.g1 = a;
78198
+ this.g3 = a;
78187
78199
  this.g("RippleColor");
78188
78200
  }
78189
78201
  get raisedTextColor() {
78190
- return this.g0;
78202
+ return this.g2;
78191
78203
  }
78192
78204
  set raisedTextColor(a) {
78193
- this.g0 = a;
78205
+ this.g2 = a;
78194
78206
  this.g("RaisedTextColor");
78195
78207
  }
78196
78208
  get raisedHoverTextColor() {
78197
- return this.gy;
78209
+ return this.g0;
78198
78210
  }
78199
78211
  set raisedHoverTextColor(a) {
78200
- this.gy = a;
78212
+ this.g0 = a;
78201
78213
  this.g("RaisedHoverTextColor");
78202
78214
  }
78203
78215
  get raisedFocusBackgroundColor() {
78204
- return this.gv;
78216
+ return this.gx;
78205
78217
  }
78206
78218
  set raisedFocusBackgroundColor(a) {
78207
- this.gv = a;
78219
+ this.gx = a;
78208
78220
  this.g("RaisedFocusBackgroundColor");
78209
78221
  }
78210
78222
  get raisedFocusTextColor() {
78211
- return this.gw;
78223
+ return this.gy;
78212
78224
  }
78213
78225
  set raisedFocusTextColor(a) {
78214
- this.gw = a;
78226
+ this.gy = a;
78215
78227
  this.g("RaisedFocusTextColor");
78216
78228
  }
78217
78229
  get focusBackgroundColor() {
78218
- return this.fr;
78230
+ return this.ft;
78219
78231
  }
78220
78232
  set focusBackgroundColor(a) {
78221
- this.fr = a;
78233
+ this.ft = a;
78222
78234
  this.g("FocusBackgroundColor");
78223
78235
  }
78224
78236
  get focusTextColor() {
78225
- return this.fs;
78237
+ return this.fu;
78226
78238
  }
78227
78239
  set focusTextColor(a) {
78228
- this.fs = a;
78240
+ this.fu = a;
78229
78241
  this.g("FocusTextColor");
78230
78242
  }
78231
78243
  get borderWidth() {
78232
- return this.ag;
78244
+ return this.ai;
78233
78245
  }
78234
78246
  set borderWidth(a) {
78235
- this.ag = a;
78247
+ this.ai = a;
78236
78248
  this.g("BorderWidth");
78237
78249
  }
78238
78250
  get cornerRadiusBottomRight() {
78239
- return this.am;
78251
+ return this.ao;
78240
78252
  }
78241
78253
  set cornerRadiusBottomRight(a) {
78242
- this.am = a;
78254
+ this.ao = a;
78243
78255
  this.g("CornerRadiusBottomRight");
78244
78256
  }
78245
78257
  get cornerRadiusBottomLeft() {
78246
- return this.al;
78258
+ return this.an;
78247
78259
  }
78248
78260
  set cornerRadiusBottomLeft(a) {
78249
- this.al = a;
78261
+ this.an = a;
78250
78262
  this.g("CornerRadiusBottomLeft");
78251
78263
  }
78252
78264
  get cornerRadiusTopLeft() {
78253
- return this.an;
78265
+ return this.ap;
78254
78266
  }
78255
78267
  set cornerRadiusTopLeft(a) {
78256
- this.an = a;
78268
+ this.ap = a;
78257
78269
  this.g("CornerRadiusTopLeft");
78258
78270
  }
78259
78271
  get cornerRadiusTopRight() {
78260
- return this.ao;
78272
+ return this.aq;
78261
78273
  }
78262
78274
  set cornerRadiusTopRight(a) {
78263
- this.ao = a;
78275
+ this.aq = a;
78264
78276
  this.g("CornerRadiusTopRight");
78265
78277
  }
78266
78278
  get outlinedBackgroundColor() {
78267
- return this.gf;
78279
+ return this.gh;
78268
78280
  }
78269
78281
  set outlinedBackgroundColor(a) {
78270
- this.gf = a;
78282
+ this.gh = a;
78271
78283
  this.g("OutlinedBackgroundColor");
78272
78284
  }
78273
78285
  get outlinedDisabledBackgroundColor() {
78274
- return this.gh;
78286
+ return this.gj;
78275
78287
  }
78276
78288
  set outlinedDisabledBackgroundColor(a) {
78277
- this.gh = a;
78289
+ this.gj = a;
78278
78290
  this.g("OutlinedDisabledBackgroundColor");
78279
78291
  }
78280
78292
  get outlinedDisabledBorderColor() {
78281
- return this.gi;
78293
+ return this.gk;
78282
78294
  }
78283
78295
  set outlinedDisabledBorderColor(a) {
78284
- this.gi = a;
78296
+ this.gk = a;
78285
78297
  this.g("OutlinedDisabledBorderColor");
78286
78298
  }
78287
78299
  get outlinedDisabledTextColor() {
78288
- return this.gj;
78300
+ return this.gl;
78289
78301
  }
78290
78302
  set outlinedDisabledTextColor(a) {
78291
- this.gj = a;
78303
+ this.gl = a;
78292
78304
  this.g("OutlinedDisabledTextColor");
78293
78305
  }
78294
78306
  get outlinedDisabledElevation() {
78295
- return this.c6;
78307
+ return this.c8;
78296
78308
  }
78297
78309
  set outlinedDisabledElevation(a) {
78298
- this.c6 = a;
78310
+ this.c8 = a;
78299
78311
  this.g("OutlinedDisabledElevation");
78300
78312
  }
78301
78313
  get outlinedHoverBackgroundColor() {
78302
- return this.gm;
78314
+ return this.go;
78303
78315
  }
78304
78316
  set outlinedHoverBackgroundColor(a) {
78305
- this.gm = a;
78317
+ this.go = a;
78306
78318
  this.g("OutlinedHoverBackgroundColor");
78307
78319
  }
78308
78320
  get outlinedBorderColor() {
78309
- return this.gg;
78321
+ return this.gi;
78310
78322
  }
78311
78323
  set outlinedBorderColor(a) {
78312
- this.gg = a;
78324
+ this.gi = a;
78313
78325
  this.g("OutlinedBorderColor");
78314
78326
  }
78315
78327
  get outlinedRestingElevation() {
78316
- return this.c9;
78328
+ return this.db;
78317
78329
  }
78318
78330
  set outlinedRestingElevation(a) {
78319
- this.c9 = a;
78331
+ this.db = a;
78320
78332
  this.g("OutlinedRestingElevation");
78321
78333
  }
78322
78334
  get outlinedHoverElevation() {
78323
- return this.c8;
78335
+ return this.da;
78324
78336
  }
78325
78337
  set outlinedHoverElevation(a) {
78326
- this.c8 = a;
78338
+ this.da = a;
78327
78339
  this.g("OutlinedHoverElevation");
78328
78340
  }
78329
78341
  get outlinedFocusElevation() {
78330
- return this.c7;
78342
+ return this.c9;
78331
78343
  }
78332
78344
  set outlinedFocusElevation(a) {
78333
- this.c7 = a;
78345
+ this.c9 = a;
78334
78346
  this.g("OutlinedFocusElevation");
78335
78347
  }
78336
78348
  get outlinedBorderWidth() {
78337
- return this.a7;
78349
+ return this.a9;
78338
78350
  }
78339
78351
  set outlinedBorderWidth(a) {
78340
- this.a7 = a;
78352
+ this.a9 = a;
78341
78353
  this.g("OutlinedBorderWidth");
78342
78354
  }
78343
78355
  get outlinedCornerRadiusBottomRight() {
78344
- return this.a9;
78356
+ return this.bb;
78345
78357
  }
78346
78358
  set outlinedCornerRadiusBottomRight(a) {
78347
- this.a9 = a;
78359
+ this.bb = a;
78348
78360
  this.g("OutlinedCornerRadiusBottomRight");
78349
78361
  }
78350
78362
  get outlinedCornerRadiusBottomLeft() {
78351
- return this.a8;
78363
+ return this.ba;
78352
78364
  }
78353
78365
  set outlinedCornerRadiusBottomLeft(a) {
78354
- this.a8 = a;
78366
+ this.ba = a;
78355
78367
  this.g("OutlinedCornerRadiusBottomLeft");
78356
78368
  }
78357
78369
  get outlinedCornerRadiusTopLeft() {
78358
- return this.ba;
78370
+ return this.bc;
78359
78371
  }
78360
78372
  set outlinedCornerRadiusTopLeft(a) {
78361
- this.ba = a;
78373
+ this.bc = a;
78362
78374
  this.g("OutlinedCornerRadiusTopLeft");
78363
78375
  }
78364
78376
  get outlinedCornerRadiusTopRight() {
78365
- return this.bb;
78377
+ return this.bd;
78366
78378
  }
78367
78379
  set outlinedCornerRadiusTopRight(a) {
78368
- this.bb = a;
78380
+ this.bd = a;
78369
78381
  this.g("OutlinedCornerRadiusTopRight");
78370
78382
  }
78371
78383
  get outlinedRippleColor() {
78372
- return this.go;
78384
+ return this.gq;
78373
78385
  }
78374
78386
  set outlinedRippleColor(a) {
78375
- this.go = a;
78387
+ this.gq = a;
78376
78388
  this.g("OutlinedRippleColor");
78377
78389
  }
78378
78390
  get outlinedTextColor() {
78379
- return this.gp;
78391
+ return this.gr;
78380
78392
  }
78381
78393
  set outlinedTextColor(a) {
78382
- this.gp = a;
78394
+ this.gr = a;
78383
78395
  this.g("OutlinedTextColor");
78384
78396
  }
78385
78397
  get outlinedHoverTextColor() {
78386
- return this.gn;
78398
+ return this.gp;
78387
78399
  }
78388
78400
  set outlinedHoverTextColor(a) {
78389
- this.gn = a;
78401
+ this.gp = a;
78390
78402
  this.g("OutlinedHoverTextColor");
78391
78403
  }
78392
78404
  get outlinedFocusBackgroundColor() {
78393
- return this.gk;
78405
+ return this.gm;
78394
78406
  }
78395
78407
  set outlinedFocusBackgroundColor(a) {
78396
- this.gk = a;
78408
+ this.gm = a;
78397
78409
  this.g("OutlinedFocusBackgroundColor");
78398
78410
  }
78399
78411
  get outlinedFocusTextColor() {
78400
- return this.gl;
78412
+ return this.gn;
78401
78413
  }
78402
78414
  set outlinedFocusTextColor(a) {
78403
- this.gl = a;
78415
+ this.gn = a;
78404
78416
  this.g("OutlinedFocusTextColor");
78405
78417
  }
78406
78418
  get fabBackgroundColor() {
78407
- return this.e3;
78419
+ return this.e5;
78408
78420
  }
78409
78421
  set fabBackgroundColor(a) {
78410
- this.e3 = a;
78422
+ this.e5 = a;
78411
78423
  this.g("FabBackgroundColor");
78412
78424
  }
78413
78425
  get fabDisabledBackgroundColor() {
78414
- return this.e5;
78426
+ return this.e7;
78415
78427
  }
78416
78428
  set fabDisabledBackgroundColor(a) {
78417
- this.e5 = a;
78429
+ this.e7 = a;
78418
78430
  this.g("FabDisabledBackgroundColor");
78419
78431
  }
78420
78432
  get fabDisabledBorderColor() {
78421
- return this.e6;
78433
+ return this.e8;
78422
78434
  }
78423
78435
  set fabDisabledBorderColor(a) {
78424
- this.e6 = a;
78436
+ this.e8 = a;
78425
78437
  this.g("FabDisabledBorderColor");
78426
78438
  }
78427
78439
  get fabDisabledTextColor() {
78428
- return this.e7;
78440
+ return this.e9;
78429
78441
  }
78430
78442
  set fabDisabledTextColor(a) {
78431
- this.e7 = a;
78443
+ this.e9 = a;
78432
78444
  this.g("FabDisabledTextColor");
78433
78445
  }
78434
78446
  get fabDisabledElevation() {
78435
- return this.cs;
78447
+ return this.cu;
78436
78448
  }
78437
78449
  set fabDisabledElevation(a) {
78438
- this.cs = a;
78450
+ this.cu = a;
78439
78451
  this.g("FabDisabledElevation");
78440
78452
  }
78441
78453
  get fabHoverBackgroundColor() {
78442
- return this.fa;
78454
+ return this.fc;
78443
78455
  }
78444
78456
  set fabHoverBackgroundColor(a) {
78445
- this.fa = a;
78457
+ this.fc = a;
78446
78458
  this.g("FabHoverBackgroundColor");
78447
78459
  }
78448
78460
  get fabBorderColor() {
78449
- return this.e4;
78461
+ return this.e6;
78450
78462
  }
78451
78463
  set fabBorderColor(a) {
78452
- this.e4 = a;
78464
+ this.e6 = a;
78453
78465
  this.g("FabBorderColor");
78454
78466
  }
78455
78467
  get fabRestingElevation() {
78456
- return this.cv;
78468
+ return this.cx;
78457
78469
  }
78458
78470
  set fabRestingElevation(a) {
78459
- this.cv = a;
78471
+ this.cx = a;
78460
78472
  this.g("FabRestingElevation");
78461
78473
  }
78462
78474
  get fabHoverElevation() {
78463
- return this.cu;
78475
+ return this.cw;
78464
78476
  }
78465
78477
  set fabHoverElevation(a) {
78466
- this.cu = a;
78478
+ this.cw = a;
78467
78479
  this.g("FabHoverElevation");
78468
78480
  }
78469
78481
  get fabFocusElevation() {
78470
- return this.ct;
78482
+ return this.cv;
78471
78483
  }
78472
78484
  set fabFocusElevation(a) {
78473
- this.ct = a;
78485
+ this.cv = a;
78474
78486
  this.g("FabFocusElevation");
78475
78487
  }
78476
78488
  get fabBorderWidth() {
78477
- return this.ap;
78489
+ return this.ar;
78478
78490
  }
78479
78491
  set fabBorderWidth(a) {
78480
- this.ap = a;
78492
+ this.ar = a;
78481
78493
  this.g("FabBorderWidth");
78482
78494
  }
78483
78495
  get fabCornerRadiusBottomRight() {
78484
- return this.ar;
78496
+ return this.at;
78485
78497
  }
78486
78498
  set fabCornerRadiusBottomRight(a) {
78487
- this.ar = a;
78499
+ this.at = a;
78488
78500
  this.g("FabCornerRadiusBottomRight");
78489
78501
  }
78490
78502
  get fabCornerRadiusBottomLeft() {
78491
- return this.aq;
78503
+ return this.as;
78492
78504
  }
78493
78505
  set fabCornerRadiusBottomLeft(a) {
78494
- this.aq = a;
78506
+ this.as = a;
78495
78507
  this.g("FabCornerRadiusBottomLeft");
78496
78508
  }
78497
78509
  get fabCornerRadiusTopLeft() {
78498
- return this.as;
78510
+ return this.au;
78499
78511
  }
78500
78512
  set fabCornerRadiusTopLeft(a) {
78501
- this.as = a;
78513
+ this.au = a;
78502
78514
  this.g("FabCornerRadiusTopLeft");
78503
78515
  }
78504
78516
  get fabCornerRadiusTopRight() {
78505
- return this.at;
78517
+ return this.av;
78506
78518
  }
78507
78519
  set fabCornerRadiusTopRight(a) {
78508
- this.at = a;
78520
+ this.av = a;
78509
78521
  this.g("FabCornerRadiusTopRight");
78510
78522
  }
78511
78523
  get fabRippleColor() {
78512
- return this.fc;
78524
+ return this.fe;
78513
78525
  }
78514
78526
  set fabRippleColor(a) {
78515
- this.fc = a;
78527
+ this.fe = a;
78516
78528
  this.g("FabRippleColor");
78517
78529
  }
78518
78530
  get fabTextColor() {
78519
- return this.fd;
78531
+ return this.ff;
78520
78532
  }
78521
78533
  set fabTextColor(a) {
78522
- this.fd = a;
78534
+ this.ff = a;
78523
78535
  this.g("FabTextColor");
78524
78536
  }
78525
78537
  get fabHoverTextColor() {
78526
- return this.fb;
78538
+ return this.fd;
78527
78539
  }
78528
78540
  set fabHoverTextColor(a) {
78529
- this.fb = a;
78541
+ this.fd = a;
78530
78542
  this.g("FabHoverTextColor");
78531
78543
  }
78532
78544
  get fabFocusBackgroundColor() {
78533
- return this.e8;
78545
+ return this.fa;
78534
78546
  }
78535
78547
  set fabFocusBackgroundColor(a) {
78536
- this.e8 = a;
78548
+ this.fa = a;
78537
78549
  this.g("FabFocusBackgroundColor");
78538
78550
  }
78539
78551
  get fabFocusTextColor() {
78540
- return this.e9;
78552
+ return this.fb;
78541
78553
  }
78542
78554
  set fabFocusTextColor(a) {
78543
- this.e9 = a;
78555
+ this.fb = a;
78544
78556
  this.g("FabFocusTextColor");
78545
78557
  }
78546
78558
  get iconBackgroundColor() {
78547
- return this.f0;
78559
+ return this.f2;
78548
78560
  }
78549
78561
  set iconBackgroundColor(a) {
78550
- this.f0 = a;
78562
+ this.f2 = a;
78551
78563
  this.g("IconBackgroundColor");
78552
78564
  }
78553
78565
  get iconDisabledBackgroundColor() {
78554
- return this.f2;
78566
+ return this.f4;
78555
78567
  }
78556
78568
  set iconDisabledBackgroundColor(a) {
78557
- this.f2 = a;
78569
+ this.f4 = a;
78558
78570
  this.g("IconDisabledBackgroundColor");
78559
78571
  }
78560
78572
  get iconDisabledBorderColor() {
78561
- return this.f3;
78573
+ return this.f5;
78562
78574
  }
78563
78575
  set iconDisabledBorderColor(a) {
78564
- this.f3 = a;
78576
+ this.f5 = a;
78565
78577
  this.g("IconDisabledBorderColor");
78566
78578
  }
78567
78579
  get iconDisabledTextColor() {
78568
- return this.f4;
78580
+ return this.f6;
78569
78581
  }
78570
78582
  set iconDisabledTextColor(a) {
78571
- this.f4 = a;
78583
+ this.f6 = a;
78572
78584
  this.g("IconDisabledTextColor");
78573
78585
  }
78574
78586
  get iconDisabledElevation() {
78575
- return this.c2;
78587
+ return this.c4;
78576
78588
  }
78577
78589
  set iconDisabledElevation(a) {
78578
- this.c2 = a;
78590
+ this.c4 = a;
78579
78591
  this.g("IconDisabledElevation");
78580
78592
  }
78581
78593
  get iconHoverBackgroundColor() {
78582
- return this.f7;
78594
+ return this.f9;
78583
78595
  }
78584
78596
  set iconHoverBackgroundColor(a) {
78585
- this.f7 = a;
78597
+ this.f9 = a;
78586
78598
  this.g("IconHoverBackgroundColor");
78587
78599
  }
78588
78600
  get iconBorderColor() {
78589
- return this.f1;
78601
+ return this.f3;
78590
78602
  }
78591
78603
  set iconBorderColor(a) {
78592
- this.f1 = a;
78604
+ this.f3 = a;
78593
78605
  this.g("IconBorderColor");
78594
78606
  }
78595
78607
  get iconRestingElevation() {
78596
- return this.c5;
78608
+ return this.c7;
78597
78609
  }
78598
78610
  set iconRestingElevation(a) {
78599
- this.c5 = a;
78611
+ this.c7 = a;
78600
78612
  this.g("IconRestingElevation");
78601
78613
  }
78602
78614
  get iconHoverElevation() {
78603
- return this.c4;
78615
+ return this.c6;
78604
78616
  }
78605
78617
  set iconHoverElevation(a) {
78606
- this.c4 = a;
78618
+ this.c6 = a;
78607
78619
  this.g("IconHoverElevation");
78608
78620
  }
78609
78621
  get iconFocusElevation() {
78610
- return this.c3;
78622
+ return this.c5;
78611
78623
  }
78612
78624
  set iconFocusElevation(a) {
78613
- this.c3 = a;
78625
+ this.c5 = a;
78614
78626
  this.g("IconFocusElevation");
78615
78627
  }
78616
78628
  get iconBorderWidth() {
78617
- return this.a0;
78629
+ return this.a2;
78618
78630
  }
78619
78631
  set iconBorderWidth(a) {
78620
- this.a0 = a;
78632
+ this.a2 = a;
78621
78633
  this.g("IconBorderWidth");
78622
78634
  }
78623
78635
  get iconCornerRadiusBottomRight() {
78624
- return this.a2;
78636
+ return this.a4;
78625
78637
  }
78626
78638
  set iconCornerRadiusBottomRight(a) {
78627
- this.a2 = a;
78639
+ this.a4 = a;
78628
78640
  this.g("IconCornerRadiusBottomRight");
78629
78641
  }
78630
78642
  get iconCornerRadiusBottomLeft() {
78631
- return this.a1;
78643
+ return this.a3;
78632
78644
  }
78633
78645
  set iconCornerRadiusBottomLeft(a) {
78634
- this.a1 = a;
78646
+ this.a3 = a;
78635
78647
  this.g("IconCornerRadiusBottomLeft");
78636
78648
  }
78637
78649
  get iconCornerRadiusTopLeft() {
78638
- return this.a3;
78650
+ return this.a5;
78639
78651
  }
78640
78652
  set iconCornerRadiusTopLeft(a) {
78641
- this.a3 = a;
78653
+ this.a5 = a;
78642
78654
  this.g("IconCornerRadiusTopLeft");
78643
78655
  }
78644
78656
  get iconCornerRadiusTopRight() {
78645
- return this.a4;
78657
+ return this.a6;
78646
78658
  }
78647
78659
  set iconCornerRadiusTopRight(a) {
78648
- this.a4 = a;
78660
+ this.a6 = a;
78649
78661
  this.g("IconCornerRadiusTopRight");
78650
78662
  }
78651
78663
  get iconRippleColor() {
78652
- return this.f9;
78664
+ return this.gb;
78653
78665
  }
78654
78666
  set iconRippleColor(a) {
78655
- this.f9 = a;
78667
+ this.gb = a;
78656
78668
  this.g("IconRippleColor");
78657
78669
  }
78658
78670
  get iconTextColor() {
78659
- return this.ga;
78671
+ return this.gc;
78660
78672
  }
78661
78673
  set iconTextColor(a) {
78662
- this.ga = a;
78674
+ this.gc = a;
78663
78675
  this.g("IconTextColor");
78664
78676
  }
78665
78677
  get iconHoverTextColor() {
78666
- return this.f8;
78678
+ return this.ga;
78667
78679
  }
78668
78680
  set iconHoverTextColor(a) {
78669
- this.f8 = a;
78681
+ this.ga = a;
78670
78682
  this.g("IconHoverTextColor");
78671
78683
  }
78672
78684
  get iconFocusBackgroundColor() {
78673
- return this.f5;
78685
+ return this.f7;
78674
78686
  }
78675
78687
  set iconFocusBackgroundColor(a) {
78676
- this.f5 = a;
78688
+ this.f7 = a;
78677
78689
  this.g("IconFocusBackgroundColor");
78678
78690
  }
78679
78691
  get iconFocusTextColor() {
78680
- return this.f6;
78692
+ return this.f8;
78681
78693
  }
78682
78694
  set iconFocusTextColor(a) {
78683
- this.f6 = a;
78695
+ this.f8 = a;
78684
78696
  this.g("IconFocusTextColor");
78685
78697
  }
78686
78698
  get inputId() {
78687
- return this.gc;
78699
+ return this.ge;
78688
78700
  }
78689
78701
  set inputId(a) {
78690
- this.gc = a;
78702
+ this.ge = a;
78691
78703
  this.g("InputId");
78692
78704
  }
78693
78705
  get id() {
78694
- return this.gb;
78706
+ return this.gd;
78695
78707
  }
78696
78708
  set id(a) {
78697
- this.gb = a;
78709
+ this.gd = a;
78698
78710
  this.g("Id");
78699
78711
  }
78700
78712
  get display() {
78701
- return this.e0;
78713
+ return this.e2;
78702
78714
  }
78703
78715
  set display(a) {
78704
- this.e0 = a;
78716
+ this.e2 = a;
78705
78717
  this.g("Display");
78706
78718
  }
78707
78719
  get flexDirection() {
78708
- return this.fp;
78720
+ return this.fr;
78709
78721
  }
78710
78722
  set flexDirection(a) {
78711
- this.fp = a;
78723
+ this.fr = a;
78712
78724
  this.g("FlexDirection");
78713
78725
  }
78714
78726
  get flexGrow() {
78715
- return this.fq;
78727
+ return this.fs;
78716
78728
  }
78717
78729
  set flexGrow(a) {
78718
- this.fq = a;
78730
+ this.fs = a;
78719
78731
  this.g("FlexGrow");
78720
78732
  }
78721
78733
  get alignItems() {
78722
- return this.eq;
78734
+ return this.es;
78723
78735
  }
78724
78736
  set alignItems(a) {
78725
- this.eq = a;
78737
+ this.es = a;
78726
78738
  this.g("AlignItems");
78727
78739
  }
78728
78740
  get valueRef() {
78729
- return this.g3;
78741
+ return this.g5;
78730
78742
  }
78731
78743
  set valueRef(a) {
78732
- this.g3 = a;
78744
+ this.g5 = a;
78733
78745
  this.g("ValueRef");
78734
78746
  }
78735
78747
  get name() {
78736
- return this.ge;
78748
+ return this.gg;
78737
78749
  }
78738
78750
  set name(a) {
78739
- this.ge = a;
78751
+ this.gg = a;
78740
78752
  this.g("Name");
78741
78753
  }
78742
78754
  get tabIndex() {
78743
- return this.df;
78755
+ return this.dh;
78744
78756
  }
78745
78757
  set tabIndex(a) {
78746
- this.df = a;
78758
+ this.dh = a;
78747
78759
  this.g("TabIndex");
78748
78760
  }
78749
78761
  get ariaLabel() {
78750
- return this.er;
78762
+ return this.et;
78751
78763
  }
78752
78764
  set ariaLabel(a) {
78753
- this.er = a;
78765
+ this.et = a;
78754
78766
  this.g("AriaLabel");
78755
78767
  }
78756
78768
  get fillAvailableSpace() {
78757
- return this.n;
78769
+ return this.o;
78758
78770
  }
78759
78771
  set fillAvailableSpace(a) {
78760
- this.n = a;
78772
+ this.o = a;
78761
78773
  this.g("FillAvailableSpace");
78762
78774
  }
78763
78775
  get focused() {
78764
- return this.o;
78776
+ return this.p;
78765
78777
  }
78766
78778
  set focused(a) {
78767
- this.o = a;
78779
+ this.p = a;
78768
78780
  this.g("Focused");
78769
78781
  }
78770
78782
  get isFocusStyleEnabled() {
78771
- return this.p;
78783
+ return this.q;
78772
78784
  }
78773
78785
  set isFocusStyleEnabled(a) {
78774
- this.p = a;
78786
+ this.q = a;
78775
78787
  this.g("IsFocusStyleEnabled");
78776
78788
  }
78777
78789
  get disableRipple() {
78778
- return this.l;
78790
+ return this.m;
78779
78791
  }
78780
78792
  set disableRipple(a) {
78781
- this.l = a;
78793
+ this.m = a;
78782
78794
  this.g("DisableRipple");
78783
78795
  }
78784
78796
  get actualDisableRipple() {
@@ -78789,101 +78801,108 @@ let ButtonDescription = /*@__PURE__*/ (() => {
78789
78801
  this.g("ActualDisableRipple");
78790
78802
  }
78791
78803
  get disableHover() {
78792
- return this.j;
78804
+ return this.k;
78793
78805
  }
78794
78806
  set disableHover(a) {
78795
- this.j = a;
78807
+ this.k = a;
78796
78808
  this.g("DisableHover");
78797
78809
  }
78798
78810
  get isHover() {
78799
- return this.q;
78811
+ return this.r;
78800
78812
  }
78801
78813
  set isHover(a) {
78802
- this.q = a;
78814
+ this.r = a;
78803
78815
  this.g("IsHover");
78804
78816
  }
78805
78817
  get disabled() {
78806
- return this.i;
78818
+ return this.j;
78807
78819
  }
78808
78820
  set disabled(a) {
78809
- this.i = a;
78821
+ this.j = a;
78810
78822
  this.g("Disabled");
78811
78823
  }
78812
78824
  get disableTransitions() {
78813
- return this.m;
78825
+ return this.n;
78814
78826
  }
78815
78827
  set disableTransitions(a) {
78816
- this.m = a;
78828
+ this.n = a;
78817
78829
  this.g("DisableTransitions");
78818
78830
  }
78819
78831
  get disablePointer() {
78820
- return this.k;
78832
+ return this.l;
78821
78833
  }
78822
78834
  set disablePointer(a) {
78823
- this.k = a;
78835
+ this.l = a;
78824
78836
  this.g("DisablePointer");
78825
78837
  }
78826
78838
  get contentPaddingLeft() {
78827
- return this.ai;
78839
+ return this.ak;
78828
78840
  }
78829
78841
  set contentPaddingLeft(a) {
78830
- this.ai = a;
78842
+ this.ak = a;
78831
78843
  this.g("ContentPaddingLeft");
78832
78844
  }
78833
78845
  get contentPaddingTop() {
78834
- return this.ak;
78846
+ return this.am;
78835
78847
  }
78836
78848
  set contentPaddingTop(a) {
78837
- this.ak = a;
78849
+ this.am = a;
78838
78850
  this.g("ContentPaddingTop");
78839
78851
  }
78840
78852
  get contentPaddingRight() {
78841
- return this.aj;
78853
+ return this.al;
78842
78854
  }
78843
78855
  set contentPaddingRight(a) {
78844
- this.aj = a;
78856
+ this.al = a;
78845
78857
  this.g("ContentPaddingRight");
78846
78858
  }
78847
78859
  get contentPaddingBottom() {
78848
- return this.ah;
78860
+ return this.aj;
78849
78861
  }
78850
78862
  set contentPaddingBottom(a) {
78851
- this.ah = a;
78863
+ this.aj = a;
78852
78864
  this.g("ContentPaddingBottom");
78853
78865
  }
78854
78866
  get horizontalContentAlignment() {
78855
- return this.fx;
78867
+ return this.fz;
78856
78868
  }
78857
78869
  set horizontalContentAlignment(a) {
78858
- this.fx = a;
78870
+ this.fz = a;
78859
78871
  this.g("HorizontalContentAlignment");
78860
78872
  }
78861
78873
  get verticalContentAlignment() {
78862
- return this.g4;
78874
+ return this.g6;
78863
78875
  }
78864
78876
  set verticalContentAlignment(a) {
78865
- this.g4 = a;
78877
+ this.g6 = a;
78866
78878
  this.g("VerticalContentAlignment");
78867
78879
  }
78880
+ get clickTunneling() {
78881
+ return this.i;
78882
+ }
78883
+ set clickTunneling(a) {
78884
+ this.i = a;
78885
+ this.g("ClickTunneling");
78886
+ }
78868
78887
  get clickedRef() {
78869
- return this.ev;
78888
+ return this.ex;
78870
78889
  }
78871
78890
  set clickedRef(a) {
78872
- this.ev = a;
78891
+ this.ex = a;
78873
78892
  this.g("ClickedRef");
78874
78893
  }
78875
78894
  get gotFocusRef() {
78876
- return this.fw;
78895
+ return this.fy;
78877
78896
  }
78878
78897
  set gotFocusRef(a) {
78879
- this.fw = a;
78898
+ this.fy = a;
78880
78899
  this.g("GotFocusRef");
78881
78900
  }
78882
78901
  get lostFocusRef() {
78883
- return this.gd;
78902
+ return this.gf;
78884
78903
  }
78885
78904
  set lostFocusRef(a) {
78886
- this.gd = a;
78905
+ this.gf = a;
78887
78906
  this.g("LostFocusRef");
78888
78907
  }
78889
78908
  }
@@ -79232,6 +79251,7 @@ let ButtonDescriptionMetadata = /*@__PURE__*/ (() => {
79232
79251
  a.item("HorizontalContentAlignment@names", "Left;Center;Right;Stretch");
79233
79252
  a.item("VerticalContentAlignment", "ExportedType:string:VerticalAlignment");
79234
79253
  a.item("VerticalContentAlignment@names", "Top;Center;Bottom;Stretch");
79254
+ a.item("ClickTunneling", "Boolean");
79235
79255
  a.item("ClickedRef", "EventRef::clicked");
79236
79256
  a.item("GotFocusRef", "EventRef::gotFocus");
79237
79257
  a.item("LostFocusRef", "EventRef::lostFocus");
@@ -95249,10 +95269,10 @@ let HeaderDescription = /*@__PURE__*/ (() => {
95249
95269
  class HeaderDescription extends DefinitionBaseDescription {
95250
95270
  constructor() {
95251
95271
  super();
95252
- this.cf = null;
95253
- this.cd = null;
95254
95272
  this.cg = null;
95255
95273
  this.ce = null;
95274
+ this.ch = null;
95275
+ this.cf = null;
95256
95276
  this.b6 = 0;
95257
95277
  this.b8 = 0;
95258
95278
  this.b7 = 0;
@@ -95262,31 +95282,31 @@ let HeaderDescription = /*@__PURE__*/ (() => {
95262
95282
  return "Header";
95263
95283
  }
95264
95284
  get sortIndicatorColor() {
95265
- return this.cf;
95285
+ return this.cg;
95266
95286
  }
95267
95287
  set sortIndicatorColor(a) {
95268
- this.cf = a;
95288
+ this.cg = a;
95269
95289
  this.g("SortIndicatorColor");
95270
95290
  }
95271
95291
  get actualSortIndicatorColor() {
95272
- return this.cd;
95292
+ return this.ce;
95273
95293
  }
95274
95294
  set actualSortIndicatorColor(a) {
95275
- this.cd = a;
95295
+ this.ce = a;
95276
95296
  this.g("ActualSortIndicatorColor");
95277
95297
  }
95278
95298
  get sortIndicatorStyle() {
95279
- return this.cg;
95299
+ return this.ch;
95280
95300
  }
95281
95301
  set sortIndicatorStyle(a) {
95282
- this.cg = a;
95302
+ this.ch = a;
95283
95303
  this.g("SortIndicatorStyle");
95284
95304
  }
95285
95305
  get actualSortIndicatorStyle() {
95286
- return this.ce;
95306
+ return this.cf;
95287
95307
  }
95288
95308
  set actualSortIndicatorStyle(a) {
95289
- this.ce = a;
95309
+ this.cf = a;
95290
95310
  this.g("ActualSortIndicatorStyle");
95291
95311
  }
95292
95312
  get paddingLeft() {
@@ -95320,6 +95340,7 @@ let HeaderDescription = /*@__PURE__*/ (() => {
95320
95340
  }
95321
95341
  HeaderDescription.$t = markType(HeaderDescription, 'HeaderDescription', DefinitionBaseDescription.$);
95322
95342
  HeaderDescription.__canMarshalByValue = true;
95343
+ HeaderDescription.__marshalByValueAlias = "Header";
95323
95344
  return HeaderDescription;
95324
95345
  })();
95325
95346
 
@@ -95343,6 +95364,7 @@ let TextHeaderDescription = /*@__PURE__*/ (() => {
95343
95364
  }
95344
95365
  TextHeaderDescription.$t = markType(TextHeaderDescription, 'TextHeaderDescription', HeaderDescription.$);
95345
95366
  TextHeaderDescription.__canMarshalByValue1 = true;
95367
+ TextHeaderDescription.__marshalByValueAlias1 = "TextHeader";
95346
95368
  return TextHeaderDescription;
95347
95369
  })();
95348
95370
 
@@ -102824,16 +102846,16 @@ let DataGridColumnDescription = /*@__PURE__*/ (() => {
102824
102846
  this.dm = 0;
102825
102847
  this.dl = 0;
102826
102848
  this.dj = 0;
102827
- this.ei = null;
102828
- this.ec = null;
102829
- this.ee = null;
102830
- this.d0 = null;
102831
- this.em = null;
102832
- this.d4 = null;
102833
- this.ek = null;
102834
- this.d2 = null;
102849
+ this.ej = null;
102850
+ this.ed = null;
102851
+ this.ef = null;
102852
+ this.d1 = null;
102853
+ this.en = null;
102854
+ this.d5 = null;
102835
102855
  this.el = null;
102836
102856
  this.d3 = null;
102857
+ this.em = null;
102858
+ this.d4 = null;
102837
102859
  this.cc = null;
102838
102860
  this.b8 = null;
102839
102861
  this.da = 0;
@@ -102846,14 +102868,14 @@ let DataGridColumnDescription = /*@__PURE__*/ (() => {
102846
102868
  this.cs = false;
102847
102869
  this.cr = false;
102848
102870
  this.ct = false;
102849
- this.en = null;
102850
- this.ej = null;
102851
- this.dw = null;
102852
- this.d5 = null;
102853
- this.dy = null;
102854
- this.d7 = null;
102855
- this.d6 = null;
102871
+ this.eo = null;
102872
+ this.ek = null;
102856
102873
  this.dx = null;
102874
+ this.d6 = null;
102875
+ this.dz = null;
102876
+ this.d8 = null;
102877
+ this.d7 = null;
102878
+ this.dy = null;
102857
102879
  this.ch = false;
102858
102880
  this.cl = false;
102859
102881
  this.cj = false;
@@ -102861,24 +102883,24 @@ let DataGridColumnDescription = /*@__PURE__*/ (() => {
102861
102883
  this.ci = false;
102862
102884
  this.cm = false;
102863
102885
  this.co = false;
102864
- this.d8 = null;
102865
- this.dz = null;
102886
+ this.d9 = null;
102887
+ this.d0 = null;
102866
102888
  this.c9 = 0;
102867
102889
  this.c7 = 0;
102868
- this.d9 = null;
102869
- this.c8 = 0;
102870
102890
  this.ea = null;
102891
+ this.c8 = 0;
102871
102892
  this.eb = null;
102872
- this.eg = null;
102873
- this.ef = null;
102893
+ this.ec = null;
102874
102894
  this.eh = null;
102895
+ this.eg = null;
102896
+ this.ei = null;
102875
102897
  this.dg = 0;
102876
102898
  this.di = 0;
102877
102899
  this.dh = 0;
102878
102900
  this.df = 0;
102879
- this.ed = null;
102901
+ this.ee = null;
102880
102902
  this.b4 = null;
102881
- this.d1 = null;
102903
+ this.d2 = null;
102882
102904
  }
102883
102905
  get_type() {
102884
102906
  return "DataGridColumn";
@@ -102912,73 +102934,73 @@ let DataGridColumnDescription = /*@__PURE__*/ (() => {
102912
102934
  this.g("PaddingBottom");
102913
102935
  }
102914
102936
  get name() {
102915
- return this.ei;
102937
+ return this.ej;
102916
102938
  }
102917
102939
  set name(a) {
102918
- this.ei = a;
102940
+ this.ej = a;
102919
102941
  this.g("Name");
102920
102942
  }
102921
102943
  get field() {
102922
- return this.ec;
102944
+ return this.ed;
102923
102945
  }
102924
102946
  set field(a) {
102925
- this.ec = a;
102947
+ this.ed = a;
102926
102948
  this.g("Field");
102927
102949
  }
102928
102950
  get headerText() {
102929
- return this.ee;
102951
+ return this.ef;
102930
102952
  }
102931
102953
  set headerText(a) {
102932
- this.ee = a;
102954
+ this.ef = a;
102933
102955
  this.g("HeaderText");
102934
102956
  }
102935
102957
  get actualHeaderText() {
102936
- return this.d0;
102958
+ return this.d1;
102937
102959
  }
102938
102960
  set actualHeaderText(a) {
102939
- this.d0 = a;
102961
+ this.d1 = a;
102940
102962
  this.g("ActualHeaderText");
102941
102963
  }
102942
102964
  get selectedBackground() {
102943
- return this.em;
102965
+ return this.en;
102944
102966
  }
102945
102967
  set selectedBackground(a) {
102946
- this.em = a;
102968
+ this.en = a;
102947
102969
  this.g("SelectedBackground");
102948
102970
  }
102949
102971
  get actualSelectedBackground() {
102950
- return this.d4;
102972
+ return this.d5;
102951
102973
  }
102952
102974
  set actualSelectedBackground(a) {
102953
- this.d4 = a;
102975
+ this.d5 = a;
102954
102976
  this.g("ActualSelectedBackground");
102955
102977
  }
102956
102978
  get rowHoverBackground() {
102957
- return this.ek;
102979
+ return this.el;
102958
102980
  }
102959
102981
  set rowHoverBackground(a) {
102960
- this.ek = a;
102982
+ this.el = a;
102961
102983
  this.g("RowHoverBackground");
102962
102984
  }
102963
102985
  get actualHoverBackground() {
102964
- return this.d2;
102986
+ return this.d3;
102965
102987
  }
102966
102988
  set actualHoverBackground(a) {
102967
- this.d2 = a;
102989
+ this.d3 = a;
102968
102990
  this.g("ActualHoverBackground");
102969
102991
  }
102970
102992
  get rowHoverTextColor() {
102971
- return this.el;
102993
+ return this.em;
102972
102994
  }
102973
102995
  set rowHoverTextColor(a) {
102974
- this.el = a;
102996
+ this.em = a;
102975
102997
  this.g("RowHoverTextColor");
102976
102998
  }
102977
102999
  get actualRowHoverTextColor() {
102978
- return this.d3;
103000
+ return this.d4;
102979
103001
  }
102980
103002
  set actualRowHoverTextColor(a) {
102981
- this.d3 = a;
103003
+ this.d4 = a;
102982
103004
  this.g("ActualRowHoverTextColor");
102983
103005
  }
102984
103006
  get animationSettings() {
@@ -103066,59 +103088,59 @@ let DataGridColumnDescription = /*@__PURE__*/ (() => {
103066
103088
  this.g("ShouldRemoveWhenHidden");
103067
103089
  }
103068
103090
  get sortDirection() {
103069
- return this.en;
103091
+ return this.eo;
103070
103092
  }
103071
103093
  set sortDirection(a) {
103072
- this.en = a;
103094
+ this.eo = a;
103073
103095
  this.g("SortDirection");
103074
103096
  }
103075
103097
  get pinned() {
103076
- return this.ej;
103098
+ return this.ek;
103077
103099
  }
103078
103100
  set pinned(a) {
103079
- this.ej = a;
103101
+ this.ek = a;
103080
103102
  this.g("Pinned");
103081
103103
  }
103082
103104
  get actualColumnOptionsIconAlignment() {
103083
- return this.dw;
103105
+ return this.dx;
103084
103106
  }
103085
103107
  set actualColumnOptionsIconAlignment(a) {
103086
- this.dw = a;
103108
+ this.dx = a;
103087
103109
  this.g("ActualColumnOptionsIconAlignment");
103088
103110
  }
103089
103111
  get columnOptionsIconAlignment() {
103090
- return this.d5;
103112
+ return this.d6;
103091
103113
  }
103092
103114
  set columnOptionsIconAlignment(a) {
103093
- this.d5 = a;
103115
+ this.d6 = a;
103094
103116
  this.g("ColumnOptionsIconAlignment");
103095
103117
  }
103096
103118
  get actualColumnOptionsIconColor() {
103097
- return this.dy;
103119
+ return this.dz;
103098
103120
  }
103099
103121
  set actualColumnOptionsIconColor(a) {
103100
- this.dy = a;
103122
+ this.dz = a;
103101
103123
  this.g("ActualColumnOptionsIconColor");
103102
103124
  }
103103
103125
  get columnOptionsIconColor() {
103104
- return this.d7;
103126
+ return this.d8;
103105
103127
  }
103106
103128
  set columnOptionsIconColor(a) {
103107
- this.d7 = a;
103129
+ this.d8 = a;
103108
103130
  this.g("ColumnOptionsIconColor");
103109
103131
  }
103110
103132
  get columnOptionsIconBehavior() {
103111
- return this.d6;
103133
+ return this.d7;
103112
103134
  }
103113
103135
  set columnOptionsIconBehavior(a) {
103114
- this.d6 = a;
103136
+ this.d7 = a;
103115
103137
  this.g("ColumnOptionsIconBehavior");
103116
103138
  }
103117
103139
  get actualColumnOptionsIconBehavior() {
103118
- return this.dx;
103140
+ return this.dy;
103119
103141
  }
103120
103142
  set actualColumnOptionsIconBehavior(a) {
103121
- this.dx = a;
103143
+ this.dy = a;
103122
103144
  this.g("ActualColumnOptionsIconBehavior");
103123
103145
  }
103124
103146
  get actualIsColumnOptionsEnabled() {
@@ -103171,17 +103193,17 @@ let DataGridColumnDescription = /*@__PURE__*/ (() => {
103171
103193
  this.g("IsEditable");
103172
103194
  }
103173
103195
  get deletedTextColor() {
103174
- return this.d8;
103196
+ return this.d9;
103175
103197
  }
103176
103198
  set deletedTextColor(a) {
103177
- this.d8 = a;
103199
+ this.d9 = a;
103178
103200
  this.g("DeletedTextColor");
103179
103201
  }
103180
103202
  get actualDeletedTextColor() {
103181
- return this.dz;
103203
+ return this.d0;
103182
103204
  }
103183
103205
  set actualDeletedTextColor(a) {
103184
- this.dz = a;
103206
+ this.d0 = a;
103185
103207
  this.g("ActualDeletedTextColor");
103186
103208
  }
103187
103209
  get editOpacity() {
@@ -103199,10 +103221,10 @@ let DataGridColumnDescription = /*@__PURE__*/ (() => {
103199
103221
  this.g("ActualEditOpacity");
103200
103222
  }
103201
103223
  get editFontFamily() {
103202
- return this.d9;
103224
+ return this.ea;
103203
103225
  }
103204
103226
  set editFontFamily(a) {
103205
- this.d9 = a;
103227
+ this.ea = a;
103206
103228
  this.g("EditFontFamily");
103207
103229
  }
103208
103230
  get editFontSize() {
@@ -103213,38 +103235,38 @@ let DataGridColumnDescription = /*@__PURE__*/ (() => {
103213
103235
  this.g("EditFontSize");
103214
103236
  }
103215
103237
  get editFontStyle() {
103216
- return this.ea;
103238
+ return this.eb;
103217
103239
  }
103218
103240
  set editFontStyle(a) {
103219
- this.ea = a;
103241
+ this.eb = a;
103220
103242
  this.g("EditFontStyle");
103221
103243
  }
103222
103244
  get editFontWeight() {
103223
- return this.eb;
103245
+ return this.ec;
103224
103246
  }
103225
103247
  set editFontWeight(a) {
103226
- this.eb = a;
103248
+ this.ec = a;
103227
103249
  this.g("EditFontWeight");
103228
103250
  }
103229
103251
  get mergedCellMode() {
103230
- return this.eg;
103252
+ return this.eh;
103231
103253
  }
103232
103254
  set mergedCellMode(a) {
103233
- this.eg = a;
103255
+ this.eh = a;
103234
103256
  this.g("MergedCellMode");
103235
103257
  }
103236
103258
  get mergedCellEvaluationCriteria() {
103237
- return this.ef;
103259
+ return this.eg;
103238
103260
  }
103239
103261
  set mergedCellEvaluationCriteria(a) {
103240
- this.ef = a;
103262
+ this.eg = a;
103241
103263
  this.g("MergedCellEvaluationCriteria");
103242
103264
  }
103243
103265
  get mergedCellVerticalAlignment() {
103244
- return this.eh;
103266
+ return this.ei;
103245
103267
  }
103246
103268
  set mergedCellVerticalAlignment(a) {
103247
- this.eh = a;
103269
+ this.ei = a;
103248
103270
  this.g("MergedCellVerticalAlignment");
103249
103271
  }
103250
103272
  get mergedCellPaddingLeft() {
@@ -103276,10 +103298,10 @@ let DataGridColumnDescription = /*@__PURE__*/ (() => {
103276
103298
  this.g("MergedCellPaddingBottom");
103277
103299
  }
103278
103300
  get filterComparisonType() {
103279
- return this.ed;
103301
+ return this.ee;
103280
103302
  }
103281
103303
  set filterComparisonType(a) {
103282
- this.ed = a;
103304
+ this.ee = a;
103283
103305
  this.g("FilterComparisonType");
103284
103306
  }
103285
103307
  get filterOperands() {
@@ -103290,15 +103312,16 @@ let DataGridColumnDescription = /*@__PURE__*/ (() => {
103290
103312
  this.g("FilterOperands");
103291
103313
  }
103292
103314
  get actualHeaderTextChangeRef() {
103293
- return this.d1;
103315
+ return this.d2;
103294
103316
  }
103295
103317
  set actualHeaderTextChangeRef(a) {
103296
- this.d1 = a;
103318
+ this.d2 = a;
103297
103319
  this.g("ActualHeaderTextChangeRef");
103298
103320
  }
103299
103321
  }
103300
103322
  DataGridColumnDescription.$t = markType(DataGridColumnDescription, 'DataGridColumnDescription', DefinitionBaseDescription.$);
103301
103323
  DataGridColumnDescription.__canMarshalByValue = true;
103324
+ DataGridColumnDescription.__marshalByValueAlias = "DataGridColumn";
103302
103325
  return DataGridColumnDescription;
103303
103326
  })();
103304
103327
 
@@ -103315,53 +103338,54 @@ let TextColumnDescription = /*@__PURE__*/ (() => {
103315
103338
  class TextColumnDescription extends DataGridColumnDescription {
103316
103339
  constructor() {
103317
103340
  super();
103341
+ this.fn = null;
103318
103342
  this.fl = null;
103319
- this.fj = null;
103320
- this.fg = null;
103321
- this.fk = null;
103343
+ this.fh = null;
103322
103344
  this.fm = null;
103345
+ this.fo = null;
103323
103346
  }
103324
103347
  get_type() {
103325
103348
  return "TextColumn";
103326
103349
  }
103327
103350
  get editorType() {
103328
- return this.fl;
103351
+ return this.fn;
103329
103352
  }
103330
103353
  set editorType(a) {
103331
- this.fl = a;
103354
+ this.fn = a;
103332
103355
  this.g("EditorType");
103333
103356
  }
103334
103357
  get editorDataSourceRef() {
103335
- return this.fj;
103358
+ return this.fl;
103336
103359
  }
103337
103360
  set editorDataSourceRef(a) {
103338
- this.fj = a;
103361
+ this.fl = a;
103339
103362
  this.g("EditorDataSourceRef");
103340
103363
  }
103341
103364
  get editorDataSource() {
103342
- return this.fg;
103365
+ return this.fh;
103343
103366
  }
103344
103367
  set editorDataSource(a) {
103345
- this.fg = a;
103368
+ this.fh = a;
103346
103369
  this.g("EditorDataSource");
103347
103370
  }
103348
103371
  get editorTextField() {
103349
- return this.fk;
103372
+ return this.fm;
103350
103373
  }
103351
103374
  set editorTextField(a) {
103352
- this.fk = a;
103375
+ this.fm = a;
103353
103376
  this.g("EditorTextField");
103354
103377
  }
103355
103378
  get editorValueField() {
103356
- return this.fm;
103379
+ return this.fo;
103357
103380
  }
103358
103381
  set editorValueField(a) {
103359
- this.fm = a;
103382
+ this.fo = a;
103360
103383
  this.g("EditorValueField");
103361
103384
  }
103362
103385
  }
103363
103386
  TextColumnDescription.$t = markType(TextColumnDescription, 'TextColumnDescription', DataGridColumnDescription.$);
103364
103387
  TextColumnDescription.__canMarshalByValue1 = true;
103388
+ TextColumnDescription.__marshalByValueAlias1 = "TextColumn";
103365
103389
  return TextColumnDescription;
103366
103390
  })();
103367
103391
 
@@ -103438,141 +103462,142 @@ let NumericColumnDescription = /*@__PURE__*/ (() => {
103438
103462
  class NumericColumnDescription extends DataGridColumnDescription {
103439
103463
  constructor() {
103440
103464
  super();
103441
- this.fz = null;
103442
103465
  this.f1 = null;
103443
- this.f0 = null;
103466
+ this.f3 = null;
103444
103467
  this.f2 = null;
103445
- this.fn = 0;
103468
+ this.f4 = null;
103446
103469
  this.fo = 0;
103447
103470
  this.fp = 0;
103448
- this.fl = false;
103449
- this.fy = null;
103450
- this.fg = null;
103471
+ this.fq = 0;
103472
+ this.fm = false;
103473
+ this.f0 = null;
103474
+ this.fh = null;
103475
+ this.fz = null;
103451
103476
  this.fx = null;
103452
103477
  this.fv = null;
103453
- this.ft = null;
103454
- this.fi = null;
103455
- this.fu = null;
103478
+ this.fj = null;
103456
103479
  this.fw = null;
103480
+ this.fy = null;
103457
103481
  }
103458
103482
  get_type() {
103459
103483
  return "NumericColumn";
103460
103484
  }
103461
103485
  get negativePrefix() {
103462
- return this.fz;
103486
+ return this.f1;
103463
103487
  }
103464
103488
  set negativePrefix(a) {
103465
- this.fz = a;
103489
+ this.f1 = a;
103466
103490
  this.g("NegativePrefix");
103467
103491
  }
103468
103492
  get positivePrefix() {
103469
- return this.f1;
103493
+ return this.f3;
103470
103494
  }
103471
103495
  set positivePrefix(a) {
103472
- this.f1 = a;
103496
+ this.f3 = a;
103473
103497
  this.g("PositivePrefix");
103474
103498
  }
103475
103499
  get negativeSuffix() {
103476
- return this.f0;
103500
+ return this.f2;
103477
103501
  }
103478
103502
  set negativeSuffix(a) {
103479
- this.f0 = a;
103503
+ this.f2 = a;
103480
103504
  this.g("NegativeSuffix");
103481
103505
  }
103482
103506
  get positiveSuffix() {
103483
- return this.f2;
103507
+ return this.f4;
103484
103508
  }
103485
103509
  set positiveSuffix(a) {
103486
- this.f2 = a;
103510
+ this.f4 = a;
103487
103511
  this.g("PositiveSuffix");
103488
103512
  }
103489
103513
  get maxFractionDigits() {
103490
- return this.fn;
103514
+ return this.fo;
103491
103515
  }
103492
103516
  set maxFractionDigits(a) {
103493
- this.fn = a;
103517
+ this.fo = a;
103494
103518
  this.g("MaxFractionDigits");
103495
103519
  }
103496
103520
  get minFractionDigits() {
103497
- return this.fo;
103521
+ return this.fp;
103498
103522
  }
103499
103523
  set minFractionDigits(a) {
103500
- this.fo = a;
103524
+ this.fp = a;
103501
103525
  this.g("MinFractionDigits");
103502
103526
  }
103503
103527
  get minIntegerDigits() {
103504
- return this.fp;
103528
+ return this.fq;
103505
103529
  }
103506
103530
  set minIntegerDigits(a) {
103507
- this.fp = a;
103531
+ this.fq = a;
103508
103532
  this.g("MinIntegerDigits");
103509
103533
  }
103510
103534
  get showGroupingSeparator() {
103511
- return this.fl;
103535
+ return this.fm;
103512
103536
  }
103513
103537
  set showGroupingSeparator(a) {
103514
- this.fl = a;
103538
+ this.fm = a;
103515
103539
  this.g("ShowGroupingSeparator");
103516
103540
  }
103517
103541
  get formatString() {
103518
- return this.fy;
103542
+ return this.f0;
103519
103543
  }
103520
103544
  set formatString(a) {
103521
- this.fy = a;
103545
+ this.f0 = a;
103522
103546
  this.g("FormatString");
103523
103547
  }
103524
103548
  get formatSpecifiers() {
103525
- return this.fg;
103549
+ return this.fh;
103526
103550
  }
103527
103551
  set formatSpecifiers(a) {
103528
- this.fg = a;
103552
+ this.fh = a;
103529
103553
  this.g("FormatSpecifiers");
103530
103554
  }
103531
103555
  get formatOverrideRef() {
103532
- return this.fx;
103556
+ return this.fz;
103533
103557
  }
103534
103558
  set formatOverrideRef(a) {
103535
- this.fx = a;
103559
+ this.fz = a;
103536
103560
  this.g("FormatOverrideRef");
103537
103561
  }
103538
103562
  get editorType() {
103539
- return this.fv;
103563
+ return this.fx;
103540
103564
  }
103541
103565
  set editorType(a) {
103542
- this.fv = a;
103566
+ this.fx = a;
103543
103567
  this.g("EditorType");
103544
103568
  }
103545
103569
  get editorDataSourceRef() {
103546
- return this.ft;
103570
+ return this.fv;
103547
103571
  }
103548
103572
  set editorDataSourceRef(a) {
103549
- this.ft = a;
103573
+ this.fv = a;
103550
103574
  this.g("EditorDataSourceRef");
103551
103575
  }
103552
103576
  get editorDataSource() {
103553
- return this.fi;
103577
+ return this.fj;
103554
103578
  }
103555
103579
  set editorDataSource(a) {
103556
- this.fi = a;
103580
+ this.fj = a;
103557
103581
  this.g("EditorDataSource");
103558
103582
  }
103559
103583
  get editorTextField() {
103560
- return this.fu;
103584
+ return this.fw;
103561
103585
  }
103562
103586
  set editorTextField(a) {
103563
- this.fu = a;
103587
+ this.fw = a;
103564
103588
  this.g("EditorTextField");
103565
103589
  }
103566
103590
  get editorValueField() {
103567
- return this.fw;
103591
+ return this.fy;
103568
103592
  }
103569
103593
  set editorValueField(a) {
103570
- this.fw = a;
103594
+ this.fy = a;
103571
103595
  this.g("EditorValueField");
103572
103596
  }
103573
103597
  }
103574
103598
  NumericColumnDescription.$t = markType(NumericColumnDescription, 'NumericColumnDescription', DataGridColumnDescription.$);
103575
103599
  NumericColumnDescription.__canMarshalByValue1 = true;
103600
+ NumericColumnDescription.__marshalByValueAlias1 = "NumericColumn";
103576
103601
  return NumericColumnDescription;
103577
103602
  })();
103578
103603
 
@@ -103660,101 +103685,102 @@ let DateTimeColumnDescription = /*@__PURE__*/ (() => {
103660
103685
  class DateTimeColumnDescription extends DataGridColumnDescription {
103661
103686
  constructor() {
103662
103687
  super();
103663
- this.fn = null;
103664
- this.fu = null;
103665
103688
  this.fp = null;
103666
- this.fg = null;
103667
- this.ft = null;
103668
- this.fl = false;
103689
+ this.fw = null;
103669
103690
  this.fr = null;
103670
- this.fo = null;
103671
- this.fi = null;
103691
+ this.fh = null;
103692
+ this.fv = null;
103693
+ this.fm = false;
103694
+ this.ft = null;
103672
103695
  this.fq = null;
103696
+ this.fj = null;
103673
103697
  this.fs = null;
103698
+ this.fu = null;
103674
103699
  }
103675
103700
  get_type() {
103676
103701
  return "DateTimeColumn";
103677
103702
  }
103678
103703
  get dateTimeFormat() {
103679
- return this.fn;
103704
+ return this.fp;
103680
103705
  }
103681
103706
  set dateTimeFormat(a) {
103682
- this.fn = a;
103707
+ this.fp = a;
103683
103708
  this.g("DateTimeFormat");
103684
103709
  }
103685
103710
  get formatString() {
103686
- return this.fu;
103711
+ return this.fw;
103687
103712
  }
103688
103713
  set formatString(a) {
103689
- this.fu = a;
103714
+ this.fw = a;
103690
103715
  this.g("FormatString");
103691
103716
  }
103692
103717
  get editorFormatString() {
103693
- return this.fp;
103718
+ return this.fr;
103694
103719
  }
103695
103720
  set editorFormatString(a) {
103696
- this.fp = a;
103721
+ this.fr = a;
103697
103722
  this.g("EditorFormatString");
103698
103723
  }
103699
103724
  get formatSpecifiers() {
103700
- return this.fg;
103725
+ return this.fh;
103701
103726
  }
103702
103727
  set formatSpecifiers(a) {
103703
- this.fg = a;
103728
+ this.fh = a;
103704
103729
  this.g("FormatSpecifiers");
103705
103730
  }
103706
103731
  get formatOverrideRef() {
103707
- return this.ft;
103732
+ return this.fv;
103708
103733
  }
103709
103734
  set formatOverrideRef(a) {
103710
- this.ft = a;
103735
+ this.fv = a;
103711
103736
  this.g("FormatOverrideRef");
103712
103737
  }
103713
103738
  get showTodayButton() {
103714
- return this.fl;
103739
+ return this.fm;
103715
103740
  }
103716
103741
  set showTodayButton(a) {
103717
- this.fl = a;
103742
+ this.fm = a;
103718
103743
  this.g("ShowTodayButton");
103719
103744
  }
103720
103745
  get editorType() {
103721
- return this.fr;
103746
+ return this.ft;
103722
103747
  }
103723
103748
  set editorType(a) {
103724
- this.fr = a;
103749
+ this.ft = a;
103725
103750
  this.g("EditorType");
103726
103751
  }
103727
103752
  get editorDataSourceRef() {
103728
- return this.fo;
103753
+ return this.fq;
103729
103754
  }
103730
103755
  set editorDataSourceRef(a) {
103731
- this.fo = a;
103756
+ this.fq = a;
103732
103757
  this.g("EditorDataSourceRef");
103733
103758
  }
103734
103759
  get editorDataSource() {
103735
- return this.fi;
103760
+ return this.fj;
103736
103761
  }
103737
103762
  set editorDataSource(a) {
103738
- this.fi = a;
103763
+ this.fj = a;
103739
103764
  this.g("EditorDataSource");
103740
103765
  }
103741
103766
  get editorTextField() {
103742
- return this.fq;
103767
+ return this.fs;
103743
103768
  }
103744
103769
  set editorTextField(a) {
103745
- this.fq = a;
103770
+ this.fs = a;
103746
103771
  this.g("EditorTextField");
103747
103772
  }
103748
103773
  get editorValueField() {
103749
- return this.fs;
103774
+ return this.fu;
103750
103775
  }
103751
103776
  set editorValueField(a) {
103752
- this.fs = a;
103777
+ this.fu = a;
103753
103778
  this.g("EditorValueField");
103754
103779
  }
103755
103780
  }
103756
103781
  DateTimeColumnDescription.$t = markType(DateTimeColumnDescription, 'DateTimeColumnDescription', DataGridColumnDescription.$);
103757
103782
  DateTimeColumnDescription.__canMarshalByValue1 = true;
103783
+ DateTimeColumnDescription.__marshalByValueAlias1 = "DateTimeColumn";
103758
103784
  return DateTimeColumnDescription;
103759
103785
  })();
103760
103786
 
@@ -103897,29 +103923,30 @@ let TemplateColumnDescription = /*@__PURE__*/ (() => {
103897
103923
  class TemplateColumnDescription extends DataGridColumnDescription {
103898
103924
  constructor() {
103899
103925
  super();
103900
- this.fi = null;
103901
- this.fh = null;
103926
+ this.fk = null;
103927
+ this.fj = null;
103902
103928
  }
103903
103929
  get templateRef() {
103904
- return this.fi;
103930
+ return this.fk;
103905
103931
  }
103906
103932
  set templateRef(a) {
103907
- this.fi = a;
103933
+ this.fk = a;
103908
103934
  this.g("TemplateRef");
103909
103935
  }
103910
103936
  get_type() {
103911
103937
  return "TemplateColumn";
103912
103938
  }
103913
103939
  get cellUpdatingRef() {
103914
- return this.fh;
103940
+ return this.fj;
103915
103941
  }
103916
103942
  set cellUpdatingRef(a) {
103917
- this.fh = a;
103943
+ this.fj = a;
103918
103944
  this.g("CellUpdatingRef");
103919
103945
  }
103920
103946
  }
103921
103947
  TemplateColumnDescription.$t = markType(TemplateColumnDescription, 'TemplateColumnDescription', DataGridColumnDescription.$);
103922
103948
  TemplateColumnDescription.__canMarshalByValue1 = true;
103949
+ TemplateColumnDescription.__marshalByValueAlias1 = "TemplateColumn";
103923
103950
  return TemplateColumnDescription;
103924
103951
  })();
103925
103952
 
@@ -107181,45 +107208,46 @@ let ComboBoxColumnDescription = /*@__PURE__*/ (() => {
107181
107208
  class ComboBoxColumnDescription extends DataGridColumnDescription {
107182
107209
  constructor() {
107183
107210
  super();
107184
- this.fj = null;
107185
- this.fg = null;
107186
- this.fk = null;
107187
107211
  this.fl = null;
107212
+ this.fh = null;
107213
+ this.fm = null;
107214
+ this.fn = null;
107188
107215
  }
107189
107216
  get_type() {
107190
107217
  return "ComboBoxColumn";
107191
107218
  }
107192
107219
  get dataSourceRef() {
107193
- return this.fj;
107220
+ return this.fl;
107194
107221
  }
107195
107222
  set dataSourceRef(a) {
107196
- this.fj = a;
107223
+ this.fl = a;
107197
107224
  this.g("DataSourceRef");
107198
107225
  }
107199
107226
  get dataSource() {
107200
- return this.fg;
107227
+ return this.fh;
107201
107228
  }
107202
107229
  set dataSource(a) {
107203
- this.fg = a;
107230
+ this.fh = a;
107204
107231
  this.g("DataSource");
107205
107232
  }
107206
107233
  get textField() {
107207
- return this.fk;
107234
+ return this.fm;
107208
107235
  }
107209
107236
  set textField(a) {
107210
- this.fk = a;
107237
+ this.fm = a;
107211
107238
  this.g("TextField");
107212
107239
  }
107213
107240
  get valueField() {
107214
- return this.fl;
107241
+ return this.fn;
107215
107242
  }
107216
107243
  set valueField(a) {
107217
- this.fl = a;
107244
+ this.fn = a;
107218
107245
  this.g("ValueField");
107219
107246
  }
107220
107247
  }
107221
107248
  ComboBoxColumnDescription.$t = markType(ComboBoxColumnDescription, 'ComboBoxColumnDescription', DataGridColumnDescription.$);
107222
107249
  ComboBoxColumnDescription.__canMarshalByValue1 = true;
107250
+ ComboBoxColumnDescription.__marshalByValueAlias1 = "ComboBoxColumn";
107223
107251
  return ComboBoxColumnDescription;
107224
107252
  })();
107225
107253
 
@@ -121836,61 +121864,62 @@ let ImageColumnDescription = /*@__PURE__*/ (() => {
121836
121864
  class ImageColumnDescription extends DataGridColumnDescription {
121837
121865
  constructor() {
121838
121866
  super();
121867
+ this.fp = null;
121839
121868
  this.fn = null;
121840
121869
  this.fl = null;
121841
- this.fj = null;
121842
- this.fg = null;
121843
- this.fk = null;
121870
+ this.fh = null;
121844
121871
  this.fm = null;
121872
+ this.fo = null;
121845
121873
  }
121846
121874
  get_type() {
121847
121875
  return "ImageColumn";
121848
121876
  }
121849
121877
  get imageStretchOption() {
121850
- return this.fn;
121878
+ return this.fp;
121851
121879
  }
121852
121880
  set imageStretchOption(a) {
121853
- this.fn = a;
121881
+ this.fp = a;
121854
121882
  this.g("ImageStretchOption");
121855
121883
  }
121856
121884
  get editorType() {
121857
- return this.fl;
121885
+ return this.fn;
121858
121886
  }
121859
121887
  set editorType(a) {
121860
- this.fl = a;
121888
+ this.fn = a;
121861
121889
  this.g("EditorType");
121862
121890
  }
121863
121891
  get editorDataSourceRef() {
121864
- return this.fj;
121892
+ return this.fl;
121865
121893
  }
121866
121894
  set editorDataSourceRef(a) {
121867
- this.fj = a;
121895
+ this.fl = a;
121868
121896
  this.g("EditorDataSourceRef");
121869
121897
  }
121870
121898
  get editorDataSource() {
121871
- return this.fg;
121899
+ return this.fh;
121872
121900
  }
121873
121901
  set editorDataSource(a) {
121874
- this.fg = a;
121902
+ this.fh = a;
121875
121903
  this.g("EditorDataSource");
121876
121904
  }
121877
121905
  get editorTextField() {
121878
- return this.fk;
121906
+ return this.fm;
121879
121907
  }
121880
121908
  set editorTextField(a) {
121881
- this.fk = a;
121909
+ this.fm = a;
121882
121910
  this.g("EditorTextField");
121883
121911
  }
121884
121912
  get editorValueField() {
121885
- return this.fm;
121913
+ return this.fo;
121886
121914
  }
121887
121915
  set editorValueField(a) {
121888
- this.fm = a;
121916
+ this.fo = a;
121889
121917
  this.g("EditorValueField");
121890
121918
  }
121891
121919
  }
121892
121920
  ImageColumnDescription.$t = markType(ImageColumnDescription, 'ImageColumnDescription', DataGridColumnDescription.$);
121893
121921
  ImageColumnDescription.__canMarshalByValue1 = true;
121922
+ ImageColumnDescription.__marshalByValueAlias1 = "ImageColumn";
121894
121923
  return ImageColumnDescription;
121895
121924
  })();
121896
121925
 
@@ -122046,21 +122075,22 @@ let TemplateHeaderDescription = /*@__PURE__*/ (() => {
122046
122075
  class TemplateHeaderDescription extends HeaderDescription {
122047
122076
  constructor() {
122048
122077
  super();
122049
- this.cm = null;
122078
+ this.co = null;
122050
122079
  }
122051
122080
  get_type() {
122052
122081
  return "TemplateHeader";
122053
122082
  }
122054
122083
  get cellUpdatingRef() {
122055
- return this.cm;
122084
+ return this.co;
122056
122085
  }
122057
122086
  set cellUpdatingRef(a) {
122058
- this.cm = a;
122087
+ this.co = a;
122059
122088
  this.g("CellUpdatingRef");
122060
122089
  }
122061
122090
  }
122062
122091
  TemplateHeaderDescription.$t = markType(TemplateHeaderDescription, 'TemplateHeaderDescription', HeaderDescription.$);
122063
122092
  TemplateHeaderDescription.__canMarshalByValue1 = true;
122093
+ TemplateHeaderDescription.__marshalByValueAlias1 = "TemplateHeader";
122064
122094
  return TemplateHeaderDescription;
122065
122095
  })();
122066
122096
 
@@ -131197,6 +131227,7 @@ let EditorDefinitionDescription = /*@__PURE__*/ (() => {
131197
131227
  }
131198
131228
  EditorDefinitionDescription.$t = markType(EditorDefinitionDescription, 'EditorDefinitionDescription', DefinitionBaseDescription.$);
131199
131229
  EditorDefinitionDescription.__canMarshalByValue = true;
131230
+ EditorDefinitionDescription.__marshalByValueAlias = "EditorDefinition";
131200
131231
  return EditorDefinitionDescription;
131201
131232
  })();
131202
131233
 
@@ -131333,6 +131364,7 @@ let EditRowDefinitionDescription = /*@__PURE__*/ (() => {
131333
131364
  }
131334
131365
  EditRowDefinitionDescription.$t = markType(EditRowDefinitionDescription, 'EditRowDefinitionDescription', DefinitionBaseDescription.$);
131335
131366
  EditRowDefinitionDescription.__canMarshalByValue = true;
131367
+ EditRowDefinitionDescription.__marshalByValueAlias = "EditRowDefinition";
131336
131368
  return EditRowDefinitionDescription;
131337
131369
  })();
131338
131370
 
@@ -132069,6 +132101,7 @@ let FilterRowDefinitionDescription = /*@__PURE__*/ (() => {
132069
132101
  }
132070
132102
  FilterRowDefinitionDescription.$t = markType(FilterRowDefinitionDescription, 'FilterRowDefinitionDescription', DefinitionBaseDescription.$);
132071
132103
  FilterRowDefinitionDescription.__canMarshalByValue = true;
132104
+ FilterRowDefinitionDescription.__marshalByValueAlias = "FilterRowDefinition";
132072
132105
  return FilterRowDefinitionDescription;
132073
132106
  })();
132074
132107
 
@@ -143078,7 +143111,7 @@ let PropertyEditorPropertyDescriptionDescriptionMetadata = /*@__PURE__*/ (() =>
143078
143111
  a.item("PropertyPath", "String");
143079
143112
  a.item("Label", "String");
143080
143113
  a.item("ValueType", "ExportedType:string:PropertyEditorValueType");
143081
- a.item("ValueType@names", "Unhandled;Number;StringValue;Date;Brush;Color;BrushCollection;Boolean1;SubType;Collection;Array;Point;Size;Rect;ColorCollection;EnumValue;MethodRef;EventRef;DataRef;TimeSpan;Button;Slider;TemplateRef");
143114
+ a.item("ValueType@names", "Unhandled;Number;StringValue;Date;Brush;Color;BrushCollection;Boolean1;SubType;Collection;Array;Point;Size;Rect;ColorCollection;EnumValue;MethodRef;EventRef;DataRef;TimeSpan;Button;Slider;TemplateRef;DoubleCollection");
143082
143115
  a.item("PropertyDescriptionType", "String");
143083
143116
  a.item("ShouldOverrideDefaultEditor", "Boolean");
143084
143117
  a.item("ElementDescriptionType", "String");