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