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
@@ -75614,16 +75614,27 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
75614
75614
  if (b.c == null) {
75615
75615
  return "{null}";
75616
75616
  }
75617
- var c = b.c;
75618
- var d = "[";
75619
- for (var e = 0; e < c.length; e++) {
75620
- if (e > 0) {
75621
- d += ", ";
75617
+ if (b.b != null && b.b.knownType == 23) {
75618
+ var c = b.c;
75619
+ var d = "";
75620
+ for (var e = 0; e < c.length; e++) {
75621
+ if (e > 0) {
75622
+ d += ", ";
75623
+ }
75624
+ d += c[e];
75622
75625
  }
75623
- d += "\"" + c[e].toString() + "\"";
75626
+ return d;
75624
75627
  }
75625
- d += "]";
75626
- return d;
75628
+ var f = b.c;
75629
+ var g = "[";
75630
+ for (var h = 0; h < f.length; h++) {
75631
+ if (h > 0) {
75632
+ g += ", ";
75633
+ }
75634
+ g += "\"" + f[h].toString() + "\"";
75635
+ }
75636
+ g += "]";
75637
+ return g;
75627
75638
  };
75628
75639
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_w = function () {
75629
75640
  return true;
@@ -87632,190 +87643,191 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87632
87643
  __extends(ButtonDescription, _super);
87633
87644
  function ButtonDescription() {
87634
87645
  var _this = _super.call(this) || this;
87635
- _this.a6 = 0;
87636
- _this.a5 = 0;
87637
- _this.e1 = null;
87638
- _this.ew = null;
87639
- _this.et = null;
87640
- _this.ed = null;
87646
+ _this.a8 = 0;
87647
+ _this.a7 = 0;
87648
+ _this.e3 = null;
87649
+ _this.ey = null;
87650
+ _this.ev = null;
87651
+ _this.ef = null;
87652
+ _this.ee = null;
87653
+ _this.er = null;
87654
+ _this.eo = null;
87641
87655
  _this.ec = null;
87642
- _this.ep = null;
87643
- _this.em = null;
87644
- _this.ea = null;
87656
+ _this.cs = 0;
87645
87657
  _this.cq = 0;
87646
- _this.co = 0;
87647
- _this.cp = 0;
87648
- _this.en = null;
87649
- _this.ad = 0;
87650
- _this.ac = 0;
87651
- _this.ae = 0;
87658
+ _this.cr = 0;
87659
+ _this.ep = null;
87652
87660
  _this.af = 0;
87653
- _this.eb = null;
87654
- _this.ee = null;
87655
- _this.ef = null;
87661
+ _this.ae = 0;
87662
+ _this.ag = 0;
87663
+ _this.ah = 0;
87664
+ _this.ed = null;
87656
87665
  _this.eg = null;
87657
- _this.cn = 0;
87658
87666
  _this.eh = null;
87659
- _this.eo = null;
87660
- _this.el = null;
87661
87667
  _this.ei = null;
87668
+ _this.cp = 0;
87662
87669
  _this.ej = null;
87670
+ _this.eq = null;
87671
+ _this.en = null;
87663
87672
  _this.ek = null;
87664
- _this.ab = 0;
87665
- _this.gq = null;
87673
+ _this.el = null;
87674
+ _this.em = null;
87675
+ _this.ad = 0;
87666
87676
  _this.gs = null;
87667
- _this.gt = null;
87668
87677
  _this.gu = null;
87669
- _this.da = 0;
87670
- _this.gx = null;
87671
- _this.gr = null;
87672
- _this.dd = 0;
87678
+ _this.gv = null;
87679
+ _this.gw = null;
87673
87680
  _this.dc = 0;
87674
- _this.db = 0;
87675
- _this.bc = 0;
87681
+ _this.gz = null;
87682
+ _this.gt = null;
87683
+ _this.df = 0;
87684
+ _this.de = 0;
87685
+ _this.dd = 0;
87676
87686
  _this.be = 0;
87677
- _this.bd = 0;
87678
- _this.bf = 0;
87679
87687
  _this.bg = 0;
87680
- _this.gz = null;
87681
- _this.fe = null;
87688
+ _this.bf = 0;
87689
+ _this.bh = 0;
87690
+ _this.bi = 0;
87691
+ _this.g1 = null;
87682
87692
  _this.fg = null;
87683
- _this.fh = null;
87684
87693
  _this.fi = null;
87685
- _this.cw = 0;
87686
- _this.fl = null;
87687
- _this.ff = null;
87688
- _this.cz = 0;
87694
+ _this.fj = null;
87695
+ _this.fk = null;
87689
87696
  _this.cy = 0;
87690
- _this.cx = 0;
87691
87697
  _this.fn = null;
87698
+ _this.fh = null;
87699
+ _this.c1 = 0;
87700
+ _this.c0 = 0;
87701
+ _this.cz = 0;
87702
+ _this.fp = null;
87703
+ _this.fq = null;
87692
87704
  _this.fo = null;
87705
+ _this.fl = null;
87693
87706
  _this.fm = null;
87694
- _this.fj = null;
87695
- _this.fk = null;
87696
- _this.au = 0;
87697
87707
  _this.aw = 0;
87698
- _this.av = 0;
87699
- _this.ax = 0;
87700
87708
  _this.ay = 0;
87701
- _this.es = null;
87702
- _this.ex = null;
87703
- _this.ey = null;
87704
- _this.ez = null;
87705
- _this.cr = 0;
87706
- _this.e2 = null;
87707
- _this.fy = null;
87708
- _this.eu = null;
87709
- _this.de = 0;
87710
- _this.c1 = 0;
87711
- _this.c0 = 0;
87712
- _this.ft = null;
87709
+ _this.ax = 0;
87713
87710
  _this.az = 0;
87714
- _this.fu = null;
87711
+ _this.a0 = 0;
87712
+ _this.eu = null;
87713
+ _this.ez = null;
87714
+ _this.e0 = null;
87715
+ _this.e1 = null;
87716
+ _this.ct = 0;
87717
+ _this.e4 = null;
87718
+ _this.f0 = null;
87719
+ _this.ew = null;
87720
+ _this.dg = 0;
87721
+ _this.c3 = 0;
87722
+ _this.c2 = 0;
87715
87723
  _this.fv = null;
87724
+ _this.a1 = 0;
87725
+ _this.fw = null;
87726
+ _this.fx = null;
87727
+ _this.g4 = null;
87728
+ _this.f1 = null;
87729
+ _this.g3 = null;
87716
87730
  _this.g2 = null;
87717
- _this.fz = null;
87718
- _this.g1 = null;
87719
87731
  _this.g0 = null;
87732
+ _this.gx = null;
87720
87733
  _this.gy = null;
87721
- _this.gv = null;
87722
- _this.gw = null;
87723
- _this.fr = null;
87724
- _this.fs = null;
87725
- _this.ag = 0;
87726
- _this.am = 0;
87727
- _this.al = 0;
87728
- _this.an = 0;
87734
+ _this.ft = null;
87735
+ _this.fu = null;
87736
+ _this.ai = 0;
87729
87737
  _this.ao = 0;
87730
- _this.gf = null;
87738
+ _this.an = 0;
87739
+ _this.ap = 0;
87740
+ _this.aq = 0;
87731
87741
  _this.gh = null;
87732
- _this.gi = null;
87733
87742
  _this.gj = null;
87734
- _this.c6 = 0;
87735
- _this.gm = null;
87736
- _this.gg = null;
87737
- _this.c9 = 0;
87743
+ _this.gk = null;
87744
+ _this.gl = null;
87738
87745
  _this.c8 = 0;
87739
- _this.c7 = 0;
87740
- _this.a7 = 0;
87746
+ _this.go = null;
87747
+ _this.gi = null;
87748
+ _this.db = 0;
87749
+ _this.da = 0;
87750
+ _this.c9 = 0;
87741
87751
  _this.a9 = 0;
87742
- _this.a8 = 0;
87743
- _this.ba = 0;
87744
87752
  _this.bb = 0;
87745
- _this.go = null;
87753
+ _this.ba = 0;
87754
+ _this.bc = 0;
87755
+ _this.bd = 0;
87756
+ _this.gq = null;
87757
+ _this.gr = null;
87746
87758
  _this.gp = null;
87759
+ _this.gm = null;
87747
87760
  _this.gn = null;
87748
- _this.gk = null;
87749
- _this.gl = null;
87750
- _this.e3 = null;
87751
87761
  _this.e5 = null;
87752
- _this.e6 = null;
87753
87762
  _this.e7 = null;
87754
- _this.cs = 0;
87755
- _this.fa = null;
87756
- _this.e4 = null;
87757
- _this.cv = 0;
87763
+ _this.e8 = null;
87764
+ _this.e9 = null;
87758
87765
  _this.cu = 0;
87759
- _this.ct = 0;
87760
- _this.ap = 0;
87766
+ _this.fc = null;
87767
+ _this.e6 = null;
87768
+ _this.cx = 0;
87769
+ _this.cw = 0;
87770
+ _this.cv = 0;
87761
87771
  _this.ar = 0;
87762
- _this.aq = 0;
87763
- _this.as = 0;
87764
87772
  _this.at = 0;
87765
- _this.fc = null;
87773
+ _this.as = 0;
87774
+ _this.au = 0;
87775
+ _this.av = 0;
87776
+ _this.fe = null;
87777
+ _this.ff = null;
87766
87778
  _this.fd = null;
87779
+ _this.fa = null;
87767
87780
  _this.fb = null;
87768
- _this.e8 = null;
87769
- _this.e9 = null;
87770
- _this.f0 = null;
87771
87781
  _this.f2 = null;
87772
- _this.f3 = null;
87773
87782
  _this.f4 = null;
87774
- _this.c2 = 0;
87775
- _this.f7 = null;
87776
- _this.f1 = null;
87777
- _this.c5 = 0;
87783
+ _this.f5 = null;
87784
+ _this.f6 = null;
87778
87785
  _this.c4 = 0;
87779
- _this.c3 = 0;
87780
- _this.a0 = 0;
87786
+ _this.f9 = null;
87787
+ _this.f3 = null;
87788
+ _this.c7 = 0;
87789
+ _this.c6 = 0;
87790
+ _this.c5 = 0;
87781
87791
  _this.a2 = 0;
87782
- _this.a1 = 0;
87783
- _this.a3 = 0;
87784
87792
  _this.a4 = 0;
87785
- _this.f9 = null;
87793
+ _this.a3 = 0;
87794
+ _this.a5 = 0;
87795
+ _this.a6 = 0;
87796
+ _this.gb = null;
87797
+ _this.gc = null;
87786
87798
  _this.ga = null;
87799
+ _this.f7 = null;
87787
87800
  _this.f8 = null;
87788
- _this.f5 = null;
87789
- _this.f6 = null;
87790
- _this.gc = null;
87791
- _this.gb = null;
87792
- _this.e0 = null;
87793
- _this.fp = null;
87794
- _this.fq = null;
87795
- _this.eq = null;
87796
- _this.g3 = null;
87797
87801
  _this.ge = null;
87798
- _this.df = 0;
87799
- _this.er = null;
87800
- _this.n = false;
87802
+ _this.gd = null;
87803
+ _this.e2 = null;
87804
+ _this.fr = null;
87805
+ _this.fs = null;
87806
+ _this.es = null;
87807
+ _this.g5 = null;
87808
+ _this.gg = null;
87809
+ _this.dh = 0;
87810
+ _this.et = null;
87801
87811
  _this.o = false;
87802
87812
  _this.p = false;
87803
- _this.l = false;
87804
- _this.h = false;
87805
- _this.j = false;
87806
87813
  _this.q = false;
87807
- _this.i = false;
87808
87814
  _this.m = false;
87815
+ _this.h = false;
87809
87816
  _this.k = false;
87810
- _this.ai = 0;
87817
+ _this.r = false;
87818
+ _this.j = false;
87819
+ _this.n = false;
87820
+ _this.l = false;
87811
87821
  _this.ak = 0;
87822
+ _this.am = 0;
87823
+ _this.al = 0;
87812
87824
  _this.aj = 0;
87813
- _this.ah = 0;
87814
- _this.fx = null;
87815
- _this.g4 = null;
87816
- _this.ev = null;
87817
- _this.fw = null;
87818
- _this.gd = null;
87825
+ _this.fz = null;
87826
+ _this.g6 = null;
87827
+ _this.i = false;
87828
+ _this.ex = null;
87829
+ _this.fy = null;
87830
+ _this.gf = null;
87819
87831
  return _this;
87820
87832
  }
87821
87833
  ButtonDescription.prototype.get_type = function () {
@@ -87830,10 +87842,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87830
87842
  });
87831
87843
  Object.defineProperty(ButtonDescription.prototype, "minWidth", {
87832
87844
  get: function () {
87833
- return this.a6;
87845
+ return this.a8;
87834
87846
  },
87835
87847
  set: function (a) {
87836
- this.a6 = a;
87848
+ this.a8 = a;
87837
87849
  this.g("MinWidth");
87838
87850
  },
87839
87851
  enumerable: false,
@@ -87841,10 +87853,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87841
87853
  });
87842
87854
  Object.defineProperty(ButtonDescription.prototype, "minHeight", {
87843
87855
  get: function () {
87844
- return this.a5;
87856
+ return this.a7;
87845
87857
  },
87846
87858
  set: function (a) {
87847
- this.a5 = a;
87859
+ this.a7 = a;
87848
87860
  this.g("MinHeight");
87849
87861
  },
87850
87862
  enumerable: false,
@@ -87852,10 +87864,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87852
87864
  });
87853
87865
  Object.defineProperty(ButtonDescription.prototype, "displayType", {
87854
87866
  get: function () {
87855
- return this.e1;
87867
+ return this.e3;
87856
87868
  },
87857
87869
  set: function (a) {
87858
- this.e1 = a;
87870
+ this.e3 = a;
87859
87871
  this.g("DisplayType");
87860
87872
  },
87861
87873
  enumerable: false,
@@ -87863,10 +87875,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87863
87875
  });
87864
87876
  Object.defineProperty(ButtonDescription.prototype, "density", {
87865
87877
  get: function () {
87866
- return this.ew;
87878
+ return this.ey;
87867
87879
  },
87868
87880
  set: function (a) {
87869
- this.ew = a;
87881
+ this.ey = a;
87870
87882
  this.g("Density");
87871
87883
  },
87872
87884
  enumerable: false,
@@ -87874,10 +87886,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87874
87886
  });
87875
87887
  Object.defineProperty(ButtonDescription.prototype, "baseTheme", {
87876
87888
  get: function () {
87877
- return this.et;
87889
+ return this.ev;
87878
87890
  },
87879
87891
  set: function (a) {
87880
- this.et = a;
87892
+ this.ev = a;
87881
87893
  this.g("BaseTheme");
87882
87894
  },
87883
87895
  enumerable: false,
@@ -87885,10 +87897,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87885
87897
  });
87886
87898
  Object.defineProperty(ButtonDescription.prototype, "actualDensity", {
87887
87899
  get: function () {
87888
- return this.ed;
87900
+ return this.ef;
87889
87901
  },
87890
87902
  set: function (a) {
87891
- this.ed = a;
87903
+ this.ef = a;
87892
87904
  this.g("ActualDensity");
87893
87905
  },
87894
87906
  enumerable: false,
@@ -87896,10 +87908,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87896
87908
  });
87897
87909
  Object.defineProperty(ButtonDescription.prototype, "actualBorderColor", {
87898
87910
  get: function () {
87899
- return this.ec;
87911
+ return this.ee;
87900
87912
  },
87901
87913
  set: function (a) {
87902
- this.ec = a;
87914
+ this.ee = a;
87903
87915
  this.g("ActualBorderColor");
87904
87916
  },
87905
87917
  enumerable: false,
@@ -87907,10 +87919,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87907
87919
  });
87908
87920
  Object.defineProperty(ButtonDescription.prototype, "actualUmbraShadowColor", {
87909
87921
  get: function () {
87910
- return this.ep;
87922
+ return this.er;
87911
87923
  },
87912
87924
  set: function (a) {
87913
- this.ep = a;
87925
+ this.er = a;
87914
87926
  this.g("ActualUmbraShadowColor");
87915
87927
  },
87916
87928
  enumerable: false,
@@ -87918,10 +87930,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87918
87930
  });
87919
87931
  Object.defineProperty(ButtonDescription.prototype, "actualPenumbraShadowColor", {
87920
87932
  get: function () {
87921
- return this.em;
87933
+ return this.eo;
87922
87934
  },
87923
87935
  set: function (a) {
87924
- this.em = a;
87936
+ this.eo = a;
87925
87937
  this.g("ActualPenumbraShadowColor");
87926
87938
  },
87927
87939
  enumerable: false,
@@ -87929,10 +87941,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87929
87941
  });
87930
87942
  Object.defineProperty(ButtonDescription.prototype, "actualAmbientShadowColor", {
87931
87943
  get: function () {
87932
- return this.ea;
87944
+ return this.ec;
87933
87945
  },
87934
87946
  set: function (a) {
87935
- this.ea = a;
87947
+ this.ec = a;
87936
87948
  this.g("ActualAmbientShadowColor");
87937
87949
  },
87938
87950
  enumerable: false,
@@ -87940,10 +87952,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87940
87952
  });
87941
87953
  Object.defineProperty(ButtonDescription.prototype, "actualRestingElevation", {
87942
87954
  get: function () {
87943
- return this.cq;
87955
+ return this.cs;
87944
87956
  },
87945
87957
  set: function (a) {
87946
- this.cq = a;
87958
+ this.cs = a;
87947
87959
  this.g("ActualRestingElevation");
87948
87960
  },
87949
87961
  enumerable: false,
@@ -87951,10 +87963,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87951
87963
  });
87952
87964
  Object.defineProperty(ButtonDescription.prototype, "actualFocusElevation", {
87953
87965
  get: function () {
87954
- return this.co;
87966
+ return this.cq;
87955
87967
  },
87956
87968
  set: function (a) {
87957
- this.co = a;
87969
+ this.cq = a;
87958
87970
  this.g("ActualFocusElevation");
87959
87971
  },
87960
87972
  enumerable: false,
@@ -87962,10 +87974,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87962
87974
  });
87963
87975
  Object.defineProperty(ButtonDescription.prototype, "actualHoverElevation", {
87964
87976
  get: function () {
87965
- return this.cp;
87977
+ return this.cr;
87966
87978
  },
87967
87979
  set: function (a) {
87968
- this.cp = a;
87980
+ this.cr = a;
87969
87981
  this.g("ActualHoverElevation");
87970
87982
  },
87971
87983
  enumerable: false,
@@ -87973,10 +87985,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87973
87985
  });
87974
87986
  Object.defineProperty(ButtonDescription.prototype, "actualRippleColor", {
87975
87987
  get: function () {
87976
- return this.en;
87988
+ return this.ep;
87977
87989
  },
87978
87990
  set: function (a) {
87979
- this.en = a;
87991
+ this.ep = a;
87980
87992
  this.g("ActualRippleColor");
87981
87993
  },
87982
87994
  enumerable: false,
@@ -87984,10 +87996,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87984
87996
  });
87985
87997
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusBottomRight", {
87986
87998
  get: function () {
87987
- return this.ad;
87999
+ return this.af;
87988
88000
  },
87989
88001
  set: function (a) {
87990
- this.ad = a;
88002
+ this.af = a;
87991
88003
  this.g("ActualCornerRadiusBottomRight");
87992
88004
  },
87993
88005
  enumerable: false,
@@ -87995,10 +88007,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87995
88007
  });
87996
88008
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusBottomLeft", {
87997
88009
  get: function () {
87998
- return this.ac;
88010
+ return this.ae;
87999
88011
  },
88000
88012
  set: function (a) {
88001
- this.ac = a;
88013
+ this.ae = a;
88002
88014
  this.g("ActualCornerRadiusBottomLeft");
88003
88015
  },
88004
88016
  enumerable: false,
@@ -88006,10 +88018,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88006
88018
  });
88007
88019
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusTopLeft", {
88008
88020
  get: function () {
88009
- return this.ae;
88021
+ return this.ag;
88010
88022
  },
88011
88023
  set: function (a) {
88012
- this.ae = a;
88024
+ this.ag = a;
88013
88025
  this.g("ActualCornerRadiusTopLeft");
88014
88026
  },
88015
88027
  enumerable: false,
@@ -88017,10 +88029,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88017
88029
  });
88018
88030
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusTopRight", {
88019
88031
  get: function () {
88020
- return this.af;
88032
+ return this.ah;
88021
88033
  },
88022
88034
  set: function (a) {
88023
- this.af = a;
88035
+ this.ah = a;
88024
88036
  this.g("ActualCornerRadiusTopRight");
88025
88037
  },
88026
88038
  enumerable: false,
@@ -88028,10 +88040,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88028
88040
  });
88029
88041
  Object.defineProperty(ButtonDescription.prototype, "actualBackgroundColor", {
88030
88042
  get: function () {
88031
- return this.eb;
88043
+ return this.ed;
88032
88044
  },
88033
88045
  set: function (a) {
88034
- this.eb = a;
88046
+ this.ed = a;
88035
88047
  this.g("ActualBackgroundColor");
88036
88048
  },
88037
88049
  enumerable: false,
@@ -88039,10 +88051,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88039
88051
  });
88040
88052
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledBackgroundColor", {
88041
88053
  get: function () {
88042
- return this.ee;
88054
+ return this.eg;
88043
88055
  },
88044
88056
  set: function (a) {
88045
- this.ee = a;
88057
+ this.eg = a;
88046
88058
  this.g("ActualDisabledBackgroundColor");
88047
88059
  },
88048
88060
  enumerable: false,
@@ -88050,10 +88062,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88050
88062
  });
88051
88063
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledBorderColor", {
88052
88064
  get: function () {
88053
- return this.ef;
88065
+ return this.eh;
88054
88066
  },
88055
88067
  set: function (a) {
88056
- this.ef = a;
88068
+ this.eh = a;
88057
88069
  this.g("ActualDisabledBorderColor");
88058
88070
  },
88059
88071
  enumerable: false,
@@ -88061,10 +88073,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88061
88073
  });
88062
88074
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledTextColor", {
88063
88075
  get: function () {
88064
- return this.eg;
88076
+ return this.ei;
88065
88077
  },
88066
88078
  set: function (a) {
88067
- this.eg = a;
88079
+ this.ei = a;
88068
88080
  this.g("ActualDisabledTextColor");
88069
88081
  },
88070
88082
  enumerable: false,
@@ -88072,10 +88084,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88072
88084
  });
88073
88085
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledElevation", {
88074
88086
  get: function () {
88075
- return this.cn;
88087
+ return this.cp;
88076
88088
  },
88077
88089
  set: function (a) {
88078
- this.cn = a;
88090
+ this.cp = a;
88079
88091
  this.g("ActualDisabledElevation");
88080
88092
  },
88081
88093
  enumerable: false,
@@ -88083,10 +88095,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88083
88095
  });
88084
88096
  Object.defineProperty(ButtonDescription.prototype, "actualElevationMode", {
88085
88097
  get: function () {
88086
- return this.eh;
88098
+ return this.ej;
88087
88099
  },
88088
88100
  set: function (a) {
88089
- this.eh = a;
88101
+ this.ej = a;
88090
88102
  this.g("ActualElevationMode");
88091
88103
  },
88092
88104
  enumerable: false,
@@ -88094,10 +88106,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88094
88106
  });
88095
88107
  Object.defineProperty(ButtonDescription.prototype, "actualTextColor", {
88096
88108
  get: function () {
88097
- return this.eo;
88109
+ return this.eq;
88098
88110
  },
88099
88111
  set: function (a) {
88100
- this.eo = a;
88112
+ this.eq = a;
88101
88113
  this.g("ActualTextColor");
88102
88114
  },
88103
88115
  enumerable: false,
@@ -88105,10 +88117,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88105
88117
  });
88106
88118
  Object.defineProperty(ButtonDescription.prototype, "actualHoverTextColor", {
88107
88119
  get: function () {
88108
- return this.el;
88120
+ return this.en;
88109
88121
  },
88110
88122
  set: function (a) {
88111
- this.el = a;
88123
+ this.en = a;
88112
88124
  this.g("ActualHoverTextColor");
88113
88125
  },
88114
88126
  enumerable: false,
@@ -88116,10 +88128,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88116
88128
  });
88117
88129
  Object.defineProperty(ButtonDescription.prototype, "actualFocusBackgroundColor", {
88118
88130
  get: function () {
88119
- return this.ei;
88131
+ return this.ek;
88120
88132
  },
88121
88133
  set: function (a) {
88122
- this.ei = a;
88134
+ this.ek = a;
88123
88135
  this.g("ActualFocusBackgroundColor");
88124
88136
  },
88125
88137
  enumerable: false,
@@ -88127,10 +88139,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88127
88139
  });
88128
88140
  Object.defineProperty(ButtonDescription.prototype, "actualFocusTextColor", {
88129
88141
  get: function () {
88130
- return this.ej;
88142
+ return this.el;
88131
88143
  },
88132
88144
  set: function (a) {
88133
- this.ej = a;
88145
+ this.el = a;
88134
88146
  this.g("ActualFocusTextColor");
88135
88147
  },
88136
88148
  enumerable: false,
@@ -88138,10 +88150,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88138
88150
  });
88139
88151
  Object.defineProperty(ButtonDescription.prototype, "actualHoverBackgroundColor", {
88140
88152
  get: function () {
88141
- return this.ek;
88153
+ return this.em;
88142
88154
  },
88143
88155
  set: function (a) {
88144
- this.ek = a;
88156
+ this.em = a;
88145
88157
  this.g("ActualHoverBackgroundColor");
88146
88158
  },
88147
88159
  enumerable: false,
@@ -88149,10 +88161,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88149
88161
  });
88150
88162
  Object.defineProperty(ButtonDescription.prototype, "actualBorderWidth", {
88151
88163
  get: function () {
88152
- return this.ab;
88164
+ return this.ad;
88153
88165
  },
88154
88166
  set: function (a) {
88155
- this.ab = a;
88167
+ this.ad = a;
88156
88168
  this.g("ActualBorderWidth");
88157
88169
  },
88158
88170
  enumerable: false,
@@ -88160,10 +88172,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88160
88172
  });
88161
88173
  Object.defineProperty(ButtonDescription.prototype, "raisedBackgroundColor", {
88162
88174
  get: function () {
88163
- return this.gq;
88175
+ return this.gs;
88164
88176
  },
88165
88177
  set: function (a) {
88166
- this.gq = a;
88178
+ this.gs = a;
88167
88179
  this.g("RaisedBackgroundColor");
88168
88180
  },
88169
88181
  enumerable: false,
@@ -88171,10 +88183,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88171
88183
  });
88172
88184
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledBackgroundColor", {
88173
88185
  get: function () {
88174
- return this.gs;
88186
+ return this.gu;
88175
88187
  },
88176
88188
  set: function (a) {
88177
- this.gs = a;
88189
+ this.gu = a;
88178
88190
  this.g("RaisedDisabledBackgroundColor");
88179
88191
  },
88180
88192
  enumerable: false,
@@ -88182,10 +88194,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88182
88194
  });
88183
88195
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledBorderColor", {
88184
88196
  get: function () {
88185
- return this.gt;
88197
+ return this.gv;
88186
88198
  },
88187
88199
  set: function (a) {
88188
- this.gt = a;
88200
+ this.gv = a;
88189
88201
  this.g("RaisedDisabledBorderColor");
88190
88202
  },
88191
88203
  enumerable: false,
@@ -88193,10 +88205,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88193
88205
  });
88194
88206
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledTextColor", {
88195
88207
  get: function () {
88196
- return this.gu;
88208
+ return this.gw;
88197
88209
  },
88198
88210
  set: function (a) {
88199
- this.gu = a;
88211
+ this.gw = a;
88200
88212
  this.g("RaisedDisabledTextColor");
88201
88213
  },
88202
88214
  enumerable: false,
@@ -88204,10 +88216,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88204
88216
  });
88205
88217
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledElevation", {
88206
88218
  get: function () {
88207
- return this.da;
88219
+ return this.dc;
88208
88220
  },
88209
88221
  set: function (a) {
88210
- this.da = a;
88222
+ this.dc = a;
88211
88223
  this.g("RaisedDisabledElevation");
88212
88224
  },
88213
88225
  enumerable: false,
@@ -88215,10 +88227,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88215
88227
  });
88216
88228
  Object.defineProperty(ButtonDescription.prototype, "raisedHoverBackgroundColor", {
88217
88229
  get: function () {
88218
- return this.gx;
88230
+ return this.gz;
88219
88231
  },
88220
88232
  set: function (a) {
88221
- this.gx = a;
88233
+ this.gz = a;
88222
88234
  this.g("RaisedHoverBackgroundColor");
88223
88235
  },
88224
88236
  enumerable: false,
@@ -88226,10 +88238,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88226
88238
  });
88227
88239
  Object.defineProperty(ButtonDescription.prototype, "raisedBorderColor", {
88228
88240
  get: function () {
88229
- return this.gr;
88241
+ return this.gt;
88230
88242
  },
88231
88243
  set: function (a) {
88232
- this.gr = a;
88244
+ this.gt = a;
88233
88245
  this.g("RaisedBorderColor");
88234
88246
  },
88235
88247
  enumerable: false,
@@ -88237,10 +88249,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88237
88249
  });
88238
88250
  Object.defineProperty(ButtonDescription.prototype, "raisedRestingElevation", {
88239
88251
  get: function () {
88240
- return this.dd;
88252
+ return this.df;
88241
88253
  },
88242
88254
  set: function (a) {
88243
- this.dd = a;
88255
+ this.df = a;
88244
88256
  this.g("RaisedRestingElevation");
88245
88257
  },
88246
88258
  enumerable: false,
@@ -88248,10 +88260,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88248
88260
  });
88249
88261
  Object.defineProperty(ButtonDescription.prototype, "raisedHoverElevation", {
88250
88262
  get: function () {
88251
- return this.dc;
88263
+ return this.de;
88252
88264
  },
88253
88265
  set: function (a) {
88254
- this.dc = a;
88266
+ this.de = a;
88255
88267
  this.g("RaisedHoverElevation");
88256
88268
  },
88257
88269
  enumerable: false,
@@ -88259,10 +88271,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88259
88271
  });
88260
88272
  Object.defineProperty(ButtonDescription.prototype, "raisedFocusElevation", {
88261
88273
  get: function () {
88262
- return this.db;
88274
+ return this.dd;
88263
88275
  },
88264
88276
  set: function (a) {
88265
- this.db = a;
88277
+ this.dd = a;
88266
88278
  this.g("RaisedFocusElevation");
88267
88279
  },
88268
88280
  enumerable: false,
@@ -88270,10 +88282,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88270
88282
  });
88271
88283
  Object.defineProperty(ButtonDescription.prototype, "raisedBorderWidth", {
88272
88284
  get: function () {
88273
- return this.bc;
88285
+ return this.be;
88274
88286
  },
88275
88287
  set: function (a) {
88276
- this.bc = a;
88288
+ this.be = a;
88277
88289
  this.g("RaisedBorderWidth");
88278
88290
  },
88279
88291
  enumerable: false,
@@ -88281,10 +88293,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88281
88293
  });
88282
88294
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusBottomRight", {
88283
88295
  get: function () {
88284
- return this.be;
88296
+ return this.bg;
88285
88297
  },
88286
88298
  set: function (a) {
88287
- this.be = a;
88299
+ this.bg = a;
88288
88300
  this.g("RaisedCornerRadiusBottomRight");
88289
88301
  },
88290
88302
  enumerable: false,
@@ -88292,10 +88304,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88292
88304
  });
88293
88305
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusBottomLeft", {
88294
88306
  get: function () {
88295
- return this.bd;
88307
+ return this.bf;
88296
88308
  },
88297
88309
  set: function (a) {
88298
- this.bd = a;
88310
+ this.bf = a;
88299
88311
  this.g("RaisedCornerRadiusBottomLeft");
88300
88312
  },
88301
88313
  enumerable: false,
@@ -88303,10 +88315,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88303
88315
  });
88304
88316
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusTopLeft", {
88305
88317
  get: function () {
88306
- return this.bf;
88318
+ return this.bh;
88307
88319
  },
88308
88320
  set: function (a) {
88309
- this.bf = a;
88321
+ this.bh = a;
88310
88322
  this.g("RaisedCornerRadiusTopLeft");
88311
88323
  },
88312
88324
  enumerable: false,
@@ -88314,10 +88326,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88314
88326
  });
88315
88327
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusTopRight", {
88316
88328
  get: function () {
88317
- return this.bg;
88329
+ return this.bi;
88318
88330
  },
88319
88331
  set: function (a) {
88320
- this.bg = a;
88332
+ this.bi = a;
88321
88333
  this.g("RaisedCornerRadiusTopRight");
88322
88334
  },
88323
88335
  enumerable: false,
@@ -88325,10 +88337,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88325
88337
  });
88326
88338
  Object.defineProperty(ButtonDescription.prototype, "raisedRippleColor", {
88327
88339
  get: function () {
88328
- return this.gz;
88340
+ return this.g1;
88329
88341
  },
88330
88342
  set: function (a) {
88331
- this.gz = a;
88343
+ this.g1 = a;
88332
88344
  this.g("RaisedRippleColor");
88333
88345
  },
88334
88346
  enumerable: false,
@@ -88336,10 +88348,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88336
88348
  });
88337
88349
  Object.defineProperty(ButtonDescription.prototype, "flatBackgroundColor", {
88338
88350
  get: function () {
88339
- return this.fe;
88351
+ return this.fg;
88340
88352
  },
88341
88353
  set: function (a) {
88342
- this.fe = a;
88354
+ this.fg = a;
88343
88355
  this.g("FlatBackgroundColor");
88344
88356
  },
88345
88357
  enumerable: false,
@@ -88347,10 +88359,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88347
88359
  });
88348
88360
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledBackgroundColor", {
88349
88361
  get: function () {
88350
- return this.fg;
88362
+ return this.fi;
88351
88363
  },
88352
88364
  set: function (a) {
88353
- this.fg = a;
88365
+ this.fi = a;
88354
88366
  this.g("FlatDisabledBackgroundColor");
88355
88367
  },
88356
88368
  enumerable: false,
@@ -88358,10 +88370,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88358
88370
  });
88359
88371
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledBorderColor", {
88360
88372
  get: function () {
88361
- return this.fh;
88373
+ return this.fj;
88362
88374
  },
88363
88375
  set: function (a) {
88364
- this.fh = a;
88376
+ this.fj = a;
88365
88377
  this.g("FlatDisabledBorderColor");
88366
88378
  },
88367
88379
  enumerable: false,
@@ -88369,10 +88381,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88369
88381
  });
88370
88382
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledTextColor", {
88371
88383
  get: function () {
88372
- return this.fi;
88384
+ return this.fk;
88373
88385
  },
88374
88386
  set: function (a) {
88375
- this.fi = a;
88387
+ this.fk = a;
88376
88388
  this.g("FlatDisabledTextColor");
88377
88389
  },
88378
88390
  enumerable: false,
@@ -88380,10 +88392,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88380
88392
  });
88381
88393
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledElevation", {
88382
88394
  get: function () {
88383
- return this.cw;
88395
+ return this.cy;
88384
88396
  },
88385
88397
  set: function (a) {
88386
- this.cw = a;
88398
+ this.cy = a;
88387
88399
  this.g("FlatDisabledElevation");
88388
88400
  },
88389
88401
  enumerable: false,
@@ -88391,10 +88403,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88391
88403
  });
88392
88404
  Object.defineProperty(ButtonDescription.prototype, "flatHoverBackgroundColor", {
88393
88405
  get: function () {
88394
- return this.fl;
88406
+ return this.fn;
88395
88407
  },
88396
88408
  set: function (a) {
88397
- this.fl = a;
88409
+ this.fn = a;
88398
88410
  this.g("FlatHoverBackgroundColor");
88399
88411
  },
88400
88412
  enumerable: false,
@@ -88402,10 +88414,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88402
88414
  });
88403
88415
  Object.defineProperty(ButtonDescription.prototype, "flatBorderColor", {
88404
88416
  get: function () {
88405
- return this.ff;
88417
+ return this.fh;
88406
88418
  },
88407
88419
  set: function (a) {
88408
- this.ff = a;
88420
+ this.fh = a;
88409
88421
  this.g("FlatBorderColor");
88410
88422
  },
88411
88423
  enumerable: false,
@@ -88413,10 +88425,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88413
88425
  });
88414
88426
  Object.defineProperty(ButtonDescription.prototype, "flatRestingElevation", {
88415
88427
  get: function () {
88416
- return this.cz;
88428
+ return this.c1;
88417
88429
  },
88418
88430
  set: function (a) {
88419
- this.cz = a;
88431
+ this.c1 = a;
88420
88432
  this.g("FlatRestingElevation");
88421
88433
  },
88422
88434
  enumerable: false,
@@ -88424,10 +88436,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88424
88436
  });
88425
88437
  Object.defineProperty(ButtonDescription.prototype, "flatHoverElevation", {
88426
88438
  get: function () {
88427
- return this.cy;
88439
+ return this.c0;
88428
88440
  },
88429
88441
  set: function (a) {
88430
- this.cy = a;
88442
+ this.c0 = a;
88431
88443
  this.g("FlatHoverElevation");
88432
88444
  },
88433
88445
  enumerable: false,
@@ -88435,10 +88447,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88435
88447
  });
88436
88448
  Object.defineProperty(ButtonDescription.prototype, "flatFocusElevation", {
88437
88449
  get: function () {
88438
- return this.cx;
88450
+ return this.cz;
88439
88451
  },
88440
88452
  set: function (a) {
88441
- this.cx = a;
88453
+ this.cz = a;
88442
88454
  this.g("FlatFocusElevation");
88443
88455
  },
88444
88456
  enumerable: false,
@@ -88446,10 +88458,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88446
88458
  });
88447
88459
  Object.defineProperty(ButtonDescription.prototype, "flatRippleColor", {
88448
88460
  get: function () {
88449
- return this.fn;
88461
+ return this.fp;
88450
88462
  },
88451
88463
  set: function (a) {
88452
- this.fn = a;
88464
+ this.fp = a;
88453
88465
  this.g("FlatRippleColor");
88454
88466
  },
88455
88467
  enumerable: false,
@@ -88457,10 +88469,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88457
88469
  });
88458
88470
  Object.defineProperty(ButtonDescription.prototype, "flatTextColor", {
88459
88471
  get: function () {
88460
- return this.fo;
88472
+ return this.fq;
88461
88473
  },
88462
88474
  set: function (a) {
88463
- this.fo = a;
88475
+ this.fq = a;
88464
88476
  this.g("FlatTextColor");
88465
88477
  },
88466
88478
  enumerable: false,
@@ -88468,10 +88480,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88468
88480
  });
88469
88481
  Object.defineProperty(ButtonDescription.prototype, "flatHoverTextColor", {
88470
88482
  get: function () {
88471
- return this.fm;
88483
+ return this.fo;
88472
88484
  },
88473
88485
  set: function (a) {
88474
- this.fm = a;
88486
+ this.fo = a;
88475
88487
  this.g("FlatHoverTextColor");
88476
88488
  },
88477
88489
  enumerable: false,
@@ -88479,10 +88491,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88479
88491
  });
88480
88492
  Object.defineProperty(ButtonDescription.prototype, "flatFocusBackgroundColor", {
88481
88493
  get: function () {
88482
- return this.fj;
88494
+ return this.fl;
88483
88495
  },
88484
88496
  set: function (a) {
88485
- this.fj = a;
88497
+ this.fl = a;
88486
88498
  this.g("FlatFocusBackgroundColor");
88487
88499
  },
88488
88500
  enumerable: false,
@@ -88490,10 +88502,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88490
88502
  });
88491
88503
  Object.defineProperty(ButtonDescription.prototype, "flatFocusTextColor", {
88492
88504
  get: function () {
88493
- return this.fk;
88505
+ return this.fm;
88494
88506
  },
88495
88507
  set: function (a) {
88496
- this.fk = a;
88508
+ this.fm = a;
88497
88509
  this.g("FlatFocusTextColor");
88498
88510
  },
88499
88511
  enumerable: false,
@@ -88501,10 +88513,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88501
88513
  });
88502
88514
  Object.defineProperty(ButtonDescription.prototype, "flatBorderWidth", {
88503
88515
  get: function () {
88504
- return this.au;
88516
+ return this.aw;
88505
88517
  },
88506
88518
  set: function (a) {
88507
- this.au = a;
88519
+ this.aw = a;
88508
88520
  this.g("FlatBorderWidth");
88509
88521
  },
88510
88522
  enumerable: false,
@@ -88512,10 +88524,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88512
88524
  });
88513
88525
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusBottomRight", {
88514
88526
  get: function () {
88515
- return this.aw;
88527
+ return this.ay;
88516
88528
  },
88517
88529
  set: function (a) {
88518
- this.aw = a;
88530
+ this.ay = a;
88519
88531
  this.g("FlatCornerRadiusBottomRight");
88520
88532
  },
88521
88533
  enumerable: false,
@@ -88523,10 +88535,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88523
88535
  });
88524
88536
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusBottomLeft", {
88525
88537
  get: function () {
88526
- return this.av;
88538
+ return this.ax;
88527
88539
  },
88528
88540
  set: function (a) {
88529
- this.av = a;
88541
+ this.ax = a;
88530
88542
  this.g("FlatCornerRadiusBottomLeft");
88531
88543
  },
88532
88544
  enumerable: false,
@@ -88534,10 +88546,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88534
88546
  });
88535
88547
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusTopLeft", {
88536
88548
  get: function () {
88537
- return this.ax;
88549
+ return this.az;
88538
88550
  },
88539
88551
  set: function (a) {
88540
- this.ax = a;
88552
+ this.az = a;
88541
88553
  this.g("FlatCornerRadiusTopLeft");
88542
88554
  },
88543
88555
  enumerable: false,
@@ -88545,10 +88557,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88545
88557
  });
88546
88558
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusTopRight", {
88547
88559
  get: function () {
88548
- return this.ay;
88560
+ return this.a0;
88549
88561
  },
88550
88562
  set: function (a) {
88551
- this.ay = a;
88563
+ this.a0 = a;
88552
88564
  this.g("FlatCornerRadiusTopRight");
88553
88565
  },
88554
88566
  enumerable: false,
@@ -88556,10 +88568,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88556
88568
  });
88557
88569
  Object.defineProperty(ButtonDescription.prototype, "backgroundColor", {
88558
88570
  get: function () {
88559
- return this.es;
88571
+ return this.eu;
88560
88572
  },
88561
88573
  set: function (a) {
88562
- this.es = a;
88574
+ this.eu = a;
88563
88575
  this.g("BackgroundColor");
88564
88576
  },
88565
88577
  enumerable: false,
@@ -88567,10 +88579,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88567
88579
  });
88568
88580
  Object.defineProperty(ButtonDescription.prototype, "disabledBackgroundColor", {
88569
88581
  get: function () {
88570
- return this.ex;
88582
+ return this.ez;
88571
88583
  },
88572
88584
  set: function (a) {
88573
- this.ex = a;
88585
+ this.ez = a;
88574
88586
  this.g("DisabledBackgroundColor");
88575
88587
  },
88576
88588
  enumerable: false,
@@ -88578,10 +88590,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88578
88590
  });
88579
88591
  Object.defineProperty(ButtonDescription.prototype, "disabledBorderColor", {
88580
88592
  get: function () {
88581
- return this.ey;
88593
+ return this.e0;
88582
88594
  },
88583
88595
  set: function (a) {
88584
- this.ey = a;
88596
+ this.e0 = a;
88585
88597
  this.g("DisabledBorderColor");
88586
88598
  },
88587
88599
  enumerable: false,
@@ -88589,10 +88601,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88589
88601
  });
88590
88602
  Object.defineProperty(ButtonDescription.prototype, "disabledTextColor", {
88591
88603
  get: function () {
88592
- return this.ez;
88604
+ return this.e1;
88593
88605
  },
88594
88606
  set: function (a) {
88595
- this.ez = a;
88607
+ this.e1 = a;
88596
88608
  this.g("DisabledTextColor");
88597
88609
  },
88598
88610
  enumerable: false,
@@ -88600,10 +88612,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88600
88612
  });
88601
88613
  Object.defineProperty(ButtonDescription.prototype, "disabledElevation", {
88602
88614
  get: function () {
88603
- return this.cr;
88615
+ return this.ct;
88604
88616
  },
88605
88617
  set: function (a) {
88606
- this.cr = a;
88618
+ this.ct = a;
88607
88619
  this.g("DisabledElevation");
88608
88620
  },
88609
88621
  enumerable: false,
@@ -88611,10 +88623,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88611
88623
  });
88612
88624
  Object.defineProperty(ButtonDescription.prototype, "elevationMode", {
88613
88625
  get: function () {
88614
- return this.e2;
88626
+ return this.e4;
88615
88627
  },
88616
88628
  set: function (a) {
88617
- this.e2 = a;
88629
+ this.e4 = a;
88618
88630
  this.g("ElevationMode");
88619
88631
  },
88620
88632
  enumerable: false,
@@ -88622,10 +88634,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88622
88634
  });
88623
88635
  Object.defineProperty(ButtonDescription.prototype, "hoverBackgroundColor", {
88624
88636
  get: function () {
88625
- return this.fy;
88637
+ return this.f0;
88626
88638
  },
88627
88639
  set: function (a) {
88628
- this.fy = a;
88640
+ this.f0 = a;
88629
88641
  this.g("HoverBackgroundColor");
88630
88642
  },
88631
88643
  enumerable: false,
@@ -88633,10 +88645,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88633
88645
  });
88634
88646
  Object.defineProperty(ButtonDescription.prototype, "borderColor", {
88635
88647
  get: function () {
88636
- return this.eu;
88648
+ return this.ew;
88637
88649
  },
88638
88650
  set: function (a) {
88639
- this.eu = a;
88651
+ this.ew = a;
88640
88652
  this.g("BorderColor");
88641
88653
  },
88642
88654
  enumerable: false,
@@ -88644,10 +88656,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88644
88656
  });
88645
88657
  Object.defineProperty(ButtonDescription.prototype, "restingElevation", {
88646
88658
  get: function () {
88647
- return this.de;
88659
+ return this.dg;
88648
88660
  },
88649
88661
  set: function (a) {
88650
- this.de = a;
88662
+ this.dg = a;
88651
88663
  this.g("RestingElevation");
88652
88664
  },
88653
88665
  enumerable: false,
@@ -88655,10 +88667,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88655
88667
  });
88656
88668
  Object.defineProperty(ButtonDescription.prototype, "hoverElevation", {
88657
88669
  get: function () {
88658
- return this.c1;
88670
+ return this.c3;
88659
88671
  },
88660
88672
  set: function (a) {
88661
- this.c1 = a;
88673
+ this.c3 = a;
88662
88674
  this.g("HoverElevation");
88663
88675
  },
88664
88676
  enumerable: false,
@@ -88666,10 +88678,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88666
88678
  });
88667
88679
  Object.defineProperty(ButtonDescription.prototype, "focusElevation", {
88668
88680
  get: function () {
88669
- return this.c0;
88681
+ return this.c2;
88670
88682
  },
88671
88683
  set: function (a) {
88672
- this.c0 = a;
88684
+ this.c2 = a;
88673
88685
  this.g("FocusElevation");
88674
88686
  },
88675
88687
  enumerable: false,
@@ -88677,10 +88689,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88677
88689
  });
88678
88690
  Object.defineProperty(ButtonDescription.prototype, "fontFamily", {
88679
88691
  get: function () {
88680
- return this.ft;
88692
+ return this.fv;
88681
88693
  },
88682
88694
  set: function (a) {
88683
- this.ft = a;
88695
+ this.fv = a;
88684
88696
  this.g("FontFamily");
88685
88697
  },
88686
88698
  enumerable: false,
@@ -88688,10 +88700,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88688
88700
  });
88689
88701
  Object.defineProperty(ButtonDescription.prototype, "fontSize", {
88690
88702
  get: function () {
88691
- return this.az;
88703
+ return this.a1;
88692
88704
  },
88693
88705
  set: function (a) {
88694
- this.az = a;
88706
+ this.a1 = a;
88695
88707
  this.g("FontSize");
88696
88708
  },
88697
88709
  enumerable: false,
@@ -88699,10 +88711,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88699
88711
  });
88700
88712
  Object.defineProperty(ButtonDescription.prototype, "fontStyle", {
88701
88713
  get: function () {
88702
- return this.fu;
88714
+ return this.fw;
88703
88715
  },
88704
88716
  set: function (a) {
88705
- this.fu = a;
88717
+ this.fw = a;
88706
88718
  this.g("FontStyle");
88707
88719
  },
88708
88720
  enumerable: false,
@@ -88710,10 +88722,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88710
88722
  });
88711
88723
  Object.defineProperty(ButtonDescription.prototype, "fontWeight", {
88712
88724
  get: function () {
88713
- return this.fv;
88725
+ return this.fx;
88714
88726
  },
88715
88727
  set: function (a) {
88716
- this.fv = a;
88728
+ this.fx = a;
88717
88729
  this.g("FontWeight");
88718
88730
  },
88719
88731
  enumerable: false,
@@ -88721,10 +88733,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88721
88733
  });
88722
88734
  Object.defineProperty(ButtonDescription.prototype, "textColor", {
88723
88735
  get: function () {
88724
- return this.g2;
88736
+ return this.g4;
88725
88737
  },
88726
88738
  set: function (a) {
88727
- this.g2 = a;
88739
+ this.g4 = a;
88728
88740
  this.g("TextColor");
88729
88741
  },
88730
88742
  enumerable: false,
@@ -88732,10 +88744,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88732
88744
  });
88733
88745
  Object.defineProperty(ButtonDescription.prototype, "hoverTextColor", {
88734
88746
  get: function () {
88735
- return this.fz;
88747
+ return this.f1;
88736
88748
  },
88737
88749
  set: function (a) {
88738
- this.fz = a;
88750
+ this.f1 = a;
88739
88751
  this.g("HoverTextColor");
88740
88752
  },
88741
88753
  enumerable: false,
@@ -88743,10 +88755,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88743
88755
  });
88744
88756
  Object.defineProperty(ButtonDescription.prototype, "rippleColor", {
88745
88757
  get: function () {
88746
- return this.g1;
88758
+ return this.g3;
88747
88759
  },
88748
88760
  set: function (a) {
88749
- this.g1 = a;
88761
+ this.g3 = a;
88750
88762
  this.g("RippleColor");
88751
88763
  },
88752
88764
  enumerable: false,
@@ -88754,10 +88766,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88754
88766
  });
88755
88767
  Object.defineProperty(ButtonDescription.prototype, "raisedTextColor", {
88756
88768
  get: function () {
88757
- return this.g0;
88769
+ return this.g2;
88758
88770
  },
88759
88771
  set: function (a) {
88760
- this.g0 = a;
88772
+ this.g2 = a;
88761
88773
  this.g("RaisedTextColor");
88762
88774
  },
88763
88775
  enumerable: false,
@@ -88765,10 +88777,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88765
88777
  });
88766
88778
  Object.defineProperty(ButtonDescription.prototype, "raisedHoverTextColor", {
88767
88779
  get: function () {
88768
- return this.gy;
88780
+ return this.g0;
88769
88781
  },
88770
88782
  set: function (a) {
88771
- this.gy = a;
88783
+ this.g0 = a;
88772
88784
  this.g("RaisedHoverTextColor");
88773
88785
  },
88774
88786
  enumerable: false,
@@ -88776,10 +88788,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88776
88788
  });
88777
88789
  Object.defineProperty(ButtonDescription.prototype, "raisedFocusBackgroundColor", {
88778
88790
  get: function () {
88779
- return this.gv;
88791
+ return this.gx;
88780
88792
  },
88781
88793
  set: function (a) {
88782
- this.gv = a;
88794
+ this.gx = a;
88783
88795
  this.g("RaisedFocusBackgroundColor");
88784
88796
  },
88785
88797
  enumerable: false,
@@ -88787,10 +88799,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88787
88799
  });
88788
88800
  Object.defineProperty(ButtonDescription.prototype, "raisedFocusTextColor", {
88789
88801
  get: function () {
88790
- return this.gw;
88802
+ return this.gy;
88791
88803
  },
88792
88804
  set: function (a) {
88793
- this.gw = a;
88805
+ this.gy = a;
88794
88806
  this.g("RaisedFocusTextColor");
88795
88807
  },
88796
88808
  enumerable: false,
@@ -88798,10 +88810,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88798
88810
  });
88799
88811
  Object.defineProperty(ButtonDescription.prototype, "focusBackgroundColor", {
88800
88812
  get: function () {
88801
- return this.fr;
88813
+ return this.ft;
88802
88814
  },
88803
88815
  set: function (a) {
88804
- this.fr = a;
88816
+ this.ft = a;
88805
88817
  this.g("FocusBackgroundColor");
88806
88818
  },
88807
88819
  enumerable: false,
@@ -88809,10 +88821,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88809
88821
  });
88810
88822
  Object.defineProperty(ButtonDescription.prototype, "focusTextColor", {
88811
88823
  get: function () {
88812
- return this.fs;
88824
+ return this.fu;
88813
88825
  },
88814
88826
  set: function (a) {
88815
- this.fs = a;
88827
+ this.fu = a;
88816
88828
  this.g("FocusTextColor");
88817
88829
  },
88818
88830
  enumerable: false,
@@ -88820,10 +88832,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88820
88832
  });
88821
88833
  Object.defineProperty(ButtonDescription.prototype, "borderWidth", {
88822
88834
  get: function () {
88823
- return this.ag;
88835
+ return this.ai;
88824
88836
  },
88825
88837
  set: function (a) {
88826
- this.ag = a;
88838
+ this.ai = a;
88827
88839
  this.g("BorderWidth");
88828
88840
  },
88829
88841
  enumerable: false,
@@ -88831,10 +88843,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88831
88843
  });
88832
88844
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusBottomRight", {
88833
88845
  get: function () {
88834
- return this.am;
88846
+ return this.ao;
88835
88847
  },
88836
88848
  set: function (a) {
88837
- this.am = a;
88849
+ this.ao = a;
88838
88850
  this.g("CornerRadiusBottomRight");
88839
88851
  },
88840
88852
  enumerable: false,
@@ -88842,10 +88854,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88842
88854
  });
88843
88855
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusBottomLeft", {
88844
88856
  get: function () {
88845
- return this.al;
88857
+ return this.an;
88846
88858
  },
88847
88859
  set: function (a) {
88848
- this.al = a;
88860
+ this.an = a;
88849
88861
  this.g("CornerRadiusBottomLeft");
88850
88862
  },
88851
88863
  enumerable: false,
@@ -88853,10 +88865,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88853
88865
  });
88854
88866
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusTopLeft", {
88855
88867
  get: function () {
88856
- return this.an;
88868
+ return this.ap;
88857
88869
  },
88858
88870
  set: function (a) {
88859
- this.an = a;
88871
+ this.ap = a;
88860
88872
  this.g("CornerRadiusTopLeft");
88861
88873
  },
88862
88874
  enumerable: false,
@@ -88864,10 +88876,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88864
88876
  });
88865
88877
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusTopRight", {
88866
88878
  get: function () {
88867
- return this.ao;
88879
+ return this.aq;
88868
88880
  },
88869
88881
  set: function (a) {
88870
- this.ao = a;
88882
+ this.aq = a;
88871
88883
  this.g("CornerRadiusTopRight");
88872
88884
  },
88873
88885
  enumerable: false,
@@ -88875,10 +88887,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88875
88887
  });
88876
88888
  Object.defineProperty(ButtonDescription.prototype, "outlinedBackgroundColor", {
88877
88889
  get: function () {
88878
- return this.gf;
88890
+ return this.gh;
88879
88891
  },
88880
88892
  set: function (a) {
88881
- this.gf = a;
88893
+ this.gh = a;
88882
88894
  this.g("OutlinedBackgroundColor");
88883
88895
  },
88884
88896
  enumerable: false,
@@ -88886,10 +88898,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88886
88898
  });
88887
88899
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledBackgroundColor", {
88888
88900
  get: function () {
88889
- return this.gh;
88901
+ return this.gj;
88890
88902
  },
88891
88903
  set: function (a) {
88892
- this.gh = a;
88904
+ this.gj = a;
88893
88905
  this.g("OutlinedDisabledBackgroundColor");
88894
88906
  },
88895
88907
  enumerable: false,
@@ -88897,10 +88909,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88897
88909
  });
88898
88910
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledBorderColor", {
88899
88911
  get: function () {
88900
- return this.gi;
88912
+ return this.gk;
88901
88913
  },
88902
88914
  set: function (a) {
88903
- this.gi = a;
88915
+ this.gk = a;
88904
88916
  this.g("OutlinedDisabledBorderColor");
88905
88917
  },
88906
88918
  enumerable: false,
@@ -88908,10 +88920,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88908
88920
  });
88909
88921
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledTextColor", {
88910
88922
  get: function () {
88911
- return this.gj;
88923
+ return this.gl;
88912
88924
  },
88913
88925
  set: function (a) {
88914
- this.gj = a;
88926
+ this.gl = a;
88915
88927
  this.g("OutlinedDisabledTextColor");
88916
88928
  },
88917
88929
  enumerable: false,
@@ -88919,10 +88931,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88919
88931
  });
88920
88932
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledElevation", {
88921
88933
  get: function () {
88922
- return this.c6;
88934
+ return this.c8;
88923
88935
  },
88924
88936
  set: function (a) {
88925
- this.c6 = a;
88937
+ this.c8 = a;
88926
88938
  this.g("OutlinedDisabledElevation");
88927
88939
  },
88928
88940
  enumerable: false,
@@ -88930,10 +88942,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88930
88942
  });
88931
88943
  Object.defineProperty(ButtonDescription.prototype, "outlinedHoverBackgroundColor", {
88932
88944
  get: function () {
88933
- return this.gm;
88945
+ return this.go;
88934
88946
  },
88935
88947
  set: function (a) {
88936
- this.gm = a;
88948
+ this.go = a;
88937
88949
  this.g("OutlinedHoverBackgroundColor");
88938
88950
  },
88939
88951
  enumerable: false,
@@ -88941,10 +88953,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88941
88953
  });
88942
88954
  Object.defineProperty(ButtonDescription.prototype, "outlinedBorderColor", {
88943
88955
  get: function () {
88944
- return this.gg;
88956
+ return this.gi;
88945
88957
  },
88946
88958
  set: function (a) {
88947
- this.gg = a;
88959
+ this.gi = a;
88948
88960
  this.g("OutlinedBorderColor");
88949
88961
  },
88950
88962
  enumerable: false,
@@ -88952,10 +88964,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88952
88964
  });
88953
88965
  Object.defineProperty(ButtonDescription.prototype, "outlinedRestingElevation", {
88954
88966
  get: function () {
88955
- return this.c9;
88967
+ return this.db;
88956
88968
  },
88957
88969
  set: function (a) {
88958
- this.c9 = a;
88970
+ this.db = a;
88959
88971
  this.g("OutlinedRestingElevation");
88960
88972
  },
88961
88973
  enumerable: false,
@@ -88963,10 +88975,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88963
88975
  });
88964
88976
  Object.defineProperty(ButtonDescription.prototype, "outlinedHoverElevation", {
88965
88977
  get: function () {
88966
- return this.c8;
88978
+ return this.da;
88967
88979
  },
88968
88980
  set: function (a) {
88969
- this.c8 = a;
88981
+ this.da = a;
88970
88982
  this.g("OutlinedHoverElevation");
88971
88983
  },
88972
88984
  enumerable: false,
@@ -88974,10 +88986,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88974
88986
  });
88975
88987
  Object.defineProperty(ButtonDescription.prototype, "outlinedFocusElevation", {
88976
88988
  get: function () {
88977
- return this.c7;
88989
+ return this.c9;
88978
88990
  },
88979
88991
  set: function (a) {
88980
- this.c7 = a;
88992
+ this.c9 = a;
88981
88993
  this.g("OutlinedFocusElevation");
88982
88994
  },
88983
88995
  enumerable: false,
@@ -88985,10 +88997,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88985
88997
  });
88986
88998
  Object.defineProperty(ButtonDescription.prototype, "outlinedBorderWidth", {
88987
88999
  get: function () {
88988
- return this.a7;
89000
+ return this.a9;
88989
89001
  },
88990
89002
  set: function (a) {
88991
- this.a7 = a;
89003
+ this.a9 = a;
88992
89004
  this.g("OutlinedBorderWidth");
88993
89005
  },
88994
89006
  enumerable: false,
@@ -88996,10 +89008,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88996
89008
  });
88997
89009
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusBottomRight", {
88998
89010
  get: function () {
88999
- return this.a9;
89011
+ return this.bb;
89000
89012
  },
89001
89013
  set: function (a) {
89002
- this.a9 = a;
89014
+ this.bb = a;
89003
89015
  this.g("OutlinedCornerRadiusBottomRight");
89004
89016
  },
89005
89017
  enumerable: false,
@@ -89007,10 +89019,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89007
89019
  });
89008
89020
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusBottomLeft", {
89009
89021
  get: function () {
89010
- return this.a8;
89022
+ return this.ba;
89011
89023
  },
89012
89024
  set: function (a) {
89013
- this.a8 = a;
89025
+ this.ba = a;
89014
89026
  this.g("OutlinedCornerRadiusBottomLeft");
89015
89027
  },
89016
89028
  enumerable: false,
@@ -89018,10 +89030,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89018
89030
  });
89019
89031
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusTopLeft", {
89020
89032
  get: function () {
89021
- return this.ba;
89033
+ return this.bc;
89022
89034
  },
89023
89035
  set: function (a) {
89024
- this.ba = a;
89036
+ this.bc = a;
89025
89037
  this.g("OutlinedCornerRadiusTopLeft");
89026
89038
  },
89027
89039
  enumerable: false,
@@ -89029,10 +89041,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89029
89041
  });
89030
89042
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusTopRight", {
89031
89043
  get: function () {
89032
- return this.bb;
89044
+ return this.bd;
89033
89045
  },
89034
89046
  set: function (a) {
89035
- this.bb = a;
89047
+ this.bd = a;
89036
89048
  this.g("OutlinedCornerRadiusTopRight");
89037
89049
  },
89038
89050
  enumerable: false,
@@ -89040,10 +89052,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89040
89052
  });
89041
89053
  Object.defineProperty(ButtonDescription.prototype, "outlinedRippleColor", {
89042
89054
  get: function () {
89043
- return this.go;
89055
+ return this.gq;
89044
89056
  },
89045
89057
  set: function (a) {
89046
- this.go = a;
89058
+ this.gq = a;
89047
89059
  this.g("OutlinedRippleColor");
89048
89060
  },
89049
89061
  enumerable: false,
@@ -89051,10 +89063,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89051
89063
  });
89052
89064
  Object.defineProperty(ButtonDescription.prototype, "outlinedTextColor", {
89053
89065
  get: function () {
89054
- return this.gp;
89066
+ return this.gr;
89055
89067
  },
89056
89068
  set: function (a) {
89057
- this.gp = a;
89069
+ this.gr = a;
89058
89070
  this.g("OutlinedTextColor");
89059
89071
  },
89060
89072
  enumerable: false,
@@ -89062,10 +89074,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89062
89074
  });
89063
89075
  Object.defineProperty(ButtonDescription.prototype, "outlinedHoverTextColor", {
89064
89076
  get: function () {
89065
- return this.gn;
89077
+ return this.gp;
89066
89078
  },
89067
89079
  set: function (a) {
89068
- this.gn = a;
89080
+ this.gp = a;
89069
89081
  this.g("OutlinedHoverTextColor");
89070
89082
  },
89071
89083
  enumerable: false,
@@ -89073,10 +89085,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89073
89085
  });
89074
89086
  Object.defineProperty(ButtonDescription.prototype, "outlinedFocusBackgroundColor", {
89075
89087
  get: function () {
89076
- return this.gk;
89088
+ return this.gm;
89077
89089
  },
89078
89090
  set: function (a) {
89079
- this.gk = a;
89091
+ this.gm = a;
89080
89092
  this.g("OutlinedFocusBackgroundColor");
89081
89093
  },
89082
89094
  enumerable: false,
@@ -89084,10 +89096,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89084
89096
  });
89085
89097
  Object.defineProperty(ButtonDescription.prototype, "outlinedFocusTextColor", {
89086
89098
  get: function () {
89087
- return this.gl;
89099
+ return this.gn;
89088
89100
  },
89089
89101
  set: function (a) {
89090
- this.gl = a;
89102
+ this.gn = a;
89091
89103
  this.g("OutlinedFocusTextColor");
89092
89104
  },
89093
89105
  enumerable: false,
@@ -89095,10 +89107,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89095
89107
  });
89096
89108
  Object.defineProperty(ButtonDescription.prototype, "fabBackgroundColor", {
89097
89109
  get: function () {
89098
- return this.e3;
89110
+ return this.e5;
89099
89111
  },
89100
89112
  set: function (a) {
89101
- this.e3 = a;
89113
+ this.e5 = a;
89102
89114
  this.g("FabBackgroundColor");
89103
89115
  },
89104
89116
  enumerable: false,
@@ -89106,10 +89118,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89106
89118
  });
89107
89119
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledBackgroundColor", {
89108
89120
  get: function () {
89109
- return this.e5;
89121
+ return this.e7;
89110
89122
  },
89111
89123
  set: function (a) {
89112
- this.e5 = a;
89124
+ this.e7 = a;
89113
89125
  this.g("FabDisabledBackgroundColor");
89114
89126
  },
89115
89127
  enumerable: false,
@@ -89117,10 +89129,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89117
89129
  });
89118
89130
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledBorderColor", {
89119
89131
  get: function () {
89120
- return this.e6;
89132
+ return this.e8;
89121
89133
  },
89122
89134
  set: function (a) {
89123
- this.e6 = a;
89135
+ this.e8 = a;
89124
89136
  this.g("FabDisabledBorderColor");
89125
89137
  },
89126
89138
  enumerable: false,
@@ -89128,10 +89140,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89128
89140
  });
89129
89141
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledTextColor", {
89130
89142
  get: function () {
89131
- return this.e7;
89143
+ return this.e9;
89132
89144
  },
89133
89145
  set: function (a) {
89134
- this.e7 = a;
89146
+ this.e9 = a;
89135
89147
  this.g("FabDisabledTextColor");
89136
89148
  },
89137
89149
  enumerable: false,
@@ -89139,10 +89151,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89139
89151
  });
89140
89152
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledElevation", {
89141
89153
  get: function () {
89142
- return this.cs;
89154
+ return this.cu;
89143
89155
  },
89144
89156
  set: function (a) {
89145
- this.cs = a;
89157
+ this.cu = a;
89146
89158
  this.g("FabDisabledElevation");
89147
89159
  },
89148
89160
  enumerable: false,
@@ -89150,10 +89162,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89150
89162
  });
89151
89163
  Object.defineProperty(ButtonDescription.prototype, "fabHoverBackgroundColor", {
89152
89164
  get: function () {
89153
- return this.fa;
89165
+ return this.fc;
89154
89166
  },
89155
89167
  set: function (a) {
89156
- this.fa = a;
89168
+ this.fc = a;
89157
89169
  this.g("FabHoverBackgroundColor");
89158
89170
  },
89159
89171
  enumerable: false,
@@ -89161,10 +89173,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89161
89173
  });
89162
89174
  Object.defineProperty(ButtonDescription.prototype, "fabBorderColor", {
89163
89175
  get: function () {
89164
- return this.e4;
89176
+ return this.e6;
89165
89177
  },
89166
89178
  set: function (a) {
89167
- this.e4 = a;
89179
+ this.e6 = a;
89168
89180
  this.g("FabBorderColor");
89169
89181
  },
89170
89182
  enumerable: false,
@@ -89172,10 +89184,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89172
89184
  });
89173
89185
  Object.defineProperty(ButtonDescription.prototype, "fabRestingElevation", {
89174
89186
  get: function () {
89175
- return this.cv;
89187
+ return this.cx;
89176
89188
  },
89177
89189
  set: function (a) {
89178
- this.cv = a;
89190
+ this.cx = a;
89179
89191
  this.g("FabRestingElevation");
89180
89192
  },
89181
89193
  enumerable: false,
@@ -89183,10 +89195,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89183
89195
  });
89184
89196
  Object.defineProperty(ButtonDescription.prototype, "fabHoverElevation", {
89185
89197
  get: function () {
89186
- return this.cu;
89198
+ return this.cw;
89187
89199
  },
89188
89200
  set: function (a) {
89189
- this.cu = a;
89201
+ this.cw = a;
89190
89202
  this.g("FabHoverElevation");
89191
89203
  },
89192
89204
  enumerable: false,
@@ -89194,10 +89206,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89194
89206
  });
89195
89207
  Object.defineProperty(ButtonDescription.prototype, "fabFocusElevation", {
89196
89208
  get: function () {
89197
- return this.ct;
89209
+ return this.cv;
89198
89210
  },
89199
89211
  set: function (a) {
89200
- this.ct = a;
89212
+ this.cv = a;
89201
89213
  this.g("FabFocusElevation");
89202
89214
  },
89203
89215
  enumerable: false,
@@ -89205,10 +89217,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89205
89217
  });
89206
89218
  Object.defineProperty(ButtonDescription.prototype, "fabBorderWidth", {
89207
89219
  get: function () {
89208
- return this.ap;
89220
+ return this.ar;
89209
89221
  },
89210
89222
  set: function (a) {
89211
- this.ap = a;
89223
+ this.ar = a;
89212
89224
  this.g("FabBorderWidth");
89213
89225
  },
89214
89226
  enumerable: false,
@@ -89216,10 +89228,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89216
89228
  });
89217
89229
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusBottomRight", {
89218
89230
  get: function () {
89219
- return this.ar;
89231
+ return this.at;
89220
89232
  },
89221
89233
  set: function (a) {
89222
- this.ar = a;
89234
+ this.at = a;
89223
89235
  this.g("FabCornerRadiusBottomRight");
89224
89236
  },
89225
89237
  enumerable: false,
@@ -89227,10 +89239,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89227
89239
  });
89228
89240
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusBottomLeft", {
89229
89241
  get: function () {
89230
- return this.aq;
89242
+ return this.as;
89231
89243
  },
89232
89244
  set: function (a) {
89233
- this.aq = a;
89245
+ this.as = a;
89234
89246
  this.g("FabCornerRadiusBottomLeft");
89235
89247
  },
89236
89248
  enumerable: false,
@@ -89238,10 +89250,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89238
89250
  });
89239
89251
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusTopLeft", {
89240
89252
  get: function () {
89241
- return this.as;
89253
+ return this.au;
89242
89254
  },
89243
89255
  set: function (a) {
89244
- this.as = a;
89256
+ this.au = a;
89245
89257
  this.g("FabCornerRadiusTopLeft");
89246
89258
  },
89247
89259
  enumerable: false,
@@ -89249,10 +89261,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89249
89261
  });
89250
89262
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusTopRight", {
89251
89263
  get: function () {
89252
- return this.at;
89264
+ return this.av;
89253
89265
  },
89254
89266
  set: function (a) {
89255
- this.at = a;
89267
+ this.av = a;
89256
89268
  this.g("FabCornerRadiusTopRight");
89257
89269
  },
89258
89270
  enumerable: false,
@@ -89260,10 +89272,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89260
89272
  });
89261
89273
  Object.defineProperty(ButtonDescription.prototype, "fabRippleColor", {
89262
89274
  get: function () {
89263
- return this.fc;
89275
+ return this.fe;
89264
89276
  },
89265
89277
  set: function (a) {
89266
- this.fc = a;
89278
+ this.fe = a;
89267
89279
  this.g("FabRippleColor");
89268
89280
  },
89269
89281
  enumerable: false,
@@ -89271,10 +89283,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89271
89283
  });
89272
89284
  Object.defineProperty(ButtonDescription.prototype, "fabTextColor", {
89273
89285
  get: function () {
89274
- return this.fd;
89286
+ return this.ff;
89275
89287
  },
89276
89288
  set: function (a) {
89277
- this.fd = a;
89289
+ this.ff = a;
89278
89290
  this.g("FabTextColor");
89279
89291
  },
89280
89292
  enumerable: false,
@@ -89282,10 +89294,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89282
89294
  });
89283
89295
  Object.defineProperty(ButtonDescription.prototype, "fabHoverTextColor", {
89284
89296
  get: function () {
89285
- return this.fb;
89297
+ return this.fd;
89286
89298
  },
89287
89299
  set: function (a) {
89288
- this.fb = a;
89300
+ this.fd = a;
89289
89301
  this.g("FabHoverTextColor");
89290
89302
  },
89291
89303
  enumerable: false,
@@ -89293,10 +89305,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89293
89305
  });
89294
89306
  Object.defineProperty(ButtonDescription.prototype, "fabFocusBackgroundColor", {
89295
89307
  get: function () {
89296
- return this.e8;
89308
+ return this.fa;
89297
89309
  },
89298
89310
  set: function (a) {
89299
- this.e8 = a;
89311
+ this.fa = a;
89300
89312
  this.g("FabFocusBackgroundColor");
89301
89313
  },
89302
89314
  enumerable: false,
@@ -89304,10 +89316,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89304
89316
  });
89305
89317
  Object.defineProperty(ButtonDescription.prototype, "fabFocusTextColor", {
89306
89318
  get: function () {
89307
- return this.e9;
89319
+ return this.fb;
89308
89320
  },
89309
89321
  set: function (a) {
89310
- this.e9 = a;
89322
+ this.fb = a;
89311
89323
  this.g("FabFocusTextColor");
89312
89324
  },
89313
89325
  enumerable: false,
@@ -89315,10 +89327,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89315
89327
  });
89316
89328
  Object.defineProperty(ButtonDescription.prototype, "iconBackgroundColor", {
89317
89329
  get: function () {
89318
- return this.f0;
89330
+ return this.f2;
89319
89331
  },
89320
89332
  set: function (a) {
89321
- this.f0 = a;
89333
+ this.f2 = a;
89322
89334
  this.g("IconBackgroundColor");
89323
89335
  },
89324
89336
  enumerable: false,
@@ -89326,10 +89338,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89326
89338
  });
89327
89339
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledBackgroundColor", {
89328
89340
  get: function () {
89329
- return this.f2;
89341
+ return this.f4;
89330
89342
  },
89331
89343
  set: function (a) {
89332
- this.f2 = a;
89344
+ this.f4 = a;
89333
89345
  this.g("IconDisabledBackgroundColor");
89334
89346
  },
89335
89347
  enumerable: false,
@@ -89337,10 +89349,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89337
89349
  });
89338
89350
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledBorderColor", {
89339
89351
  get: function () {
89340
- return this.f3;
89352
+ return this.f5;
89341
89353
  },
89342
89354
  set: function (a) {
89343
- this.f3 = a;
89355
+ this.f5 = a;
89344
89356
  this.g("IconDisabledBorderColor");
89345
89357
  },
89346
89358
  enumerable: false,
@@ -89348,10 +89360,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89348
89360
  });
89349
89361
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledTextColor", {
89350
89362
  get: function () {
89351
- return this.f4;
89363
+ return this.f6;
89352
89364
  },
89353
89365
  set: function (a) {
89354
- this.f4 = a;
89366
+ this.f6 = a;
89355
89367
  this.g("IconDisabledTextColor");
89356
89368
  },
89357
89369
  enumerable: false,
@@ -89359,10 +89371,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89359
89371
  });
89360
89372
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledElevation", {
89361
89373
  get: function () {
89362
- return this.c2;
89374
+ return this.c4;
89363
89375
  },
89364
89376
  set: function (a) {
89365
- this.c2 = a;
89377
+ this.c4 = a;
89366
89378
  this.g("IconDisabledElevation");
89367
89379
  },
89368
89380
  enumerable: false,
@@ -89370,10 +89382,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89370
89382
  });
89371
89383
  Object.defineProperty(ButtonDescription.prototype, "iconHoverBackgroundColor", {
89372
89384
  get: function () {
89373
- return this.f7;
89385
+ return this.f9;
89374
89386
  },
89375
89387
  set: function (a) {
89376
- this.f7 = a;
89388
+ this.f9 = a;
89377
89389
  this.g("IconHoverBackgroundColor");
89378
89390
  },
89379
89391
  enumerable: false,
@@ -89381,10 +89393,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89381
89393
  });
89382
89394
  Object.defineProperty(ButtonDescription.prototype, "iconBorderColor", {
89383
89395
  get: function () {
89384
- return this.f1;
89396
+ return this.f3;
89385
89397
  },
89386
89398
  set: function (a) {
89387
- this.f1 = a;
89399
+ this.f3 = a;
89388
89400
  this.g("IconBorderColor");
89389
89401
  },
89390
89402
  enumerable: false,
@@ -89392,10 +89404,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89392
89404
  });
89393
89405
  Object.defineProperty(ButtonDescription.prototype, "iconRestingElevation", {
89394
89406
  get: function () {
89395
- return this.c5;
89407
+ return this.c7;
89396
89408
  },
89397
89409
  set: function (a) {
89398
- this.c5 = a;
89410
+ this.c7 = a;
89399
89411
  this.g("IconRestingElevation");
89400
89412
  },
89401
89413
  enumerable: false,
@@ -89403,10 +89415,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89403
89415
  });
89404
89416
  Object.defineProperty(ButtonDescription.prototype, "iconHoverElevation", {
89405
89417
  get: function () {
89406
- return this.c4;
89418
+ return this.c6;
89407
89419
  },
89408
89420
  set: function (a) {
89409
- this.c4 = a;
89421
+ this.c6 = a;
89410
89422
  this.g("IconHoverElevation");
89411
89423
  },
89412
89424
  enumerable: false,
@@ -89414,10 +89426,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89414
89426
  });
89415
89427
  Object.defineProperty(ButtonDescription.prototype, "iconFocusElevation", {
89416
89428
  get: function () {
89417
- return this.c3;
89429
+ return this.c5;
89418
89430
  },
89419
89431
  set: function (a) {
89420
- this.c3 = a;
89432
+ this.c5 = a;
89421
89433
  this.g("IconFocusElevation");
89422
89434
  },
89423
89435
  enumerable: false,
@@ -89425,10 +89437,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89425
89437
  });
89426
89438
  Object.defineProperty(ButtonDescription.prototype, "iconBorderWidth", {
89427
89439
  get: function () {
89428
- return this.a0;
89440
+ return this.a2;
89429
89441
  },
89430
89442
  set: function (a) {
89431
- this.a0 = a;
89443
+ this.a2 = a;
89432
89444
  this.g("IconBorderWidth");
89433
89445
  },
89434
89446
  enumerable: false,
@@ -89436,10 +89448,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89436
89448
  });
89437
89449
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusBottomRight", {
89438
89450
  get: function () {
89439
- return this.a2;
89451
+ return this.a4;
89440
89452
  },
89441
89453
  set: function (a) {
89442
- this.a2 = a;
89454
+ this.a4 = a;
89443
89455
  this.g("IconCornerRadiusBottomRight");
89444
89456
  },
89445
89457
  enumerable: false,
@@ -89447,10 +89459,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89447
89459
  });
89448
89460
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusBottomLeft", {
89449
89461
  get: function () {
89450
- return this.a1;
89462
+ return this.a3;
89451
89463
  },
89452
89464
  set: function (a) {
89453
- this.a1 = a;
89465
+ this.a3 = a;
89454
89466
  this.g("IconCornerRadiusBottomLeft");
89455
89467
  },
89456
89468
  enumerable: false,
@@ -89458,10 +89470,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89458
89470
  });
89459
89471
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusTopLeft", {
89460
89472
  get: function () {
89461
- return this.a3;
89473
+ return this.a5;
89462
89474
  },
89463
89475
  set: function (a) {
89464
- this.a3 = a;
89476
+ this.a5 = a;
89465
89477
  this.g("IconCornerRadiusTopLeft");
89466
89478
  },
89467
89479
  enumerable: false,
@@ -89469,10 +89481,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89469
89481
  });
89470
89482
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusTopRight", {
89471
89483
  get: function () {
89472
- return this.a4;
89484
+ return this.a6;
89473
89485
  },
89474
89486
  set: function (a) {
89475
- this.a4 = a;
89487
+ this.a6 = a;
89476
89488
  this.g("IconCornerRadiusTopRight");
89477
89489
  },
89478
89490
  enumerable: false,
@@ -89480,10 +89492,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89480
89492
  });
89481
89493
  Object.defineProperty(ButtonDescription.prototype, "iconRippleColor", {
89482
89494
  get: function () {
89483
- return this.f9;
89495
+ return this.gb;
89484
89496
  },
89485
89497
  set: function (a) {
89486
- this.f9 = a;
89498
+ this.gb = a;
89487
89499
  this.g("IconRippleColor");
89488
89500
  },
89489
89501
  enumerable: false,
@@ -89491,10 +89503,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89491
89503
  });
89492
89504
  Object.defineProperty(ButtonDescription.prototype, "iconTextColor", {
89493
89505
  get: function () {
89494
- return this.ga;
89506
+ return this.gc;
89495
89507
  },
89496
89508
  set: function (a) {
89497
- this.ga = a;
89509
+ this.gc = a;
89498
89510
  this.g("IconTextColor");
89499
89511
  },
89500
89512
  enumerable: false,
@@ -89502,10 +89514,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89502
89514
  });
89503
89515
  Object.defineProperty(ButtonDescription.prototype, "iconHoverTextColor", {
89504
89516
  get: function () {
89505
- return this.f8;
89517
+ return this.ga;
89506
89518
  },
89507
89519
  set: function (a) {
89508
- this.f8 = a;
89520
+ this.ga = a;
89509
89521
  this.g("IconHoverTextColor");
89510
89522
  },
89511
89523
  enumerable: false,
@@ -89513,10 +89525,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89513
89525
  });
89514
89526
  Object.defineProperty(ButtonDescription.prototype, "iconFocusBackgroundColor", {
89515
89527
  get: function () {
89516
- return this.f5;
89528
+ return this.f7;
89517
89529
  },
89518
89530
  set: function (a) {
89519
- this.f5 = a;
89531
+ this.f7 = a;
89520
89532
  this.g("IconFocusBackgroundColor");
89521
89533
  },
89522
89534
  enumerable: false,
@@ -89524,10 +89536,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89524
89536
  });
89525
89537
  Object.defineProperty(ButtonDescription.prototype, "iconFocusTextColor", {
89526
89538
  get: function () {
89527
- return this.f6;
89539
+ return this.f8;
89528
89540
  },
89529
89541
  set: function (a) {
89530
- this.f6 = a;
89542
+ this.f8 = a;
89531
89543
  this.g("IconFocusTextColor");
89532
89544
  },
89533
89545
  enumerable: false,
@@ -89535,10 +89547,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89535
89547
  });
89536
89548
  Object.defineProperty(ButtonDescription.prototype, "inputId", {
89537
89549
  get: function () {
89538
- return this.gc;
89550
+ return this.ge;
89539
89551
  },
89540
89552
  set: function (a) {
89541
- this.gc = a;
89553
+ this.ge = a;
89542
89554
  this.g("InputId");
89543
89555
  },
89544
89556
  enumerable: false,
@@ -89546,10 +89558,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89546
89558
  });
89547
89559
  Object.defineProperty(ButtonDescription.prototype, "id", {
89548
89560
  get: function () {
89549
- return this.gb;
89561
+ return this.gd;
89550
89562
  },
89551
89563
  set: function (a) {
89552
- this.gb = a;
89564
+ this.gd = a;
89553
89565
  this.g("Id");
89554
89566
  },
89555
89567
  enumerable: false,
@@ -89557,10 +89569,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89557
89569
  });
89558
89570
  Object.defineProperty(ButtonDescription.prototype, "display", {
89559
89571
  get: function () {
89560
- return this.e0;
89572
+ return this.e2;
89561
89573
  },
89562
89574
  set: function (a) {
89563
- this.e0 = a;
89575
+ this.e2 = a;
89564
89576
  this.g("Display");
89565
89577
  },
89566
89578
  enumerable: false,
@@ -89568,10 +89580,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89568
89580
  });
89569
89581
  Object.defineProperty(ButtonDescription.prototype, "flexDirection", {
89570
89582
  get: function () {
89571
- return this.fp;
89583
+ return this.fr;
89572
89584
  },
89573
89585
  set: function (a) {
89574
- this.fp = a;
89586
+ this.fr = a;
89575
89587
  this.g("FlexDirection");
89576
89588
  },
89577
89589
  enumerable: false,
@@ -89579,10 +89591,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89579
89591
  });
89580
89592
  Object.defineProperty(ButtonDescription.prototype, "flexGrow", {
89581
89593
  get: function () {
89582
- return this.fq;
89594
+ return this.fs;
89583
89595
  },
89584
89596
  set: function (a) {
89585
- this.fq = a;
89597
+ this.fs = a;
89586
89598
  this.g("FlexGrow");
89587
89599
  },
89588
89600
  enumerable: false,
@@ -89590,10 +89602,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89590
89602
  });
89591
89603
  Object.defineProperty(ButtonDescription.prototype, "alignItems", {
89592
89604
  get: function () {
89593
- return this.eq;
89605
+ return this.es;
89594
89606
  },
89595
89607
  set: function (a) {
89596
- this.eq = a;
89608
+ this.es = a;
89597
89609
  this.g("AlignItems");
89598
89610
  },
89599
89611
  enumerable: false,
@@ -89601,10 +89613,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89601
89613
  });
89602
89614
  Object.defineProperty(ButtonDescription.prototype, "valueRef", {
89603
89615
  get: function () {
89604
- return this.g3;
89616
+ return this.g5;
89605
89617
  },
89606
89618
  set: function (a) {
89607
- this.g3 = a;
89619
+ this.g5 = a;
89608
89620
  this.g("ValueRef");
89609
89621
  },
89610
89622
  enumerable: false,
@@ -89612,10 +89624,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89612
89624
  });
89613
89625
  Object.defineProperty(ButtonDescription.prototype, "name", {
89614
89626
  get: function () {
89615
- return this.ge;
89627
+ return this.gg;
89616
89628
  },
89617
89629
  set: function (a) {
89618
- this.ge = a;
89630
+ this.gg = a;
89619
89631
  this.g("Name");
89620
89632
  },
89621
89633
  enumerable: false,
@@ -89623,10 +89635,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89623
89635
  });
89624
89636
  Object.defineProperty(ButtonDescription.prototype, "tabIndex", {
89625
89637
  get: function () {
89626
- return this.df;
89638
+ return this.dh;
89627
89639
  },
89628
89640
  set: function (a) {
89629
- this.df = a;
89641
+ this.dh = a;
89630
89642
  this.g("TabIndex");
89631
89643
  },
89632
89644
  enumerable: false,
@@ -89634,10 +89646,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89634
89646
  });
89635
89647
  Object.defineProperty(ButtonDescription.prototype, "ariaLabel", {
89636
89648
  get: function () {
89637
- return this.er;
89649
+ return this.et;
89638
89650
  },
89639
89651
  set: function (a) {
89640
- this.er = a;
89652
+ this.et = a;
89641
89653
  this.g("AriaLabel");
89642
89654
  },
89643
89655
  enumerable: false,
@@ -89645,10 +89657,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89645
89657
  });
89646
89658
  Object.defineProperty(ButtonDescription.prototype, "fillAvailableSpace", {
89647
89659
  get: function () {
89648
- return this.n;
89660
+ return this.o;
89649
89661
  },
89650
89662
  set: function (a) {
89651
- this.n = a;
89663
+ this.o = a;
89652
89664
  this.g("FillAvailableSpace");
89653
89665
  },
89654
89666
  enumerable: false,
@@ -89656,10 +89668,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89656
89668
  });
89657
89669
  Object.defineProperty(ButtonDescription.prototype, "focused", {
89658
89670
  get: function () {
89659
- return this.o;
89671
+ return this.p;
89660
89672
  },
89661
89673
  set: function (a) {
89662
- this.o = a;
89674
+ this.p = a;
89663
89675
  this.g("Focused");
89664
89676
  },
89665
89677
  enumerable: false,
@@ -89667,10 +89679,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89667
89679
  });
89668
89680
  Object.defineProperty(ButtonDescription.prototype, "isFocusStyleEnabled", {
89669
89681
  get: function () {
89670
- return this.p;
89682
+ return this.q;
89671
89683
  },
89672
89684
  set: function (a) {
89673
- this.p = a;
89685
+ this.q = a;
89674
89686
  this.g("IsFocusStyleEnabled");
89675
89687
  },
89676
89688
  enumerable: false,
@@ -89678,10 +89690,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89678
89690
  });
89679
89691
  Object.defineProperty(ButtonDescription.prototype, "disableRipple", {
89680
89692
  get: function () {
89681
- return this.l;
89693
+ return this.m;
89682
89694
  },
89683
89695
  set: function (a) {
89684
- this.l = a;
89696
+ this.m = a;
89685
89697
  this.g("DisableRipple");
89686
89698
  },
89687
89699
  enumerable: false,
@@ -89700,10 +89712,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89700
89712
  });
89701
89713
  Object.defineProperty(ButtonDescription.prototype, "disableHover", {
89702
89714
  get: function () {
89703
- return this.j;
89715
+ return this.k;
89704
89716
  },
89705
89717
  set: function (a) {
89706
- this.j = a;
89718
+ this.k = a;
89707
89719
  this.g("DisableHover");
89708
89720
  },
89709
89721
  enumerable: false,
@@ -89711,10 +89723,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89711
89723
  });
89712
89724
  Object.defineProperty(ButtonDescription.prototype, "isHover", {
89713
89725
  get: function () {
89714
- return this.q;
89726
+ return this.r;
89715
89727
  },
89716
89728
  set: function (a) {
89717
- this.q = a;
89729
+ this.r = a;
89718
89730
  this.g("IsHover");
89719
89731
  },
89720
89732
  enumerable: false,
@@ -89722,10 +89734,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89722
89734
  });
89723
89735
  Object.defineProperty(ButtonDescription.prototype, "disabled", {
89724
89736
  get: function () {
89725
- return this.i;
89737
+ return this.j;
89726
89738
  },
89727
89739
  set: function (a) {
89728
- this.i = a;
89740
+ this.j = a;
89729
89741
  this.g("Disabled");
89730
89742
  },
89731
89743
  enumerable: false,
@@ -89733,10 +89745,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89733
89745
  });
89734
89746
  Object.defineProperty(ButtonDescription.prototype, "disableTransitions", {
89735
89747
  get: function () {
89736
- return this.m;
89748
+ return this.n;
89737
89749
  },
89738
89750
  set: function (a) {
89739
- this.m = a;
89751
+ this.n = a;
89740
89752
  this.g("DisableTransitions");
89741
89753
  },
89742
89754
  enumerable: false,
@@ -89744,10 +89756,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89744
89756
  });
89745
89757
  Object.defineProperty(ButtonDescription.prototype, "disablePointer", {
89746
89758
  get: function () {
89747
- return this.k;
89759
+ return this.l;
89748
89760
  },
89749
89761
  set: function (a) {
89750
- this.k = a;
89762
+ this.l = a;
89751
89763
  this.g("DisablePointer");
89752
89764
  },
89753
89765
  enumerable: false,
@@ -89755,10 +89767,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89755
89767
  });
89756
89768
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingLeft", {
89757
89769
  get: function () {
89758
- return this.ai;
89770
+ return this.ak;
89759
89771
  },
89760
89772
  set: function (a) {
89761
- this.ai = a;
89773
+ this.ak = a;
89762
89774
  this.g("ContentPaddingLeft");
89763
89775
  },
89764
89776
  enumerable: false,
@@ -89766,10 +89778,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89766
89778
  });
89767
89779
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingTop", {
89768
89780
  get: function () {
89769
- return this.ak;
89781
+ return this.am;
89770
89782
  },
89771
89783
  set: function (a) {
89772
- this.ak = a;
89784
+ this.am = a;
89773
89785
  this.g("ContentPaddingTop");
89774
89786
  },
89775
89787
  enumerable: false,
@@ -89777,10 +89789,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89777
89789
  });
89778
89790
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingRight", {
89779
89791
  get: function () {
89780
- return this.aj;
89792
+ return this.al;
89781
89793
  },
89782
89794
  set: function (a) {
89783
- this.aj = a;
89795
+ this.al = a;
89784
89796
  this.g("ContentPaddingRight");
89785
89797
  },
89786
89798
  enumerable: false,
@@ -89788,10 +89800,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89788
89800
  });
89789
89801
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingBottom", {
89790
89802
  get: function () {
89791
- return this.ah;
89803
+ return this.aj;
89792
89804
  },
89793
89805
  set: function (a) {
89794
- this.ah = a;
89806
+ this.aj = a;
89795
89807
  this.g("ContentPaddingBottom");
89796
89808
  },
89797
89809
  enumerable: false,
@@ -89799,10 +89811,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89799
89811
  });
89800
89812
  Object.defineProperty(ButtonDescription.prototype, "horizontalContentAlignment", {
89801
89813
  get: function () {
89802
- return this.fx;
89814
+ return this.fz;
89803
89815
  },
89804
89816
  set: function (a) {
89805
- this.fx = a;
89817
+ this.fz = a;
89806
89818
  this.g("HorizontalContentAlignment");
89807
89819
  },
89808
89820
  enumerable: false,
@@ -89810,21 +89822,32 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89810
89822
  });
89811
89823
  Object.defineProperty(ButtonDescription.prototype, "verticalContentAlignment", {
89812
89824
  get: function () {
89813
- return this.g4;
89825
+ return this.g6;
89814
89826
  },
89815
89827
  set: function (a) {
89816
- this.g4 = a;
89828
+ this.g6 = a;
89817
89829
  this.g("VerticalContentAlignment");
89818
89830
  },
89819
89831
  enumerable: false,
89820
89832
  configurable: true
89821
89833
  });
89834
+ Object.defineProperty(ButtonDescription.prototype, "clickTunneling", {
89835
+ get: function () {
89836
+ return this.i;
89837
+ },
89838
+ set: function (a) {
89839
+ this.i = a;
89840
+ this.g("ClickTunneling");
89841
+ },
89842
+ enumerable: false,
89843
+ configurable: true
89844
+ });
89822
89845
  Object.defineProperty(ButtonDescription.prototype, "clickedRef", {
89823
89846
  get: function () {
89824
- return this.ev;
89847
+ return this.ex;
89825
89848
  },
89826
89849
  set: function (a) {
89827
- this.ev = a;
89850
+ this.ex = a;
89828
89851
  this.g("ClickedRef");
89829
89852
  },
89830
89853
  enumerable: false,
@@ -89832,10 +89855,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89832
89855
  });
89833
89856
  Object.defineProperty(ButtonDescription.prototype, "gotFocusRef", {
89834
89857
  get: function () {
89835
- return this.fw;
89858
+ return this.fy;
89836
89859
  },
89837
89860
  set: function (a) {
89838
- this.fw = a;
89861
+ this.fy = a;
89839
89862
  this.g("GotFocusRef");
89840
89863
  },
89841
89864
  enumerable: false,
@@ -89843,10 +89866,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
89843
89866
  });
89844
89867
  Object.defineProperty(ButtonDescription.prototype, "lostFocusRef", {
89845
89868
  get: function () {
89846
- return this.gd;
89869
+ return this.gf;
89847
89870
  },
89848
89871
  set: function (a) {
89849
- this.gd = a;
89872
+ this.gf = a;
89850
89873
  this.g("LostFocusRef");
89851
89874
  },
89852
89875
  enumerable: false,
@@ -90215,6 +90238,7 @@ var ButtonDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
90215
90238
  a.item("HorizontalContentAlignment@names", "Left;Center;Right;Stretch");
90216
90239
  a.item("VerticalContentAlignment", "ExportedType:string:VerticalAlignment");
90217
90240
  a.item("VerticalContentAlignment@names", "Top;Center;Bottom;Stretch");
90241
+ a.item("ClickTunneling", "Boolean");
90218
90242
  a.item("ClickedRef", "EventRef::clicked");
90219
90243
  a.item("GotFocusRef", "EventRef::gotFocus");
90220
90244
  a.item("LostFocusRef", "EventRef::lostFocus");
@@ -111470,10 +111494,10 @@ var HeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
111470
111494
  __extends(HeaderDescription, _super);
111471
111495
  function HeaderDescription() {
111472
111496
  var _this = _super.call(this) || this;
111473
- _this.cf = null;
111474
- _this.cd = null;
111475
111497
  _this.cg = null;
111476
111498
  _this.ce = null;
111499
+ _this.ch = null;
111500
+ _this.cf = null;
111477
111501
  _this.b6 = 0;
111478
111502
  _this.b8 = 0;
111479
111503
  _this.b7 = 0;
@@ -111485,10 +111509,10 @@ var HeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
111485
111509
  };
111486
111510
  Object.defineProperty(HeaderDescription.prototype, "sortIndicatorColor", {
111487
111511
  get: function () {
111488
- return this.cf;
111512
+ return this.cg;
111489
111513
  },
111490
111514
  set: function (a) {
111491
- this.cf = a;
111515
+ this.cg = a;
111492
111516
  this.g("SortIndicatorColor");
111493
111517
  },
111494
111518
  enumerable: false,
@@ -111496,10 +111520,10 @@ var HeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
111496
111520
  });
111497
111521
  Object.defineProperty(HeaderDescription.prototype, "actualSortIndicatorColor", {
111498
111522
  get: function () {
111499
- return this.cd;
111523
+ return this.ce;
111500
111524
  },
111501
111525
  set: function (a) {
111502
- this.cd = a;
111526
+ this.ce = a;
111503
111527
  this.g("ActualSortIndicatorColor");
111504
111528
  },
111505
111529
  enumerable: false,
@@ -111507,10 +111531,10 @@ var HeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
111507
111531
  });
111508
111532
  Object.defineProperty(HeaderDescription.prototype, "sortIndicatorStyle", {
111509
111533
  get: function () {
111510
- return this.cg;
111534
+ return this.ch;
111511
111535
  },
111512
111536
  set: function (a) {
111513
- this.cg = a;
111537
+ this.ch = a;
111514
111538
  this.g("SortIndicatorStyle");
111515
111539
  },
111516
111540
  enumerable: false,
@@ -111518,10 +111542,10 @@ var HeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
111518
111542
  });
111519
111543
  Object.defineProperty(HeaderDescription.prototype, "actualSortIndicatorStyle", {
111520
111544
  get: function () {
111521
- return this.ce;
111545
+ return this.cf;
111522
111546
  },
111523
111547
  set: function (a) {
111524
- this.ce = a;
111548
+ this.cf = a;
111525
111549
  this.g("ActualSortIndicatorStyle");
111526
111550
  },
111527
111551
  enumerable: false,
@@ -111573,6 +111597,7 @@ var HeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
111573
111597
  });
111574
111598
  HeaderDescription.$t = markType(HeaderDescription, 'HeaderDescription', DefinitionBaseDescription.$);
111575
111599
  HeaderDescription.__canMarshalByValue = true;
111600
+ HeaderDescription.__marshalByValueAlias = "Header";
111576
111601
  return HeaderDescription;
111577
111602
  }(DefinitionBaseDescription));
111578
111603
 
@@ -111595,6 +111620,7 @@ var TextHeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
111595
111620
  };
111596
111621
  TextHeaderDescription.$t = markType(TextHeaderDescription, 'TextHeaderDescription', HeaderDescription.$);
111597
111622
  TextHeaderDescription.__canMarshalByValue1 = true;
111623
+ TextHeaderDescription.__marshalByValueAlias1 = "TextHeader";
111598
111624
  return TextHeaderDescription;
111599
111625
  }(HeaderDescription));
111600
111626
 
@@ -120924,16 +120950,16 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
120924
120950
  _this.dm = 0;
120925
120951
  _this.dl = 0;
120926
120952
  _this.dj = 0;
120927
- _this.ei = null;
120928
- _this.ec = null;
120929
- _this.ee = null;
120930
- _this.d0 = null;
120931
- _this.em = null;
120932
- _this.d4 = null;
120933
- _this.ek = null;
120934
- _this.d2 = null;
120953
+ _this.ej = null;
120954
+ _this.ed = null;
120955
+ _this.ef = null;
120956
+ _this.d1 = null;
120957
+ _this.en = null;
120958
+ _this.d5 = null;
120935
120959
  _this.el = null;
120936
120960
  _this.d3 = null;
120961
+ _this.em = null;
120962
+ _this.d4 = null;
120937
120963
  _this.cc = null;
120938
120964
  _this.b8 = null;
120939
120965
  _this.da = 0;
@@ -120946,14 +120972,14 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
120946
120972
  _this.cs = false;
120947
120973
  _this.cr = false;
120948
120974
  _this.ct = false;
120949
- _this.en = null;
120950
- _this.ej = null;
120951
- _this.dw = null;
120952
- _this.d5 = null;
120953
- _this.dy = null;
120954
- _this.d7 = null;
120955
- _this.d6 = null;
120975
+ _this.eo = null;
120976
+ _this.ek = null;
120956
120977
  _this.dx = null;
120978
+ _this.d6 = null;
120979
+ _this.dz = null;
120980
+ _this.d8 = null;
120981
+ _this.d7 = null;
120982
+ _this.dy = null;
120957
120983
  _this.ch = false;
120958
120984
  _this.cl = false;
120959
120985
  _this.cj = false;
@@ -120961,24 +120987,24 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
120961
120987
  _this.ci = false;
120962
120988
  _this.cm = false;
120963
120989
  _this.co = false;
120964
- _this.d8 = null;
120965
- _this.dz = null;
120990
+ _this.d9 = null;
120991
+ _this.d0 = null;
120966
120992
  _this.c9 = 0;
120967
120993
  _this.c7 = 0;
120968
- _this.d9 = null;
120969
- _this.c8 = 0;
120970
120994
  _this.ea = null;
120995
+ _this.c8 = 0;
120971
120996
  _this.eb = null;
120972
- _this.eg = null;
120973
- _this.ef = null;
120997
+ _this.ec = null;
120974
120998
  _this.eh = null;
120999
+ _this.eg = null;
121000
+ _this.ei = null;
120975
121001
  _this.dg = 0;
120976
121002
  _this.di = 0;
120977
121003
  _this.dh = 0;
120978
121004
  _this.df = 0;
120979
- _this.ed = null;
121005
+ _this.ee = null;
120980
121006
  _this.b4 = null;
120981
- _this.d1 = null;
121007
+ _this.d2 = null;
120982
121008
  return _this;
120983
121009
  }
120984
121010
  DataGridColumnDescription.prototype.get_type = function () {
@@ -121030,10 +121056,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121030
121056
  });
121031
121057
  Object.defineProperty(DataGridColumnDescription.prototype, "name", {
121032
121058
  get: function () {
121033
- return this.ei;
121059
+ return this.ej;
121034
121060
  },
121035
121061
  set: function (a) {
121036
- this.ei = a;
121062
+ this.ej = a;
121037
121063
  this.g("Name");
121038
121064
  },
121039
121065
  enumerable: false,
@@ -121041,10 +121067,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121041
121067
  });
121042
121068
  Object.defineProperty(DataGridColumnDescription.prototype, "field", {
121043
121069
  get: function () {
121044
- return this.ec;
121070
+ return this.ed;
121045
121071
  },
121046
121072
  set: function (a) {
121047
- this.ec = a;
121073
+ this.ed = a;
121048
121074
  this.g("Field");
121049
121075
  },
121050
121076
  enumerable: false,
@@ -121052,10 +121078,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121052
121078
  });
121053
121079
  Object.defineProperty(DataGridColumnDescription.prototype, "headerText", {
121054
121080
  get: function () {
121055
- return this.ee;
121081
+ return this.ef;
121056
121082
  },
121057
121083
  set: function (a) {
121058
- this.ee = a;
121084
+ this.ef = a;
121059
121085
  this.g("HeaderText");
121060
121086
  },
121061
121087
  enumerable: false,
@@ -121063,10 +121089,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121063
121089
  });
121064
121090
  Object.defineProperty(DataGridColumnDescription.prototype, "actualHeaderText", {
121065
121091
  get: function () {
121066
- return this.d0;
121092
+ return this.d1;
121067
121093
  },
121068
121094
  set: function (a) {
121069
- this.d0 = a;
121095
+ this.d1 = a;
121070
121096
  this.g("ActualHeaderText");
121071
121097
  },
121072
121098
  enumerable: false,
@@ -121074,10 +121100,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121074
121100
  });
121075
121101
  Object.defineProperty(DataGridColumnDescription.prototype, "selectedBackground", {
121076
121102
  get: function () {
121077
- return this.em;
121103
+ return this.en;
121078
121104
  },
121079
121105
  set: function (a) {
121080
- this.em = a;
121106
+ this.en = a;
121081
121107
  this.g("SelectedBackground");
121082
121108
  },
121083
121109
  enumerable: false,
@@ -121085,10 +121111,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121085
121111
  });
121086
121112
  Object.defineProperty(DataGridColumnDescription.prototype, "actualSelectedBackground", {
121087
121113
  get: function () {
121088
- return this.d4;
121114
+ return this.d5;
121089
121115
  },
121090
121116
  set: function (a) {
121091
- this.d4 = a;
121117
+ this.d5 = a;
121092
121118
  this.g("ActualSelectedBackground");
121093
121119
  },
121094
121120
  enumerable: false,
@@ -121096,10 +121122,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121096
121122
  });
121097
121123
  Object.defineProperty(DataGridColumnDescription.prototype, "rowHoverBackground", {
121098
121124
  get: function () {
121099
- return this.ek;
121125
+ return this.el;
121100
121126
  },
121101
121127
  set: function (a) {
121102
- this.ek = a;
121128
+ this.el = a;
121103
121129
  this.g("RowHoverBackground");
121104
121130
  },
121105
121131
  enumerable: false,
@@ -121107,10 +121133,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121107
121133
  });
121108
121134
  Object.defineProperty(DataGridColumnDescription.prototype, "actualHoverBackground", {
121109
121135
  get: function () {
121110
- return this.d2;
121136
+ return this.d3;
121111
121137
  },
121112
121138
  set: function (a) {
121113
- this.d2 = a;
121139
+ this.d3 = a;
121114
121140
  this.g("ActualHoverBackground");
121115
121141
  },
121116
121142
  enumerable: false,
@@ -121118,10 +121144,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121118
121144
  });
121119
121145
  Object.defineProperty(DataGridColumnDescription.prototype, "rowHoverTextColor", {
121120
121146
  get: function () {
121121
- return this.el;
121147
+ return this.em;
121122
121148
  },
121123
121149
  set: function (a) {
121124
- this.el = a;
121150
+ this.em = a;
121125
121151
  this.g("RowHoverTextColor");
121126
121152
  },
121127
121153
  enumerable: false,
@@ -121129,10 +121155,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121129
121155
  });
121130
121156
  Object.defineProperty(DataGridColumnDescription.prototype, "actualRowHoverTextColor", {
121131
121157
  get: function () {
121132
- return this.d3;
121158
+ return this.d4;
121133
121159
  },
121134
121160
  set: function (a) {
121135
- this.d3 = a;
121161
+ this.d4 = a;
121136
121162
  this.g("ActualRowHoverTextColor");
121137
121163
  },
121138
121164
  enumerable: false,
@@ -121272,10 +121298,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121272
121298
  });
121273
121299
  Object.defineProperty(DataGridColumnDescription.prototype, "sortDirection", {
121274
121300
  get: function () {
121275
- return this.en;
121301
+ return this.eo;
121276
121302
  },
121277
121303
  set: function (a) {
121278
- this.en = a;
121304
+ this.eo = a;
121279
121305
  this.g("SortDirection");
121280
121306
  },
121281
121307
  enumerable: false,
@@ -121283,10 +121309,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121283
121309
  });
121284
121310
  Object.defineProperty(DataGridColumnDescription.prototype, "pinned", {
121285
121311
  get: function () {
121286
- return this.ej;
121312
+ return this.ek;
121287
121313
  },
121288
121314
  set: function (a) {
121289
- this.ej = a;
121315
+ this.ek = a;
121290
121316
  this.g("Pinned");
121291
121317
  },
121292
121318
  enumerable: false,
@@ -121294,10 +121320,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121294
121320
  });
121295
121321
  Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconAlignment", {
121296
121322
  get: function () {
121297
- return this.dw;
121323
+ return this.dx;
121298
121324
  },
121299
121325
  set: function (a) {
121300
- this.dw = a;
121326
+ this.dx = a;
121301
121327
  this.g("ActualColumnOptionsIconAlignment");
121302
121328
  },
121303
121329
  enumerable: false,
@@ -121305,10 +121331,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121305
121331
  });
121306
121332
  Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconAlignment", {
121307
121333
  get: function () {
121308
- return this.d5;
121334
+ return this.d6;
121309
121335
  },
121310
121336
  set: function (a) {
121311
- this.d5 = a;
121337
+ this.d6 = a;
121312
121338
  this.g("ColumnOptionsIconAlignment");
121313
121339
  },
121314
121340
  enumerable: false,
@@ -121316,10 +121342,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121316
121342
  });
121317
121343
  Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconColor", {
121318
121344
  get: function () {
121319
- return this.dy;
121345
+ return this.dz;
121320
121346
  },
121321
121347
  set: function (a) {
121322
- this.dy = a;
121348
+ this.dz = a;
121323
121349
  this.g("ActualColumnOptionsIconColor");
121324
121350
  },
121325
121351
  enumerable: false,
@@ -121327,10 +121353,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121327
121353
  });
121328
121354
  Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconColor", {
121329
121355
  get: function () {
121330
- return this.d7;
121356
+ return this.d8;
121331
121357
  },
121332
121358
  set: function (a) {
121333
- this.d7 = a;
121359
+ this.d8 = a;
121334
121360
  this.g("ColumnOptionsIconColor");
121335
121361
  },
121336
121362
  enumerable: false,
@@ -121338,10 +121364,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121338
121364
  });
121339
121365
  Object.defineProperty(DataGridColumnDescription.prototype, "columnOptionsIconBehavior", {
121340
121366
  get: function () {
121341
- return this.d6;
121367
+ return this.d7;
121342
121368
  },
121343
121369
  set: function (a) {
121344
- this.d6 = a;
121370
+ this.d7 = a;
121345
121371
  this.g("ColumnOptionsIconBehavior");
121346
121372
  },
121347
121373
  enumerable: false,
@@ -121349,10 +121375,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121349
121375
  });
121350
121376
  Object.defineProperty(DataGridColumnDescription.prototype, "actualColumnOptionsIconBehavior", {
121351
121377
  get: function () {
121352
- return this.dx;
121378
+ return this.dy;
121353
121379
  },
121354
121380
  set: function (a) {
121355
- this.dx = a;
121381
+ this.dy = a;
121356
121382
  this.g("ActualColumnOptionsIconBehavior");
121357
121383
  },
121358
121384
  enumerable: false,
@@ -121437,10 +121463,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121437
121463
  });
121438
121464
  Object.defineProperty(DataGridColumnDescription.prototype, "deletedTextColor", {
121439
121465
  get: function () {
121440
- return this.d8;
121466
+ return this.d9;
121441
121467
  },
121442
121468
  set: function (a) {
121443
- this.d8 = a;
121469
+ this.d9 = a;
121444
121470
  this.g("DeletedTextColor");
121445
121471
  },
121446
121472
  enumerable: false,
@@ -121448,10 +121474,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121448
121474
  });
121449
121475
  Object.defineProperty(DataGridColumnDescription.prototype, "actualDeletedTextColor", {
121450
121476
  get: function () {
121451
- return this.dz;
121477
+ return this.d0;
121452
121478
  },
121453
121479
  set: function (a) {
121454
- this.dz = a;
121480
+ this.d0 = a;
121455
121481
  this.g("ActualDeletedTextColor");
121456
121482
  },
121457
121483
  enumerable: false,
@@ -121481,10 +121507,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121481
121507
  });
121482
121508
  Object.defineProperty(DataGridColumnDescription.prototype, "editFontFamily", {
121483
121509
  get: function () {
121484
- return this.d9;
121510
+ return this.ea;
121485
121511
  },
121486
121512
  set: function (a) {
121487
- this.d9 = a;
121513
+ this.ea = a;
121488
121514
  this.g("EditFontFamily");
121489
121515
  },
121490
121516
  enumerable: false,
@@ -121503,10 +121529,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121503
121529
  });
121504
121530
  Object.defineProperty(DataGridColumnDescription.prototype, "editFontStyle", {
121505
121531
  get: function () {
121506
- return this.ea;
121532
+ return this.eb;
121507
121533
  },
121508
121534
  set: function (a) {
121509
- this.ea = a;
121535
+ this.eb = a;
121510
121536
  this.g("EditFontStyle");
121511
121537
  },
121512
121538
  enumerable: false,
@@ -121514,10 +121540,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121514
121540
  });
121515
121541
  Object.defineProperty(DataGridColumnDescription.prototype, "editFontWeight", {
121516
121542
  get: function () {
121517
- return this.eb;
121543
+ return this.ec;
121518
121544
  },
121519
121545
  set: function (a) {
121520
- this.eb = a;
121546
+ this.ec = a;
121521
121547
  this.g("EditFontWeight");
121522
121548
  },
121523
121549
  enumerable: false,
@@ -121525,10 +121551,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121525
121551
  });
121526
121552
  Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellMode", {
121527
121553
  get: function () {
121528
- return this.eg;
121554
+ return this.eh;
121529
121555
  },
121530
121556
  set: function (a) {
121531
- this.eg = a;
121557
+ this.eh = a;
121532
121558
  this.g("MergedCellMode");
121533
121559
  },
121534
121560
  enumerable: false,
@@ -121536,10 +121562,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121536
121562
  });
121537
121563
  Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellEvaluationCriteria", {
121538
121564
  get: function () {
121539
- return this.ef;
121565
+ return this.eg;
121540
121566
  },
121541
121567
  set: function (a) {
121542
- this.ef = a;
121568
+ this.eg = a;
121543
121569
  this.g("MergedCellEvaluationCriteria");
121544
121570
  },
121545
121571
  enumerable: false,
@@ -121547,10 +121573,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121547
121573
  });
121548
121574
  Object.defineProperty(DataGridColumnDescription.prototype, "mergedCellVerticalAlignment", {
121549
121575
  get: function () {
121550
- return this.eh;
121576
+ return this.ei;
121551
121577
  },
121552
121578
  set: function (a) {
121553
- this.eh = a;
121579
+ this.ei = a;
121554
121580
  this.g("MergedCellVerticalAlignment");
121555
121581
  },
121556
121582
  enumerable: false,
@@ -121602,10 +121628,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121602
121628
  });
121603
121629
  Object.defineProperty(DataGridColumnDescription.prototype, "filterComparisonType", {
121604
121630
  get: function () {
121605
- return this.ed;
121631
+ return this.ee;
121606
121632
  },
121607
121633
  set: function (a) {
121608
- this.ed = a;
121634
+ this.ee = a;
121609
121635
  this.g("FilterComparisonType");
121610
121636
  },
121611
121637
  enumerable: false,
@@ -121624,10 +121650,10 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121624
121650
  });
121625
121651
  Object.defineProperty(DataGridColumnDescription.prototype, "actualHeaderTextChangeRef", {
121626
121652
  get: function () {
121627
- return this.d1;
121653
+ return this.d2;
121628
121654
  },
121629
121655
  set: function (a) {
121630
- this.d1 = a;
121656
+ this.d2 = a;
121631
121657
  this.g("ActualHeaderTextChangeRef");
121632
121658
  },
121633
121659
  enumerable: false,
@@ -121635,6 +121661,7 @@ var DataGridColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121635
121661
  });
121636
121662
  DataGridColumnDescription.$t = markType(DataGridColumnDescription, 'DataGridColumnDescription', DefinitionBaseDescription.$);
121637
121663
  DataGridColumnDescription.__canMarshalByValue = true;
121664
+ DataGridColumnDescription.__marshalByValueAlias = "DataGridColumn";
121638
121665
  return DataGridColumnDescription;
121639
121666
  }(DefinitionBaseDescription));
121640
121667
 
@@ -121651,11 +121678,11 @@ var TextColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121651
121678
  __extends(TextColumnDescription, _super);
121652
121679
  function TextColumnDescription() {
121653
121680
  var _this = _super.call(this) || this;
121681
+ _this.fn = null;
121654
121682
  _this.fl = null;
121655
- _this.fj = null;
121656
- _this.fg = null;
121657
- _this.fk = null;
121683
+ _this.fh = null;
121658
121684
  _this.fm = null;
121685
+ _this.fo = null;
121659
121686
  return _this;
121660
121687
  }
121661
121688
  TextColumnDescription.prototype.get_type = function () {
@@ -121663,10 +121690,10 @@ var TextColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121663
121690
  };
121664
121691
  Object.defineProperty(TextColumnDescription.prototype, "editorType", {
121665
121692
  get: function () {
121666
- return this.fl;
121693
+ return this.fn;
121667
121694
  },
121668
121695
  set: function (a) {
121669
- this.fl = a;
121696
+ this.fn = a;
121670
121697
  this.g("EditorType");
121671
121698
  },
121672
121699
  enumerable: false,
@@ -121674,10 +121701,10 @@ var TextColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121674
121701
  });
121675
121702
  Object.defineProperty(TextColumnDescription.prototype, "editorDataSourceRef", {
121676
121703
  get: function () {
121677
- return this.fj;
121704
+ return this.fl;
121678
121705
  },
121679
121706
  set: function (a) {
121680
- this.fj = a;
121707
+ this.fl = a;
121681
121708
  this.g("EditorDataSourceRef");
121682
121709
  },
121683
121710
  enumerable: false,
@@ -121685,10 +121712,10 @@ var TextColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121685
121712
  });
121686
121713
  Object.defineProperty(TextColumnDescription.prototype, "editorDataSource", {
121687
121714
  get: function () {
121688
- return this.fg;
121715
+ return this.fh;
121689
121716
  },
121690
121717
  set: function (a) {
121691
- this.fg = a;
121718
+ this.fh = a;
121692
121719
  this.g("EditorDataSource");
121693
121720
  },
121694
121721
  enumerable: false,
@@ -121696,10 +121723,10 @@ var TextColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121696
121723
  });
121697
121724
  Object.defineProperty(TextColumnDescription.prototype, "editorTextField", {
121698
121725
  get: function () {
121699
- return this.fk;
121726
+ return this.fm;
121700
121727
  },
121701
121728
  set: function (a) {
121702
- this.fk = a;
121729
+ this.fm = a;
121703
121730
  this.g("EditorTextField");
121704
121731
  },
121705
121732
  enumerable: false,
@@ -121707,10 +121734,10 @@ var TextColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121707
121734
  });
121708
121735
  Object.defineProperty(TextColumnDescription.prototype, "editorValueField", {
121709
121736
  get: function () {
121710
- return this.fm;
121737
+ return this.fo;
121711
121738
  },
121712
121739
  set: function (a) {
121713
- this.fm = a;
121740
+ this.fo = a;
121714
121741
  this.g("EditorValueField");
121715
121742
  },
121716
121743
  enumerable: false,
@@ -121718,6 +121745,7 @@ var TextColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121718
121745
  });
121719
121746
  TextColumnDescription.$t = markType(TextColumnDescription, 'TextColumnDescription', DataGridColumnDescription.$);
121720
121747
  TextColumnDescription.__canMarshalByValue1 = true;
121748
+ TextColumnDescription.__marshalByValueAlias1 = "TextColumn";
121721
121749
  return TextColumnDescription;
121722
121750
  }(DataGridColumnDescription));
121723
121751
 
@@ -121798,22 +121826,22 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121798
121826
  __extends(NumericColumnDescription, _super);
121799
121827
  function NumericColumnDescription() {
121800
121828
  var _this = _super.call(this) || this;
121801
- _this.fz = null;
121802
121829
  _this.f1 = null;
121803
- _this.f0 = null;
121830
+ _this.f3 = null;
121804
121831
  _this.f2 = null;
121805
- _this.fn = 0;
121832
+ _this.f4 = null;
121806
121833
  _this.fo = 0;
121807
121834
  _this.fp = 0;
121808
- _this.fl = false;
121809
- _this.fy = null;
121810
- _this.fg = null;
121835
+ _this.fq = 0;
121836
+ _this.fm = false;
121837
+ _this.f0 = null;
121838
+ _this.fh = null;
121839
+ _this.fz = null;
121811
121840
  _this.fx = null;
121812
121841
  _this.fv = null;
121813
- _this.ft = null;
121814
- _this.fi = null;
121815
- _this.fu = null;
121842
+ _this.fj = null;
121816
121843
  _this.fw = null;
121844
+ _this.fy = null;
121817
121845
  return _this;
121818
121846
  }
121819
121847
  NumericColumnDescription.prototype.get_type = function () {
@@ -121821,10 +121849,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121821
121849
  };
121822
121850
  Object.defineProperty(NumericColumnDescription.prototype, "negativePrefix", {
121823
121851
  get: function () {
121824
- return this.fz;
121852
+ return this.f1;
121825
121853
  },
121826
121854
  set: function (a) {
121827
- this.fz = a;
121855
+ this.f1 = a;
121828
121856
  this.g("NegativePrefix");
121829
121857
  },
121830
121858
  enumerable: false,
@@ -121832,10 +121860,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121832
121860
  });
121833
121861
  Object.defineProperty(NumericColumnDescription.prototype, "positivePrefix", {
121834
121862
  get: function () {
121835
- return this.f1;
121863
+ return this.f3;
121836
121864
  },
121837
121865
  set: function (a) {
121838
- this.f1 = a;
121866
+ this.f3 = a;
121839
121867
  this.g("PositivePrefix");
121840
121868
  },
121841
121869
  enumerable: false,
@@ -121843,10 +121871,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121843
121871
  });
121844
121872
  Object.defineProperty(NumericColumnDescription.prototype, "negativeSuffix", {
121845
121873
  get: function () {
121846
- return this.f0;
121874
+ return this.f2;
121847
121875
  },
121848
121876
  set: function (a) {
121849
- this.f0 = a;
121877
+ this.f2 = a;
121850
121878
  this.g("NegativeSuffix");
121851
121879
  },
121852
121880
  enumerable: false,
@@ -121854,10 +121882,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121854
121882
  });
121855
121883
  Object.defineProperty(NumericColumnDescription.prototype, "positiveSuffix", {
121856
121884
  get: function () {
121857
- return this.f2;
121885
+ return this.f4;
121858
121886
  },
121859
121887
  set: function (a) {
121860
- this.f2 = a;
121888
+ this.f4 = a;
121861
121889
  this.g("PositiveSuffix");
121862
121890
  },
121863
121891
  enumerable: false,
@@ -121865,10 +121893,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121865
121893
  });
121866
121894
  Object.defineProperty(NumericColumnDescription.prototype, "maxFractionDigits", {
121867
121895
  get: function () {
121868
- return this.fn;
121896
+ return this.fo;
121869
121897
  },
121870
121898
  set: function (a) {
121871
- this.fn = a;
121899
+ this.fo = a;
121872
121900
  this.g("MaxFractionDigits");
121873
121901
  },
121874
121902
  enumerable: false,
@@ -121876,10 +121904,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121876
121904
  });
121877
121905
  Object.defineProperty(NumericColumnDescription.prototype, "minFractionDigits", {
121878
121906
  get: function () {
121879
- return this.fo;
121907
+ return this.fp;
121880
121908
  },
121881
121909
  set: function (a) {
121882
- this.fo = a;
121910
+ this.fp = a;
121883
121911
  this.g("MinFractionDigits");
121884
121912
  },
121885
121913
  enumerable: false,
@@ -121887,10 +121915,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121887
121915
  });
121888
121916
  Object.defineProperty(NumericColumnDescription.prototype, "minIntegerDigits", {
121889
121917
  get: function () {
121890
- return this.fp;
121918
+ return this.fq;
121891
121919
  },
121892
121920
  set: function (a) {
121893
- this.fp = a;
121921
+ this.fq = a;
121894
121922
  this.g("MinIntegerDigits");
121895
121923
  },
121896
121924
  enumerable: false,
@@ -121898,10 +121926,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121898
121926
  });
121899
121927
  Object.defineProperty(NumericColumnDescription.prototype, "showGroupingSeparator", {
121900
121928
  get: function () {
121901
- return this.fl;
121929
+ return this.fm;
121902
121930
  },
121903
121931
  set: function (a) {
121904
- this.fl = a;
121932
+ this.fm = a;
121905
121933
  this.g("ShowGroupingSeparator");
121906
121934
  },
121907
121935
  enumerable: false,
@@ -121909,10 +121937,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121909
121937
  });
121910
121938
  Object.defineProperty(NumericColumnDescription.prototype, "formatString", {
121911
121939
  get: function () {
121912
- return this.fy;
121940
+ return this.f0;
121913
121941
  },
121914
121942
  set: function (a) {
121915
- this.fy = a;
121943
+ this.f0 = a;
121916
121944
  this.g("FormatString");
121917
121945
  },
121918
121946
  enumerable: false,
@@ -121920,10 +121948,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121920
121948
  });
121921
121949
  Object.defineProperty(NumericColumnDescription.prototype, "formatSpecifiers", {
121922
121950
  get: function () {
121923
- return this.fg;
121951
+ return this.fh;
121924
121952
  },
121925
121953
  set: function (a) {
121926
- this.fg = a;
121954
+ this.fh = a;
121927
121955
  this.g("FormatSpecifiers");
121928
121956
  },
121929
121957
  enumerable: false,
@@ -121931,10 +121959,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121931
121959
  });
121932
121960
  Object.defineProperty(NumericColumnDescription.prototype, "formatOverrideRef", {
121933
121961
  get: function () {
121934
- return this.fx;
121962
+ return this.fz;
121935
121963
  },
121936
121964
  set: function (a) {
121937
- this.fx = a;
121965
+ this.fz = a;
121938
121966
  this.g("FormatOverrideRef");
121939
121967
  },
121940
121968
  enumerable: false,
@@ -121942,10 +121970,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121942
121970
  });
121943
121971
  Object.defineProperty(NumericColumnDescription.prototype, "editorType", {
121944
121972
  get: function () {
121945
- return this.fv;
121973
+ return this.fx;
121946
121974
  },
121947
121975
  set: function (a) {
121948
- this.fv = a;
121976
+ this.fx = a;
121949
121977
  this.g("EditorType");
121950
121978
  },
121951
121979
  enumerable: false,
@@ -121953,10 +121981,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121953
121981
  });
121954
121982
  Object.defineProperty(NumericColumnDescription.prototype, "editorDataSourceRef", {
121955
121983
  get: function () {
121956
- return this.ft;
121984
+ return this.fv;
121957
121985
  },
121958
121986
  set: function (a) {
121959
- this.ft = a;
121987
+ this.fv = a;
121960
121988
  this.g("EditorDataSourceRef");
121961
121989
  },
121962
121990
  enumerable: false,
@@ -121964,10 +121992,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121964
121992
  });
121965
121993
  Object.defineProperty(NumericColumnDescription.prototype, "editorDataSource", {
121966
121994
  get: function () {
121967
- return this.fi;
121995
+ return this.fj;
121968
121996
  },
121969
121997
  set: function (a) {
121970
- this.fi = a;
121998
+ this.fj = a;
121971
121999
  this.g("EditorDataSource");
121972
122000
  },
121973
122001
  enumerable: false,
@@ -121975,10 +122003,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121975
122003
  });
121976
122004
  Object.defineProperty(NumericColumnDescription.prototype, "editorTextField", {
121977
122005
  get: function () {
121978
- return this.fu;
122006
+ return this.fw;
121979
122007
  },
121980
122008
  set: function (a) {
121981
- this.fu = a;
122009
+ this.fw = a;
121982
122010
  this.g("EditorTextField");
121983
122011
  },
121984
122012
  enumerable: false,
@@ -121986,10 +122014,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121986
122014
  });
121987
122015
  Object.defineProperty(NumericColumnDescription.prototype, "editorValueField", {
121988
122016
  get: function () {
121989
- return this.fw;
122017
+ return this.fy;
121990
122018
  },
121991
122019
  set: function (a) {
121992
- this.fw = a;
122020
+ this.fy = a;
121993
122021
  this.g("EditorValueField");
121994
122022
  },
121995
122023
  enumerable: false,
@@ -121997,6 +122025,7 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121997
122025
  });
121998
122026
  NumericColumnDescription.$t = markType(NumericColumnDescription, 'NumericColumnDescription', DataGridColumnDescription.$);
121999
122027
  NumericColumnDescription.__canMarshalByValue1 = true;
122028
+ NumericColumnDescription.__marshalByValueAlias1 = "NumericColumn";
122000
122029
  return NumericColumnDescription;
122001
122030
  }(DataGridColumnDescription));
122002
122031
 
@@ -122088,17 +122117,17 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122088
122117
  __extends(DateTimeColumnDescription, _super);
122089
122118
  function DateTimeColumnDescription() {
122090
122119
  var _this = _super.call(this) || this;
122091
- _this.fn = null;
122092
- _this.fu = null;
122093
122120
  _this.fp = null;
122094
- _this.fg = null;
122095
- _this.ft = null;
122096
- _this.fl = false;
122121
+ _this.fw = null;
122097
122122
  _this.fr = null;
122098
- _this.fo = null;
122099
- _this.fi = null;
122123
+ _this.fh = null;
122124
+ _this.fv = null;
122125
+ _this.fm = false;
122126
+ _this.ft = null;
122100
122127
  _this.fq = null;
122128
+ _this.fj = null;
122101
122129
  _this.fs = null;
122130
+ _this.fu = null;
122102
122131
  return _this;
122103
122132
  }
122104
122133
  DateTimeColumnDescription.prototype.get_type = function () {
@@ -122106,10 +122135,10 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122106
122135
  };
122107
122136
  Object.defineProperty(DateTimeColumnDescription.prototype, "dateTimeFormat", {
122108
122137
  get: function () {
122109
- return this.fn;
122138
+ return this.fp;
122110
122139
  },
122111
122140
  set: function (a) {
122112
- this.fn = a;
122141
+ this.fp = a;
122113
122142
  this.g("DateTimeFormat");
122114
122143
  },
122115
122144
  enumerable: false,
@@ -122117,10 +122146,10 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122117
122146
  });
122118
122147
  Object.defineProperty(DateTimeColumnDescription.prototype, "formatString", {
122119
122148
  get: function () {
122120
- return this.fu;
122149
+ return this.fw;
122121
122150
  },
122122
122151
  set: function (a) {
122123
- this.fu = a;
122152
+ this.fw = a;
122124
122153
  this.g("FormatString");
122125
122154
  },
122126
122155
  enumerable: false,
@@ -122128,10 +122157,10 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122128
122157
  });
122129
122158
  Object.defineProperty(DateTimeColumnDescription.prototype, "editorFormatString", {
122130
122159
  get: function () {
122131
- return this.fp;
122160
+ return this.fr;
122132
122161
  },
122133
122162
  set: function (a) {
122134
- this.fp = a;
122163
+ this.fr = a;
122135
122164
  this.g("EditorFormatString");
122136
122165
  },
122137
122166
  enumerable: false,
@@ -122139,10 +122168,10 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122139
122168
  });
122140
122169
  Object.defineProperty(DateTimeColumnDescription.prototype, "formatSpecifiers", {
122141
122170
  get: function () {
122142
- return this.fg;
122171
+ return this.fh;
122143
122172
  },
122144
122173
  set: function (a) {
122145
- this.fg = a;
122174
+ this.fh = a;
122146
122175
  this.g("FormatSpecifiers");
122147
122176
  },
122148
122177
  enumerable: false,
@@ -122150,10 +122179,10 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122150
122179
  });
122151
122180
  Object.defineProperty(DateTimeColumnDescription.prototype, "formatOverrideRef", {
122152
122181
  get: function () {
122153
- return this.ft;
122182
+ return this.fv;
122154
122183
  },
122155
122184
  set: function (a) {
122156
- this.ft = a;
122185
+ this.fv = a;
122157
122186
  this.g("FormatOverrideRef");
122158
122187
  },
122159
122188
  enumerable: false,
@@ -122161,10 +122190,10 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122161
122190
  });
122162
122191
  Object.defineProperty(DateTimeColumnDescription.prototype, "showTodayButton", {
122163
122192
  get: function () {
122164
- return this.fl;
122193
+ return this.fm;
122165
122194
  },
122166
122195
  set: function (a) {
122167
- this.fl = a;
122196
+ this.fm = a;
122168
122197
  this.g("ShowTodayButton");
122169
122198
  },
122170
122199
  enumerable: false,
@@ -122172,10 +122201,10 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122172
122201
  });
122173
122202
  Object.defineProperty(DateTimeColumnDescription.prototype, "editorType", {
122174
122203
  get: function () {
122175
- return this.fr;
122204
+ return this.ft;
122176
122205
  },
122177
122206
  set: function (a) {
122178
- this.fr = a;
122207
+ this.ft = a;
122179
122208
  this.g("EditorType");
122180
122209
  },
122181
122210
  enumerable: false,
@@ -122183,10 +122212,10 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122183
122212
  });
122184
122213
  Object.defineProperty(DateTimeColumnDescription.prototype, "editorDataSourceRef", {
122185
122214
  get: function () {
122186
- return this.fo;
122215
+ return this.fq;
122187
122216
  },
122188
122217
  set: function (a) {
122189
- this.fo = a;
122218
+ this.fq = a;
122190
122219
  this.g("EditorDataSourceRef");
122191
122220
  },
122192
122221
  enumerable: false,
@@ -122194,10 +122223,10 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122194
122223
  });
122195
122224
  Object.defineProperty(DateTimeColumnDescription.prototype, "editorDataSource", {
122196
122225
  get: function () {
122197
- return this.fi;
122226
+ return this.fj;
122198
122227
  },
122199
122228
  set: function (a) {
122200
- this.fi = a;
122229
+ this.fj = a;
122201
122230
  this.g("EditorDataSource");
122202
122231
  },
122203
122232
  enumerable: false,
@@ -122205,10 +122234,10 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122205
122234
  });
122206
122235
  Object.defineProperty(DateTimeColumnDescription.prototype, "editorTextField", {
122207
122236
  get: function () {
122208
- return this.fq;
122237
+ return this.fs;
122209
122238
  },
122210
122239
  set: function (a) {
122211
- this.fq = a;
122240
+ this.fs = a;
122212
122241
  this.g("EditorTextField");
122213
122242
  },
122214
122243
  enumerable: false,
@@ -122216,10 +122245,10 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122216
122245
  });
122217
122246
  Object.defineProperty(DateTimeColumnDescription.prototype, "editorValueField", {
122218
122247
  get: function () {
122219
- return this.fs;
122248
+ return this.fu;
122220
122249
  },
122221
122250
  set: function (a) {
122222
- this.fs = a;
122251
+ this.fu = a;
122223
122252
  this.g("EditorValueField");
122224
122253
  },
122225
122254
  enumerable: false,
@@ -122227,6 +122256,7 @@ var DateTimeColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122227
122256
  });
122228
122257
  DateTimeColumnDescription.$t = markType(DateTimeColumnDescription, 'DateTimeColumnDescription', DataGridColumnDescription.$);
122229
122258
  DateTimeColumnDescription.__canMarshalByValue1 = true;
122259
+ DateTimeColumnDescription.__marshalByValueAlias1 = "DateTimeColumn";
122230
122260
  return DateTimeColumnDescription;
122231
122261
  }(DataGridColumnDescription));
122232
122262
 
@@ -122378,16 +122408,16 @@ var TemplateColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122378
122408
  __extends(TemplateColumnDescription, _super);
122379
122409
  function TemplateColumnDescription() {
122380
122410
  var _this = _super.call(this) || this;
122381
- _this.fi = null;
122382
- _this.fh = null;
122411
+ _this.fk = null;
122412
+ _this.fj = null;
122383
122413
  return _this;
122384
122414
  }
122385
122415
  Object.defineProperty(TemplateColumnDescription.prototype, "templateRef", {
122386
122416
  get: function () {
122387
- return this.fi;
122417
+ return this.fk;
122388
122418
  },
122389
122419
  set: function (a) {
122390
- this.fi = a;
122420
+ this.fk = a;
122391
122421
  this.g("TemplateRef");
122392
122422
  },
122393
122423
  enumerable: false,
@@ -122398,10 +122428,10 @@ var TemplateColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122398
122428
  };
122399
122429
  Object.defineProperty(TemplateColumnDescription.prototype, "cellUpdatingRef", {
122400
122430
  get: function () {
122401
- return this.fh;
122431
+ return this.fj;
122402
122432
  },
122403
122433
  set: function (a) {
122404
- this.fh = a;
122434
+ this.fj = a;
122405
122435
  this.g("CellUpdatingRef");
122406
122436
  },
122407
122437
  enumerable: false,
@@ -122409,6 +122439,7 @@ var TemplateColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
122409
122439
  });
122410
122440
  TemplateColumnDescription.$t = markType(TemplateColumnDescription, 'TemplateColumnDescription', DataGridColumnDescription.$);
122411
122441
  TemplateColumnDescription.__canMarshalByValue1 = true;
122442
+ TemplateColumnDescription.__marshalByValueAlias1 = "TemplateColumn";
122412
122443
  return TemplateColumnDescription;
122413
122444
  }(DataGridColumnDescription));
122414
122445
 
@@ -126800,10 +126831,10 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
126800
126831
  __extends(ComboBoxColumnDescription, _super);
126801
126832
  function ComboBoxColumnDescription() {
126802
126833
  var _this = _super.call(this) || this;
126803
- _this.fj = null;
126804
- _this.fg = null;
126805
- _this.fk = null;
126806
126834
  _this.fl = null;
126835
+ _this.fh = null;
126836
+ _this.fm = null;
126837
+ _this.fn = null;
126807
126838
  return _this;
126808
126839
  }
126809
126840
  ComboBoxColumnDescription.prototype.get_type = function () {
@@ -126811,10 +126842,10 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
126811
126842
  };
126812
126843
  Object.defineProperty(ComboBoxColumnDescription.prototype, "dataSourceRef", {
126813
126844
  get: function () {
126814
- return this.fj;
126845
+ return this.fl;
126815
126846
  },
126816
126847
  set: function (a) {
126817
- this.fj = a;
126848
+ this.fl = a;
126818
126849
  this.g("DataSourceRef");
126819
126850
  },
126820
126851
  enumerable: false,
@@ -126822,10 +126853,10 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
126822
126853
  });
126823
126854
  Object.defineProperty(ComboBoxColumnDescription.prototype, "dataSource", {
126824
126855
  get: function () {
126825
- return this.fg;
126856
+ return this.fh;
126826
126857
  },
126827
126858
  set: function (a) {
126828
- this.fg = a;
126859
+ this.fh = a;
126829
126860
  this.g("DataSource");
126830
126861
  },
126831
126862
  enumerable: false,
@@ -126833,10 +126864,10 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
126833
126864
  });
126834
126865
  Object.defineProperty(ComboBoxColumnDescription.prototype, "textField", {
126835
126866
  get: function () {
126836
- return this.fk;
126867
+ return this.fm;
126837
126868
  },
126838
126869
  set: function (a) {
126839
- this.fk = a;
126870
+ this.fm = a;
126840
126871
  this.g("TextField");
126841
126872
  },
126842
126873
  enumerable: false,
@@ -126844,10 +126875,10 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
126844
126875
  });
126845
126876
  Object.defineProperty(ComboBoxColumnDescription.prototype, "valueField", {
126846
126877
  get: function () {
126847
- return this.fl;
126878
+ return this.fn;
126848
126879
  },
126849
126880
  set: function (a) {
126850
- this.fl = a;
126881
+ this.fn = a;
126851
126882
  this.g("ValueField");
126852
126883
  },
126853
126884
  enumerable: false,
@@ -126855,6 +126886,7 @@ var ComboBoxColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
126855
126886
  });
126856
126887
  ComboBoxColumnDescription.$t = markType(ComboBoxColumnDescription, 'ComboBoxColumnDescription', DataGridColumnDescription.$);
126857
126888
  ComboBoxColumnDescription.__canMarshalByValue1 = true;
126889
+ ComboBoxColumnDescription.__marshalByValueAlias1 = "ComboBoxColumn";
126858
126890
  return ComboBoxColumnDescription;
126859
126891
  }(DataGridColumnDescription));
126860
126892
 
@@ -144064,12 +144096,12 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
144064
144096
  __extends(ImageColumnDescription, _super);
144065
144097
  function ImageColumnDescription() {
144066
144098
  var _this = _super.call(this) || this;
144099
+ _this.fp = null;
144067
144100
  _this.fn = null;
144068
144101
  _this.fl = null;
144069
- _this.fj = null;
144070
- _this.fg = null;
144071
- _this.fk = null;
144102
+ _this.fh = null;
144072
144103
  _this.fm = null;
144104
+ _this.fo = null;
144073
144105
  return _this;
144074
144106
  }
144075
144107
  ImageColumnDescription.prototype.get_type = function () {
@@ -144077,10 +144109,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
144077
144109
  };
144078
144110
  Object.defineProperty(ImageColumnDescription.prototype, "imageStretchOption", {
144079
144111
  get: function () {
144080
- return this.fn;
144112
+ return this.fp;
144081
144113
  },
144082
144114
  set: function (a) {
144083
- this.fn = a;
144115
+ this.fp = a;
144084
144116
  this.g("ImageStretchOption");
144085
144117
  },
144086
144118
  enumerable: false,
@@ -144088,10 +144120,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
144088
144120
  });
144089
144121
  Object.defineProperty(ImageColumnDescription.prototype, "editorType", {
144090
144122
  get: function () {
144091
- return this.fl;
144123
+ return this.fn;
144092
144124
  },
144093
144125
  set: function (a) {
144094
- this.fl = a;
144126
+ this.fn = a;
144095
144127
  this.g("EditorType");
144096
144128
  },
144097
144129
  enumerable: false,
@@ -144099,10 +144131,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
144099
144131
  });
144100
144132
  Object.defineProperty(ImageColumnDescription.prototype, "editorDataSourceRef", {
144101
144133
  get: function () {
144102
- return this.fj;
144134
+ return this.fl;
144103
144135
  },
144104
144136
  set: function (a) {
144105
- this.fj = a;
144137
+ this.fl = a;
144106
144138
  this.g("EditorDataSourceRef");
144107
144139
  },
144108
144140
  enumerable: false,
@@ -144110,10 +144142,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
144110
144142
  });
144111
144143
  Object.defineProperty(ImageColumnDescription.prototype, "editorDataSource", {
144112
144144
  get: function () {
144113
- return this.fg;
144145
+ return this.fh;
144114
144146
  },
144115
144147
  set: function (a) {
144116
- this.fg = a;
144148
+ this.fh = a;
144117
144149
  this.g("EditorDataSource");
144118
144150
  },
144119
144151
  enumerable: false,
@@ -144121,10 +144153,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
144121
144153
  });
144122
144154
  Object.defineProperty(ImageColumnDescription.prototype, "editorTextField", {
144123
144155
  get: function () {
144124
- return this.fk;
144156
+ return this.fm;
144125
144157
  },
144126
144158
  set: function (a) {
144127
- this.fk = a;
144159
+ this.fm = a;
144128
144160
  this.g("EditorTextField");
144129
144161
  },
144130
144162
  enumerable: false,
@@ -144132,10 +144164,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
144132
144164
  });
144133
144165
  Object.defineProperty(ImageColumnDescription.prototype, "editorValueField", {
144134
144166
  get: function () {
144135
- return this.fm;
144167
+ return this.fo;
144136
144168
  },
144137
144169
  set: function (a) {
144138
- this.fm = a;
144170
+ this.fo = a;
144139
144171
  this.g("EditorValueField");
144140
144172
  },
144141
144173
  enumerable: false,
@@ -144143,6 +144175,7 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
144143
144175
  });
144144
144176
  ImageColumnDescription.$t = markType(ImageColumnDescription, 'ImageColumnDescription', DataGridColumnDescription.$);
144145
144177
  ImageColumnDescription.__canMarshalByValue1 = true;
144178
+ ImageColumnDescription.__marshalByValueAlias1 = "ImageColumn";
144146
144179
  return ImageColumnDescription;
144147
144180
  }(DataGridColumnDescription));
144148
144181
 
@@ -144309,7 +144342,7 @@ var TemplateHeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
144309
144342
  __extends(TemplateHeaderDescription, _super);
144310
144343
  function TemplateHeaderDescription() {
144311
144344
  var _this = _super.call(this) || this;
144312
- _this.cm = null;
144345
+ _this.co = null;
144313
144346
  return _this;
144314
144347
  }
144315
144348
  TemplateHeaderDescription.prototype.get_type = function () {
@@ -144317,10 +144350,10 @@ var TemplateHeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
144317
144350
  };
144318
144351
  Object.defineProperty(TemplateHeaderDescription.prototype, "cellUpdatingRef", {
144319
144352
  get: function () {
144320
- return this.cm;
144353
+ return this.co;
144321
144354
  },
144322
144355
  set: function (a) {
144323
- this.cm = a;
144356
+ this.co = a;
144324
144357
  this.g("CellUpdatingRef");
144325
144358
  },
144326
144359
  enumerable: false,
@@ -144328,6 +144361,7 @@ var TemplateHeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
144328
144361
  });
144329
144362
  TemplateHeaderDescription.$t = markType(TemplateHeaderDescription, 'TemplateHeaderDescription', HeaderDescription.$);
144330
144363
  TemplateHeaderDescription.__canMarshalByValue1 = true;
144364
+ TemplateHeaderDescription.__marshalByValueAlias1 = "TemplateHeader";
144331
144365
  return TemplateHeaderDescription;
144332
144366
  }(HeaderDescription));
144333
144367
 
@@ -156338,6 +156372,7 @@ var EditorDefinitionDescription = /** @class */ /*@__PURE__*/ (function (_super)
156338
156372
  };
156339
156373
  EditorDefinitionDescription.$t = markType(EditorDefinitionDescription, 'EditorDefinitionDescription', DefinitionBaseDescription.$);
156340
156374
  EditorDefinitionDescription.__canMarshalByValue = true;
156375
+ EditorDefinitionDescription.__marshalByValueAlias = "EditorDefinition";
156341
156376
  return EditorDefinitionDescription;
156342
156377
  }(DefinitionBaseDescription));
156343
156378
 
@@ -156478,6 +156513,7 @@ var EditRowDefinitionDescription = /** @class */ /*@__PURE__*/ (function (_super
156478
156513
  };
156479
156514
  EditRowDefinitionDescription.$t = markType(EditRowDefinitionDescription, 'EditRowDefinitionDescription', DefinitionBaseDescription.$);
156480
156515
  EditRowDefinitionDescription.__canMarshalByValue = true;
156516
+ EditRowDefinitionDescription.__marshalByValueAlias = "EditRowDefinition";
156481
156517
  return EditRowDefinitionDescription;
156482
156518
  }(DefinitionBaseDescription));
156483
156519
 
@@ -157395,6 +157431,7 @@ var FilterRowDefinitionDescription = /** @class */ /*@__PURE__*/ (function (_sup
157395
157431
  });
157396
157432
  FilterRowDefinitionDescription.$t = markType(FilterRowDefinitionDescription, 'FilterRowDefinitionDescription', DefinitionBaseDescription.$);
157397
157433
  FilterRowDefinitionDescription.__canMarshalByValue = true;
157434
+ FilterRowDefinitionDescription.__marshalByValueAlias = "FilterRowDefinition";
157398
157435
  return FilterRowDefinitionDescription;
157399
157436
  }(DefinitionBaseDescription));
157400
157437
 
@@ -171195,7 +171232,7 @@ var PropertyEditorPropertyDescriptionDescriptionMetadata = /** @class */ /*@__PU
171195
171232
  a.item("PropertyPath", "String");
171196
171233
  a.item("Label", "String");
171197
171234
  a.item("ValueType", "ExportedType:string:PropertyEditorValueType");
171198
- 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");
171235
+ 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");
171199
171236
  a.item("PropertyDescriptionType", "String");
171200
171237
  a.item("ShouldOverrideDefaultEditor", "Boolean");
171201
171238
  a.item("ElementDescriptionType", "String");