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