igniteui-angular-inputs 21.0.0-beta.0 → 21.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-inputs.umd.js +3640 -3311
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +642 -628
- package/esm2015/lib/ButtonView_combined.js +2036 -1743
- package/esm2015/lib/CalendarView_combined.js +157 -157
- package/esm2015/lib/CheckboxView_combined.js +39 -39
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/InputGroupView_combined.js +209 -209
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/ThemeResolver.js +38 -22
- package/esm2015/lib/XButtonBridge.js +53 -45
- package/esm2015/lib/XButtonGroupBridge.js +13 -9
- package/esm2015/lib/XIconButtonBridge.js +2 -2
- package/esm2015/lib/igx-x-button-component.js +399 -399
- package/esm2015/lib/igx-x-button-group-component.js +124 -124
- package/esm5/lib/ButtonGroupView_combined.js +620 -606
- package/esm5/lib/ButtonView_combined.js +1950 -1657
- package/esm5/lib/CalendarView_combined.js +157 -157
- package/esm5/lib/CheckboxView_combined.js +39 -39
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/InputGroupView_combined.js +209 -209
- package/esm5/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/ThemeResolver.js +38 -22
- package/esm5/lib/XButtonBridge.js +53 -45
- package/esm5/lib/XButtonGroupBridge.js +13 -9
- package/esm5/lib/XIconButtonBridge.js +2 -2
- package/esm5/lib/igx-x-button-component.js +399 -399
- package/esm5/lib/igx-x-button-group-component.js +124 -124
- package/fesm2015/igniteui-angular-inputs.js +3743 -3414
- package/fesm5/igniteui-angular-inputs.js +3641 -3312
- package/lib/ButtonGroupView_combined.d.ts +181 -179
- package/lib/ButtonView_combined.d.ts +479 -478
- package/lib/ThemeResolver.d.ts +18 -15
- package/package.json +2 -2
|
@@ -90,9 +90,9 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
90
90
|
this.o.setStyleProperty("overflow", "hidden");
|
|
91
91
|
this.o.setStyleProperty("white-space", "no-wrap");
|
|
92
92
|
this.o.setStyleProperty("color", "#000");
|
|
93
|
-
this.o.setStyleProperty("background", this.c.
|
|
94
|
-
NativeUI.o(this.o, this.c.
|
|
95
|
-
this.o.setAttribute("id", this.c.
|
|
93
|
+
this.o.setStyleProperty("background", this.c.nt._fill);
|
|
94
|
+
NativeUI.o(this.o, this.c.k4);
|
|
95
|
+
this.o.setAttribute("id", this.c.hz);
|
|
96
96
|
this.ay();
|
|
97
97
|
this.i.add(c.listen("change", runOn(this, this.aa)));
|
|
98
98
|
this.i.add(c.listen("click", runOn(this, this.ab)));
|
|
@@ -134,20 +134,20 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
134
134
|
let comp_ = i.componentRef;
|
|
135
135
|
this.q = comp_;
|
|
136
136
|
{
|
|
137
|
-
this.p.setStyleProperty("flex-direction", this.c.
|
|
138
|
-
this.p.setStyleProperty("align-items", this.c.
|
|
139
|
-
let direction_ = this.c.
|
|
140
|
-
let display_ = this.c.
|
|
141
|
-
let alignItems_ = this.c.
|
|
137
|
+
this.p.setStyleProperty("flex-direction", this.c.g5);
|
|
138
|
+
this.p.setStyleProperty("align-items", this.c.fc);
|
|
139
|
+
let direction_ = this.c.g5;
|
|
140
|
+
let display_ = this.c.fk != null ? this.c.fk : this.c.f1;
|
|
141
|
+
let alignItems_ = this.c.fc;
|
|
142
142
|
comp_.display = display_;
|
|
143
143
|
comp_.flexDirection = direction_;
|
|
144
144
|
comp_.alignItems = alignItems_;
|
|
145
145
|
}
|
|
146
146
|
}, true);
|
|
147
|
-
this.c.
|
|
147
|
+
this.c.kq();
|
|
148
148
|
}
|
|
149
149
|
an() {
|
|
150
|
-
this.d.i = this.c.
|
|
150
|
+
this.d.i = this.c.at;
|
|
151
151
|
}
|
|
152
152
|
a1() {
|
|
153
153
|
let a = "2.25rem";
|
|
@@ -163,7 +163,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
163
163
|
let k = "0px";
|
|
164
164
|
let l = ".9375rem";
|
|
165
165
|
let m = ".5625rem 1rem";
|
|
166
|
-
switch (this.c.
|
|
166
|
+
switch (this.c.r) {
|
|
167
167
|
case 2:
|
|
168
168
|
m = ".375rem .75rem";
|
|
169
169
|
j = "1.875rem";
|
|
@@ -196,8 +196,8 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
196
196
|
c = "1rem";
|
|
197
197
|
break;
|
|
198
198
|
}
|
|
199
|
-
if (!isNaN_(this.c.
|
|
200
|
-
m = this.c.
|
|
199
|
+
if (!isNaN_(this.c.bn) && !isNaN_(this.c.bp) && !isNaN_(this.c.bo) && !isNaN_(this.c.bm)) {
|
|
200
|
+
m = this.c.bp + "px " + this.c.bo + "px " + this.c.bm + "px " + this.c.bn + "px";
|
|
201
201
|
}
|
|
202
202
|
if (this.c.e == 4) {
|
|
203
203
|
this.o.setStyleProperty("min-width", a);
|
|
@@ -221,7 +221,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
221
221
|
this.o.setStyleProperty("padding", m);
|
|
222
222
|
}
|
|
223
223
|
this.l.rootWrapper.setStyleProperty("height", "auto");
|
|
224
|
-
if (!isNaN_(this.c.
|
|
224
|
+
if (!isNaN_(this.c.bk) && this.c.bk > 0) {
|
|
225
225
|
this.o.setStyleProperty("border-style", "solid");
|
|
226
226
|
}
|
|
227
227
|
else {
|
|
@@ -233,14 +233,14 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
233
233
|
if (!isNaN_(this.j)) {
|
|
234
234
|
this.o.setStyleProperty("min-height", this.j.toString() + "px");
|
|
235
235
|
}
|
|
236
|
-
if (this.c.
|
|
236
|
+
if (this.c.az) {
|
|
237
237
|
this.o.setStyleProperty("width", "100%");
|
|
238
238
|
this.o.setStyleProperty("height", "100%");
|
|
239
239
|
this.l.rootWrapper.setStyleProperty("height", "100%");
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
av() {
|
|
243
|
-
switch (this.c.
|
|
243
|
+
switch (this.c.lj) {
|
|
244
244
|
case 1:
|
|
245
245
|
this.o.setStyleProperty("justify-content", "center");
|
|
246
246
|
this.p.setStyleProperty("flex-grow", "unset");
|
|
@@ -271,11 +271,11 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
271
271
|
}
|
|
272
272
|
ao() {
|
|
273
273
|
if (this.l != null) {
|
|
274
|
-
this.l.rootWrapper.setStyleProperty("display", this.c.
|
|
274
|
+
this.l.rootWrapper.setStyleProperty("display", this.c.f1);
|
|
275
275
|
let comp_ = this.q;
|
|
276
276
|
if (this.q != null) {
|
|
277
|
-
this.p.setStyleProperty("display", this.c.
|
|
278
|
-
let display_ = this.c.
|
|
277
|
+
this.p.setStyleProperty("display", this.c.f1);
|
|
278
|
+
let display_ = this.c.fk != null ? this.c.f1 : this.c.fk;
|
|
279
279
|
comp_.display = display_;
|
|
280
280
|
}
|
|
281
281
|
let ext_ = this.l.getExternal(this.c, null, null);
|
|
@@ -289,19 +289,19 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
289
289
|
if (this.l != null) {
|
|
290
290
|
let comp_ = this.q;
|
|
291
291
|
if (this.q != null) {
|
|
292
|
-
let display_ = this.c.
|
|
292
|
+
let display_ = this.c.fk != null ? this.c.fk : this.c.f1;
|
|
293
293
|
comp_.display = display_;
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
ai() {
|
|
298
298
|
if (this.l != null) {
|
|
299
|
-
this.l.rootWrapper.setStyleProperty("align-items", this.c.
|
|
300
|
-
this.o.setStyleProperty("align-items", this.c.
|
|
299
|
+
this.l.rootWrapper.setStyleProperty("align-items", this.c.fc);
|
|
300
|
+
this.o.setStyleProperty("align-items", this.c.fc);
|
|
301
301
|
let comp_ = this.q;
|
|
302
302
|
if (this.q != null) {
|
|
303
|
-
this.p.setStyleProperty("align-items", this.c.
|
|
304
|
-
let alignItems_ = this.c.
|
|
303
|
+
this.p.setStyleProperty("align-items", this.c.fc);
|
|
304
|
+
let alignItems_ = this.c.fc;
|
|
305
305
|
comp_.alignItems = alignItems_;
|
|
306
306
|
}
|
|
307
307
|
let ext_ = this.l.getExternal(this.c, null, null);
|
|
@@ -313,13 +313,13 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
313
313
|
}
|
|
314
314
|
ap() {
|
|
315
315
|
if (this.l != null) {
|
|
316
|
-
this.l.rootWrapper.setStyleProperty("flex-direction", this.c.
|
|
317
|
-
this.o.setStyleProperty("flex-direction", this.c.
|
|
316
|
+
this.l.rootWrapper.setStyleProperty("flex-direction", this.c.g5);
|
|
317
|
+
this.o.setStyleProperty("flex-direction", this.c.g5);
|
|
318
318
|
let ext_ = this.l.getExternal(this.c, null, null);
|
|
319
319
|
let comp_ = this.q;
|
|
320
320
|
if (this.q != null) {
|
|
321
|
-
this.p.setStyleProperty("flex-direction", this.c.
|
|
322
|
-
let direction_ = this.c.
|
|
321
|
+
this.p.setStyleProperty("flex-direction", this.c.g5);
|
|
322
|
+
let direction_ = this.c.g5;
|
|
323
323
|
comp_.flexDirection = direction_;
|
|
324
324
|
}
|
|
325
325
|
if (ext_ && ext_._onFlexDirectionChanged) {
|
|
@@ -330,8 +330,8 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
330
330
|
}
|
|
331
331
|
aq() {
|
|
332
332
|
if (this.l != null) {
|
|
333
|
-
this.l.rootWrapper.setStyleProperty("flex-grow", this.c.
|
|
334
|
-
this.o.setStyleProperty("flex-grow", this.c.
|
|
333
|
+
this.l.rootWrapper.setStyleProperty("flex-grow", this.c.g7);
|
|
334
|
+
this.o.setStyleProperty("flex-grow", this.c.g7);
|
|
335
335
|
let ext_ = this.l.getExternal(this.c, null, null);
|
|
336
336
|
if (ext_ && ext_._onFlexGrowChanged) {
|
|
337
337
|
ext_._onFlexGrowChanged();
|
|
@@ -343,69 +343,69 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
343
343
|
}
|
|
344
344
|
ay() {
|
|
345
345
|
if (this.h()) {
|
|
346
|
-
let a = this.c.
|
|
347
|
-
this.o.setAttribute("name", this.c.
|
|
348
|
-
this.o.setProperty("value", this.c.
|
|
349
|
-
if (this.c.
|
|
350
|
-
this.o.setAttribute("tabindex", this.c.
|
|
346
|
+
let a = this.c.hz;
|
|
347
|
+
this.o.setAttribute("name", this.c.h7);
|
|
348
|
+
this.o.setProperty("value", this.c.ef);
|
|
349
|
+
if (this.c.a0) {
|
|
350
|
+
this.o.setAttribute("tabindex", this.c.d8.toString());
|
|
351
351
|
}
|
|
352
352
|
this.o.setProperty("disabled", this.c.disabled);
|
|
353
353
|
{
|
|
354
354
|
}
|
|
355
|
-
this.o.setAttribute("aria-label", this.c.
|
|
356
|
-
this.o.setStyleProperty("cursor", !this.c.
|
|
355
|
+
this.o.setAttribute("aria-label", this.c.fe);
|
|
356
|
+
this.o.setStyleProperty("cursor", !this.c.aw ? "pointer" : "unset");
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
359
|
as() {
|
|
360
360
|
if (this.h()) {
|
|
361
|
-
let a = this.c.
|
|
361
|
+
let a = this.c.hz;
|
|
362
362
|
this.o.setAttribute("id", a);
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
365
|
w(a) {
|
|
366
|
-
this.c.
|
|
367
|
-
if (this.c.
|
|
366
|
+
this.c.km();
|
|
367
|
+
if (this.c.a6) {
|
|
368
368
|
a.stopPropagation();
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
371
|
x(a) {
|
|
372
|
-
this.c.
|
|
373
|
-
if (this.c.
|
|
372
|
+
this.c.kn();
|
|
373
|
+
if (this.c.a6) {
|
|
374
374
|
a.stopPropagation();
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
v(a) {
|
|
378
|
-
this.c.
|
|
379
|
-
if (this.c.
|
|
378
|
+
this.c.kl();
|
|
379
|
+
if (this.c.a6) {
|
|
380
380
|
a.stopPropagation();
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
383
|
y(a) {
|
|
384
|
-
this.c.
|
|
385
|
-
if (this.c.
|
|
384
|
+
this.c.ko();
|
|
385
|
+
if (this.c.a6) {
|
|
386
386
|
a.stopPropagation();
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
389
|
z(a) {
|
|
390
|
-
this.c.
|
|
390
|
+
this.c.kf();
|
|
391
391
|
}
|
|
392
392
|
ac(a) {
|
|
393
|
-
this.c.
|
|
393
|
+
this.c.ki();
|
|
394
394
|
}
|
|
395
395
|
ab(a) {
|
|
396
|
-
this.c.
|
|
397
|
-
if (!this.c.
|
|
396
|
+
this.c.kg();
|
|
397
|
+
if (!this.c.au) {
|
|
398
398
|
a.preventDefault();
|
|
399
399
|
}
|
|
400
|
-
if (this.c.
|
|
400
|
+
if (this.c.a6) {
|
|
401
401
|
a.stopPropagation();
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
404
|
ad(a) {
|
|
405
|
-
this.c.
|
|
405
|
+
this.c.kj();
|
|
406
406
|
}
|
|
407
407
|
ae(a) {
|
|
408
|
-
this.c.
|
|
408
|
+
this.c.kk(a.originalEvent.relatedTarget, a.originalEvent.target);
|
|
409
409
|
}
|
|
410
410
|
g() {
|
|
411
411
|
return false;
|
|
@@ -450,7 +450,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
450
450
|
this.d.aw = b;
|
|
451
451
|
}
|
|
452
452
|
a0(a, b) {
|
|
453
|
-
let c = ElevationHelper.e(a, this.c.
|
|
453
|
+
let c = ElevationHelper.e(a, this.c.n5, this.c.n2, this.c.ns, b);
|
|
454
454
|
this.o.setStyleProperty("box-shadow", c);
|
|
455
455
|
}
|
|
456
456
|
a2(a) {
|
|
@@ -494,257 +494,257 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
494
494
|
constructor() {
|
|
495
495
|
super();
|
|
496
496
|
this._view = null;
|
|
497
|
-
this.
|
|
498
|
-
this.
|
|
499
|
-
this.
|
|
500
|
-
this.
|
|
501
|
-
this.
|
|
502
|
-
this.
|
|
503
|
-
this.
|
|
504
|
-
this.
|
|
505
|
-
this.
|
|
506
|
-
this.
|
|
507
|
-
this.
|
|
508
|
-
this.
|
|
509
|
-
this.
|
|
510
|
-
this.
|
|
511
|
-
this.
|
|
512
|
-
this.
|
|
513
|
-
this.
|
|
514
|
-
this.
|
|
515
|
-
this.
|
|
516
|
-
this.
|
|
517
|
-
this.
|
|
518
|
-
this.
|
|
519
|
-
this.
|
|
520
|
-
this.
|
|
521
|
-
this.
|
|
522
|
-
this.
|
|
523
|
-
this.
|
|
524
|
-
this.
|
|
525
|
-
this.
|
|
526
|
-
this.
|
|
527
|
-
this.
|
|
528
|
-
this.
|
|
529
|
-
this.
|
|
530
|
-
this.
|
|
531
|
-
this.
|
|
532
|
-
this.
|
|
533
|
-
this.
|
|
534
|
-
this.
|
|
535
|
-
this.
|
|
536
|
-
this.
|
|
537
|
-
this.
|
|
538
|
-
this.
|
|
539
|
-
this.
|
|
540
|
-
this.
|
|
541
|
-
this.
|
|
542
|
-
this.
|
|
543
|
-
this.
|
|
544
|
-
this.
|
|
545
|
-
this.
|
|
546
|
-
this.
|
|
547
|
-
this.
|
|
548
|
-
this.
|
|
549
|
-
this.
|
|
550
|
-
this.
|
|
551
|
-
this.
|
|
552
|
-
this.
|
|
553
|
-
this.
|
|
554
|
-
this.
|
|
555
|
-
this.
|
|
556
|
-
this.
|
|
557
|
-
this.
|
|
558
|
-
this.
|
|
559
|
-
this.
|
|
560
|
-
this.
|
|
561
|
-
this.
|
|
562
|
-
this.
|
|
563
|
-
this.
|
|
564
|
-
this.
|
|
565
|
-
this.
|
|
566
|
-
this.
|
|
567
|
-
this.
|
|
568
|
-
this.
|
|
569
|
-
this.
|
|
570
|
-
this.
|
|
571
|
-
this.
|
|
572
|
-
this.
|
|
573
|
-
this.
|
|
574
|
-
this.
|
|
575
|
-
this.
|
|
576
|
-
this.
|
|
577
|
-
this.
|
|
578
|
-
this.
|
|
579
|
-
this.
|
|
580
|
-
this.
|
|
581
|
-
this.
|
|
582
|
-
this.
|
|
583
|
-
this.
|
|
584
|
-
this.
|
|
585
|
-
this.
|
|
586
|
-
this.
|
|
497
|
+
this.ee = null;
|
|
498
|
+
this.pt = XButton.l.ag(XButton.n, "UmbraShadowColor");
|
|
499
|
+
this.ph = XButton.l.ag(XButton.n, "PenumbraShadowColor");
|
|
500
|
+
this.n8 = XButton.l.ag(XButton.n, "AmbientShadowColor");
|
|
501
|
+
this.w = XButton.l.d(XButton.n, "ElevationMode");
|
|
502
|
+
this.pk = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBackgroundColor");
|
|
503
|
+
this.pl = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBorderColor");
|
|
504
|
+
this.pm = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledTextColor");
|
|
505
|
+
this.df = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledElevation");
|
|
506
|
+
this.di = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "RestingElevation");
|
|
507
|
+
this.dh = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverElevation");
|
|
508
|
+
this.dg = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusElevation");
|
|
509
|
+
this.pj = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderColor");
|
|
510
|
+
this.pr = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "RippleColor");
|
|
511
|
+
this.lb = XButton.l.y(XButton.n, 1, enumGetBox(ButtonDisplayStyle_$type, 0), "CornerRadius");
|
|
512
|
+
this.bu = XButton.l.i(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderWidth");
|
|
513
|
+
this.pi = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "BackgroundColor");
|
|
514
|
+
this.ps = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "TextColor");
|
|
515
|
+
this.pq = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverTextColor");
|
|
516
|
+
this.pp = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverBackgroundColor");
|
|
517
|
+
this.pn = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusBackgroundColor");
|
|
518
|
+
this.po = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusTextColor");
|
|
519
|
+
this.om = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBackgroundColor");
|
|
520
|
+
this.on = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBorderColor");
|
|
521
|
+
this.oo = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledTextColor");
|
|
522
|
+
this.c3 = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledElevation");
|
|
523
|
+
this.c6 = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "RestingElevation");
|
|
524
|
+
this.c5 = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverElevation");
|
|
525
|
+
this.c4 = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusElevation");
|
|
526
|
+
this.ol = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderColor");
|
|
527
|
+
this.ot = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "RippleColor");
|
|
528
|
+
this.k8 = XButton.l.y(XButton.n, 1, enumGetBox(ButtonDisplayStyle_$type, 1), "CornerRadius");
|
|
529
|
+
this.br = XButton.l.i(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderWidth");
|
|
530
|
+
this.ok = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "BackgroundColor");
|
|
531
|
+
this.ou = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "TextColor");
|
|
532
|
+
this.os = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverTextColor");
|
|
533
|
+
this.or = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverBackgroundColor");
|
|
534
|
+
this.op = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusBackgroundColor");
|
|
535
|
+
this.oq = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusTextColor");
|
|
536
|
+
this.o8 = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBackgroundColor");
|
|
537
|
+
this.o9 = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBorderColor");
|
|
538
|
+
this.pa = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledTextColor");
|
|
539
|
+
this.db = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledElevation");
|
|
540
|
+
this.de = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "RestingElevation");
|
|
541
|
+
this.dd = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverElevation");
|
|
542
|
+
this.dc = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusElevation");
|
|
543
|
+
this.o7 = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderColor");
|
|
544
|
+
this.pf = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "RippleColor");
|
|
545
|
+
this.la = XButton.l.y(XButton.n, 1, enumGetBox(ButtonDisplayStyle_$type, 2), "CornerRadius");
|
|
546
|
+
this.bt = XButton.l.i(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderWidth");
|
|
547
|
+
this.o6 = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "BackgroundColor");
|
|
548
|
+
this.pg = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "TextColor");
|
|
549
|
+
this.pe = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverTextColor");
|
|
550
|
+
this.pd = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverBackgroundColor");
|
|
551
|
+
this.pb = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusBackgroundColor");
|
|
552
|
+
this.pc = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusTextColor");
|
|
553
|
+
this.ox = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBackgroundColor");
|
|
554
|
+
this.oy = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBorderColor");
|
|
555
|
+
this.oz = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledTextColor");
|
|
556
|
+
this.c7 = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledElevation");
|
|
557
|
+
this.da = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "RestingElevation");
|
|
558
|
+
this.c9 = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverElevation");
|
|
559
|
+
this.c8 = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusElevation");
|
|
560
|
+
this.ow = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderColor");
|
|
561
|
+
this.o4 = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "RippleColor");
|
|
562
|
+
this.k9 = XButton.l.y(XButton.n, 1, enumGetBox(ButtonDisplayStyle_$type, 4), "CornerRadius");
|
|
563
|
+
this.bs = XButton.l.i(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderWidth");
|
|
564
|
+
this.ov = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "BackgroundColor");
|
|
565
|
+
this.o5 = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "TextColor");
|
|
566
|
+
this.o3 = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverTextColor");
|
|
567
|
+
this.o2 = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverBackgroundColor");
|
|
568
|
+
this.o0 = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusBackgroundColor");
|
|
569
|
+
this.o1 = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusTextColor");
|
|
570
|
+
this.ob = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBackgroundColor");
|
|
571
|
+
this.oc = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBorderColor");
|
|
572
|
+
this.od = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledTextColor");
|
|
573
|
+
this.cz = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledElevation");
|
|
574
|
+
this.c2 = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "RestingElevation");
|
|
575
|
+
this.c1 = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverElevation");
|
|
576
|
+
this.c0 = XButton.l.n(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusElevation");
|
|
577
|
+
this.oa = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderColor");
|
|
578
|
+
this.oi = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "RippleColor");
|
|
579
|
+
this.k7 = XButton.l.y(XButton.n, 1, enumGetBox(ButtonDisplayStyle_$type, 3), "CornerRadius");
|
|
580
|
+
this.bq = XButton.l.i(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderWidth");
|
|
581
|
+
this.n9 = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "BackgroundColor");
|
|
582
|
+
this.oj = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "TextColor");
|
|
583
|
+
this.oh = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverTextColor");
|
|
584
|
+
this.og = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverBackgroundColor");
|
|
585
|
+
this.oe = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusBackgroundColor");
|
|
586
|
+
this.of = XButton.l.af(XButton.n, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusTextColor");
|
|
587
|
+
this.bh = NaN;
|
|
587
588
|
this.bg = NaN;
|
|
588
|
-
this.bf = NaN;
|
|
589
589
|
this.d = 0;
|
|
590
|
-
this.
|
|
591
|
-
this.
|
|
592
|
-
this.
|
|
593
|
-
this.
|
|
594
|
-
this.
|
|
595
|
-
this.
|
|
596
|
-
this.
|
|
597
|
-
this.
|
|
598
|
-
this.
|
|
599
|
-
this.
|
|
600
|
-
this.
|
|
601
|
-
this.
|
|
602
|
-
this.
|
|
603
|
-
this.
|
|
604
|
-
this.
|
|
605
|
-
this.
|
|
606
|
-
this.
|
|
607
|
-
this.
|
|
608
|
-
this.
|
|
609
|
-
this.
|
|
610
|
-
this.
|
|
611
|
-
this.
|
|
612
|
-
this.
|
|
613
|
-
this.
|
|
614
|
-
this.
|
|
615
|
-
this.nc = null;
|
|
616
|
-
this.nd = null;
|
|
617
|
-
this.ne = null;
|
|
618
|
-
this.co = -1;
|
|
590
|
+
this.q = 0;
|
|
591
|
+
this.m = 0;
|
|
592
|
+
this.p = 1;
|
|
593
|
+
this.lm = ThemeResolver.ah(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderColor");
|
|
594
|
+
this.lx = ThemeResolver.ai(XButton.n, XButton.l, "UmbraShadowColor");
|
|
595
|
+
this.lu = ThemeResolver.ai(XButton.n, XButton.l, "PenumbraShadowColor");
|
|
596
|
+
this.lk = ThemeResolver.ai(XButton.n, XButton.l, "AmbientShadowColor");
|
|
597
|
+
this.b5 = ThemeResolver.p(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "RestingElevation");
|
|
598
|
+
this.b3 = ThemeResolver.p(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusElevation");
|
|
599
|
+
this.b4 = ThemeResolver.p(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverElevation");
|
|
600
|
+
this.lv = ThemeResolver.ah(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "RippleColor");
|
|
601
|
+
this.kx = ThemeResolver.ad(XButton.n, 1, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "CornerRadius");
|
|
602
|
+
this.ll = ThemeResolver.ah(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "BackgroundColor");
|
|
603
|
+
this.ln = ThemeResolver.ah(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBackgroundColor");
|
|
604
|
+
this.lo = ThemeResolver.ah(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBorderColor");
|
|
605
|
+
this.lp = ThemeResolver.ah(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledTextColor");
|
|
606
|
+
this.b2 = ThemeResolver.p(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledElevation");
|
|
607
|
+
this.t = ThemeResolver.f(XButton.n, XButton.l, "ElevationMode");
|
|
608
|
+
this.lw = ThemeResolver.ah(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "TextColor");
|
|
609
|
+
this.lt = ThemeResolver.ah(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverTextColor");
|
|
610
|
+
this.lq = ThemeResolver.ah(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusBackgroundColor");
|
|
611
|
+
this.lr = ThemeResolver.ah(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusTextColor");
|
|
612
|
+
this.ls = ThemeResolver.ah(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverBackgroundColor");
|
|
613
|
+
this.a7 = ThemeResolver.k(XButton.n, XButton.l, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderWidth");
|
|
614
|
+
this.nf = null;
|
|
619
615
|
this.nh = null;
|
|
620
|
-
this.
|
|
616
|
+
this.ni = null;
|
|
617
|
+
this.nj = null;
|
|
618
|
+
this.cp = -1;
|
|
619
|
+
this.nm = null;
|
|
620
|
+
this.ng = null;
|
|
621
|
+
this.cs = -1;
|
|
621
622
|
this.cr = -1;
|
|
622
623
|
this.cq = -1;
|
|
623
|
-
this.
|
|
624
|
-
this.
|
|
625
|
-
this.
|
|
626
|
-
this.
|
|
627
|
-
this.l8 = null;
|
|
628
|
-
this.ma = null;
|
|
629
|
-
this.mb = null;
|
|
630
|
-
this.mc = null;
|
|
631
|
-
this.ca = -1;
|
|
624
|
+
this.bj = NaN;
|
|
625
|
+
this.k3 = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
626
|
+
this.no = null;
|
|
627
|
+
this.md = null;
|
|
632
628
|
this.mf = null;
|
|
633
|
-
this.l9 = null;
|
|
634
|
-
this.cd = -1;
|
|
635
|
-
this.cc = -1;
|
|
636
|
-
this.cb = -1;
|
|
637
|
-
this.mh = null;
|
|
638
|
-
this.mi = null;
|
|
639
629
|
this.mg = null;
|
|
640
|
-
this.
|
|
630
|
+
this.mh = null;
|
|
631
|
+
this.cb = -1;
|
|
632
|
+
this.mk = null;
|
|
641
633
|
this.me = null;
|
|
642
|
-
this.bd = NaN;
|
|
643
|
-
this.kv = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
644
|
-
this.lt = null;
|
|
645
|
-
this.lv = null;
|
|
646
|
-
this.lw = null;
|
|
647
|
-
this.lx = null;
|
|
648
|
-
this.b5 = -1;
|
|
649
|
-
this.t = 0;
|
|
650
|
-
this.ml = null;
|
|
651
|
-
this.lu = null;
|
|
652
|
-
this.cs = -1;
|
|
653
|
-
this.cf = -1;
|
|
654
634
|
this.ce = -1;
|
|
655
|
-
this.
|
|
656
|
-
this.
|
|
635
|
+
this.cd = -1;
|
|
636
|
+
this.cc = -1;
|
|
637
|
+
this.mm = null;
|
|
657
638
|
this.mn = null;
|
|
658
|
-
this.
|
|
659
|
-
this.
|
|
660
|
-
this.ni = null;
|
|
661
|
-
this.nf = null;
|
|
662
|
-
this.ng = null;
|
|
639
|
+
this.ml = null;
|
|
640
|
+
this.mi = null;
|
|
663
641
|
this.mj = null;
|
|
664
|
-
this.
|
|
665
|
-
this.
|
|
666
|
-
this.kt = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
667
|
-
this.mz = null;
|
|
668
|
-
this.m1 = null;
|
|
669
|
-
this.m2 = null;
|
|
670
|
-
this.m3 = null;
|
|
671
|
-
this.ck = -1;
|
|
672
|
-
this.m6 = null;
|
|
673
|
-
this.m0 = null;
|
|
674
|
-
this.cn = -1;
|
|
675
|
-
this.cm = -1;
|
|
676
|
-
this.cl = -1;
|
|
677
|
-
this.bh = NaN;
|
|
678
|
-
this.kx = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
679
|
-
this.m8 = null;
|
|
680
|
-
this.m9 = null;
|
|
681
|
-
this.m7 = null;
|
|
682
|
-
this.m4 = null;
|
|
683
|
-
this.m5 = null;
|
|
642
|
+
this.be = NaN;
|
|
643
|
+
this.k0 = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
684
644
|
this.ly = null;
|
|
685
645
|
this.l0 = null;
|
|
686
646
|
this.l1 = null;
|
|
687
647
|
this.l2 = null;
|
|
688
648
|
this.b6 = -1;
|
|
689
|
-
this.
|
|
649
|
+
this.u = 0;
|
|
650
|
+
this.mq = null;
|
|
690
651
|
this.lz = null;
|
|
691
|
-
this.
|
|
692
|
-
this.
|
|
693
|
-
this.
|
|
694
|
-
this.
|
|
695
|
-
this.
|
|
652
|
+
this.ct = -1;
|
|
653
|
+
this.cg = -1;
|
|
654
|
+
this.cf = -1;
|
|
655
|
+
this.aa = null;
|
|
656
|
+
this.nr = null;
|
|
657
|
+
this.ms = null;
|
|
658
|
+
this.nq = null;
|
|
659
|
+
this.np = null;
|
|
660
|
+
this.nn = null;
|
|
661
|
+
this.nk = null;
|
|
662
|
+
this.nl = null;
|
|
663
|
+
this.mo = null;
|
|
664
|
+
this.mp = null;
|
|
665
|
+
this.a8 = NaN;
|
|
666
|
+
this.ky = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
667
|
+
this.m4 = null;
|
|
668
|
+
this.m6 = null;
|
|
669
|
+
this.m7 = null;
|
|
670
|
+
this.m8 = null;
|
|
671
|
+
this.cl = -1;
|
|
672
|
+
this.nb = null;
|
|
673
|
+
this.m5 = null;
|
|
674
|
+
this.co = -1;
|
|
675
|
+
this.cn = -1;
|
|
676
|
+
this.cm = -1;
|
|
677
|
+
this.bi = NaN;
|
|
678
|
+
this.k2 = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
679
|
+
this.nd = null;
|
|
680
|
+
this.ne = null;
|
|
681
|
+
this.nc = null;
|
|
682
|
+
this.m9 = null;
|
|
683
|
+
this.na = null;
|
|
684
|
+
this.l3 = null;
|
|
685
|
+
this.l5 = null;
|
|
696
686
|
this.l6 = null;
|
|
697
687
|
this.l7 = null;
|
|
698
|
-
this.
|
|
699
|
-
this.l3 = null;
|
|
700
|
-
this.l4 = null;
|
|
701
|
-
this.mo = null;
|
|
702
|
-
this.mq = null;
|
|
688
|
+
this.b7 = -1;
|
|
703
689
|
this.mr = null;
|
|
704
|
-
this.
|
|
705
|
-
this.
|
|
690
|
+
this.l4 = null;
|
|
691
|
+
this.ca = -1;
|
|
692
|
+
this.b9 = -1;
|
|
693
|
+
this.b8 = -1;
|
|
694
|
+
this.bd = NaN;
|
|
695
|
+
this.kz = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
696
|
+
this.mb = null;
|
|
697
|
+
this.mc = null;
|
|
698
|
+
this.ma = null;
|
|
699
|
+
this.l8 = null;
|
|
700
|
+
this.l9 = null;
|
|
701
|
+
this.mt = null;
|
|
706
702
|
this.mv = null;
|
|
707
|
-
this.
|
|
703
|
+
this.mw = null;
|
|
704
|
+
this.mx = null;
|
|
705
|
+
this.ch = -1;
|
|
706
|
+
this.m0 = null;
|
|
707
|
+
this.mu = null;
|
|
708
|
+
this.ck = -1;
|
|
708
709
|
this.cj = -1;
|
|
709
710
|
this.ci = -1;
|
|
710
|
-
this.
|
|
711
|
-
this.
|
|
712
|
-
this.
|
|
713
|
-
this.
|
|
711
|
+
this.bf = NaN;
|
|
712
|
+
this.k1 = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
713
|
+
this.m2 = null;
|
|
714
|
+
this.m3 = null;
|
|
715
|
+
this.m1 = null;
|
|
714
716
|
this.my = null;
|
|
715
|
-
this.
|
|
716
|
-
this.
|
|
717
|
-
this.
|
|
718
|
-
this.em = "ig-native-button-" + XButton.d9++;
|
|
719
|
-
this.el = "ig-button-" + XButton.d8++;
|
|
720
|
-
this.ei = "inline-block";
|
|
721
|
-
this.eh = null;
|
|
717
|
+
this.mz = null;
|
|
718
|
+
this.en = "ig-native-button-" + XButton.ea++;
|
|
719
|
+
this.em = "ig-button-" + XButton.d9++;
|
|
722
720
|
this.ej = "inline-block";
|
|
723
|
-
this.
|
|
724
|
-
this.
|
|
725
|
-
this.
|
|
726
|
-
this.
|
|
727
|
-
this.
|
|
728
|
-
this.
|
|
729
|
-
this.
|
|
730
|
-
this.al = false;
|
|
731
|
-
this.ao = false;
|
|
732
|
-
this.ap = true;
|
|
733
|
-
this.aj = false;
|
|
734
|
-
this.af = false;
|
|
735
|
-
this.ah = false;
|
|
736
|
-
this.aq = false;
|
|
721
|
+
this.ei = null;
|
|
722
|
+
this.ek = "inline-block";
|
|
723
|
+
this.el = null;
|
|
724
|
+
this.eg = "center";
|
|
725
|
+
this.eb = null;
|
|
726
|
+
this.eo = null;
|
|
727
|
+
this.cu = 0;
|
|
737
728
|
this.an = false;
|
|
729
|
+
this.eh = null;
|
|
730
|
+
this.am = false;
|
|
731
|
+
this.ap = false;
|
|
732
|
+
this.aq = true;
|
|
738
733
|
this.ak = false;
|
|
734
|
+
this.ag = false;
|
|
739
735
|
this.ai = false;
|
|
740
|
-
this.a9 = NaN;
|
|
741
|
-
this.bb = NaN;
|
|
742
|
-
this.ba = NaN;
|
|
743
|
-
this.a8 = NaN;
|
|
744
|
-
this.ld = 1;
|
|
745
|
-
this.rh = 1;
|
|
746
|
-
this.ag = true;
|
|
747
736
|
this.ar = false;
|
|
737
|
+
this.ao = false;
|
|
738
|
+
this.al = false;
|
|
739
|
+
this.aj = false;
|
|
740
|
+
this.ba = NaN;
|
|
741
|
+
this.bc = NaN;
|
|
742
|
+
this.bb = NaN;
|
|
743
|
+
this.a9 = NaN;
|
|
744
|
+
this.li = 1;
|
|
745
|
+
this.rm = 1;
|
|
746
|
+
this.ah = true;
|
|
747
|
+
this.as = false;
|
|
748
748
|
this.propertyChanged = null;
|
|
749
749
|
this.clicked = null;
|
|
750
750
|
this.mouseEnter = null;
|
|
@@ -767,13 +767,13 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
767
767
|
destroy() {
|
|
768
768
|
this.provideContainer(null);
|
|
769
769
|
}
|
|
770
|
-
|
|
770
|
+
kp(a, b, c) {
|
|
771
771
|
if (this.propertyChanged != null) {
|
|
772
772
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
773
773
|
}
|
|
774
|
-
this.
|
|
774
|
+
this.kr(a, b, c);
|
|
775
775
|
}
|
|
776
|
-
|
|
776
|
+
kr(a, b, c) {
|
|
777
777
|
switch (a) {
|
|
778
778
|
case "CornerRadius":
|
|
779
779
|
case "BorderColor":
|
|
@@ -878,25 +878,25 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
878
878
|
case "IconTextColor":
|
|
879
879
|
case "IconHoverTextColor":
|
|
880
880
|
case "ElevationMode":
|
|
881
|
-
this.
|
|
881
|
+
this.kv();
|
|
882
882
|
break;
|
|
883
883
|
case "BaseTheme":
|
|
884
|
-
this.
|
|
885
|
-
this.
|
|
884
|
+
this.kw(this.o == 0 ? 2 : this.o);
|
|
885
|
+
this.kv();
|
|
886
886
|
break;
|
|
887
887
|
case "IsDisabled":
|
|
888
|
-
this.
|
|
889
|
-
this.
|
|
888
|
+
this.at = this.disabled || this.ax;
|
|
889
|
+
this.kv();
|
|
890
890
|
this.view.at();
|
|
891
|
-
this.
|
|
891
|
+
this.ku();
|
|
892
892
|
break;
|
|
893
893
|
case "DisableRipple":
|
|
894
|
-
this.
|
|
895
|
-
this.
|
|
894
|
+
this.at = this.disabled || this.ax;
|
|
895
|
+
this.kv();
|
|
896
896
|
break;
|
|
897
897
|
case "TextStyle":
|
|
898
898
|
case "DisableHover":
|
|
899
|
-
this.
|
|
899
|
+
this.ku();
|
|
900
900
|
break;
|
|
901
901
|
case "ActualDisableRipple":
|
|
902
902
|
this.view.an();
|
|
@@ -911,24 +911,26 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
911
911
|
case "ActualFocusTextColor":
|
|
912
912
|
case "ActualHoverTextColor":
|
|
913
913
|
case "ActualElevationMode":
|
|
914
|
-
this.
|
|
914
|
+
this.ku();
|
|
915
915
|
break;
|
|
916
916
|
case "Density":
|
|
917
|
-
this.
|
|
917
|
+
this.r = this.s == 0 ? 1 : this.s;
|
|
918
|
+
this.kw(this.o == 0 ? 2 : this.o);
|
|
919
|
+
this.kv();
|
|
918
920
|
break;
|
|
919
921
|
case "ActualDensity":
|
|
920
922
|
case "ActualBorderWidth":
|
|
921
923
|
case "ActualCornerRadius":
|
|
922
924
|
if (this.e == 4) {
|
|
923
|
-
this.
|
|
925
|
+
this.kt();
|
|
924
926
|
}
|
|
925
927
|
this.view.a1();
|
|
926
|
-
this.
|
|
928
|
+
this.ku();
|
|
927
929
|
break;
|
|
928
930
|
case "DisplayType":
|
|
929
931
|
this.view.a1();
|
|
930
|
-
this.
|
|
931
|
-
this.
|
|
932
|
+
this.kv();
|
|
933
|
+
this.ku();
|
|
932
934
|
break;
|
|
933
935
|
case "ContentPaddingLeft":
|
|
934
936
|
case "ContentPaddingTop":
|
|
@@ -966,126 +968,126 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
966
968
|
this.view.ay();
|
|
967
969
|
break;
|
|
968
970
|
case "MinWidth":
|
|
969
|
-
this.view.ax(this.
|
|
971
|
+
this.view.ax(this.bz);
|
|
970
972
|
this.view.a1();
|
|
971
973
|
break;
|
|
972
974
|
case "MinHeight":
|
|
973
|
-
this.view.aw(this.
|
|
975
|
+
this.view.aw(this.by);
|
|
974
976
|
this.view.a1();
|
|
975
977
|
break;
|
|
976
978
|
}
|
|
977
979
|
}
|
|
978
|
-
|
|
980
|
+
k5(a, b) {
|
|
979
981
|
return new CornerRadius(1, !isNaN_(a.d) ? a.d : b.d, !isNaN_(a.e) ? a.e : b.e, !isNaN_(a.c) ? a.c : b.c, !isNaN_(a.b) ? a.b : b.b);
|
|
980
982
|
}
|
|
981
|
-
|
|
982
|
-
this.
|
|
983
|
-
this.
|
|
984
|
-
this.
|
|
985
|
-
this.
|
|
983
|
+
kv() {
|
|
984
|
+
this.v = this.x != 0 ? this.x : this.w;
|
|
985
|
+
this.n5 = this.pt;
|
|
986
|
+
this.n2 = this.ph;
|
|
987
|
+
this.ns = this.n8;
|
|
986
988
|
switch (this.e) {
|
|
987
989
|
case 0:
|
|
988
|
-
this.
|
|
989
|
-
this.
|
|
990
|
-
this.
|
|
991
|
-
this.
|
|
992
|
-
this.
|
|
990
|
+
this.nv = this.pu != null ? this.pu : this.rb != null ? this.rb : this.pk;
|
|
991
|
+
this.nw = this.pv != null ? this.pv : this.rc != null ? this.rc : this.pl;
|
|
992
|
+
this.nx = this.pw != null ? this.pw : this.rd != null ? this.rd : this.pm;
|
|
993
|
+
this.cv = this.dj >= 0 ? this.dj : this.d3 >= 0 ? this.d3 : this.df;
|
|
994
|
+
this.cy = this.d7 >= 0 ? this.d7 : this.d6 >= 0 ? this.d6 : this.di;
|
|
995
|
+
this.cx = this.du >= 0 ? this.du : this.d5 >= 0 ? this.d5 : this.dh;
|
|
993
996
|
this.cw = this.dt >= 0 ? this.dt : this.d4 >= 0 ? this.d4 : this.dg;
|
|
994
|
-
this.
|
|
995
|
-
this.
|
|
996
|
-
this.
|
|
997
|
-
this.
|
|
998
|
-
this.
|
|
999
|
-
this.
|
|
1000
|
-
this.ny = this.
|
|
1001
|
-
this.
|
|
1002
|
-
this.
|
|
1003
|
-
this.
|
|
1004
|
-
this.nw = this.qh != null ? this.qh : this.rc != null ? this.rc : this.pl;
|
|
997
|
+
this.nu = this.n7 != null ? this.n7 : this.ra != null ? this.ra : this.pj;
|
|
998
|
+
this.nt = this.n6 != null ? this.n6 : this.q9 != null ? this.q9 : this.pi;
|
|
999
|
+
this.n0 = this.ql != null ? this.ql : this.rg != null ? this.rg : this.pp;
|
|
1000
|
+
this.k4 = this.k5(this.k6, this.k5(this.lh, this.lb));
|
|
1001
|
+
this.bk = !isNaN_(this.bl) ? this.bl : !isNaN_(this.b1) ? this.b1 : this.bu;
|
|
1002
|
+
this.n3 = this.rk != null ? this.rk : this.ri != null ? this.ri : this.pr;
|
|
1003
|
+
this.ny = this.qj != null ? this.qj : this.re != null ? this.re : this.pn;
|
|
1004
|
+
this.nz = this.qk != null ? this.qk : this.rf != null ? this.rf : this.po;
|
|
1005
|
+
this.n4 = this.rl != null ? this.rl : this.rj != null ? this.rj : this.ps;
|
|
1006
|
+
this.n1 = this.qm != null ? this.qm : this.rh != null ? this.rh : this.pq;
|
|
1005
1007
|
break;
|
|
1006
1008
|
case 2:
|
|
1007
|
-
this.
|
|
1008
|
-
this.
|
|
1009
|
-
this.
|
|
1010
|
-
this.
|
|
1011
|
-
this.
|
|
1009
|
+
this.nv = this.pu != null ? this.pu : this.q0 != null ? this.q0 : this.o8;
|
|
1010
|
+
this.nw = this.pv != null ? this.pv : this.q1 != null ? this.q1 : this.o9;
|
|
1011
|
+
this.nx = this.pw != null ? this.pw : this.q2 != null ? this.q2 : this.pa;
|
|
1012
|
+
this.cv = this.dj >= 0 ? this.dj : this.dz >= 0 ? this.dz : this.db;
|
|
1013
|
+
this.cy = this.d7 >= 0 ? this.d7 : this.d2 >= 0 ? this.d2 : this.de;
|
|
1014
|
+
this.cx = this.du >= 0 ? this.du : this.d1 >= 0 ? this.d1 : this.dd;
|
|
1012
1015
|
this.cw = this.dt >= 0 ? this.dt : this.d0 >= 0 ? this.d0 : this.dc;
|
|
1013
|
-
this.
|
|
1014
|
-
this.
|
|
1015
|
-
this.
|
|
1016
|
-
this.
|
|
1017
|
-
this.
|
|
1018
|
-
this.
|
|
1019
|
-
this.ny = this.
|
|
1020
|
-
this.
|
|
1021
|
-
this.
|
|
1022
|
-
this.
|
|
1023
|
-
this.nw = this.qh != null ? this.qh : this.q1 != null ? this.q1 : this.o9;
|
|
1016
|
+
this.nu = this.n7 != null ? this.n7 : this.qz != null ? this.qz : this.o7;
|
|
1017
|
+
this.nt = this.ql != null ? this.ql : this.n6 != null ? this.n6 : this.qy != null ? this.qy : this.o6;
|
|
1018
|
+
this.n0 = this.q5 != null ? this.q5 : this.pd;
|
|
1019
|
+
this.k4 = this.k5(this.k6, this.k5(this.lg, this.la));
|
|
1020
|
+
this.bk = !isNaN_(this.bl) ? this.bl : !isNaN_(this.b0) ? this.b0 : this.bt;
|
|
1021
|
+
this.n3 = this.rk != null ? this.rk : this.q7 != null ? this.q7 : this.pf;
|
|
1022
|
+
this.ny = this.qj != null ? this.qj : this.q3 != null ? this.q3 : this.pb;
|
|
1023
|
+
this.nz = this.qk != null ? this.qk : this.q4 != null ? this.q4 : this.pc;
|
|
1024
|
+
this.n4 = this.rl != null ? this.rl : this.q8 != null ? this.q8 : this.pg;
|
|
1025
|
+
this.n1 = this.qm != null ? this.qm : this.q6 != null ? this.q6 : this.pe;
|
|
1024
1026
|
break;
|
|
1025
1027
|
case 1:
|
|
1026
|
-
this.
|
|
1027
|
-
this.
|
|
1028
|
-
this.
|
|
1029
|
-
this.
|
|
1030
|
-
this.
|
|
1028
|
+
this.nv = this.pu != null ? this.pu : this.qa != null ? this.qa : this.om;
|
|
1029
|
+
this.nw = this.pv != null ? this.pv : this.qb != null ? this.qb : this.on;
|
|
1030
|
+
this.nx = this.pw != null ? this.pw : this.qc != null ? this.qc : this.oo;
|
|
1031
|
+
this.cv = this.dj >= 0 ? this.dj : this.dp >= 0 ? this.dp : this.c3;
|
|
1032
|
+
this.cy = this.d7 >= 0 ? this.d7 : this.ds >= 0 ? this.ds : this.c6;
|
|
1033
|
+
this.cx = this.du >= 0 ? this.du : this.dr >= 0 ? this.dr : this.c5;
|
|
1031
1034
|
this.cw = this.dt >= 0 ? this.dt : this.dq >= 0 ? this.dq : this.c4;
|
|
1032
|
-
this.
|
|
1033
|
-
this.
|
|
1034
|
-
this.
|
|
1035
|
-
this.
|
|
1036
|
-
this.
|
|
1037
|
-
this.
|
|
1038
|
-
this.ny = this.
|
|
1039
|
-
this.
|
|
1040
|
-
this.
|
|
1041
|
-
this.
|
|
1042
|
-
this.nw = this.qh != null ? this.qh : this.qb != null ? this.qb : this.on;
|
|
1035
|
+
this.nu = this.n7 != null ? this.n7 : this.p9 != null ? this.p9 : this.ol;
|
|
1036
|
+
this.nt = this.n6 != null ? this.n6 : this.p8 != null ? this.p8 : this.ok;
|
|
1037
|
+
this.n0 = this.ql != null ? this.ql : this.qf != null ? this.qf : this.or;
|
|
1038
|
+
this.k4 = this.k5(this.k6, this.k5(this.ld, this.k8));
|
|
1039
|
+
this.bk = !isNaN_(this.bl) ? this.bl : !isNaN_(this.bw) ? this.bw : this.br;
|
|
1040
|
+
this.n3 = this.rk != null ? this.rk : this.qh != null ? this.qh : this.ot;
|
|
1041
|
+
this.ny = this.qj != null ? this.qj : this.qd != null ? this.qd : this.op;
|
|
1042
|
+
this.nz = this.qk != null ? this.qk : this.qe != null ? this.qe : this.oq;
|
|
1043
|
+
this.n4 = this.rl != null ? this.rl : this.qi != null ? this.qi : this.ou;
|
|
1044
|
+
this.n1 = this.qm != null ? this.qm : this.qg != null ? this.qg : this.os;
|
|
1043
1045
|
break;
|
|
1044
1046
|
case 4:
|
|
1045
|
-
this.
|
|
1046
|
-
this.
|
|
1047
|
-
this.
|
|
1048
|
-
this.
|
|
1049
|
-
this.
|
|
1047
|
+
this.nv = this.pu != null ? this.pu : this.qp != null ? this.qp : this.ox;
|
|
1048
|
+
this.nw = this.pv != null ? this.pv : this.qq != null ? this.qq : this.oy;
|
|
1049
|
+
this.nx = this.pw != null ? this.pw : this.qr != null ? this.qr : this.oz;
|
|
1050
|
+
this.cv = this.dj >= 0 ? this.dj : this.dv >= 0 ? this.dv : this.c7;
|
|
1051
|
+
this.cy = this.d7 >= 0 ? this.d7 : this.dy >= 0 ? this.dy : this.da;
|
|
1052
|
+
this.cx = this.du >= 0 ? this.du : this.dx >= 0 ? this.dx : this.c9;
|
|
1050
1053
|
this.cw = this.dt >= 0 ? this.dt : this.dw >= 0 ? this.dw : this.c8;
|
|
1051
|
-
this.
|
|
1052
|
-
this.
|
|
1053
|
-
this.
|
|
1054
|
-
this.
|
|
1055
|
-
this.
|
|
1056
|
-
this.
|
|
1057
|
-
this.ny = this.
|
|
1058
|
-
this.
|
|
1059
|
-
this.
|
|
1060
|
-
this.
|
|
1061
|
-
this.nw = this.qh != null ? this.qh : this.qq != null ? this.qq : this.oy;
|
|
1054
|
+
this.nu = this.n7 != null ? this.n7 : this.qo != null ? this.qo : this.ow;
|
|
1055
|
+
this.nt = this.n6 != null ? this.n6 : this.qn != null ? this.qn : this.ov;
|
|
1056
|
+
this.n0 = this.ql != null ? this.ql : this.qu != null ? this.qu : this.o2;
|
|
1057
|
+
this.kt();
|
|
1058
|
+
this.bk = !isNaN_(this.bl) ? this.bl : !isNaN_(this.bx) ? this.bx : this.bs;
|
|
1059
|
+
this.n3 = this.rk != null ? this.rk : this.qw != null ? this.qw : this.o4;
|
|
1060
|
+
this.ny = this.qj != null ? this.qj : this.qs != null ? this.qs : this.o0;
|
|
1061
|
+
this.nz = this.qk != null ? this.qk : this.qt != null ? this.qt : this.o1;
|
|
1062
|
+
this.n4 = this.rl != null ? this.rl : this.qx != null ? this.qx : this.o5;
|
|
1063
|
+
this.n1 = this.qm != null ? this.qm : this.qv != null ? this.qv : this.o3;
|
|
1062
1064
|
break;
|
|
1063
1065
|
case 3:
|
|
1064
|
-
this.
|
|
1065
|
-
this.
|
|
1066
|
-
this.
|
|
1067
|
-
this.
|
|
1068
|
-
this.
|
|
1066
|
+
this.nv = this.pu != null ? this.pu : this.pz != null ? this.pz : this.ob;
|
|
1067
|
+
this.nw = this.pv != null ? this.pv : this.p0 != null ? this.p0 : this.oc;
|
|
1068
|
+
this.nx = this.pw != null ? this.pw : this.p1 != null ? this.p1 : this.od;
|
|
1069
|
+
this.cv = this.dj >= 0 ? this.dj : this.dk >= 0 ? this.dk : this.cz;
|
|
1070
|
+
this.cy = this.d7 >= 0 ? this.d7 : this.dn >= 0 ? this.dn : this.c2;
|
|
1071
|
+
this.cx = this.du >= 0 ? this.du : this.dm >= 0 ? this.dm : this.c1;
|
|
1069
1072
|
this.cw = this.dt >= 0 ? this.dt : this.dl >= 0 ? this.dl : this.c0;
|
|
1070
|
-
this.
|
|
1071
|
-
this.
|
|
1072
|
-
this.
|
|
1073
|
-
this.
|
|
1074
|
-
this.
|
|
1075
|
-
this.
|
|
1076
|
-
this.ny = this.
|
|
1077
|
-
this.
|
|
1078
|
-
this.
|
|
1079
|
-
this.
|
|
1080
|
-
this.nw = this.qh != null ? this.qh : this.p0 != null ? this.p0 : this.oc;
|
|
1073
|
+
this.nu = this.n7 != null ? this.n7 : this.py != null ? this.py : this.oa;
|
|
1074
|
+
this.nt = this.n6 != null ? this.n6 : this.px != null ? this.px : this.n9;
|
|
1075
|
+
this.n0 = this.ql != null ? this.ql : this.p4 != null ? this.p4 : this.og;
|
|
1076
|
+
this.k4 = this.k5(this.k6, this.k5(this.lc, this.k7));
|
|
1077
|
+
this.bk = !isNaN_(this.bl) ? this.bl : !isNaN_(this.bv) ? this.bv : this.bq;
|
|
1078
|
+
this.n3 = this.rk != null ? this.rk : this.p6 != null ? this.p6 : this.pr;
|
|
1079
|
+
this.ny = this.qj != null ? this.qj : this.p2 != null ? this.p2 : this.oe;
|
|
1080
|
+
this.nz = this.qk != null ? this.qk : this.p3 != null ? this.p3 : this.of;
|
|
1081
|
+
this.n4 = this.rl != null ? this.rl : this.p7 != null ? this.p7 : this.oj;
|
|
1082
|
+
this.n1 = this.qm != null ? this.qm : this.p5 != null ? this.p5 : this.oh;
|
|
1081
1083
|
break;
|
|
1082
1084
|
}
|
|
1083
1085
|
}
|
|
1084
|
-
|
|
1085
|
-
this.
|
|
1086
|
+
kt() {
|
|
1087
|
+
this.k4 = this.k5(this.k6, this.k5(this.lf, this.le(this.k9)));
|
|
1086
1088
|
}
|
|
1087
|
-
|
|
1088
|
-
switch (this.
|
|
1089
|
+
le(a) {
|
|
1090
|
+
switch (this.r) {
|
|
1089
1091
|
case 1: return a;
|
|
1090
1092
|
case 2: return a;
|
|
1091
1093
|
case 3: return a;
|
|
@@ -1093,7 +1095,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1093
1095
|
}
|
|
1094
1096
|
return a;
|
|
1095
1097
|
}
|
|
1096
|
-
|
|
1098
|
+
kg() {
|
|
1097
1099
|
if (this.disabled) {
|
|
1098
1100
|
return;
|
|
1099
1101
|
}
|
|
@@ -1101,7 +1103,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1101
1103
|
this.clicked(this, new ButtonClickEventArgs());
|
|
1102
1104
|
}
|
|
1103
1105
|
}
|
|
1104
|
-
|
|
1106
|
+
kl() {
|
|
1105
1107
|
if (this.disabled) {
|
|
1106
1108
|
return;
|
|
1107
1109
|
}
|
|
@@ -1109,7 +1111,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1109
1111
|
this.mouseDown(this, new MouseEventArgs());
|
|
1110
1112
|
}
|
|
1111
1113
|
}
|
|
1112
|
-
|
|
1114
|
+
ko() {
|
|
1113
1115
|
if (this.disabled) {
|
|
1114
1116
|
return;
|
|
1115
1117
|
}
|
|
@@ -1117,34 +1119,34 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1117
1119
|
this.mouseUp(this, new MouseEventArgs());
|
|
1118
1120
|
}
|
|
1119
1121
|
}
|
|
1120
|
-
|
|
1122
|
+
kf() {
|
|
1121
1123
|
this.focused = false;
|
|
1122
|
-
this.
|
|
1124
|
+
this.ku();
|
|
1123
1125
|
}
|
|
1124
|
-
|
|
1126
|
+
ki() {
|
|
1125
1127
|
this.focused = true;
|
|
1126
|
-
this.
|
|
1128
|
+
this.ku();
|
|
1127
1129
|
}
|
|
1128
|
-
|
|
1129
|
-
this.
|
|
1130
|
-
this.
|
|
1130
|
+
kn() {
|
|
1131
|
+
this.a4 = false;
|
|
1132
|
+
this.ku();
|
|
1131
1133
|
if (this.mouseLeave != null) {
|
|
1132
1134
|
this.mouseLeave(this, new MouseEventArgs());
|
|
1133
1135
|
}
|
|
1134
1136
|
}
|
|
1135
|
-
|
|
1136
|
-
this.
|
|
1137
|
-
this.
|
|
1137
|
+
km() {
|
|
1138
|
+
this.a4 = true;
|
|
1139
|
+
this.ku();
|
|
1138
1140
|
if (this.mouseEnter != null) {
|
|
1139
1141
|
this.mouseEnter(this, new MouseEventArgs());
|
|
1140
1142
|
}
|
|
1141
1143
|
}
|
|
1142
|
-
|
|
1144
|
+
kj() {
|
|
1143
1145
|
if (this.gotFocus != null) {
|
|
1144
1146
|
this.gotFocus(this, new FocusEventArgs());
|
|
1145
1147
|
}
|
|
1146
1148
|
}
|
|
1147
|
-
|
|
1149
|
+
kk(a, b) {
|
|
1148
1150
|
if (this.lostFocus != null) {
|
|
1149
1151
|
this.lostFocus(this, ((() => {
|
|
1150
1152
|
let $ret = new FocusEventArgs();
|
|
@@ -1154,157 +1156,167 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1154
1156
|
})()));
|
|
1155
1157
|
}
|
|
1156
1158
|
}
|
|
1157
|
-
|
|
1159
|
+
ku() {
|
|
1158
1160
|
let a = this.view.r;
|
|
1159
1161
|
if (a == null) {
|
|
1160
1162
|
return;
|
|
1161
1163
|
}
|
|
1162
|
-
NativeUI.o(a, this.
|
|
1163
|
-
NativeUI.n(a, this.
|
|
1164
|
-
if (!isNaN_(this.
|
|
1165
|
-
NativeUI.p(a, new Thickness(0, this.
|
|
1164
|
+
NativeUI.o(a, this.k4);
|
|
1165
|
+
NativeUI.n(a, this.nu);
|
|
1166
|
+
if (!isNaN_(this.bk)) {
|
|
1167
|
+
NativeUI.p(a, new Thickness(0, this.bk));
|
|
1166
1168
|
}
|
|
1167
1169
|
if (this.disabled) {
|
|
1168
|
-
this.view.a0(this.
|
|
1170
|
+
this.view.a0(this.cv, this.v);
|
|
1169
1171
|
}
|
|
1170
|
-
else if (this.focused && this.
|
|
1171
|
-
this.view.a0(this.
|
|
1172
|
+
else if (this.focused && this.a3) {
|
|
1173
|
+
this.view.a0(this.cw, this.v);
|
|
1172
1174
|
}
|
|
1173
1175
|
else {
|
|
1174
|
-
if (this.
|
|
1175
|
-
this.view.a0(this.
|
|
1176
|
+
if (this.a4 && !this.av) {
|
|
1177
|
+
this.view.a0(this.cx, this.v);
|
|
1176
1178
|
}
|
|
1177
1179
|
else {
|
|
1178
|
-
this.view.a0(this.
|
|
1180
|
+
this.view.a0(this.cy, this.v);
|
|
1179
1181
|
}
|
|
1180
1182
|
}
|
|
1181
1183
|
if (this.disabled) {
|
|
1182
|
-
NativeUI.m(a, this.
|
|
1184
|
+
NativeUI.m(a, this.nv);
|
|
1183
1185
|
}
|
|
1184
|
-
else if (this.focused && this.
|
|
1185
|
-
NativeUI.m(a, this.
|
|
1186
|
+
else if (this.focused && this.a3) {
|
|
1187
|
+
NativeUI.m(a, this.ny);
|
|
1186
1188
|
}
|
|
1187
1189
|
else {
|
|
1188
|
-
if (this.
|
|
1189
|
-
NativeUI.m(a, this.
|
|
1190
|
+
if (this.a4 && !this.av) {
|
|
1191
|
+
NativeUI.m(a, this.n0);
|
|
1190
1192
|
}
|
|
1191
1193
|
else {
|
|
1192
|
-
NativeUI.m(a, this.
|
|
1194
|
+
NativeUI.m(a, this.nt);
|
|
1193
1195
|
}
|
|
1194
1196
|
}
|
|
1195
|
-
this.view.az(this.
|
|
1196
|
-
if (this.
|
|
1197
|
-
this.view.a2(this.
|
|
1197
|
+
this.view.az(this.n3, BrushUtil.l(0, 0, 0, 0));
|
|
1198
|
+
if (this.ab != null) {
|
|
1199
|
+
this.view.a2(this.ab);
|
|
1198
1200
|
}
|
|
1199
1201
|
if (this.disabled) {
|
|
1200
|
-
NativeUI.q(this.view.t, this.
|
|
1201
|
-
NativeUI.r(this.view.t, this.
|
|
1202
|
+
NativeUI.q(this.view.t, this.nx);
|
|
1203
|
+
NativeUI.r(this.view.t, this.nx);
|
|
1202
1204
|
}
|
|
1203
|
-
else if (this.focused && this.
|
|
1204
|
-
NativeUI.q(this.view.t, this.
|
|
1205
|
-
NativeUI.r(this.view.t, this.
|
|
1205
|
+
else if (this.focused && this.a3) {
|
|
1206
|
+
NativeUI.q(this.view.t, this.nz);
|
|
1207
|
+
NativeUI.r(this.view.t, this.nz);
|
|
1206
1208
|
}
|
|
1207
1209
|
else {
|
|
1208
|
-
if (this.
|
|
1209
|
-
NativeUI.q(this.view.t, this.
|
|
1210
|
-
NativeUI.r(this.view.t, this.
|
|
1210
|
+
if (this.a4 && !this.av) {
|
|
1211
|
+
NativeUI.q(this.view.t, this.n1);
|
|
1212
|
+
NativeUI.r(this.view.t, this.n1);
|
|
1211
1213
|
}
|
|
1212
1214
|
else {
|
|
1213
|
-
NativeUI.q(this.view.t, this.
|
|
1214
|
-
NativeUI.r(this.view.t, this.
|
|
1215
|
+
NativeUI.q(this.view.t, this.n4);
|
|
1216
|
+
NativeUI.r(this.view.t, this.n4);
|
|
1215
1217
|
}
|
|
1216
1218
|
}
|
|
1217
1219
|
}
|
|
1218
|
-
|
|
1219
|
-
this.
|
|
1220
|
-
this.
|
|
1221
|
-
this.
|
|
1222
|
-
this.
|
|
1223
|
-
this.
|
|
1224
|
-
this.
|
|
1225
|
-
this.
|
|
1226
|
-
this.
|
|
1227
|
-
this.
|
|
1228
|
-
this.
|
|
1229
|
-
this.
|
|
1230
|
-
this.
|
|
1231
|
-
this.
|
|
1232
|
-
this.
|
|
1233
|
-
this.
|
|
1234
|
-
this.
|
|
1235
|
-
this.
|
|
1236
|
-
this.
|
|
1237
|
-
this.
|
|
1238
|
-
this.
|
|
1239
|
-
this.
|
|
1240
|
-
this.
|
|
1241
|
-
this.
|
|
1242
|
-
this.
|
|
1243
|
-
this.
|
|
1244
|
-
this.
|
|
1245
|
-
this.
|
|
1246
|
-
this.
|
|
1247
|
-
this.
|
|
1248
|
-
this.
|
|
1249
|
-
this.
|
|
1250
|
-
this.
|
|
1251
|
-
this.
|
|
1252
|
-
this.
|
|
1253
|
-
this.
|
|
1254
|
-
this.
|
|
1255
|
-
this.
|
|
1256
|
-
this.
|
|
1257
|
-
this.
|
|
1258
|
-
this.
|
|
1259
|
-
this.
|
|
1260
|
-
this.
|
|
1261
|
-
this.
|
|
1262
|
-
this.
|
|
1263
|
-
this.
|
|
1264
|
-
this.
|
|
1265
|
-
this.
|
|
1266
|
-
this.
|
|
1267
|
-
this.
|
|
1268
|
-
this.
|
|
1269
|
-
this.
|
|
1270
|
-
this.
|
|
1271
|
-
this.
|
|
1272
|
-
this.
|
|
1273
|
-
this.
|
|
1274
|
-
this.
|
|
1275
|
-
this.
|
|
1276
|
-
this.
|
|
1277
|
-
this.
|
|
1278
|
-
this.
|
|
1279
|
-
this.
|
|
1280
|
-
this.
|
|
1281
|
-
this.
|
|
1282
|
-
this.
|
|
1283
|
-
this.
|
|
1284
|
-
this.
|
|
1285
|
-
this.
|
|
1286
|
-
this.
|
|
1287
|
-
this.
|
|
1288
|
-
this.
|
|
1289
|
-
this.
|
|
1290
|
-
this.
|
|
1291
|
-
this.
|
|
1292
|
-
this.
|
|
1293
|
-
this.
|
|
1294
|
-
this.
|
|
1295
|
-
this.
|
|
1296
|
-
this.
|
|
1297
|
-
this.
|
|
1298
|
-
this.
|
|
1299
|
-
this.
|
|
1300
|
-
this.
|
|
1301
|
-
this.
|
|
1302
|
-
this.
|
|
1303
|
-
this.
|
|
1304
|
-
this.
|
|
1305
|
-
this.
|
|
1306
|
-
this.
|
|
1307
|
-
this.
|
|
1220
|
+
kw(a) {
|
|
1221
|
+
this.pt = XButton.l.ag(a, "UmbraShadowColor");
|
|
1222
|
+
this.ph = XButton.l.ag(a, "PenumbraShadowColor");
|
|
1223
|
+
this.n8 = XButton.l.ag(a, "AmbientShadowColor");
|
|
1224
|
+
this.w = XButton.l.d(a, "ElevationMode");
|
|
1225
|
+
this.pk = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBackgroundColor");
|
|
1226
|
+
this.pl = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBorderColor");
|
|
1227
|
+
this.pm = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledTextColor");
|
|
1228
|
+
this.df = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledElevation");
|
|
1229
|
+
this.di = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "RestingElevation");
|
|
1230
|
+
this.dh = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverElevation");
|
|
1231
|
+
this.dg = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusElevation");
|
|
1232
|
+
this.pj = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderColor");
|
|
1233
|
+
this.pr = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 0), "RippleColor");
|
|
1234
|
+
this.lb = XButton.l.y(a, this.p, enumGetBox(ButtonDisplayStyle_$type, 0), "CornerRadius");
|
|
1235
|
+
this.bu = XButton.l.i(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderWidth");
|
|
1236
|
+
this.pi = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BackgroundColor");
|
|
1237
|
+
this.ps = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 0), "TextColor");
|
|
1238
|
+
this.pq = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverTextColor");
|
|
1239
|
+
this.pp = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverBackgroundColor");
|
|
1240
|
+
this.pn = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusBackgroundColor");
|
|
1241
|
+
this.po = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusTextColor");
|
|
1242
|
+
this.om = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBackgroundColor");
|
|
1243
|
+
this.on = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBorderColor");
|
|
1244
|
+
this.oo = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledTextColor");
|
|
1245
|
+
this.c3 = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledElevation");
|
|
1246
|
+
this.c6 = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "RestingElevation");
|
|
1247
|
+
this.c5 = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverElevation");
|
|
1248
|
+
this.c4 = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusElevation");
|
|
1249
|
+
this.ol = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderColor");
|
|
1250
|
+
this.ot = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "RippleColor");
|
|
1251
|
+
this.k8 = XButton.l.y(a, this.p, enumGetBox(ButtonDisplayStyle_$type, 1), "CornerRadius");
|
|
1252
|
+
this.br = XButton.l.i(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderWidth");
|
|
1253
|
+
this.ok = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BackgroundColor");
|
|
1254
|
+
this.ou = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "TextColor");
|
|
1255
|
+
this.os = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverTextColor");
|
|
1256
|
+
this.or = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverBackgroundColor");
|
|
1257
|
+
this.op = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusBackgroundColor");
|
|
1258
|
+
this.oq = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusTextColor");
|
|
1259
|
+
this.o8 = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBackgroundColor");
|
|
1260
|
+
this.o9 = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBorderColor");
|
|
1261
|
+
this.pa = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledTextColor");
|
|
1262
|
+
this.db = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledElevation");
|
|
1263
|
+
this.de = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "RestingElevation");
|
|
1264
|
+
this.dd = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverElevation");
|
|
1265
|
+
this.dc = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusElevation");
|
|
1266
|
+
this.o7 = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderColor");
|
|
1267
|
+
this.pf = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "RippleColor");
|
|
1268
|
+
this.la = XButton.l.y(a, this.p, enumGetBox(ButtonDisplayStyle_$type, 2), "CornerRadius");
|
|
1269
|
+
this.bt = XButton.l.i(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderWidth");
|
|
1270
|
+
this.o6 = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BackgroundColor");
|
|
1271
|
+
this.pg = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "TextColor");
|
|
1272
|
+
this.pe = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverTextColor");
|
|
1273
|
+
this.pd = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverBackgroundColor");
|
|
1274
|
+
this.pb = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusBackgroundColor");
|
|
1275
|
+
this.pc = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusTextColor");
|
|
1276
|
+
this.ox = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBackgroundColor");
|
|
1277
|
+
this.oy = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBorderColor");
|
|
1278
|
+
this.oz = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledTextColor");
|
|
1279
|
+
this.c7 = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledElevation");
|
|
1280
|
+
this.da = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "RestingElevation");
|
|
1281
|
+
this.c9 = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverElevation");
|
|
1282
|
+
this.c8 = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusElevation");
|
|
1283
|
+
this.ow = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderColor");
|
|
1284
|
+
this.o4 = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 4), "RippleColor");
|
|
1285
|
+
this.k9 = XButton.l.y(a, this.p, enumGetBox(ButtonDisplayStyle_$type, 4), "CornerRadius");
|
|
1286
|
+
this.bs = XButton.l.i(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderWidth");
|
|
1287
|
+
this.ov = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BackgroundColor");
|
|
1288
|
+
this.o5 = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 4), "TextColor");
|
|
1289
|
+
this.o3 = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverTextColor");
|
|
1290
|
+
this.o2 = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverBackgroundColor");
|
|
1291
|
+
this.o0 = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusBackgroundColor");
|
|
1292
|
+
this.o1 = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusTextColor");
|
|
1293
|
+
this.ob = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBackgroundColor");
|
|
1294
|
+
this.oc = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBorderColor");
|
|
1295
|
+
this.od = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledTextColor");
|
|
1296
|
+
this.cz = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledElevation");
|
|
1297
|
+
this.c2 = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "RestingElevation");
|
|
1298
|
+
this.c1 = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverElevation");
|
|
1299
|
+
this.c0 = XButton.l.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusElevation");
|
|
1300
|
+
this.oa = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderColor");
|
|
1301
|
+
this.oi = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 3), "RippleColor");
|
|
1302
|
+
this.k7 = XButton.l.y(a, this.p, enumGetBox(ButtonDisplayStyle_$type, 3), "CornerRadius");
|
|
1303
|
+
this.bq = XButton.l.i(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderWidth");
|
|
1304
|
+
this.n9 = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BackgroundColor");
|
|
1305
|
+
this.oj = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 3), "TextColor");
|
|
1306
|
+
this.oh = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverTextColor");
|
|
1307
|
+
this.og = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverBackgroundColor");
|
|
1308
|
+
this.oe = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusBackgroundColor");
|
|
1309
|
+
this.of = XButton.l.af(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusTextColor");
|
|
1310
|
+
}
|
|
1311
|
+
get bz() {
|
|
1312
|
+
return this.bh;
|
|
1313
|
+
}
|
|
1314
|
+
set bz(a) {
|
|
1315
|
+
let b = this.bh;
|
|
1316
|
+
this.bh = a;
|
|
1317
|
+
if (b != this.bh) {
|
|
1318
|
+
this.kp("MinWidth", b, a);
|
|
1319
|
+
}
|
|
1308
1320
|
}
|
|
1309
1321
|
get by() {
|
|
1310
1322
|
return this.bg;
|
|
@@ -1313,17 +1325,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1313
1325
|
let b = this.bg;
|
|
1314
1326
|
this.bg = a;
|
|
1315
1327
|
if (b != this.bg) {
|
|
1316
|
-
this.
|
|
1317
|
-
}
|
|
1318
|
-
}
|
|
1319
|
-
get bx() {
|
|
1320
|
-
return this.bf;
|
|
1321
|
-
}
|
|
1322
|
-
set bx(a) {
|
|
1323
|
-
let b = this.bf;
|
|
1324
|
-
this.bf = a;
|
|
1325
|
-
if (b != this.bf) {
|
|
1326
|
-
this.kk("MinHeight", b, a);
|
|
1328
|
+
this.kp("MinHeight", b, a);
|
|
1327
1329
|
}
|
|
1328
1330
|
}
|
|
1329
1331
|
get e() {
|
|
@@ -1333,7 +1335,27 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1333
1335
|
let b = this.d;
|
|
1334
1336
|
this.d = a;
|
|
1335
1337
|
if (b != this.d) {
|
|
1336
|
-
this.
|
|
1338
|
+
this.kp("DisplayType", enumGetBox(ButtonDisplayStyle_$type, b), enumGetBox(ButtonDisplayStyle_$type, a));
|
|
1339
|
+
}
|
|
1340
|
+
}
|
|
1341
|
+
get s() {
|
|
1342
|
+
return this.q;
|
|
1343
|
+
}
|
|
1344
|
+
set s(a) {
|
|
1345
|
+
let b = this.q;
|
|
1346
|
+
this.q = a;
|
|
1347
|
+
if (b != this.q) {
|
|
1348
|
+
this.kp("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
get o() {
|
|
1352
|
+
return this.m;
|
|
1353
|
+
}
|
|
1354
|
+
set o(a) {
|
|
1355
|
+
let b = this.m;
|
|
1356
|
+
this.m = a;
|
|
1357
|
+
if (b != this.m) {
|
|
1358
|
+
this.kp("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
1337
1359
|
}
|
|
1338
1360
|
}
|
|
1339
1361
|
get r() {
|
|
@@ -1343,67 +1365,67 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1343
1365
|
let b = this.p;
|
|
1344
1366
|
this.p = a;
|
|
1345
1367
|
if (b != this.p) {
|
|
1346
|
-
this.
|
|
1368
|
+
this.kp("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
1347
1369
|
}
|
|
1348
1370
|
}
|
|
1349
|
-
get
|
|
1350
|
-
return this.
|
|
1371
|
+
get nu() {
|
|
1372
|
+
return this.lm;
|
|
1351
1373
|
}
|
|
1352
|
-
set
|
|
1353
|
-
let b = this.
|
|
1354
|
-
this.
|
|
1355
|
-
if (b != this.
|
|
1356
|
-
this.
|
|
1374
|
+
set nu(a) {
|
|
1375
|
+
let b = this.lm;
|
|
1376
|
+
this.lm = a;
|
|
1377
|
+
if (b != this.lm) {
|
|
1378
|
+
this.kp("ActualBorderColor", b, a);
|
|
1357
1379
|
}
|
|
1358
1380
|
}
|
|
1359
|
-
get
|
|
1360
|
-
return this.
|
|
1381
|
+
get n5() {
|
|
1382
|
+
return this.lx;
|
|
1361
1383
|
}
|
|
1362
|
-
set
|
|
1363
|
-
let b = this.
|
|
1364
|
-
this.
|
|
1365
|
-
if (b != this.
|
|
1366
|
-
this.
|
|
1384
|
+
set n5(a) {
|
|
1385
|
+
let b = this.lx;
|
|
1386
|
+
this.lx = a;
|
|
1387
|
+
if (b != this.lx) {
|
|
1388
|
+
this.kp("ActualUmbraShadowColor", b, a);
|
|
1367
1389
|
}
|
|
1368
1390
|
}
|
|
1369
|
-
get
|
|
1370
|
-
return this.
|
|
1391
|
+
get n2() {
|
|
1392
|
+
return this.lu;
|
|
1371
1393
|
}
|
|
1372
|
-
set
|
|
1373
|
-
let b = this.
|
|
1374
|
-
this.
|
|
1375
|
-
if (b != this.
|
|
1376
|
-
this.
|
|
1394
|
+
set n2(a) {
|
|
1395
|
+
let b = this.lu;
|
|
1396
|
+
this.lu = a;
|
|
1397
|
+
if (b != this.lu) {
|
|
1398
|
+
this.kp("ActualPenumbraShadowColor", b, a);
|
|
1377
1399
|
}
|
|
1378
1400
|
}
|
|
1379
|
-
get
|
|
1380
|
-
return this.
|
|
1401
|
+
get ns() {
|
|
1402
|
+
return this.lk;
|
|
1381
1403
|
}
|
|
1382
|
-
set
|
|
1383
|
-
let b = this.
|
|
1384
|
-
this.
|
|
1385
|
-
if (b != this.
|
|
1386
|
-
this.
|
|
1404
|
+
set ns(a) {
|
|
1405
|
+
let b = this.lk;
|
|
1406
|
+
this.lk = a;
|
|
1407
|
+
if (b != this.lk) {
|
|
1408
|
+
this.kp("ActualAmbientShadowColor", b, a);
|
|
1387
1409
|
}
|
|
1388
1410
|
}
|
|
1389
|
-
get
|
|
1390
|
-
return this.
|
|
1411
|
+
get cy() {
|
|
1412
|
+
return this.b5;
|
|
1391
1413
|
}
|
|
1392
|
-
set
|
|
1393
|
-
let b = this.
|
|
1394
|
-
this.
|
|
1395
|
-
if (b != this.
|
|
1396
|
-
this.
|
|
1414
|
+
set cy(a) {
|
|
1415
|
+
let b = this.b5;
|
|
1416
|
+
this.b5 = a;
|
|
1417
|
+
if (b != this.b5) {
|
|
1418
|
+
this.kp("ActualRestingElevation", b, a);
|
|
1397
1419
|
}
|
|
1398
1420
|
}
|
|
1399
|
-
get
|
|
1400
|
-
return this.
|
|
1421
|
+
get cw() {
|
|
1422
|
+
return this.b3;
|
|
1401
1423
|
}
|
|
1402
|
-
set
|
|
1403
|
-
let b = this.
|
|
1404
|
-
this.
|
|
1405
|
-
if (b != this.
|
|
1406
|
-
this.
|
|
1424
|
+
set cw(a) {
|
|
1425
|
+
let b = this.b3;
|
|
1426
|
+
this.b3 = a;
|
|
1427
|
+
if (b != this.b3) {
|
|
1428
|
+
this.kp("ActualFocusElevation", b, a);
|
|
1407
1429
|
}
|
|
1408
1430
|
}
|
|
1409
1431
|
get cx() {
|
|
@@ -1413,107 +1435,117 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1413
1435
|
let b = this.b4;
|
|
1414
1436
|
this.b4 = a;
|
|
1415
1437
|
if (b != this.b4) {
|
|
1416
|
-
this.
|
|
1438
|
+
this.kp("ActualHoverElevation", b, a);
|
|
1417
1439
|
}
|
|
1418
1440
|
}
|
|
1419
|
-
get
|
|
1420
|
-
return this.
|
|
1441
|
+
get n3() {
|
|
1442
|
+
return this.lv;
|
|
1421
1443
|
}
|
|
1422
|
-
set
|
|
1423
|
-
let b = this.
|
|
1424
|
-
this.
|
|
1425
|
-
if (b != this.
|
|
1426
|
-
this.
|
|
1444
|
+
set n3(a) {
|
|
1445
|
+
let b = this.lv;
|
|
1446
|
+
this.lv = a;
|
|
1447
|
+
if (b != this.lv) {
|
|
1448
|
+
this.kp("ActualRippleColor", b, a);
|
|
1427
1449
|
}
|
|
1428
1450
|
}
|
|
1429
|
-
get
|
|
1430
|
-
return this.
|
|
1451
|
+
get k4() {
|
|
1452
|
+
return this.kx;
|
|
1431
1453
|
}
|
|
1432
|
-
set
|
|
1433
|
-
let b = this.
|
|
1434
|
-
this.
|
|
1435
|
-
if (b
|
|
1436
|
-
this.
|
|
1454
|
+
set k4(a) {
|
|
1455
|
+
let b = this.kx;
|
|
1456
|
+
this.kx = a;
|
|
1457
|
+
if (!b.equals(this.kx)) {
|
|
1458
|
+
this.kp("ActualCornerRadius", b, a);
|
|
1437
1459
|
}
|
|
1438
1460
|
}
|
|
1439
|
-
get
|
|
1440
|
-
return this.
|
|
1461
|
+
get nt() {
|
|
1462
|
+
return this.ll;
|
|
1441
1463
|
}
|
|
1442
|
-
set
|
|
1443
|
-
let b = this.
|
|
1444
|
-
this.
|
|
1445
|
-
if (b != this.
|
|
1446
|
-
this.
|
|
1464
|
+
set nt(a) {
|
|
1465
|
+
let b = this.ll;
|
|
1466
|
+
this.ll = a;
|
|
1467
|
+
if (b != this.ll) {
|
|
1468
|
+
this.kp("ActualBackgroundColor", b, a);
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
get nv() {
|
|
1472
|
+
return this.ln;
|
|
1473
|
+
}
|
|
1474
|
+
set nv(a) {
|
|
1475
|
+
let b = this.ln;
|
|
1476
|
+
this.ln = a;
|
|
1477
|
+
if (b != this.ln) {
|
|
1478
|
+
this.kp("ActualDisabledBackgroundColor", b, a);
|
|
1447
1479
|
}
|
|
1448
1480
|
}
|
|
1449
|
-
get
|
|
1450
|
-
return this.
|
|
1481
|
+
get nw() {
|
|
1482
|
+
return this.lo;
|
|
1451
1483
|
}
|
|
1452
|
-
set
|
|
1453
|
-
let b = this.
|
|
1454
|
-
this.
|
|
1455
|
-
if (
|
|
1456
|
-
this.
|
|
1484
|
+
set nw(a) {
|
|
1485
|
+
let b = this.lo;
|
|
1486
|
+
this.lo = a;
|
|
1487
|
+
if (b != this.lo) {
|
|
1488
|
+
this.kp("ActualDisabledBorderColor", b, a);
|
|
1457
1489
|
}
|
|
1458
1490
|
}
|
|
1459
|
-
get
|
|
1460
|
-
return this.
|
|
1491
|
+
get nx() {
|
|
1492
|
+
return this.lp;
|
|
1461
1493
|
}
|
|
1462
|
-
set
|
|
1463
|
-
let b = this.
|
|
1464
|
-
this.
|
|
1465
|
-
if (b != this.
|
|
1466
|
-
this.
|
|
1494
|
+
set nx(a) {
|
|
1495
|
+
let b = this.lp;
|
|
1496
|
+
this.lp = a;
|
|
1497
|
+
if (b != this.lp) {
|
|
1498
|
+
this.kp("ActualDisabledTextColor", b, a);
|
|
1467
1499
|
}
|
|
1468
1500
|
}
|
|
1469
|
-
get
|
|
1470
|
-
return this.
|
|
1501
|
+
get cv() {
|
|
1502
|
+
return this.b2;
|
|
1471
1503
|
}
|
|
1472
|
-
set
|
|
1473
|
-
let b = this.
|
|
1474
|
-
this.
|
|
1475
|
-
if (b != this.
|
|
1476
|
-
this.
|
|
1504
|
+
set cv(a) {
|
|
1505
|
+
let b = this.b2;
|
|
1506
|
+
this.b2 = a;
|
|
1507
|
+
if (b != this.b2) {
|
|
1508
|
+
this.kp("ActualDisabledElevation", b, a);
|
|
1477
1509
|
}
|
|
1478
1510
|
}
|
|
1479
|
-
get
|
|
1480
|
-
return this.
|
|
1511
|
+
get v() {
|
|
1512
|
+
return this.t;
|
|
1481
1513
|
}
|
|
1482
|
-
set
|
|
1483
|
-
let b = this.
|
|
1484
|
-
this.
|
|
1485
|
-
if (b != this.
|
|
1486
|
-
this.
|
|
1514
|
+
set v(a) {
|
|
1515
|
+
let b = this.t;
|
|
1516
|
+
this.t = a;
|
|
1517
|
+
if (b != this.t) {
|
|
1518
|
+
this.kp("ActualElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
|
|
1487
1519
|
}
|
|
1488
1520
|
}
|
|
1489
|
-
get
|
|
1490
|
-
return this.
|
|
1521
|
+
get n4() {
|
|
1522
|
+
return this.lw;
|
|
1491
1523
|
}
|
|
1492
|
-
set
|
|
1493
|
-
let b = this.
|
|
1494
|
-
this.
|
|
1495
|
-
if (b != this.
|
|
1496
|
-
this.
|
|
1524
|
+
set n4(a) {
|
|
1525
|
+
let b = this.lw;
|
|
1526
|
+
this.lw = a;
|
|
1527
|
+
if (b != this.lw) {
|
|
1528
|
+
this.kp("ActualTextColor", b, a);
|
|
1497
1529
|
}
|
|
1498
1530
|
}
|
|
1499
|
-
get
|
|
1500
|
-
return this.
|
|
1531
|
+
get n1() {
|
|
1532
|
+
return this.lt;
|
|
1501
1533
|
}
|
|
1502
|
-
set
|
|
1503
|
-
let b = this.
|
|
1504
|
-
this.
|
|
1505
|
-
if (b != this.
|
|
1506
|
-
this.
|
|
1534
|
+
set n1(a) {
|
|
1535
|
+
let b = this.lt;
|
|
1536
|
+
this.lt = a;
|
|
1537
|
+
if (b != this.lt) {
|
|
1538
|
+
this.kp("ActualHoverTextColor", b, a);
|
|
1507
1539
|
}
|
|
1508
1540
|
}
|
|
1509
|
-
get
|
|
1510
|
-
return this.
|
|
1541
|
+
get ny() {
|
|
1542
|
+
return this.lq;
|
|
1511
1543
|
}
|
|
1512
|
-
set
|
|
1513
|
-
let b = this.
|
|
1514
|
-
this.
|
|
1515
|
-
if (b != this.
|
|
1516
|
-
this.
|
|
1544
|
+
set ny(a) {
|
|
1545
|
+
let b = this.lq;
|
|
1546
|
+
this.lq = a;
|
|
1547
|
+
if (b != this.lq) {
|
|
1548
|
+
this.kp("ActualFocusBackgroundColor", b, a);
|
|
1517
1549
|
}
|
|
1518
1550
|
}
|
|
1519
1551
|
get nz() {
|
|
@@ -1523,127 +1555,107 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1523
1555
|
let b = this.lr;
|
|
1524
1556
|
this.lr = a;
|
|
1525
1557
|
if (b != this.lr) {
|
|
1526
|
-
this.
|
|
1527
|
-
}
|
|
1528
|
-
}
|
|
1529
|
-
get nw() {
|
|
1530
|
-
return this.lo;
|
|
1531
|
-
}
|
|
1532
|
-
set nw(a) {
|
|
1533
|
-
let b = this.lo;
|
|
1534
|
-
this.lo = a;
|
|
1535
|
-
if (b != this.lo) {
|
|
1536
|
-
this.kk("ActualHoverTextColor", b, a);
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
get nt() {
|
|
1540
|
-
return this.ll;
|
|
1541
|
-
}
|
|
1542
|
-
set nt(a) {
|
|
1543
|
-
let b = this.ll;
|
|
1544
|
-
this.ll = a;
|
|
1545
|
-
if (b != this.ll) {
|
|
1546
|
-
this.kk("ActualFocusBackgroundColor", b, a);
|
|
1558
|
+
this.kp("ActualFocusTextColor", b, a);
|
|
1547
1559
|
}
|
|
1548
1560
|
}
|
|
1549
|
-
get
|
|
1550
|
-
return this.
|
|
1561
|
+
get n0() {
|
|
1562
|
+
return this.ls;
|
|
1551
1563
|
}
|
|
1552
|
-
set
|
|
1553
|
-
let b = this.
|
|
1554
|
-
this.
|
|
1555
|
-
if (b != this.
|
|
1556
|
-
this.
|
|
1564
|
+
set n0(a) {
|
|
1565
|
+
let b = this.ls;
|
|
1566
|
+
this.ls = a;
|
|
1567
|
+
if (b != this.ls) {
|
|
1568
|
+
this.kp("ActualHoverBackgroundColor", b, a);
|
|
1557
1569
|
}
|
|
1558
1570
|
}
|
|
1559
|
-
get
|
|
1560
|
-
return this.
|
|
1571
|
+
get bk() {
|
|
1572
|
+
return this.a7;
|
|
1561
1573
|
}
|
|
1562
|
-
set
|
|
1563
|
-
let b = this.
|
|
1564
|
-
this.
|
|
1565
|
-
if (b != this.
|
|
1566
|
-
this.
|
|
1574
|
+
set bk(a) {
|
|
1575
|
+
let b = this.a7;
|
|
1576
|
+
this.a7 = a;
|
|
1577
|
+
if (b != this.a7) {
|
|
1578
|
+
this.kp("ActualBorderWidth", b, a);
|
|
1567
1579
|
}
|
|
1568
1580
|
}
|
|
1569
|
-
get
|
|
1570
|
-
return this.
|
|
1581
|
+
get q9() {
|
|
1582
|
+
return this.nf;
|
|
1571
1583
|
}
|
|
1572
|
-
set
|
|
1573
|
-
let b = this.
|
|
1574
|
-
this.
|
|
1575
|
-
if (b != this.
|
|
1576
|
-
this.
|
|
1584
|
+
set q9(a) {
|
|
1585
|
+
let b = this.nf;
|
|
1586
|
+
this.nf = a;
|
|
1587
|
+
if (b != this.nf) {
|
|
1588
|
+
this.kp("RaisedBackgroundColor", b, a);
|
|
1577
1589
|
}
|
|
1578
1590
|
}
|
|
1579
|
-
get
|
|
1580
|
-
return this.
|
|
1591
|
+
get rb() {
|
|
1592
|
+
return this.nh;
|
|
1581
1593
|
}
|
|
1582
|
-
set
|
|
1583
|
-
let b = this.
|
|
1584
|
-
this.
|
|
1585
|
-
if (b != this.
|
|
1586
|
-
this.
|
|
1594
|
+
set rb(a) {
|
|
1595
|
+
let b = this.nh;
|
|
1596
|
+
this.nh = a;
|
|
1597
|
+
if (b != this.nh) {
|
|
1598
|
+
this.kp("RaisedDisabledBackgroundColor", b, a);
|
|
1587
1599
|
}
|
|
1588
1600
|
}
|
|
1589
|
-
get
|
|
1590
|
-
return this.
|
|
1601
|
+
get rc() {
|
|
1602
|
+
return this.ni;
|
|
1591
1603
|
}
|
|
1592
|
-
set
|
|
1593
|
-
let b = this.
|
|
1594
|
-
this.
|
|
1595
|
-
if (b != this.
|
|
1596
|
-
this.
|
|
1604
|
+
set rc(a) {
|
|
1605
|
+
let b = this.ni;
|
|
1606
|
+
this.ni = a;
|
|
1607
|
+
if (b != this.ni) {
|
|
1608
|
+
this.kp("RaisedDisabledBorderColor", b, a);
|
|
1597
1609
|
}
|
|
1598
1610
|
}
|
|
1599
|
-
get
|
|
1600
|
-
return this.
|
|
1611
|
+
get rd() {
|
|
1612
|
+
return this.nj;
|
|
1601
1613
|
}
|
|
1602
|
-
set
|
|
1603
|
-
let b = this.
|
|
1604
|
-
this.
|
|
1605
|
-
if (b != this.
|
|
1606
|
-
this.
|
|
1614
|
+
set rd(a) {
|
|
1615
|
+
let b = this.nj;
|
|
1616
|
+
this.nj = a;
|
|
1617
|
+
if (b != this.nj) {
|
|
1618
|
+
this.kp("RaisedDisabledTextColor", b, a);
|
|
1607
1619
|
}
|
|
1608
1620
|
}
|
|
1609
|
-
get
|
|
1610
|
-
return this.
|
|
1621
|
+
get d3() {
|
|
1622
|
+
return this.cp;
|
|
1611
1623
|
}
|
|
1612
|
-
set
|
|
1613
|
-
let b = this.
|
|
1614
|
-
this.
|
|
1615
|
-
if (b != this.
|
|
1616
|
-
this.
|
|
1624
|
+
set d3(a) {
|
|
1625
|
+
let b = this.cp;
|
|
1626
|
+
this.cp = a;
|
|
1627
|
+
if (b != this.cp) {
|
|
1628
|
+
this.kp("RaisedDisabledElevation", b, a);
|
|
1617
1629
|
}
|
|
1618
1630
|
}
|
|
1619
|
-
get
|
|
1620
|
-
return this.
|
|
1631
|
+
get rg() {
|
|
1632
|
+
return this.nm;
|
|
1621
1633
|
}
|
|
1622
|
-
set
|
|
1623
|
-
let b = this.
|
|
1624
|
-
this.
|
|
1625
|
-
if (b != this.
|
|
1626
|
-
this.
|
|
1634
|
+
set rg(a) {
|
|
1635
|
+
let b = this.nm;
|
|
1636
|
+
this.nm = a;
|
|
1637
|
+
if (b != this.nm) {
|
|
1638
|
+
this.kp("RaisedHoverBackgroundColor", b, a);
|
|
1627
1639
|
}
|
|
1628
1640
|
}
|
|
1629
|
-
get
|
|
1630
|
-
return this.
|
|
1641
|
+
get ra() {
|
|
1642
|
+
return this.ng;
|
|
1631
1643
|
}
|
|
1632
|
-
set
|
|
1633
|
-
let b = this.
|
|
1634
|
-
this.
|
|
1635
|
-
if (b != this.
|
|
1636
|
-
this.
|
|
1644
|
+
set ra(a) {
|
|
1645
|
+
let b = this.ng;
|
|
1646
|
+
this.ng = a;
|
|
1647
|
+
if (b != this.ng) {
|
|
1648
|
+
this.kp("RaisedBorderColor", b, a);
|
|
1637
1649
|
}
|
|
1638
1650
|
}
|
|
1639
|
-
get
|
|
1640
|
-
return this.
|
|
1651
|
+
get d6() {
|
|
1652
|
+
return this.cs;
|
|
1641
1653
|
}
|
|
1642
|
-
set
|
|
1643
|
-
let b = this.
|
|
1644
|
-
this.
|
|
1645
|
-
if (b != this.
|
|
1646
|
-
this.
|
|
1654
|
+
set d6(a) {
|
|
1655
|
+
let b = this.cs;
|
|
1656
|
+
this.cs = a;
|
|
1657
|
+
if (b != this.cs) {
|
|
1658
|
+
this.kp("RaisedRestingElevation", b, a);
|
|
1647
1659
|
}
|
|
1648
1660
|
}
|
|
1649
1661
|
get d5() {
|
|
@@ -1653,7 +1665,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1653
1665
|
let b = this.cr;
|
|
1654
1666
|
this.cr = a;
|
|
1655
1667
|
if (b != this.cr) {
|
|
1656
|
-
this.
|
|
1668
|
+
this.kp("RaisedHoverElevation", b, a);
|
|
1657
1669
|
}
|
|
1658
1670
|
}
|
|
1659
1671
|
get d4() {
|
|
@@ -1663,117 +1675,117 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1663
1675
|
let b = this.cq;
|
|
1664
1676
|
this.cq = a;
|
|
1665
1677
|
if (b != this.cq) {
|
|
1666
|
-
this.
|
|
1678
|
+
this.kp("RaisedFocusElevation", b, a);
|
|
1667
1679
|
}
|
|
1668
1680
|
}
|
|
1669
|
-
get
|
|
1670
|
-
return this.
|
|
1681
|
+
get b1() {
|
|
1682
|
+
return this.bj;
|
|
1671
1683
|
}
|
|
1672
|
-
set
|
|
1673
|
-
let b = this.
|
|
1674
|
-
this.
|
|
1675
|
-
if (b != this.
|
|
1676
|
-
this.
|
|
1684
|
+
set b1(a) {
|
|
1685
|
+
let b = this.bj;
|
|
1686
|
+
this.bj = a;
|
|
1687
|
+
if (b != this.bj) {
|
|
1688
|
+
this.kp("RaisedBorderWidth", b, a);
|
|
1677
1689
|
}
|
|
1678
1690
|
}
|
|
1679
|
-
get
|
|
1680
|
-
return this.
|
|
1691
|
+
get lh() {
|
|
1692
|
+
return this.k3;
|
|
1681
1693
|
}
|
|
1682
|
-
set
|
|
1683
|
-
let b = this.
|
|
1684
|
-
this.
|
|
1685
|
-
|
|
1686
|
-
this.
|
|
1694
|
+
set lh(a) {
|
|
1695
|
+
let b = this.k3;
|
|
1696
|
+
this.k3 = a;
|
|
1697
|
+
{
|
|
1698
|
+
this.kp("RaisedCornerRadius", b, a);
|
|
1687
1699
|
}
|
|
1688
1700
|
}
|
|
1689
|
-
get
|
|
1690
|
-
return this.
|
|
1701
|
+
get ri() {
|
|
1702
|
+
return this.no;
|
|
1691
1703
|
}
|
|
1692
|
-
set
|
|
1693
|
-
let b = this.
|
|
1694
|
-
this.
|
|
1695
|
-
{
|
|
1696
|
-
this.
|
|
1704
|
+
set ri(a) {
|
|
1705
|
+
let b = this.no;
|
|
1706
|
+
this.no = a;
|
|
1707
|
+
if (b != this.no) {
|
|
1708
|
+
this.kp("RaisedRippleColor", b, a);
|
|
1697
1709
|
}
|
|
1698
1710
|
}
|
|
1699
|
-
get
|
|
1700
|
-
return this.
|
|
1711
|
+
get p8() {
|
|
1712
|
+
return this.md;
|
|
1701
1713
|
}
|
|
1702
|
-
set
|
|
1703
|
-
let b = this.
|
|
1704
|
-
this.
|
|
1705
|
-
if (b != this.
|
|
1706
|
-
this.
|
|
1714
|
+
set p8(a) {
|
|
1715
|
+
let b = this.md;
|
|
1716
|
+
this.md = a;
|
|
1717
|
+
if (b != this.md) {
|
|
1718
|
+
this.kp("FlatBackgroundColor", b, a);
|
|
1707
1719
|
}
|
|
1708
1720
|
}
|
|
1709
|
-
get
|
|
1710
|
-
return this.
|
|
1721
|
+
get qa() {
|
|
1722
|
+
return this.mf;
|
|
1711
1723
|
}
|
|
1712
|
-
set
|
|
1713
|
-
let b = this.
|
|
1714
|
-
this.
|
|
1715
|
-
if (b != this.
|
|
1716
|
-
this.
|
|
1724
|
+
set qa(a) {
|
|
1725
|
+
let b = this.mf;
|
|
1726
|
+
this.mf = a;
|
|
1727
|
+
if (b != this.mf) {
|
|
1728
|
+
this.kp("FlatDisabledBackgroundColor", b, a);
|
|
1717
1729
|
}
|
|
1718
1730
|
}
|
|
1719
|
-
get
|
|
1720
|
-
return this.
|
|
1731
|
+
get qb() {
|
|
1732
|
+
return this.mg;
|
|
1721
1733
|
}
|
|
1722
|
-
set
|
|
1723
|
-
let b = this.
|
|
1724
|
-
this.
|
|
1725
|
-
if (b != this.
|
|
1726
|
-
this.
|
|
1734
|
+
set qb(a) {
|
|
1735
|
+
let b = this.mg;
|
|
1736
|
+
this.mg = a;
|
|
1737
|
+
if (b != this.mg) {
|
|
1738
|
+
this.kp("FlatDisabledBorderColor", b, a);
|
|
1727
1739
|
}
|
|
1728
1740
|
}
|
|
1729
|
-
get
|
|
1730
|
-
return this.
|
|
1741
|
+
get qc() {
|
|
1742
|
+
return this.mh;
|
|
1731
1743
|
}
|
|
1732
|
-
set
|
|
1733
|
-
let b = this.
|
|
1734
|
-
this.
|
|
1735
|
-
if (b != this.
|
|
1736
|
-
this.
|
|
1744
|
+
set qc(a) {
|
|
1745
|
+
let b = this.mh;
|
|
1746
|
+
this.mh = a;
|
|
1747
|
+
if (b != this.mh) {
|
|
1748
|
+
this.kp("FlatDisabledTextColor", b, a);
|
|
1737
1749
|
}
|
|
1738
1750
|
}
|
|
1739
|
-
get
|
|
1740
|
-
return this.
|
|
1751
|
+
get dp() {
|
|
1752
|
+
return this.cb;
|
|
1741
1753
|
}
|
|
1742
|
-
set
|
|
1743
|
-
let b = this.
|
|
1744
|
-
this.
|
|
1745
|
-
if (b != this.
|
|
1746
|
-
this.
|
|
1754
|
+
set dp(a) {
|
|
1755
|
+
let b = this.cb;
|
|
1756
|
+
this.cb = a;
|
|
1757
|
+
if (b != this.cb) {
|
|
1758
|
+
this.kp("FlatDisabledElevation", b, a);
|
|
1747
1759
|
}
|
|
1748
1760
|
}
|
|
1749
|
-
get
|
|
1750
|
-
return this.
|
|
1761
|
+
get qf() {
|
|
1762
|
+
return this.mk;
|
|
1751
1763
|
}
|
|
1752
|
-
set
|
|
1753
|
-
let b = this.
|
|
1754
|
-
this.
|
|
1755
|
-
if (b != this.
|
|
1756
|
-
this.
|
|
1764
|
+
set qf(a) {
|
|
1765
|
+
let b = this.mk;
|
|
1766
|
+
this.mk = a;
|
|
1767
|
+
if (b != this.mk) {
|
|
1768
|
+
this.kp("FlatHoverBackgroundColor", b, a);
|
|
1757
1769
|
}
|
|
1758
1770
|
}
|
|
1759
|
-
get
|
|
1760
|
-
return this.
|
|
1771
|
+
get p9() {
|
|
1772
|
+
return this.me;
|
|
1761
1773
|
}
|
|
1762
|
-
set
|
|
1763
|
-
let b = this.
|
|
1764
|
-
this.
|
|
1765
|
-
if (b != this.
|
|
1766
|
-
this.
|
|
1774
|
+
set p9(a) {
|
|
1775
|
+
let b = this.me;
|
|
1776
|
+
this.me = a;
|
|
1777
|
+
if (b != this.me) {
|
|
1778
|
+
this.kp("FlatBorderColor", b, a);
|
|
1767
1779
|
}
|
|
1768
1780
|
}
|
|
1769
|
-
get
|
|
1770
|
-
return this.
|
|
1781
|
+
get ds() {
|
|
1782
|
+
return this.ce;
|
|
1771
1783
|
}
|
|
1772
|
-
set
|
|
1773
|
-
let b = this.
|
|
1774
|
-
this.
|
|
1775
|
-
if (b != this.
|
|
1776
|
-
this.
|
|
1784
|
+
set ds(a) {
|
|
1785
|
+
let b = this.ce;
|
|
1786
|
+
this.ce = a;
|
|
1787
|
+
if (b != this.ce) {
|
|
1788
|
+
this.kp("FlatRestingElevation", b, a);
|
|
1777
1789
|
}
|
|
1778
1790
|
}
|
|
1779
1791
|
get dr() {
|
|
@@ -1783,7 +1795,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1783
1795
|
let b = this.cd;
|
|
1784
1796
|
this.cd = a;
|
|
1785
1797
|
if (b != this.cd) {
|
|
1786
|
-
this.
|
|
1798
|
+
this.kp("FlatHoverElevation", b, a);
|
|
1787
1799
|
}
|
|
1788
1800
|
}
|
|
1789
1801
|
get dq() {
|
|
@@ -1793,27 +1805,37 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1793
1805
|
let b = this.cc;
|
|
1794
1806
|
this.cc = a;
|
|
1795
1807
|
if (b != this.cc) {
|
|
1796
|
-
this.
|
|
1808
|
+
this.kp("FlatFocusElevation", b, a);
|
|
1797
1809
|
}
|
|
1798
1810
|
}
|
|
1799
|
-
get
|
|
1800
|
-
return this.
|
|
1811
|
+
get qh() {
|
|
1812
|
+
return this.mm;
|
|
1801
1813
|
}
|
|
1802
|
-
set
|
|
1803
|
-
let b = this.
|
|
1804
|
-
this.
|
|
1805
|
-
if (b != this.
|
|
1806
|
-
this.
|
|
1814
|
+
set qh(a) {
|
|
1815
|
+
let b = this.mm;
|
|
1816
|
+
this.mm = a;
|
|
1817
|
+
if (b != this.mm) {
|
|
1818
|
+
this.kp("FlatRippleColor", b, a);
|
|
1807
1819
|
}
|
|
1808
1820
|
}
|
|
1809
|
-
get
|
|
1810
|
-
return this.
|
|
1821
|
+
get qi() {
|
|
1822
|
+
return this.mn;
|
|
1811
1823
|
}
|
|
1812
|
-
set
|
|
1813
|
-
let b = this.
|
|
1814
|
-
this.
|
|
1815
|
-
if (b != this.
|
|
1816
|
-
this.
|
|
1824
|
+
set qi(a) {
|
|
1825
|
+
let b = this.mn;
|
|
1826
|
+
this.mn = a;
|
|
1827
|
+
if (b != this.mn) {
|
|
1828
|
+
this.kp("FlatTextColor", b, a);
|
|
1829
|
+
}
|
|
1830
|
+
}
|
|
1831
|
+
get qg() {
|
|
1832
|
+
return this.ml;
|
|
1833
|
+
}
|
|
1834
|
+
set qg(a) {
|
|
1835
|
+
let b = this.ml;
|
|
1836
|
+
this.ml = a;
|
|
1837
|
+
if (b != this.ml) {
|
|
1838
|
+
this.kp("FlatHoverTextColor", b, a);
|
|
1817
1839
|
}
|
|
1818
1840
|
}
|
|
1819
1841
|
get qd() {
|
|
@@ -1823,147 +1845,137 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1823
1845
|
let b = this.mi;
|
|
1824
1846
|
this.mi = a;
|
|
1825
1847
|
if (b != this.mi) {
|
|
1826
|
-
this.
|
|
1827
|
-
}
|
|
1828
|
-
}
|
|
1829
|
-
get qb() {
|
|
1830
|
-
return this.mg;
|
|
1831
|
-
}
|
|
1832
|
-
set qb(a) {
|
|
1833
|
-
let b = this.mg;
|
|
1834
|
-
this.mg = a;
|
|
1835
|
-
if (b != this.mg) {
|
|
1836
|
-
this.kk("FlatHoverTextColor", b, a);
|
|
1848
|
+
this.kp("FlatFocusBackgroundColor", b, a);
|
|
1837
1849
|
}
|
|
1838
1850
|
}
|
|
1839
|
-
get
|
|
1840
|
-
return this.
|
|
1851
|
+
get qe() {
|
|
1852
|
+
return this.mj;
|
|
1841
1853
|
}
|
|
1842
|
-
set
|
|
1843
|
-
let b = this.
|
|
1844
|
-
this.
|
|
1845
|
-
if (b != this.
|
|
1846
|
-
this.
|
|
1854
|
+
set qe(a) {
|
|
1855
|
+
let b = this.mj;
|
|
1856
|
+
this.mj = a;
|
|
1857
|
+
if (b != this.mj) {
|
|
1858
|
+
this.kp("FlatFocusTextColor", b, a);
|
|
1847
1859
|
}
|
|
1848
1860
|
}
|
|
1849
|
-
get
|
|
1850
|
-
return this.
|
|
1861
|
+
get bw() {
|
|
1862
|
+
return this.be;
|
|
1851
1863
|
}
|
|
1852
|
-
set
|
|
1853
|
-
let b = this.
|
|
1854
|
-
this.
|
|
1855
|
-
if (b != this.
|
|
1856
|
-
this.
|
|
1864
|
+
set bw(a) {
|
|
1865
|
+
let b = this.be;
|
|
1866
|
+
this.be = a;
|
|
1867
|
+
if (b != this.be) {
|
|
1868
|
+
this.kp("FlatBorderWidth", b, a);
|
|
1857
1869
|
}
|
|
1858
1870
|
}
|
|
1859
|
-
get
|
|
1860
|
-
return this.
|
|
1871
|
+
get ld() {
|
|
1872
|
+
return this.k0;
|
|
1861
1873
|
}
|
|
1862
|
-
set
|
|
1863
|
-
let b = this.
|
|
1864
|
-
this.
|
|
1865
|
-
|
|
1866
|
-
this.
|
|
1874
|
+
set ld(a) {
|
|
1875
|
+
let b = this.k0;
|
|
1876
|
+
this.k0 = a;
|
|
1877
|
+
{
|
|
1878
|
+
this.kp("FlatCornerRadius", b, a);
|
|
1867
1879
|
}
|
|
1868
1880
|
}
|
|
1869
|
-
get
|
|
1870
|
-
return this.
|
|
1881
|
+
get n6() {
|
|
1882
|
+
return this.ly;
|
|
1871
1883
|
}
|
|
1872
|
-
set
|
|
1873
|
-
let b = this.
|
|
1874
|
-
this.
|
|
1875
|
-
{
|
|
1876
|
-
this.
|
|
1884
|
+
set n6(a) {
|
|
1885
|
+
let b = this.ly;
|
|
1886
|
+
this.ly = a;
|
|
1887
|
+
if (b != this.ly) {
|
|
1888
|
+
this.kp("BackgroundColor", b, a);
|
|
1877
1889
|
}
|
|
1878
1890
|
}
|
|
1879
|
-
get
|
|
1880
|
-
return this.
|
|
1891
|
+
get pu() {
|
|
1892
|
+
return this.l0;
|
|
1881
1893
|
}
|
|
1882
|
-
set
|
|
1883
|
-
let b = this.
|
|
1884
|
-
this.
|
|
1885
|
-
if (b != this.
|
|
1886
|
-
this.
|
|
1894
|
+
set pu(a) {
|
|
1895
|
+
let b = this.l0;
|
|
1896
|
+
this.l0 = a;
|
|
1897
|
+
if (b != this.l0) {
|
|
1898
|
+
this.kp("DisabledBackgroundColor", b, a);
|
|
1887
1899
|
}
|
|
1888
1900
|
}
|
|
1889
|
-
get
|
|
1890
|
-
return this.
|
|
1901
|
+
get pv() {
|
|
1902
|
+
return this.l1;
|
|
1891
1903
|
}
|
|
1892
|
-
set
|
|
1893
|
-
let b = this.
|
|
1894
|
-
this.
|
|
1895
|
-
if (b != this.
|
|
1896
|
-
this.
|
|
1904
|
+
set pv(a) {
|
|
1905
|
+
let b = this.l1;
|
|
1906
|
+
this.l1 = a;
|
|
1907
|
+
if (b != this.l1) {
|
|
1908
|
+
this.kp("DisabledBorderColor", b, a);
|
|
1897
1909
|
}
|
|
1898
1910
|
}
|
|
1899
|
-
get
|
|
1900
|
-
return this.
|
|
1911
|
+
get pw() {
|
|
1912
|
+
return this.l2;
|
|
1901
1913
|
}
|
|
1902
|
-
set
|
|
1903
|
-
let b = this.
|
|
1904
|
-
this.
|
|
1905
|
-
if (b != this.
|
|
1906
|
-
this.
|
|
1914
|
+
set pw(a) {
|
|
1915
|
+
let b = this.l2;
|
|
1916
|
+
this.l2 = a;
|
|
1917
|
+
if (b != this.l2) {
|
|
1918
|
+
this.kp("DisabledTextColor", b, a);
|
|
1907
1919
|
}
|
|
1908
1920
|
}
|
|
1909
|
-
get
|
|
1910
|
-
return this.
|
|
1921
|
+
get dj() {
|
|
1922
|
+
return this.b6;
|
|
1911
1923
|
}
|
|
1912
|
-
set
|
|
1913
|
-
let b = this.
|
|
1914
|
-
this.
|
|
1915
|
-
if (b != this.
|
|
1916
|
-
this.
|
|
1924
|
+
set dj(a) {
|
|
1925
|
+
let b = this.b6;
|
|
1926
|
+
this.b6 = a;
|
|
1927
|
+
if (b != this.b6) {
|
|
1928
|
+
this.kp("DisabledElevation", b, a);
|
|
1917
1929
|
}
|
|
1918
1930
|
}
|
|
1919
|
-
get
|
|
1920
|
-
return this.
|
|
1931
|
+
get x() {
|
|
1932
|
+
return this.u;
|
|
1921
1933
|
}
|
|
1922
|
-
set
|
|
1923
|
-
let b = this.
|
|
1924
|
-
this.
|
|
1925
|
-
if (b != this.
|
|
1926
|
-
this.
|
|
1934
|
+
set x(a) {
|
|
1935
|
+
let b = this.u;
|
|
1936
|
+
this.u = a;
|
|
1937
|
+
if (b != this.u) {
|
|
1938
|
+
this.kp("ElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
|
|
1927
1939
|
}
|
|
1928
1940
|
}
|
|
1929
|
-
get
|
|
1930
|
-
return this.
|
|
1941
|
+
get ql() {
|
|
1942
|
+
return this.mq;
|
|
1931
1943
|
}
|
|
1932
|
-
set
|
|
1933
|
-
let b = this.
|
|
1934
|
-
this.
|
|
1935
|
-
if (b != this.
|
|
1936
|
-
this.
|
|
1944
|
+
set ql(a) {
|
|
1945
|
+
let b = this.mq;
|
|
1946
|
+
this.mq = a;
|
|
1947
|
+
if (b != this.mq) {
|
|
1948
|
+
this.kp("HoverBackgroundColor", b, a);
|
|
1937
1949
|
}
|
|
1938
1950
|
}
|
|
1939
|
-
get
|
|
1940
|
-
return this.
|
|
1951
|
+
get n7() {
|
|
1952
|
+
return this.lz;
|
|
1941
1953
|
}
|
|
1942
|
-
set
|
|
1943
|
-
let b = this.
|
|
1944
|
-
this.
|
|
1945
|
-
if (b != this.
|
|
1946
|
-
this.
|
|
1954
|
+
set n7(a) {
|
|
1955
|
+
let b = this.lz;
|
|
1956
|
+
this.lz = a;
|
|
1957
|
+
if (b != this.lz) {
|
|
1958
|
+
this.kp("BorderColor", b, a);
|
|
1947
1959
|
}
|
|
1948
1960
|
}
|
|
1949
|
-
get
|
|
1950
|
-
return this.
|
|
1961
|
+
get d7() {
|
|
1962
|
+
return this.ct;
|
|
1951
1963
|
}
|
|
1952
|
-
set
|
|
1953
|
-
let b = this.
|
|
1954
|
-
this.
|
|
1955
|
-
if (b != this.
|
|
1956
|
-
this.
|
|
1964
|
+
set d7(a) {
|
|
1965
|
+
let b = this.ct;
|
|
1966
|
+
this.ct = a;
|
|
1967
|
+
if (b != this.ct) {
|
|
1968
|
+
this.kp("RestingElevation", b, a);
|
|
1957
1969
|
}
|
|
1958
1970
|
}
|
|
1959
|
-
get
|
|
1960
|
-
return this.
|
|
1971
|
+
get du() {
|
|
1972
|
+
return this.cg;
|
|
1961
1973
|
}
|
|
1962
|
-
set
|
|
1963
|
-
let b = this.
|
|
1964
|
-
this.
|
|
1965
|
-
if (b != this.
|
|
1966
|
-
this.
|
|
1974
|
+
set du(a) {
|
|
1975
|
+
let b = this.cg;
|
|
1976
|
+
this.cg = a;
|
|
1977
|
+
if (b != this.cg) {
|
|
1978
|
+
this.kp("HoverElevation", b, a);
|
|
1967
1979
|
}
|
|
1968
1980
|
}
|
|
1969
1981
|
get dt() {
|
|
@@ -1973,57 +1985,67 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1973
1985
|
let b = this.cf;
|
|
1974
1986
|
this.cf = a;
|
|
1975
1987
|
if (b != this.cf) {
|
|
1976
|
-
this.
|
|
1988
|
+
this.kp("FocusElevation", b, a);
|
|
1977
1989
|
}
|
|
1978
1990
|
}
|
|
1979
|
-
get
|
|
1980
|
-
return this.
|
|
1991
|
+
get ab() {
|
|
1992
|
+
return this.aa;
|
|
1981
1993
|
}
|
|
1982
|
-
set
|
|
1983
|
-
let b = this.
|
|
1984
|
-
this.
|
|
1985
|
-
if (b != this.
|
|
1986
|
-
this.
|
|
1994
|
+
set ab(a) {
|
|
1995
|
+
let b = this.aa;
|
|
1996
|
+
this.aa = a;
|
|
1997
|
+
if (b != this.aa) {
|
|
1998
|
+
this.kp("TextStyle", b, a);
|
|
1987
1999
|
}
|
|
1988
2000
|
}
|
|
1989
|
-
get
|
|
1990
|
-
return this.
|
|
2001
|
+
get rl() {
|
|
2002
|
+
return this.nr;
|
|
1991
2003
|
}
|
|
1992
|
-
set
|
|
1993
|
-
let b = this.
|
|
1994
|
-
this.
|
|
1995
|
-
if (b != this.
|
|
1996
|
-
this.
|
|
2004
|
+
set rl(a) {
|
|
2005
|
+
let b = this.nr;
|
|
2006
|
+
this.nr = a;
|
|
2007
|
+
if (b != this.nr) {
|
|
2008
|
+
this.kp("TextColor", b, a);
|
|
1997
2009
|
}
|
|
1998
2010
|
}
|
|
1999
|
-
get
|
|
2000
|
-
return this.
|
|
2011
|
+
get qm() {
|
|
2012
|
+
return this.ms;
|
|
2001
2013
|
}
|
|
2002
|
-
set
|
|
2003
|
-
let b = this.
|
|
2004
|
-
this.
|
|
2005
|
-
if (b != this.
|
|
2006
|
-
this.
|
|
2014
|
+
set qm(a) {
|
|
2015
|
+
let b = this.ms;
|
|
2016
|
+
this.ms = a;
|
|
2017
|
+
if (b != this.ms) {
|
|
2018
|
+
this.kp("HoverTextColor", b, a);
|
|
2007
2019
|
}
|
|
2008
2020
|
}
|
|
2009
|
-
get
|
|
2010
|
-
return this.
|
|
2021
|
+
get rk() {
|
|
2022
|
+
return this.nq;
|
|
2011
2023
|
}
|
|
2012
|
-
set
|
|
2013
|
-
let b = this.
|
|
2014
|
-
this.
|
|
2015
|
-
if (b != this.
|
|
2016
|
-
this.
|
|
2024
|
+
set rk(a) {
|
|
2025
|
+
let b = this.nq;
|
|
2026
|
+
this.nq = a;
|
|
2027
|
+
if (b != this.nq) {
|
|
2028
|
+
this.kp("RippleColor", b, a);
|
|
2017
2029
|
}
|
|
2018
2030
|
}
|
|
2019
|
-
get
|
|
2020
|
-
return this.
|
|
2031
|
+
get rj() {
|
|
2032
|
+
return this.np;
|
|
2021
2033
|
}
|
|
2022
|
-
set
|
|
2023
|
-
let b = this.
|
|
2024
|
-
this.
|
|
2025
|
-
if (b != this.
|
|
2026
|
-
this.
|
|
2034
|
+
set rj(a) {
|
|
2035
|
+
let b = this.np;
|
|
2036
|
+
this.np = a;
|
|
2037
|
+
if (b != this.np) {
|
|
2038
|
+
this.kp("RaisedTextColor", b, a);
|
|
2039
|
+
}
|
|
2040
|
+
}
|
|
2041
|
+
get rh() {
|
|
2042
|
+
return this.nn;
|
|
2043
|
+
}
|
|
2044
|
+
set rh(a) {
|
|
2045
|
+
let b = this.nn;
|
|
2046
|
+
this.nn = a;
|
|
2047
|
+
if (b != this.nn) {
|
|
2048
|
+
this.kp("RaisedHoverTextColor", b, a);
|
|
2027
2049
|
}
|
|
2028
2050
|
}
|
|
2029
2051
|
get re() {
|
|
@@ -2033,147 +2055,137 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2033
2055
|
let b = this.nk;
|
|
2034
2056
|
this.nk = a;
|
|
2035
2057
|
if (b != this.nk) {
|
|
2036
|
-
this.
|
|
2058
|
+
this.kp("RaisedFocusBackgroundColor", b, a);
|
|
2037
2059
|
}
|
|
2038
2060
|
}
|
|
2039
|
-
get
|
|
2040
|
-
return this.
|
|
2041
|
-
}
|
|
2042
|
-
set rc(a) {
|
|
2043
|
-
let b = this.ni;
|
|
2044
|
-
this.ni = a;
|
|
2045
|
-
if (b != this.ni) {
|
|
2046
|
-
this.kk("RaisedHoverTextColor", b, a);
|
|
2047
|
-
}
|
|
2048
|
-
}
|
|
2049
|
-
get q9() {
|
|
2050
|
-
return this.nf;
|
|
2061
|
+
get rf() {
|
|
2062
|
+
return this.nl;
|
|
2051
2063
|
}
|
|
2052
|
-
set
|
|
2053
|
-
let b = this.
|
|
2054
|
-
this.
|
|
2055
|
-
if (b != this.
|
|
2056
|
-
this.
|
|
2064
|
+
set rf(a) {
|
|
2065
|
+
let b = this.nl;
|
|
2066
|
+
this.nl = a;
|
|
2067
|
+
if (b != this.nl) {
|
|
2068
|
+
this.kp("RaisedFocusTextColor", b, a);
|
|
2057
2069
|
}
|
|
2058
2070
|
}
|
|
2059
|
-
get
|
|
2060
|
-
return this.
|
|
2071
|
+
get qj() {
|
|
2072
|
+
return this.mo;
|
|
2061
2073
|
}
|
|
2062
|
-
set
|
|
2063
|
-
let b = this.
|
|
2064
|
-
this.
|
|
2065
|
-
if (b != this.
|
|
2066
|
-
this.
|
|
2074
|
+
set qj(a) {
|
|
2075
|
+
let b = this.mo;
|
|
2076
|
+
this.mo = a;
|
|
2077
|
+
if (b != this.mo) {
|
|
2078
|
+
this.kp("FocusBackgroundColor", b, a);
|
|
2067
2079
|
}
|
|
2068
2080
|
}
|
|
2069
|
-
get
|
|
2070
|
-
return this.
|
|
2081
|
+
get qk() {
|
|
2082
|
+
return this.mp;
|
|
2071
2083
|
}
|
|
2072
|
-
set
|
|
2073
|
-
let b = this.
|
|
2074
|
-
this.
|
|
2075
|
-
if (b != this.
|
|
2076
|
-
this.
|
|
2084
|
+
set qk(a) {
|
|
2085
|
+
let b = this.mp;
|
|
2086
|
+
this.mp = a;
|
|
2087
|
+
if (b != this.mp) {
|
|
2088
|
+
this.kp("FocusTextColor", b, a);
|
|
2077
2089
|
}
|
|
2078
2090
|
}
|
|
2079
|
-
get
|
|
2080
|
-
return this.
|
|
2091
|
+
get bl() {
|
|
2092
|
+
return this.a8;
|
|
2081
2093
|
}
|
|
2082
|
-
set
|
|
2083
|
-
let b = this.
|
|
2084
|
-
this.
|
|
2085
|
-
if (b != this.
|
|
2086
|
-
this.
|
|
2094
|
+
set bl(a) {
|
|
2095
|
+
let b = this.a8;
|
|
2096
|
+
this.a8 = a;
|
|
2097
|
+
if (b != this.a8) {
|
|
2098
|
+
this.kp("BorderWidth", b, a);
|
|
2087
2099
|
}
|
|
2088
2100
|
}
|
|
2089
|
-
get
|
|
2090
|
-
return this.
|
|
2101
|
+
get k6() {
|
|
2102
|
+
return this.ky;
|
|
2091
2103
|
}
|
|
2092
|
-
set
|
|
2093
|
-
let b = this.
|
|
2094
|
-
this.
|
|
2095
|
-
|
|
2096
|
-
this.
|
|
2104
|
+
set k6(a) {
|
|
2105
|
+
let b = this.ky;
|
|
2106
|
+
this.ky = a;
|
|
2107
|
+
{
|
|
2108
|
+
this.kp("CornerRadius", b, a);
|
|
2097
2109
|
}
|
|
2098
2110
|
}
|
|
2099
|
-
get
|
|
2100
|
-
return this.
|
|
2111
|
+
get qy() {
|
|
2112
|
+
return this.m4;
|
|
2101
2113
|
}
|
|
2102
|
-
set
|
|
2103
|
-
let b = this.
|
|
2104
|
-
this.
|
|
2105
|
-
{
|
|
2106
|
-
this.
|
|
2114
|
+
set qy(a) {
|
|
2115
|
+
let b = this.m4;
|
|
2116
|
+
this.m4 = a;
|
|
2117
|
+
if (b != this.m4) {
|
|
2118
|
+
this.kp("OutlinedBackgroundColor", b, a);
|
|
2107
2119
|
}
|
|
2108
2120
|
}
|
|
2109
|
-
get
|
|
2110
|
-
return this.
|
|
2121
|
+
get q0() {
|
|
2122
|
+
return this.m6;
|
|
2111
2123
|
}
|
|
2112
|
-
set
|
|
2113
|
-
let b = this.
|
|
2114
|
-
this.
|
|
2115
|
-
if (b != this.
|
|
2116
|
-
this.
|
|
2124
|
+
set q0(a) {
|
|
2125
|
+
let b = this.m6;
|
|
2126
|
+
this.m6 = a;
|
|
2127
|
+
if (b != this.m6) {
|
|
2128
|
+
this.kp("OutlinedDisabledBackgroundColor", b, a);
|
|
2117
2129
|
}
|
|
2118
2130
|
}
|
|
2119
|
-
get
|
|
2120
|
-
return this.
|
|
2131
|
+
get q1() {
|
|
2132
|
+
return this.m7;
|
|
2121
2133
|
}
|
|
2122
|
-
set
|
|
2123
|
-
let b = this.
|
|
2124
|
-
this.
|
|
2125
|
-
if (b != this.
|
|
2126
|
-
this.
|
|
2134
|
+
set q1(a) {
|
|
2135
|
+
let b = this.m7;
|
|
2136
|
+
this.m7 = a;
|
|
2137
|
+
if (b != this.m7) {
|
|
2138
|
+
this.kp("OutlinedDisabledBorderColor", b, a);
|
|
2127
2139
|
}
|
|
2128
2140
|
}
|
|
2129
|
-
get
|
|
2130
|
-
return this.
|
|
2141
|
+
get q2() {
|
|
2142
|
+
return this.m8;
|
|
2131
2143
|
}
|
|
2132
|
-
set
|
|
2133
|
-
let b = this.
|
|
2134
|
-
this.
|
|
2135
|
-
if (b != this.
|
|
2136
|
-
this.
|
|
2144
|
+
set q2(a) {
|
|
2145
|
+
let b = this.m8;
|
|
2146
|
+
this.m8 = a;
|
|
2147
|
+
if (b != this.m8) {
|
|
2148
|
+
this.kp("OutlinedDisabledTextColor", b, a);
|
|
2137
2149
|
}
|
|
2138
2150
|
}
|
|
2139
|
-
get
|
|
2140
|
-
return this.
|
|
2151
|
+
get dz() {
|
|
2152
|
+
return this.cl;
|
|
2141
2153
|
}
|
|
2142
|
-
set
|
|
2143
|
-
let b = this.
|
|
2144
|
-
this.
|
|
2145
|
-
if (b != this.
|
|
2146
|
-
this.
|
|
2154
|
+
set dz(a) {
|
|
2155
|
+
let b = this.cl;
|
|
2156
|
+
this.cl = a;
|
|
2157
|
+
if (b != this.cl) {
|
|
2158
|
+
this.kp("OutlinedDisabledElevation", b, a);
|
|
2147
2159
|
}
|
|
2148
2160
|
}
|
|
2149
|
-
get
|
|
2150
|
-
return this.
|
|
2161
|
+
get q5() {
|
|
2162
|
+
return this.nb;
|
|
2151
2163
|
}
|
|
2152
|
-
set
|
|
2153
|
-
let b = this.
|
|
2154
|
-
this.
|
|
2155
|
-
if (b != this.
|
|
2156
|
-
this.
|
|
2164
|
+
set q5(a) {
|
|
2165
|
+
let b = this.nb;
|
|
2166
|
+
this.nb = a;
|
|
2167
|
+
if (b != this.nb) {
|
|
2168
|
+
this.kp("OutlinedHoverBackgroundColor", b, a);
|
|
2157
2169
|
}
|
|
2158
2170
|
}
|
|
2159
|
-
get
|
|
2160
|
-
return this.
|
|
2171
|
+
get qz() {
|
|
2172
|
+
return this.m5;
|
|
2161
2173
|
}
|
|
2162
|
-
set
|
|
2163
|
-
let b = this.
|
|
2164
|
-
this.
|
|
2165
|
-
if (b != this.
|
|
2166
|
-
this.
|
|
2174
|
+
set qz(a) {
|
|
2175
|
+
let b = this.m5;
|
|
2176
|
+
this.m5 = a;
|
|
2177
|
+
if (b != this.m5) {
|
|
2178
|
+
this.kp("OutlinedBorderColor", b, a);
|
|
2167
2179
|
}
|
|
2168
2180
|
}
|
|
2169
|
-
get
|
|
2170
|
-
return this.
|
|
2181
|
+
get d2() {
|
|
2182
|
+
return this.co;
|
|
2171
2183
|
}
|
|
2172
|
-
set
|
|
2173
|
-
let b = this.
|
|
2174
|
-
this.
|
|
2175
|
-
if (b != this.
|
|
2176
|
-
this.
|
|
2184
|
+
set d2(a) {
|
|
2185
|
+
let b = this.co;
|
|
2186
|
+
this.co = a;
|
|
2187
|
+
if (b != this.co) {
|
|
2188
|
+
this.kp("OutlinedRestingElevation", b, a);
|
|
2177
2189
|
}
|
|
2178
2190
|
}
|
|
2179
2191
|
get d1() {
|
|
@@ -2183,7 +2195,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2183
2195
|
let b = this.cn;
|
|
2184
2196
|
this.cn = a;
|
|
2185
2197
|
if (b != this.cn) {
|
|
2186
|
-
this.
|
|
2198
|
+
this.kp("OutlinedHoverElevation", b, a);
|
|
2187
2199
|
}
|
|
2188
2200
|
}
|
|
2189
2201
|
get d0() {
|
|
@@ -2193,47 +2205,57 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2193
2205
|
let b = this.cm;
|
|
2194
2206
|
this.cm = a;
|
|
2195
2207
|
if (b != this.cm) {
|
|
2196
|
-
this.
|
|
2208
|
+
this.kp("OutlinedFocusElevation", b, a);
|
|
2197
2209
|
}
|
|
2198
2210
|
}
|
|
2199
|
-
get
|
|
2200
|
-
return this.
|
|
2211
|
+
get b0() {
|
|
2212
|
+
return this.bi;
|
|
2201
2213
|
}
|
|
2202
|
-
set
|
|
2203
|
-
let b = this.
|
|
2204
|
-
this.
|
|
2205
|
-
if (b != this.
|
|
2206
|
-
this.
|
|
2214
|
+
set b0(a) {
|
|
2215
|
+
let b = this.bi;
|
|
2216
|
+
this.bi = a;
|
|
2217
|
+
if (b != this.bi) {
|
|
2218
|
+
this.kp("OutlinedBorderWidth", b, a);
|
|
2207
2219
|
}
|
|
2208
2220
|
}
|
|
2209
|
-
get
|
|
2210
|
-
return this.
|
|
2221
|
+
get lg() {
|
|
2222
|
+
return this.k2;
|
|
2211
2223
|
}
|
|
2212
|
-
set
|
|
2213
|
-
let b = this.
|
|
2214
|
-
this.
|
|
2215
|
-
|
|
2216
|
-
this.
|
|
2224
|
+
set lg(a) {
|
|
2225
|
+
let b = this.k2;
|
|
2226
|
+
this.k2 = a;
|
|
2227
|
+
{
|
|
2228
|
+
this.kp("OutlinedCornerRadius", b, a);
|
|
2217
2229
|
}
|
|
2218
2230
|
}
|
|
2219
|
-
get
|
|
2220
|
-
return this.
|
|
2231
|
+
get q7() {
|
|
2232
|
+
return this.nd;
|
|
2221
2233
|
}
|
|
2222
|
-
set
|
|
2223
|
-
let b = this.
|
|
2224
|
-
this.
|
|
2225
|
-
{
|
|
2226
|
-
this.
|
|
2234
|
+
set q7(a) {
|
|
2235
|
+
let b = this.nd;
|
|
2236
|
+
this.nd = a;
|
|
2237
|
+
if (b != this.nd) {
|
|
2238
|
+
this.kp("OutlinedRippleColor", b, a);
|
|
2227
2239
|
}
|
|
2228
2240
|
}
|
|
2229
|
-
get
|
|
2230
|
-
return this.
|
|
2241
|
+
get q8() {
|
|
2242
|
+
return this.ne;
|
|
2231
2243
|
}
|
|
2232
|
-
set
|
|
2233
|
-
let b = this.
|
|
2234
|
-
this.
|
|
2235
|
-
if (b != this.
|
|
2236
|
-
this.
|
|
2244
|
+
set q8(a) {
|
|
2245
|
+
let b = this.ne;
|
|
2246
|
+
this.ne = a;
|
|
2247
|
+
if (b != this.ne) {
|
|
2248
|
+
this.kp("OutlinedTextColor", b, a);
|
|
2249
|
+
}
|
|
2250
|
+
}
|
|
2251
|
+
get q6() {
|
|
2252
|
+
return this.nc;
|
|
2253
|
+
}
|
|
2254
|
+
set q6(a) {
|
|
2255
|
+
let b = this.nc;
|
|
2256
|
+
this.nc = a;
|
|
2257
|
+
if (b != this.nc) {
|
|
2258
|
+
this.kp("OutlinedHoverTextColor", b, a);
|
|
2237
2259
|
}
|
|
2238
2260
|
}
|
|
2239
2261
|
get q3() {
|
|
@@ -2243,107 +2265,97 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2243
2265
|
let b = this.m9;
|
|
2244
2266
|
this.m9 = a;
|
|
2245
2267
|
if (b != this.m9) {
|
|
2246
|
-
this.
|
|
2247
|
-
}
|
|
2248
|
-
}
|
|
2249
|
-
get q1() {
|
|
2250
|
-
return this.m7;
|
|
2251
|
-
}
|
|
2252
|
-
set q1(a) {
|
|
2253
|
-
let b = this.m7;
|
|
2254
|
-
this.m7 = a;
|
|
2255
|
-
if (b != this.m7) {
|
|
2256
|
-
this.kk("OutlinedHoverTextColor", b, a);
|
|
2268
|
+
this.kp("OutlinedFocusBackgroundColor", b, a);
|
|
2257
2269
|
}
|
|
2258
2270
|
}
|
|
2259
|
-
get
|
|
2260
|
-
return this.
|
|
2271
|
+
get q4() {
|
|
2272
|
+
return this.na;
|
|
2261
2273
|
}
|
|
2262
|
-
set
|
|
2263
|
-
let b = this.
|
|
2264
|
-
this.
|
|
2265
|
-
if (b != this.
|
|
2266
|
-
this.
|
|
2274
|
+
set q4(a) {
|
|
2275
|
+
let b = this.na;
|
|
2276
|
+
this.na = a;
|
|
2277
|
+
if (b != this.na) {
|
|
2278
|
+
this.kp("OutlinedFocusTextColor", b, a);
|
|
2267
2279
|
}
|
|
2268
2280
|
}
|
|
2269
|
-
get
|
|
2270
|
-
return this.
|
|
2281
|
+
get px() {
|
|
2282
|
+
return this.l3;
|
|
2271
2283
|
}
|
|
2272
|
-
set
|
|
2273
|
-
let b = this.
|
|
2274
|
-
this.
|
|
2275
|
-
if (b != this.
|
|
2276
|
-
this.
|
|
2284
|
+
set px(a) {
|
|
2285
|
+
let b = this.l3;
|
|
2286
|
+
this.l3 = a;
|
|
2287
|
+
if (b != this.l3) {
|
|
2288
|
+
this.kp("FabBackgroundColor", b, a);
|
|
2277
2289
|
}
|
|
2278
2290
|
}
|
|
2279
|
-
get
|
|
2280
|
-
return this.
|
|
2291
|
+
get pz() {
|
|
2292
|
+
return this.l5;
|
|
2281
2293
|
}
|
|
2282
|
-
set
|
|
2283
|
-
let b = this.
|
|
2284
|
-
this.
|
|
2285
|
-
if (b != this.
|
|
2286
|
-
this.
|
|
2294
|
+
set pz(a) {
|
|
2295
|
+
let b = this.l5;
|
|
2296
|
+
this.l5 = a;
|
|
2297
|
+
if (b != this.l5) {
|
|
2298
|
+
this.kp("FabDisabledBackgroundColor", b, a);
|
|
2287
2299
|
}
|
|
2288
2300
|
}
|
|
2289
|
-
get
|
|
2290
|
-
return this.
|
|
2301
|
+
get p0() {
|
|
2302
|
+
return this.l6;
|
|
2291
2303
|
}
|
|
2292
|
-
set
|
|
2293
|
-
let b = this.
|
|
2294
|
-
this.
|
|
2295
|
-
if (b != this.
|
|
2296
|
-
this.
|
|
2304
|
+
set p0(a) {
|
|
2305
|
+
let b = this.l6;
|
|
2306
|
+
this.l6 = a;
|
|
2307
|
+
if (b != this.l6) {
|
|
2308
|
+
this.kp("FabDisabledBorderColor", b, a);
|
|
2297
2309
|
}
|
|
2298
2310
|
}
|
|
2299
|
-
get
|
|
2300
|
-
return this.
|
|
2311
|
+
get p1() {
|
|
2312
|
+
return this.l7;
|
|
2301
2313
|
}
|
|
2302
|
-
set
|
|
2303
|
-
let b = this.
|
|
2304
|
-
this.
|
|
2305
|
-
if (b != this.
|
|
2306
|
-
this.
|
|
2314
|
+
set p1(a) {
|
|
2315
|
+
let b = this.l7;
|
|
2316
|
+
this.l7 = a;
|
|
2317
|
+
if (b != this.l7) {
|
|
2318
|
+
this.kp("FabDisabledTextColor", b, a);
|
|
2307
2319
|
}
|
|
2308
2320
|
}
|
|
2309
|
-
get
|
|
2310
|
-
return this.
|
|
2321
|
+
get dk() {
|
|
2322
|
+
return this.b7;
|
|
2311
2323
|
}
|
|
2312
|
-
set
|
|
2313
|
-
let b = this.
|
|
2314
|
-
this.
|
|
2315
|
-
if (b != this.
|
|
2316
|
-
this.
|
|
2324
|
+
set dk(a) {
|
|
2325
|
+
let b = this.b7;
|
|
2326
|
+
this.b7 = a;
|
|
2327
|
+
if (b != this.b7) {
|
|
2328
|
+
this.kp("FabDisabledElevation", b, a);
|
|
2317
2329
|
}
|
|
2318
2330
|
}
|
|
2319
|
-
get
|
|
2320
|
-
return this.
|
|
2331
|
+
get p4() {
|
|
2332
|
+
return this.mr;
|
|
2321
2333
|
}
|
|
2322
|
-
set
|
|
2323
|
-
let b = this.
|
|
2324
|
-
this.
|
|
2325
|
-
if (b != this.
|
|
2326
|
-
this.
|
|
2334
|
+
set p4(a) {
|
|
2335
|
+
let b = this.mr;
|
|
2336
|
+
this.mr = a;
|
|
2337
|
+
if (b != this.mr) {
|
|
2338
|
+
this.kp("FabHoverBackgroundColor", b, a);
|
|
2327
2339
|
}
|
|
2328
2340
|
}
|
|
2329
|
-
get
|
|
2330
|
-
return this.
|
|
2341
|
+
get py() {
|
|
2342
|
+
return this.l4;
|
|
2331
2343
|
}
|
|
2332
|
-
set
|
|
2333
|
-
let b = this.
|
|
2334
|
-
this.
|
|
2335
|
-
if (b != this.
|
|
2336
|
-
this.
|
|
2344
|
+
set py(a) {
|
|
2345
|
+
let b = this.l4;
|
|
2346
|
+
this.l4 = a;
|
|
2347
|
+
if (b != this.l4) {
|
|
2348
|
+
this.kp("FabBorderColor", b, a);
|
|
2337
2349
|
}
|
|
2338
2350
|
}
|
|
2339
|
-
get
|
|
2340
|
-
return this.
|
|
2351
|
+
get dn() {
|
|
2352
|
+
return this.ca;
|
|
2341
2353
|
}
|
|
2342
|
-
set
|
|
2343
|
-
let b = this.
|
|
2344
|
-
this.
|
|
2345
|
-
if (b != this.
|
|
2346
|
-
this.
|
|
2354
|
+
set dn(a) {
|
|
2355
|
+
let b = this.ca;
|
|
2356
|
+
this.ca = a;
|
|
2357
|
+
if (b != this.ca) {
|
|
2358
|
+
this.kp("FabRestingElevation", b, a);
|
|
2347
2359
|
}
|
|
2348
2360
|
}
|
|
2349
2361
|
get dm() {
|
|
@@ -2353,7 +2365,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2353
2365
|
let b = this.b9;
|
|
2354
2366
|
this.b9 = a;
|
|
2355
2367
|
if (b != this.b9) {
|
|
2356
|
-
this.
|
|
2368
|
+
this.kp("FabHoverElevation", b, a);
|
|
2357
2369
|
}
|
|
2358
2370
|
}
|
|
2359
2371
|
get dl() {
|
|
@@ -2363,157 +2375,157 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2363
2375
|
let b = this.b8;
|
|
2364
2376
|
this.b8 = a;
|
|
2365
2377
|
if (b != this.b8) {
|
|
2366
|
-
this.
|
|
2378
|
+
this.kp("FabFocusElevation", b, a);
|
|
2367
2379
|
}
|
|
2368
2380
|
}
|
|
2369
|
-
get
|
|
2370
|
-
return this.
|
|
2381
|
+
get bv() {
|
|
2382
|
+
return this.bd;
|
|
2371
2383
|
}
|
|
2372
|
-
set
|
|
2373
|
-
let b = this.
|
|
2374
|
-
this.
|
|
2375
|
-
if (b != this.
|
|
2376
|
-
this.
|
|
2384
|
+
set bv(a) {
|
|
2385
|
+
let b = this.bd;
|
|
2386
|
+
this.bd = a;
|
|
2387
|
+
if (b != this.bd) {
|
|
2388
|
+
this.kp("FabBorderWidth", b, a);
|
|
2377
2389
|
}
|
|
2378
2390
|
}
|
|
2379
|
-
get
|
|
2380
|
-
return this.
|
|
2391
|
+
get lc() {
|
|
2392
|
+
return this.kz;
|
|
2381
2393
|
}
|
|
2382
|
-
set
|
|
2383
|
-
let b = this.
|
|
2384
|
-
this.
|
|
2385
|
-
|
|
2386
|
-
this.
|
|
2394
|
+
set lc(a) {
|
|
2395
|
+
let b = this.kz;
|
|
2396
|
+
this.kz = a;
|
|
2397
|
+
{
|
|
2398
|
+
this.kp("FabCornerRadius", b, a);
|
|
2387
2399
|
}
|
|
2388
2400
|
}
|
|
2389
|
-
get
|
|
2390
|
-
return this.
|
|
2401
|
+
get p6() {
|
|
2402
|
+
return this.mb;
|
|
2391
2403
|
}
|
|
2392
|
-
set
|
|
2393
|
-
let b = this.
|
|
2394
|
-
this.
|
|
2395
|
-
{
|
|
2396
|
-
this.
|
|
2404
|
+
set p6(a) {
|
|
2405
|
+
let b = this.mb;
|
|
2406
|
+
this.mb = a;
|
|
2407
|
+
if (b != this.mb) {
|
|
2408
|
+
this.kp("FabRippleColor", b, a);
|
|
2397
2409
|
}
|
|
2398
2410
|
}
|
|
2399
|
-
get
|
|
2400
|
-
return this.
|
|
2411
|
+
get p7() {
|
|
2412
|
+
return this.mc;
|
|
2401
2413
|
}
|
|
2402
|
-
set
|
|
2403
|
-
let b = this.
|
|
2404
|
-
this.
|
|
2405
|
-
if (b != this.
|
|
2406
|
-
this.
|
|
2414
|
+
set p7(a) {
|
|
2415
|
+
let b = this.mc;
|
|
2416
|
+
this.mc = a;
|
|
2417
|
+
if (b != this.mc) {
|
|
2418
|
+
this.kp("FabTextColor", b, a);
|
|
2407
2419
|
}
|
|
2408
2420
|
}
|
|
2409
|
-
get
|
|
2410
|
-
return this.
|
|
2421
|
+
get p5() {
|
|
2422
|
+
return this.ma;
|
|
2411
2423
|
}
|
|
2412
|
-
set
|
|
2413
|
-
let b = this.
|
|
2414
|
-
this.
|
|
2415
|
-
if (b != this.
|
|
2416
|
-
this.
|
|
2424
|
+
set p5(a) {
|
|
2425
|
+
let b = this.ma;
|
|
2426
|
+
this.ma = a;
|
|
2427
|
+
if (b != this.ma) {
|
|
2428
|
+
this.kp("FabHoverTextColor", b, a);
|
|
2417
2429
|
}
|
|
2418
2430
|
}
|
|
2419
|
-
get
|
|
2420
|
-
return this.
|
|
2431
|
+
get p2() {
|
|
2432
|
+
return this.l8;
|
|
2421
2433
|
}
|
|
2422
|
-
set
|
|
2423
|
-
let b = this.
|
|
2424
|
-
this.
|
|
2425
|
-
if (b != this.
|
|
2426
|
-
this.
|
|
2434
|
+
set p2(a) {
|
|
2435
|
+
let b = this.l8;
|
|
2436
|
+
this.l8 = a;
|
|
2437
|
+
if (b != this.l8) {
|
|
2438
|
+
this.kp("FabFocusBackgroundColor", b, a);
|
|
2427
2439
|
}
|
|
2428
2440
|
}
|
|
2429
|
-
get
|
|
2430
|
-
return this.
|
|
2441
|
+
get p3() {
|
|
2442
|
+
return this.l9;
|
|
2431
2443
|
}
|
|
2432
|
-
set
|
|
2433
|
-
let b = this.
|
|
2434
|
-
this.
|
|
2435
|
-
if (b != this.
|
|
2436
|
-
this.
|
|
2444
|
+
set p3(a) {
|
|
2445
|
+
let b = this.l9;
|
|
2446
|
+
this.l9 = a;
|
|
2447
|
+
if (b != this.l9) {
|
|
2448
|
+
this.kp("FabFocusTextColor", b, a);
|
|
2437
2449
|
}
|
|
2438
2450
|
}
|
|
2439
|
-
get
|
|
2440
|
-
return this.
|
|
2451
|
+
get qn() {
|
|
2452
|
+
return this.mt;
|
|
2441
2453
|
}
|
|
2442
|
-
set
|
|
2443
|
-
let b = this.
|
|
2444
|
-
this.
|
|
2445
|
-
if (b != this.
|
|
2446
|
-
this.
|
|
2454
|
+
set qn(a) {
|
|
2455
|
+
let b = this.mt;
|
|
2456
|
+
this.mt = a;
|
|
2457
|
+
if (b != this.mt) {
|
|
2458
|
+
this.kp("IconBackgroundColor", b, a);
|
|
2447
2459
|
}
|
|
2448
2460
|
}
|
|
2449
|
-
get
|
|
2450
|
-
return this.
|
|
2461
|
+
get qp() {
|
|
2462
|
+
return this.mv;
|
|
2451
2463
|
}
|
|
2452
|
-
set
|
|
2453
|
-
let b = this.
|
|
2454
|
-
this.
|
|
2455
|
-
if (b != this.
|
|
2456
|
-
this.
|
|
2464
|
+
set qp(a) {
|
|
2465
|
+
let b = this.mv;
|
|
2466
|
+
this.mv = a;
|
|
2467
|
+
if (b != this.mv) {
|
|
2468
|
+
this.kp("IconDisabledBackgroundColor", b, a);
|
|
2457
2469
|
}
|
|
2458
2470
|
}
|
|
2459
|
-
get
|
|
2460
|
-
return this.
|
|
2471
|
+
get qq() {
|
|
2472
|
+
return this.mw;
|
|
2461
2473
|
}
|
|
2462
|
-
set
|
|
2463
|
-
let b = this.
|
|
2464
|
-
this.
|
|
2465
|
-
if (b != this.
|
|
2466
|
-
this.
|
|
2474
|
+
set qq(a) {
|
|
2475
|
+
let b = this.mw;
|
|
2476
|
+
this.mw = a;
|
|
2477
|
+
if (b != this.mw) {
|
|
2478
|
+
this.kp("IconDisabledBorderColor", b, a);
|
|
2467
2479
|
}
|
|
2468
2480
|
}
|
|
2469
|
-
get
|
|
2470
|
-
return this.
|
|
2481
|
+
get qr() {
|
|
2482
|
+
return this.mx;
|
|
2471
2483
|
}
|
|
2472
|
-
set
|
|
2473
|
-
let b = this.
|
|
2474
|
-
this.
|
|
2475
|
-
if (b != this.
|
|
2476
|
-
this.
|
|
2484
|
+
set qr(a) {
|
|
2485
|
+
let b = this.mx;
|
|
2486
|
+
this.mx = a;
|
|
2487
|
+
if (b != this.mx) {
|
|
2488
|
+
this.kp("IconDisabledTextColor", b, a);
|
|
2477
2489
|
}
|
|
2478
2490
|
}
|
|
2479
|
-
get
|
|
2480
|
-
return this.
|
|
2491
|
+
get dv() {
|
|
2492
|
+
return this.ch;
|
|
2481
2493
|
}
|
|
2482
|
-
set
|
|
2483
|
-
let b = this.
|
|
2484
|
-
this.
|
|
2485
|
-
if (b != this.
|
|
2486
|
-
this.
|
|
2494
|
+
set dv(a) {
|
|
2495
|
+
let b = this.ch;
|
|
2496
|
+
this.ch = a;
|
|
2497
|
+
if (b != this.ch) {
|
|
2498
|
+
this.kp("IconDisabledElevation", b, a);
|
|
2487
2499
|
}
|
|
2488
2500
|
}
|
|
2489
|
-
get
|
|
2490
|
-
return this.
|
|
2501
|
+
get qu() {
|
|
2502
|
+
return this.m0;
|
|
2491
2503
|
}
|
|
2492
|
-
set
|
|
2493
|
-
let b = this.
|
|
2494
|
-
this.
|
|
2495
|
-
if (b != this.
|
|
2496
|
-
this.
|
|
2504
|
+
set qu(a) {
|
|
2505
|
+
let b = this.m0;
|
|
2506
|
+
this.m0 = a;
|
|
2507
|
+
if (b != this.m0) {
|
|
2508
|
+
this.kp("IconHoverBackgroundColor", b, a);
|
|
2497
2509
|
}
|
|
2498
2510
|
}
|
|
2499
|
-
get
|
|
2500
|
-
return this.
|
|
2511
|
+
get qo() {
|
|
2512
|
+
return this.mu;
|
|
2501
2513
|
}
|
|
2502
|
-
set
|
|
2503
|
-
let b = this.
|
|
2504
|
-
this.
|
|
2505
|
-
if (b != this.
|
|
2506
|
-
this.
|
|
2514
|
+
set qo(a) {
|
|
2515
|
+
let b = this.mu;
|
|
2516
|
+
this.mu = a;
|
|
2517
|
+
if (b != this.mu) {
|
|
2518
|
+
this.kp("IconBorderColor", b, a);
|
|
2507
2519
|
}
|
|
2508
2520
|
}
|
|
2509
|
-
get
|
|
2510
|
-
return this.
|
|
2521
|
+
get dy() {
|
|
2522
|
+
return this.ck;
|
|
2511
2523
|
}
|
|
2512
|
-
set
|
|
2513
|
-
let b = this.
|
|
2514
|
-
this.
|
|
2515
|
-
if (b != this.
|
|
2516
|
-
this.
|
|
2524
|
+
set dy(a) {
|
|
2525
|
+
let b = this.ck;
|
|
2526
|
+
this.ck = a;
|
|
2527
|
+
if (b != this.ck) {
|
|
2528
|
+
this.kp("IconRestingElevation", b, a);
|
|
2517
2529
|
}
|
|
2518
2530
|
}
|
|
2519
2531
|
get dx() {
|
|
@@ -2523,7 +2535,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2523
2535
|
let b = this.cj;
|
|
2524
2536
|
this.cj = a;
|
|
2525
2537
|
if (b != this.cj) {
|
|
2526
|
-
this.
|
|
2538
|
+
this.kp("IconHoverElevation", b, a);
|
|
2527
2539
|
}
|
|
2528
2540
|
}
|
|
2529
2541
|
get dw() {
|
|
@@ -2533,47 +2545,57 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2533
2545
|
let b = this.ci;
|
|
2534
2546
|
this.ci = a;
|
|
2535
2547
|
if (b != this.ci) {
|
|
2536
|
-
this.
|
|
2548
|
+
this.kp("IconFocusElevation", b, a);
|
|
2537
2549
|
}
|
|
2538
2550
|
}
|
|
2539
|
-
get
|
|
2540
|
-
return this.
|
|
2551
|
+
get bx() {
|
|
2552
|
+
return this.bf;
|
|
2541
2553
|
}
|
|
2542
|
-
set
|
|
2543
|
-
let b = this.
|
|
2544
|
-
this.
|
|
2545
|
-
if (b != this.
|
|
2546
|
-
this.
|
|
2554
|
+
set bx(a) {
|
|
2555
|
+
let b = this.bf;
|
|
2556
|
+
this.bf = a;
|
|
2557
|
+
if (b != this.bf) {
|
|
2558
|
+
this.kp("IconBorderWidth", b, a);
|
|
2547
2559
|
}
|
|
2548
2560
|
}
|
|
2549
|
-
get
|
|
2550
|
-
return this.
|
|
2561
|
+
get lf() {
|
|
2562
|
+
return this.k1;
|
|
2551
2563
|
}
|
|
2552
|
-
set
|
|
2553
|
-
let b = this.
|
|
2554
|
-
this.
|
|
2555
|
-
|
|
2556
|
-
this.
|
|
2564
|
+
set lf(a) {
|
|
2565
|
+
let b = this.k1;
|
|
2566
|
+
this.k1 = a;
|
|
2567
|
+
{
|
|
2568
|
+
this.kp("IconCornerRadius", b, a);
|
|
2557
2569
|
}
|
|
2558
2570
|
}
|
|
2559
|
-
get
|
|
2560
|
-
return this.
|
|
2571
|
+
get qw() {
|
|
2572
|
+
return this.m2;
|
|
2561
2573
|
}
|
|
2562
|
-
set
|
|
2563
|
-
let b = this.
|
|
2564
|
-
this.
|
|
2565
|
-
{
|
|
2566
|
-
this.
|
|
2574
|
+
set qw(a) {
|
|
2575
|
+
let b = this.m2;
|
|
2576
|
+
this.m2 = a;
|
|
2577
|
+
if (b != this.m2) {
|
|
2578
|
+
this.kp("IconRippleColor", b, a);
|
|
2567
2579
|
}
|
|
2568
2580
|
}
|
|
2569
|
-
get
|
|
2570
|
-
return this.
|
|
2581
|
+
get qx() {
|
|
2582
|
+
return this.m3;
|
|
2571
2583
|
}
|
|
2572
|
-
set
|
|
2573
|
-
let b = this.
|
|
2574
|
-
this.
|
|
2575
|
-
if (b != this.
|
|
2576
|
-
this.
|
|
2584
|
+
set qx(a) {
|
|
2585
|
+
let b = this.m3;
|
|
2586
|
+
this.m3 = a;
|
|
2587
|
+
if (b != this.m3) {
|
|
2588
|
+
this.kp("IconTextColor", b, a);
|
|
2589
|
+
}
|
|
2590
|
+
}
|
|
2591
|
+
get qv() {
|
|
2592
|
+
return this.m1;
|
|
2593
|
+
}
|
|
2594
|
+
set qv(a) {
|
|
2595
|
+
let b = this.m1;
|
|
2596
|
+
this.m1 = a;
|
|
2597
|
+
if (b != this.m1) {
|
|
2598
|
+
this.kp("IconHoverTextColor", b, a);
|
|
2577
2599
|
}
|
|
2578
2600
|
}
|
|
2579
2601
|
get qs() {
|
|
@@ -2583,211 +2605,151 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2583
2605
|
let b = this.my;
|
|
2584
2606
|
this.my = a;
|
|
2585
2607
|
if (b != this.my) {
|
|
2586
|
-
this.
|
|
2587
|
-
}
|
|
2588
|
-
}
|
|
2589
|
-
get qq() {
|
|
2590
|
-
return this.mw;
|
|
2591
|
-
}
|
|
2592
|
-
set qq(a) {
|
|
2593
|
-
let b = this.mw;
|
|
2594
|
-
this.mw = a;
|
|
2595
|
-
if (b != this.mw) {
|
|
2596
|
-
this.kk("IconHoverTextColor", b, a);
|
|
2608
|
+
this.kp("IconFocusBackgroundColor", b, a);
|
|
2597
2609
|
}
|
|
2598
2610
|
}
|
|
2599
|
-
get
|
|
2600
|
-
return this.
|
|
2611
|
+
get qt() {
|
|
2612
|
+
return this.mz;
|
|
2601
2613
|
}
|
|
2602
|
-
set
|
|
2603
|
-
let b = this.
|
|
2604
|
-
this.
|
|
2605
|
-
if (b != this.
|
|
2606
|
-
this.
|
|
2614
|
+
set qt(a) {
|
|
2615
|
+
let b = this.mz;
|
|
2616
|
+
this.mz = a;
|
|
2617
|
+
if (b != this.mz) {
|
|
2618
|
+
this.kp("IconFocusTextColor", b, a);
|
|
2607
2619
|
}
|
|
2608
2620
|
}
|
|
2609
|
-
get
|
|
2610
|
-
return this.
|
|
2621
|
+
get hz() {
|
|
2622
|
+
return this.en;
|
|
2611
2623
|
}
|
|
2612
|
-
set
|
|
2613
|
-
let b = this.
|
|
2614
|
-
this.
|
|
2615
|
-
if (b != this.
|
|
2616
|
-
this.
|
|
2624
|
+
set hz(a) {
|
|
2625
|
+
let b = this.en;
|
|
2626
|
+
this.en = a;
|
|
2627
|
+
if (b != this.en) {
|
|
2628
|
+
this.kp("InputId", b, a);
|
|
2617
2629
|
}
|
|
2618
2630
|
}
|
|
2619
|
-
get
|
|
2631
|
+
get hx() {
|
|
2620
2632
|
return this.em;
|
|
2621
2633
|
}
|
|
2622
|
-
set
|
|
2634
|
+
set hx(a) {
|
|
2623
2635
|
let b = this.em;
|
|
2624
2636
|
this.em = a;
|
|
2625
2637
|
if (b != this.em) {
|
|
2626
|
-
this.
|
|
2638
|
+
this.kp("Id", b, a);
|
|
2627
2639
|
}
|
|
2628
2640
|
}
|
|
2629
|
-
get
|
|
2630
|
-
return this.
|
|
2641
|
+
get f1() {
|
|
2642
|
+
return this.ej;
|
|
2631
2643
|
}
|
|
2632
|
-
set
|
|
2633
|
-
let b = this.
|
|
2634
|
-
this.
|
|
2635
|
-
if (b != this.
|
|
2636
|
-
this.
|
|
2644
|
+
set f1(a) {
|
|
2645
|
+
let b = this.ej;
|
|
2646
|
+
this.ej = a;
|
|
2647
|
+
if (b != this.ej) {
|
|
2648
|
+
this.kp("Display", b, a);
|
|
2637
2649
|
}
|
|
2638
2650
|
}
|
|
2639
|
-
get
|
|
2651
|
+
get fk() {
|
|
2640
2652
|
return this.ei;
|
|
2641
2653
|
}
|
|
2642
|
-
set
|
|
2654
|
+
set fk(a) {
|
|
2643
2655
|
let b = this.ei;
|
|
2644
2656
|
this.ei = a;
|
|
2645
2657
|
if (b != this.ei) {
|
|
2646
|
-
this.
|
|
2647
|
-
}
|
|
2648
|
-
}
|
|
2649
|
-
get fj() {
|
|
2650
|
-
return this.eh;
|
|
2651
|
-
}
|
|
2652
|
-
set fj(a) {
|
|
2653
|
-
let b = this.eh;
|
|
2654
|
-
this.eh = a;
|
|
2655
|
-
if (b != this.eh) {
|
|
2656
|
-
this.kk("ChildContentDisplay", b, this.eh);
|
|
2657
|
-
}
|
|
2658
|
-
}
|
|
2659
|
-
get g4() {
|
|
2660
|
-
return this.ej;
|
|
2661
|
-
}
|
|
2662
|
-
set g4(a) {
|
|
2663
|
-
let b = this.ej;
|
|
2664
|
-
this.ej = a;
|
|
2665
|
-
if (b != this.ej) {
|
|
2666
|
-
this.kk("FlexDirection", b, a);
|
|
2658
|
+
this.kp("ChildContentDisplay", b, this.ei);
|
|
2667
2659
|
}
|
|
2668
2660
|
}
|
|
2669
|
-
get
|
|
2661
|
+
get g5() {
|
|
2670
2662
|
return this.ek;
|
|
2671
2663
|
}
|
|
2672
|
-
set
|
|
2664
|
+
set g5(a) {
|
|
2673
2665
|
let b = this.ek;
|
|
2674
2666
|
this.ek = a;
|
|
2675
2667
|
if (b != this.ek) {
|
|
2676
|
-
this.
|
|
2677
|
-
}
|
|
2678
|
-
}
|
|
2679
|
-
get fb() {
|
|
2680
|
-
return this.ef;
|
|
2681
|
-
}
|
|
2682
|
-
set fb(a) {
|
|
2683
|
-
let b = this.ef;
|
|
2684
|
-
this.ef = a;
|
|
2685
|
-
if (b != this.ef) {
|
|
2686
|
-
this.kk("AlignItems", b, a);
|
|
2687
|
-
}
|
|
2688
|
-
}
|
|
2689
|
-
get ee() {
|
|
2690
|
-
return this.ea;
|
|
2691
|
-
}
|
|
2692
|
-
set ee(a) {
|
|
2693
|
-
let b = this.ea;
|
|
2694
|
-
this.ea = a;
|
|
2695
|
-
if (b != this.ea) {
|
|
2696
|
-
this.kk("Value", b, a);
|
|
2697
|
-
}
|
|
2698
|
-
}
|
|
2699
|
-
get h6() {
|
|
2700
|
-
return this.en;
|
|
2701
|
-
}
|
|
2702
|
-
set h6(a) {
|
|
2703
|
-
let b = this.en;
|
|
2704
|
-
this.en = a;
|
|
2705
|
-
if (b != this.en) {
|
|
2706
|
-
this.kk("Name", b, a);
|
|
2668
|
+
this.kp("FlexDirection", b, a);
|
|
2707
2669
|
}
|
|
2708
2670
|
}
|
|
2709
|
-
get
|
|
2710
|
-
return this.
|
|
2711
|
-
}
|
|
2712
|
-
get d7() {
|
|
2713
|
-
return this.ct;
|
|
2671
|
+
get g7() {
|
|
2672
|
+
return this.el;
|
|
2714
2673
|
}
|
|
2715
|
-
set
|
|
2716
|
-
let b = this.
|
|
2717
|
-
this.
|
|
2718
|
-
this.
|
|
2719
|
-
|
|
2720
|
-
this.kk("TabIndex", b, a);
|
|
2674
|
+
set g7(a) {
|
|
2675
|
+
let b = this.el;
|
|
2676
|
+
this.el = a;
|
|
2677
|
+
if (b != this.el) {
|
|
2678
|
+
this.kp("FlexGrow", b, a);
|
|
2721
2679
|
}
|
|
2722
2680
|
}
|
|
2723
|
-
get
|
|
2681
|
+
get fc() {
|
|
2724
2682
|
return this.eg;
|
|
2725
2683
|
}
|
|
2726
|
-
set
|
|
2684
|
+
set fc(a) {
|
|
2727
2685
|
let b = this.eg;
|
|
2728
2686
|
this.eg = a;
|
|
2729
2687
|
if (b != this.eg) {
|
|
2730
|
-
this.
|
|
2688
|
+
this.kp("AlignItems", b, a);
|
|
2731
2689
|
}
|
|
2732
2690
|
}
|
|
2733
|
-
get
|
|
2734
|
-
return this.
|
|
2691
|
+
get ef() {
|
|
2692
|
+
return this.eb;
|
|
2735
2693
|
}
|
|
2736
|
-
set
|
|
2737
|
-
let b = this.
|
|
2738
|
-
this.
|
|
2739
|
-
if (b != this.
|
|
2740
|
-
this.
|
|
2694
|
+
set ef(a) {
|
|
2695
|
+
let b = this.eb;
|
|
2696
|
+
this.eb = a;
|
|
2697
|
+
if (b != this.eb) {
|
|
2698
|
+
this.kp("Value", b, a);
|
|
2741
2699
|
}
|
|
2742
2700
|
}
|
|
2743
|
-
get
|
|
2744
|
-
return this.
|
|
2701
|
+
get h7() {
|
|
2702
|
+
return this.eo;
|
|
2745
2703
|
}
|
|
2746
|
-
set
|
|
2747
|
-
let b = this.
|
|
2748
|
-
this.
|
|
2749
|
-
if (b != this.
|
|
2750
|
-
this.
|
|
2704
|
+
set h7(a) {
|
|
2705
|
+
let b = this.eo;
|
|
2706
|
+
this.eo = a;
|
|
2707
|
+
if (b != this.eo) {
|
|
2708
|
+
this.kp("Name", b, a);
|
|
2751
2709
|
}
|
|
2752
2710
|
}
|
|
2753
|
-
get
|
|
2754
|
-
return this.
|
|
2711
|
+
get a0() {
|
|
2712
|
+
return this.an;
|
|
2755
2713
|
}
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2714
|
+
get d8() {
|
|
2715
|
+
return this.cu;
|
|
2716
|
+
}
|
|
2717
|
+
set d8(a) {
|
|
2718
|
+
let b = this.cu;
|
|
2719
|
+
this.cu = a;
|
|
2720
|
+
this.an = true;
|
|
2721
|
+
if (b != this.cu) {
|
|
2722
|
+
this.kp("TabIndex", b, a);
|
|
2761
2723
|
}
|
|
2762
2724
|
}
|
|
2763
|
-
get
|
|
2764
|
-
return this.
|
|
2725
|
+
get fe() {
|
|
2726
|
+
return this.eh;
|
|
2765
2727
|
}
|
|
2766
|
-
set
|
|
2767
|
-
let b = this.
|
|
2768
|
-
this.
|
|
2769
|
-
if (b != this.
|
|
2770
|
-
this.
|
|
2728
|
+
set fe(a) {
|
|
2729
|
+
let b = this.eh;
|
|
2730
|
+
this.eh = a;
|
|
2731
|
+
if (b != this.eh) {
|
|
2732
|
+
this.kp("AriaLabel", b, a);
|
|
2771
2733
|
}
|
|
2772
2734
|
}
|
|
2773
|
-
get
|
|
2774
|
-
return this.
|
|
2735
|
+
get az() {
|
|
2736
|
+
return this.am;
|
|
2775
2737
|
}
|
|
2776
|
-
set
|
|
2777
|
-
let b = this.
|
|
2778
|
-
this.
|
|
2779
|
-
if (b != this.
|
|
2780
|
-
this.
|
|
2738
|
+
set az(a) {
|
|
2739
|
+
let b = this.am;
|
|
2740
|
+
this.am = a;
|
|
2741
|
+
if (b != this.am) {
|
|
2742
|
+
this.kp("FillAvailableSpace", b, this.am);
|
|
2781
2743
|
}
|
|
2782
2744
|
}
|
|
2783
|
-
get
|
|
2784
|
-
return this.
|
|
2745
|
+
get focused() {
|
|
2746
|
+
return this.ap;
|
|
2785
2747
|
}
|
|
2786
|
-
set
|
|
2787
|
-
let b = this.
|
|
2788
|
-
this.
|
|
2789
|
-
if (b != this.
|
|
2790
|
-
this.
|
|
2748
|
+
set focused(a) {
|
|
2749
|
+
let b = this.ap;
|
|
2750
|
+
this.ap = a;
|
|
2751
|
+
if (b != this.ap) {
|
|
2752
|
+
this.kp("IsFocused", b, a);
|
|
2791
2753
|
}
|
|
2792
2754
|
}
|
|
2793
2755
|
get a3() {
|
|
@@ -2797,17 +2759,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2797
2759
|
let b = this.aq;
|
|
2798
2760
|
this.aq = a;
|
|
2799
2761
|
if (b != this.aq) {
|
|
2800
|
-
this.
|
|
2801
|
-
}
|
|
2802
|
-
}
|
|
2803
|
-
get disabled() {
|
|
2804
|
-
return this.an;
|
|
2805
|
-
}
|
|
2806
|
-
set disabled(a) {
|
|
2807
|
-
let b = this.an;
|
|
2808
|
-
this.an = a;
|
|
2809
|
-
if (b != this.an) {
|
|
2810
|
-
this.kk("IsDisabled", b, a);
|
|
2762
|
+
this.kp("IsFocusStyleEnabled", b, a);
|
|
2811
2763
|
}
|
|
2812
2764
|
}
|
|
2813
2765
|
get ax() {
|
|
@@ -2817,7 +2769,17 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2817
2769
|
let b = this.ak;
|
|
2818
2770
|
this.ak = a;
|
|
2819
2771
|
if (b != this.ak) {
|
|
2820
|
-
this.
|
|
2772
|
+
this.kp("DisableRipple", b, a);
|
|
2773
|
+
}
|
|
2774
|
+
}
|
|
2775
|
+
get at() {
|
|
2776
|
+
return this.ag;
|
|
2777
|
+
}
|
|
2778
|
+
set at(a) {
|
|
2779
|
+
let b = this.ag;
|
|
2780
|
+
this.ag = a;
|
|
2781
|
+
if (b != this.ag) {
|
|
2782
|
+
this.kp("ActualDisableRipple", b, a);
|
|
2821
2783
|
}
|
|
2822
2784
|
}
|
|
2823
2785
|
get av() {
|
|
@@ -2827,27 +2789,47 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2827
2789
|
let b = this.ai;
|
|
2828
2790
|
this.ai = a;
|
|
2829
2791
|
if (b != this.ai) {
|
|
2830
|
-
this.
|
|
2792
|
+
this.kp("DisableHover", b, this.ai);
|
|
2831
2793
|
}
|
|
2832
2794
|
}
|
|
2833
|
-
get
|
|
2834
|
-
return this.
|
|
2795
|
+
get a4() {
|
|
2796
|
+
return this.ar;
|
|
2835
2797
|
}
|
|
2836
|
-
set
|
|
2837
|
-
let b = this.
|
|
2838
|
-
this.
|
|
2839
|
-
if (b != this.
|
|
2840
|
-
this.
|
|
2798
|
+
set a4(a) {
|
|
2799
|
+
let b = this.ar;
|
|
2800
|
+
this.ar = a;
|
|
2801
|
+
if (b != this.ar) {
|
|
2802
|
+
this.kp("IsHover", b, a);
|
|
2841
2803
|
}
|
|
2842
2804
|
}
|
|
2843
|
-
get
|
|
2844
|
-
return this.
|
|
2805
|
+
get disabled() {
|
|
2806
|
+
return this.ao;
|
|
2845
2807
|
}
|
|
2846
|
-
set
|
|
2847
|
-
let b = this.
|
|
2848
|
-
this.
|
|
2849
|
-
if (b != this.
|
|
2850
|
-
this.
|
|
2808
|
+
set disabled(a) {
|
|
2809
|
+
let b = this.ao;
|
|
2810
|
+
this.ao = a;
|
|
2811
|
+
if (b != this.ao) {
|
|
2812
|
+
this.kp("IsDisabled", b, a);
|
|
2813
|
+
}
|
|
2814
|
+
}
|
|
2815
|
+
get ay() {
|
|
2816
|
+
return this.al;
|
|
2817
|
+
}
|
|
2818
|
+
set ay(a) {
|
|
2819
|
+
let b = this.al;
|
|
2820
|
+
this.al = a;
|
|
2821
|
+
if (b != this.al) {
|
|
2822
|
+
this.kp("DisableTransitions", b, a);
|
|
2823
|
+
}
|
|
2824
|
+
}
|
|
2825
|
+
get aw() {
|
|
2826
|
+
return this.aj;
|
|
2827
|
+
}
|
|
2828
|
+
set aw(a) {
|
|
2829
|
+
let b = this.aj;
|
|
2830
|
+
this.aj = a;
|
|
2831
|
+
if (b != this.aj) {
|
|
2832
|
+
this.kp("DisablePointer", b, this.aj);
|
|
2851
2833
|
}
|
|
2852
2834
|
}
|
|
2853
2835
|
get bn() {
|
|
@@ -2857,63 +2839,83 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2857
2839
|
let b = this.ba;
|
|
2858
2840
|
this.ba = a;
|
|
2859
2841
|
if (b != this.ba) {
|
|
2860
|
-
this.
|
|
2842
|
+
this.kp("ContentPaddingLeft", b, this.ba);
|
|
2861
2843
|
}
|
|
2862
2844
|
}
|
|
2863
|
-
get
|
|
2864
|
-
return this.
|
|
2845
|
+
get bp() {
|
|
2846
|
+
return this.bc;
|
|
2865
2847
|
}
|
|
2866
|
-
set
|
|
2867
|
-
let b = this.
|
|
2868
|
-
this.
|
|
2869
|
-
if (b != this.
|
|
2870
|
-
this.
|
|
2848
|
+
set bp(a) {
|
|
2849
|
+
let b = this.bc;
|
|
2850
|
+
this.bc = a;
|
|
2851
|
+
if (b != this.bc) {
|
|
2852
|
+
this.kp("ContentPaddingTop", b, this.bc);
|
|
2871
2853
|
}
|
|
2872
2854
|
}
|
|
2873
|
-
get
|
|
2874
|
-
return this.
|
|
2855
|
+
get bo() {
|
|
2856
|
+
return this.bb;
|
|
2875
2857
|
}
|
|
2876
|
-
set
|
|
2877
|
-
let b = this.
|
|
2878
|
-
this.
|
|
2879
|
-
if (b != this.
|
|
2880
|
-
this.
|
|
2858
|
+
set bo(a) {
|
|
2859
|
+
let b = this.bb;
|
|
2860
|
+
this.bb = a;
|
|
2861
|
+
if (b != this.bb) {
|
|
2862
|
+
this.kp("ContentPaddingRight", b, this.bb);
|
|
2881
2863
|
}
|
|
2882
2864
|
}
|
|
2883
|
-
get
|
|
2884
|
-
return this.
|
|
2865
|
+
get bm() {
|
|
2866
|
+
return this.a9;
|
|
2885
2867
|
}
|
|
2886
|
-
set
|
|
2887
|
-
let b = this.
|
|
2888
|
-
this.
|
|
2889
|
-
if (b != this.
|
|
2890
|
-
this.
|
|
2868
|
+
set bm(a) {
|
|
2869
|
+
let b = this.a9;
|
|
2870
|
+
this.a9 = a;
|
|
2871
|
+
if (b != this.a9) {
|
|
2872
|
+
this.kp("ContentPaddingBottom", b, this.a9);
|
|
2891
2873
|
}
|
|
2892
2874
|
}
|
|
2893
|
-
get
|
|
2894
|
-
return this.
|
|
2875
|
+
get lj() {
|
|
2876
|
+
return this.li;
|
|
2895
2877
|
}
|
|
2896
|
-
set
|
|
2897
|
-
let b = this.
|
|
2898
|
-
this.
|
|
2899
|
-
if (b != this.
|
|
2900
|
-
this.
|
|
2878
|
+
set lj(a) {
|
|
2879
|
+
let b = this.li;
|
|
2880
|
+
this.li = a;
|
|
2881
|
+
if (b != this.li) {
|
|
2882
|
+
this.kp("HorizontalContentAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.li));
|
|
2901
2883
|
}
|
|
2902
2884
|
}
|
|
2903
|
-
get
|
|
2904
|
-
return this.
|
|
2885
|
+
get rn() {
|
|
2886
|
+
return this.rm;
|
|
2905
2887
|
}
|
|
2906
|
-
set
|
|
2907
|
-
let b = this.
|
|
2908
|
-
this.
|
|
2909
|
-
if (b != this.
|
|
2910
|
-
this.
|
|
2888
|
+
set rn(a) {
|
|
2889
|
+
let b = this.rm;
|
|
2890
|
+
this.rm = a;
|
|
2891
|
+
if (b != this.rm) {
|
|
2892
|
+
this.kp("VerticalContentAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.rm));
|
|
2911
2893
|
}
|
|
2912
2894
|
}
|
|
2913
|
-
|
|
2914
|
-
this.
|
|
2915
|
-
|
|
2916
|
-
|
|
2895
|
+
get au() {
|
|
2896
|
+
return this.ah;
|
|
2897
|
+
}
|
|
2898
|
+
set au(a) {
|
|
2899
|
+
let b = this.ah;
|
|
2900
|
+
this.ah = a;
|
|
2901
|
+
if (b != this.ah) {
|
|
2902
|
+
this.kp("ClickTunneling", b, this.ah);
|
|
2903
|
+
}
|
|
2904
|
+
}
|
|
2905
|
+
get a6() {
|
|
2906
|
+
return this.as;
|
|
2907
|
+
}
|
|
2908
|
+
set a6(a) {
|
|
2909
|
+
let b = this.as;
|
|
2910
|
+
this.as = a;
|
|
2911
|
+
if (b != this.as) {
|
|
2912
|
+
this.kp("StopPropagation", b, this.as);
|
|
2913
|
+
}
|
|
2914
|
+
}
|
|
2915
|
+
kq() {
|
|
2916
|
+
this.kd();
|
|
2917
|
+
this.view.az(this.n3, BrushUtil.l(0, 0, 0, 0));
|
|
2918
|
+
this.ku();
|
|
2917
2919
|
}
|
|
2918
2920
|
get a() {
|
|
2919
2921
|
let a = new AnimationKeyFrameEffectTiming();
|
|
@@ -2921,7 +2923,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2921
2923
|
a.b = 0;
|
|
2922
2924
|
return a;
|
|
2923
2925
|
}
|
|
2924
|
-
|
|
2926
|
+
kd() {
|
|
2925
2927
|
this.view.ah();
|
|
2926
2928
|
}
|
|
2927
2929
|
onDetachedFromUI() {
|
|
@@ -2939,13 +2941,13 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2939
2941
|
getButtonContent() {
|
|
2940
2942
|
return this.view.s();
|
|
2941
2943
|
}
|
|
2942
|
-
|
|
2944
|
+
a5() {
|
|
2943
2945
|
return this.view.h();
|
|
2944
2946
|
}
|
|
2945
|
-
|
|
2947
|
+
ec() {
|
|
2946
2948
|
return this.b();
|
|
2947
2949
|
}
|
|
2948
|
-
|
|
2950
|
+
f5() {
|
|
2949
2951
|
let a = this.b();
|
|
2950
2952
|
return a.serialize();
|
|
2951
2953
|
}
|
|
@@ -2959,31 +2961,31 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2959
2961
|
let e = this.view.a();
|
|
2960
2962
|
c.t = e[0];
|
|
2961
2963
|
c.p = e[1];
|
|
2962
|
-
c.h = this.
|
|
2963
|
-
c.i = this.
|
|
2964
|
+
c.h = this.o;
|
|
2965
|
+
c.i = this.r;
|
|
2964
2966
|
c.c = AppearanceHelper.a(NativeUI.ak(a));
|
|
2965
|
-
c.g = AppearanceHelper.a(this.
|
|
2966
|
-
c.d = AppearanceHelper.a(this.
|
|
2967
|
-
c.a = AppearanceHelper.a(this.
|
|
2968
|
-
c.u = this.
|
|
2969
|
-
c.e = AppearanceHelper.a(this.
|
|
2970
|
-
c.ag = this.
|
|
2967
|
+
c.g = AppearanceHelper.a(this.n5);
|
|
2968
|
+
c.d = AppearanceHelper.a(this.n2);
|
|
2969
|
+
c.a = AppearanceHelper.a(this.ns);
|
|
2970
|
+
c.u = this.cy;
|
|
2971
|
+
c.e = AppearanceHelper.a(this.n3);
|
|
2972
|
+
c.ag = this.k4;
|
|
2971
2973
|
c.b = AppearanceHelper.a(NativeUI.aj(a));
|
|
2972
|
-
c.j = this.
|
|
2974
|
+
c.j = this.v;
|
|
2973
2975
|
c.f = AppearanceHelper.a(NativeUI.al(b));
|
|
2974
|
-
c.o = this.
|
|
2975
|
-
c.x = this.
|
|
2976
|
-
c.y = this.
|
|
2977
|
-
c.z = this.
|
|
2978
|
-
c.w = this.
|
|
2976
|
+
c.o = this.bk;
|
|
2977
|
+
c.x = this.f1;
|
|
2978
|
+
c.y = this.g5;
|
|
2979
|
+
c.z = this.g7;
|
|
2980
|
+
c.w = this.fc;
|
|
2979
2981
|
c.v = this.view.t.getNativeElement().innerText;
|
|
2980
|
-
c.aa = this.
|
|
2982
|
+
c.aa = this.h7;
|
|
2981
2983
|
c.m = this.focused;
|
|
2982
|
-
c.k = this.
|
|
2983
|
-
c.n = this.
|
|
2984
|
+
c.k = this.at;
|
|
2985
|
+
c.n = this.a4;
|
|
2984
2986
|
c.l = this.disabled;
|
|
2985
|
-
if (this.
|
|
2986
|
-
let f = this.
|
|
2987
|
+
if (this.ab != null) {
|
|
2988
|
+
let f = this.ab;
|
|
2987
2989
|
if (this.view != null && f.q == null) {
|
|
2988
2990
|
let g = this.view.l;
|
|
2989
2991
|
let h = FontUtil.getFontInfoFromString(g, f.fontString);
|
|
@@ -3017,362 +3019,653 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
3017
3019
|
}
|
|
3018
3020
|
}
|
|
3019
3021
|
XButton.$t = markType(XButton, 'XButton', Base.$, [INotifyPropertyChanged_$type]);
|
|
3020
|
-
XButton.
|
|
3022
|
+
XButton.n = 2;
|
|
3023
|
+
XButton.ea = 0;
|
|
3021
3024
|
XButton.d9 = 0;
|
|
3022
|
-
XButton.d8 = 0;
|
|
3023
3025
|
XButton.i = new Theme(1, ((() => {
|
|
3024
3026
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3025
|
-
$ret.addItem("UmbraShadowColor", BrushUtil.
|
|
3026
|
-
$ret.addItem("PenumbraShadowColor", BrushUtil.
|
|
3027
|
-
$ret.addItem("AmbientShadowColor", BrushUtil.
|
|
3027
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.l(66, 0, 0, 0));
|
|
3028
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.l(30, 0, 0, 0));
|
|
3029
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.l(20, 0, 0, 0));
|
|
3028
3030
|
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 1));
|
|
3029
3031
|
return $ret;
|
|
3030
3032
|
})()), ((() => {
|
|
3031
3033
|
let $ret = new Dictionary$2(Base.$, Theme.$, 0);
|
|
3032
3034
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((() => {
|
|
3033
3035
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3034
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3035
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3036
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3036
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(10, 0, 0, 0));
|
|
3037
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(10, 0, 0, 0));
|
|
3038
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3037
3039
|
$ret.addItem("DisabledElevation", 0);
|
|
3038
3040
|
$ret.addItem("RestingElevation", 2);
|
|
3039
3041
|
$ret.addItem("HoverElevation", 4);
|
|
3040
3042
|
$ret.addItem("FocusElevation", 8);
|
|
3041
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3042
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3043
|
-
$ret.addItem("CornerRadius",
|
|
3043
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3044
|
+
$ret.addItem("RippleColor", BrushUtil.l(138, 0, 0, 0));
|
|
3045
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3046
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3047
|
+
$ret.addItem(1, new CornerRadius(0, 4));
|
|
3048
|
+
$ret.addItem(2, new CornerRadius(0, 4));
|
|
3049
|
+
$ret.addItem(3, new CornerRadius(0, 4));
|
|
3050
|
+
$ret.addItem(4, new CornerRadius(0, 4));
|
|
3051
|
+
return $ret;
|
|
3052
|
+
})()));
|
|
3044
3053
|
$ret.addItem("BorderWidth", NaN);
|
|
3045
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3046
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3047
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3048
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3049
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3050
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3054
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(255, 228, 28, 119));
|
|
3055
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3056
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3057
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(255, 220, 83, 145));
|
|
3058
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(255, 220, 83, 145));
|
|
3059
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3051
3060
|
return $ret;
|
|
3052
3061
|
})())));
|
|
3053
3062
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((() => {
|
|
3054
3063
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3055
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3056
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3057
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3064
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3065
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(0, 0, 0, 0));
|
|
3066
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3058
3067
|
$ret.addItem("DisabledElevation", 0);
|
|
3059
3068
|
$ret.addItem("RestingElevation", 0);
|
|
3060
3069
|
$ret.addItem("HoverElevation", 0);
|
|
3061
3070
|
$ret.addItem("FocusElevation", 0);
|
|
3062
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3063
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3064
|
-
$ret.addItem("CornerRadius",
|
|
3071
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3072
|
+
$ret.addItem("RippleColor", BrushUtil.l(138, 0, 0, 0));
|
|
3073
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3074
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3075
|
+
$ret.addItem(1, new CornerRadius(0, 4));
|
|
3076
|
+
$ret.addItem(2, new CornerRadius(0, 4));
|
|
3077
|
+
$ret.addItem(3, new CornerRadius(0, 4));
|
|
3078
|
+
$ret.addItem(4, new CornerRadius(0, 4));
|
|
3079
|
+
return $ret;
|
|
3080
|
+
})()));
|
|
3065
3081
|
$ret.addItem("BorderWidth", NaN);
|
|
3066
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3067
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3068
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3069
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3070
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3071
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3082
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3083
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 228, 28, 119));
|
|
3084
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 228, 28, 119));
|
|
3085
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(13, 228, 28, 119));
|
|
3086
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(30, 228, 28, 119));
|
|
3087
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 228, 28, 119));
|
|
3088
|
+
$ret.addItem("SelectedBackgroundColor", BrushUtil.l(63, 228, 28, 119));
|
|
3089
|
+
$ret.addItem("SelectedTextColor", BrushUtil.l(255, 228, 28, 119));
|
|
3090
|
+
$ret.addItem("HoverSelectedBackgroundColor", BrushUtil.l(38, 183, 22, 95));
|
|
3091
|
+
$ret.addItem("HoverSelectedTextColor", BrushUtil.l(255, 228, 28, 119));
|
|
3072
3092
|
return $ret;
|
|
3073
3093
|
})())));
|
|
3074
3094
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((() => {
|
|
3075
3095
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3076
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3077
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3078
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3096
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3097
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(30, 0, 0, 0));
|
|
3098
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3079
3099
|
$ret.addItem("DisabledElevation", 0);
|
|
3080
3100
|
$ret.addItem("RestingElevation", 0);
|
|
3081
3101
|
$ret.addItem("HoverElevation", 0);
|
|
3082
3102
|
$ret.addItem("FocusElevation", 0);
|
|
3083
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3084
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3085
|
-
$ret.addItem("CornerRadius",
|
|
3103
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 228, 28, 119));
|
|
3104
|
+
$ret.addItem("RippleColor", BrushUtil.l(138, 0, 0, 0));
|
|
3105
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3106
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3107
|
+
$ret.addItem(1, new CornerRadius(0, 4));
|
|
3108
|
+
$ret.addItem(2, new CornerRadius(0, 4));
|
|
3109
|
+
$ret.addItem(3, new CornerRadius(0, 4));
|
|
3110
|
+
$ret.addItem(4, new CornerRadius(0, 4));
|
|
3111
|
+
return $ret;
|
|
3112
|
+
})()));
|
|
3086
3113
|
$ret.addItem("BorderWidth", 1);
|
|
3087
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3088
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3089
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3090
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3091
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3092
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3114
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3115
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 228, 28, 119));
|
|
3116
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 228, 28, 119));
|
|
3117
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(13, 228, 28, 119));
|
|
3118
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(30, 228, 28, 119));
|
|
3119
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 228, 28, 119));
|
|
3120
|
+
$ret.addItem("SelectedBackgroundColor", BrushUtil.l(63, 228, 28, 119));
|
|
3121
|
+
$ret.addItem("SelectedTextColor", BrushUtil.l(255, 228, 28, 119));
|
|
3122
|
+
$ret.addItem("HoverSelectedBackgroundColor", BrushUtil.l(38, 183, 22, 95));
|
|
3123
|
+
$ret.addItem("HoverSelectedTextColor", BrushUtil.l(255, 228, 28, 119));
|
|
3093
3124
|
return $ret;
|
|
3094
3125
|
})())));
|
|
3095
3126
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((() => {
|
|
3096
3127
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3097
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3098
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3099
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3128
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3129
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(0, 0, 0, 0));
|
|
3130
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3100
3131
|
$ret.addItem("DisabledElevation", 0);
|
|
3101
3132
|
$ret.addItem("RestingElevation", 0);
|
|
3102
3133
|
$ret.addItem("HoverElevation", 0);
|
|
3103
3134
|
$ret.addItem("FocusElevation", 0);
|
|
3104
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3105
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3106
|
-
$ret.addItem("CornerRadius",
|
|
3135
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3136
|
+
$ret.addItem("RippleColor", BrushUtil.l(138, 0, 0, 0));
|
|
3137
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3138
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3139
|
+
$ret.addItem(1, new CornerRadius(0, 28));
|
|
3140
|
+
$ret.addItem(2, new CornerRadius(0, 28));
|
|
3141
|
+
$ret.addItem(3, new CornerRadius(0, 28));
|
|
3142
|
+
$ret.addItem(4, new CornerRadius(0, 28));
|
|
3143
|
+
return $ret;
|
|
3144
|
+
})()));
|
|
3107
3145
|
$ret.addItem("BorderWidth", NaN);
|
|
3108
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3109
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3110
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3111
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3112
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3113
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3146
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3147
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3148
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3149
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(30, 0, 0, 0));
|
|
3150
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(66, 0, 0, 0));
|
|
3151
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3114
3152
|
return $ret;
|
|
3115
3153
|
})())));
|
|
3116
3154
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((() => {
|
|
3117
3155
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3118
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3119
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3120
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3156
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(10, 0, 0, 0));
|
|
3157
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(10, 0, 0, 0));
|
|
3158
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3121
3159
|
$ret.addItem("DisabledElevation", 0);
|
|
3122
3160
|
$ret.addItem("RestingElevation", 6);
|
|
3123
3161
|
$ret.addItem("HoverElevation", 12);
|
|
3124
3162
|
$ret.addItem("FocusElevation", 12);
|
|
3125
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3126
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3127
|
-
$ret.addItem("CornerRadius",
|
|
3163
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3164
|
+
$ret.addItem("RippleColor", BrushUtil.l(138, 0, 0, 0));
|
|
3165
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3166
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3167
|
+
$ret.addItem(1, new CornerRadius(0, 28));
|
|
3168
|
+
$ret.addItem(2, new CornerRadius(0, 28));
|
|
3169
|
+
$ret.addItem(3, new CornerRadius(0, 28));
|
|
3170
|
+
$ret.addItem(4, new CornerRadius(0, 28));
|
|
3171
|
+
return $ret;
|
|
3172
|
+
})()));
|
|
3128
3173
|
$ret.addItem("BorderWidth", NaN);
|
|
3129
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3130
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3131
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3132
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3133
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3134
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3174
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(255, 228, 28, 119));
|
|
3175
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3176
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3177
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(255, 220, 83, 145));
|
|
3178
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(255, 220, 83, 145));
|
|
3179
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3135
3180
|
return $ret;
|
|
3136
3181
|
})())));
|
|
3137
3182
|
return $ret;
|
|
3138
3183
|
})()));
|
|
3139
3184
|
XButton.h = new Theme(1, ((() => {
|
|
3140
3185
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3141
|
-
$ret.addItem("UmbraShadowColor", BrushUtil.
|
|
3142
|
-
$ret.addItem("PenumbraShadowColor", BrushUtil.
|
|
3143
|
-
$ret.addItem("AmbientShadowColor", BrushUtil.
|
|
3186
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.l(100, 33, 150, 243));
|
|
3187
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.l(70, 33, 150, 243));
|
|
3188
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.l(40, 33, 150, 243));
|
|
3144
3189
|
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
|
|
3145
3190
|
return $ret;
|
|
3146
3191
|
})()), ((() => {
|
|
3147
3192
|
let $ret = new Dictionary$2(Base.$, Theme.$, 0);
|
|
3148
3193
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((() => {
|
|
3149
3194
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3150
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3151
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3152
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3195
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(10, 0, 0, 0));
|
|
3196
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(10, 0, 0, 0));
|
|
3197
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3153
3198
|
$ret.addItem("DisabledElevation", 0);
|
|
3154
3199
|
$ret.addItem("RestingElevation", 0);
|
|
3155
3200
|
$ret.addItem("HoverElevation", 0);
|
|
3156
3201
|
$ret.addItem("FocusElevation", 2);
|
|
3157
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3158
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3159
|
-
$ret.addItem("CornerRadius",
|
|
3202
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3203
|
+
$ret.addItem("RippleColor", BrushUtil.l(255, 255, 255, 255));
|
|
3204
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3205
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3206
|
+
$ret.addItem(1, new CornerRadius(0, 3));
|
|
3207
|
+
$ret.addItem(2, new CornerRadius(0, 3));
|
|
3208
|
+
$ret.addItem(3, new CornerRadius(0, 3));
|
|
3209
|
+
$ret.addItem(4, new CornerRadius(0, 3));
|
|
3210
|
+
return $ret;
|
|
3211
|
+
})()));
|
|
3160
3212
|
$ret.addItem("BorderWidth", NaN);
|
|
3161
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3162
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3163
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3164
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3165
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3166
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3213
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(255, 33, 150, 243));
|
|
3214
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3215
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3216
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(255, 27, 135, 220));
|
|
3217
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(255, 21, 112, 184));
|
|
3218
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3167
3219
|
return $ret;
|
|
3168
3220
|
})())));
|
|
3169
3221
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((() => {
|
|
3170
3222
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3171
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3172
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3173
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3223
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3224
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(0, 0, 0, 0));
|
|
3225
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3174
3226
|
$ret.addItem("DisabledElevation", 0);
|
|
3175
3227
|
$ret.addItem("RestingElevation", 0);
|
|
3176
3228
|
$ret.addItem("HoverElevation", 0);
|
|
3177
3229
|
$ret.addItem("FocusElevation", 2);
|
|
3178
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3179
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3180
|
-
$ret.addItem("CornerRadius",
|
|
3230
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3231
|
+
$ret.addItem("RippleColor", BrushUtil.l(100, 33, 150, 243));
|
|
3232
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3233
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3234
|
+
$ret.addItem(1, new CornerRadius(0, 3));
|
|
3235
|
+
$ret.addItem(2, new CornerRadius(0, 3));
|
|
3236
|
+
$ret.addItem(3, new CornerRadius(0, 3));
|
|
3237
|
+
$ret.addItem(4, new CornerRadius(0, 3));
|
|
3238
|
+
return $ret;
|
|
3239
|
+
})()));
|
|
3181
3240
|
$ret.addItem("BorderWidth", NaN);
|
|
3182
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3183
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3184
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3185
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3186
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3187
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3241
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3242
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3243
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3244
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(26, 33, 150, 243));
|
|
3245
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3246
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 33, 150, 243));
|
|
3247
|
+
$ret.addItem("SelectedBackgroundColor", BrushUtil.l(26, 33, 150, 243));
|
|
3248
|
+
$ret.addItem("SelectedTextColor", BrushUtil.l(255, 33, 150, 243));
|
|
3249
|
+
$ret.addItem("HoverSelectedBackgroundColor", BrushUtil.l(26, 33, 150, 243));
|
|
3250
|
+
$ret.addItem("HoverSelectedTextColor", BrushUtil.l(255, 33, 150, 243));
|
|
3188
3251
|
return $ret;
|
|
3189
3252
|
})())));
|
|
3190
3253
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((() => {
|
|
3191
3254
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3192
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3193
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3194
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3255
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3256
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(30, 0, 0, 0));
|
|
3257
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3195
3258
|
$ret.addItem("DisabledElevation", 0);
|
|
3196
3259
|
$ret.addItem("RestingElevation", 0);
|
|
3197
3260
|
$ret.addItem("HoverElevation", 0);
|
|
3198
3261
|
$ret.addItem("FocusElevation", 2);
|
|
3199
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3200
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3201
|
-
$ret.addItem("CornerRadius",
|
|
3262
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 33, 150, 243));
|
|
3263
|
+
$ret.addItem("RippleColor", BrushUtil.l(0, 0, 0, 0));
|
|
3264
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3265
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3266
|
+
$ret.addItem(1, new CornerRadius(0, 3));
|
|
3267
|
+
$ret.addItem(2, new CornerRadius(0, 3));
|
|
3268
|
+
$ret.addItem(3, new CornerRadius(0, 3));
|
|
3269
|
+
$ret.addItem(4, new CornerRadius(0, 3));
|
|
3270
|
+
return $ret;
|
|
3271
|
+
})()));
|
|
3202
3272
|
$ret.addItem("BorderWidth", 1);
|
|
3203
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3204
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3205
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3206
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3207
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3208
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3273
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3274
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 33, 150, 243));
|
|
3275
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 33, 150, 243));
|
|
3276
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(26, 33, 150, 243));
|
|
3277
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(255, 33, 150, 243));
|
|
3278
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3279
|
+
$ret.addItem("SelectedBackgroundColor", BrushUtil.l(255, 33, 150, 243));
|
|
3280
|
+
$ret.addItem("SelectedTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3281
|
+
$ret.addItem("HoverSelectedBackgroundColor", BrushUtil.l(255, 33, 150, 243));
|
|
3282
|
+
$ret.addItem("HoverSelectedTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3209
3283
|
return $ret;
|
|
3210
3284
|
})())));
|
|
3211
3285
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((() => {
|
|
3212
3286
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3213
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3214
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3215
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3287
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3288
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(0, 0, 0, 0));
|
|
3289
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3216
3290
|
$ret.addItem("DisabledElevation", 0);
|
|
3217
3291
|
$ret.addItem("RestingElevation", 0);
|
|
3218
3292
|
$ret.addItem("HoverElevation", 0);
|
|
3219
3293
|
$ret.addItem("FocusElevation", 2);
|
|
3220
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3294
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3221
3295
|
$ret.addItem("RippleColor", null);
|
|
3222
|
-
$ret.addItem("CornerRadius",
|
|
3296
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3297
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3298
|
+
$ret.addItem(1, new CornerRadius(0, 28));
|
|
3299
|
+
$ret.addItem(2, new CornerRadius(0, 28));
|
|
3300
|
+
$ret.addItem(3, new CornerRadius(0, 28));
|
|
3301
|
+
$ret.addItem(4, new CornerRadius(0, 28));
|
|
3302
|
+
return $ret;
|
|
3303
|
+
})()));
|
|
3223
3304
|
$ret.addItem("BorderWidth", NaN);
|
|
3224
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3225
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3226
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3227
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3228
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3229
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3305
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3306
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3307
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3308
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(30, 0, 0, 0));
|
|
3309
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(66, 0, 0, 0));
|
|
3310
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 33, 150, 243));
|
|
3230
3311
|
return $ret;
|
|
3231
3312
|
})())));
|
|
3232
3313
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((() => {
|
|
3233
3314
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3234
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3235
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3236
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3315
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(10, 0, 0, 0));
|
|
3316
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(10, 0, 0, 0));
|
|
3317
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3237
3318
|
$ret.addItem("DisabledElevation", 0);
|
|
3238
3319
|
$ret.addItem("RestingElevation", 0);
|
|
3239
3320
|
$ret.addItem("HoverElevation", 0);
|
|
3240
3321
|
$ret.addItem("FocusElevation", 2);
|
|
3241
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3242
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3243
|
-
$ret.addItem("CornerRadius",
|
|
3322
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3323
|
+
$ret.addItem("RippleColor", BrushUtil.l(255, 255, 255, 255));
|
|
3324
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3325
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3326
|
+
$ret.addItem(1, new CornerRadius(0, 28));
|
|
3327
|
+
$ret.addItem(2, new CornerRadius(0, 28));
|
|
3328
|
+
$ret.addItem(3, new CornerRadius(0, 28));
|
|
3329
|
+
$ret.addItem(4, new CornerRadius(0, 28));
|
|
3330
|
+
return $ret;
|
|
3331
|
+
})()));
|
|
3244
3332
|
$ret.addItem("BorderWidth", NaN);
|
|
3245
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3246
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3247
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3248
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3249
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3250
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3333
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(255, 33, 150, 243));
|
|
3334
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3335
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3336
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(255, 27, 135, 220));
|
|
3337
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(255, 21, 112, 184));
|
|
3338
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3251
3339
|
return $ret;
|
|
3252
3340
|
})())));
|
|
3253
3341
|
return $ret;
|
|
3254
3342
|
})()));
|
|
3255
|
-
XButton.
|
|
3343
|
+
XButton.k = new Theme(1, ((() => {
|
|
3256
3344
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3257
|
-
$ret.addItem("UmbraShadowColor", BrushUtil.
|
|
3258
|
-
$ret.addItem("PenumbraShadowColor", BrushUtil.
|
|
3259
|
-
$ret.addItem("AmbientShadowColor", BrushUtil.
|
|
3345
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.l(100, 33, 150, 243));
|
|
3346
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.l(70, 33, 150, 243));
|
|
3347
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.l(40, 33, 150, 243));
|
|
3260
3348
|
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
|
|
3261
3349
|
return $ret;
|
|
3262
3350
|
})()), ((() => {
|
|
3263
3351
|
let $ret = new Dictionary$2(Base.$, Theme.$, 0);
|
|
3264
3352
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((() => {
|
|
3265
3353
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3266
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3267
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3268
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3354
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(10, 0, 0, 0));
|
|
3355
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(10, 0, 0, 0));
|
|
3356
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3357
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3358
|
+
$ret.addItem("RestingElevation", 0);
|
|
3359
|
+
$ret.addItem("HoverElevation", 0);
|
|
3360
|
+
$ret.addItem("FocusElevation", 2);
|
|
3361
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3362
|
+
$ret.addItem("RippleColor", BrushUtil.l(255, 255, 255, 255));
|
|
3363
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3364
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3365
|
+
$ret.addItem(1, new CornerRadius(0, 18));
|
|
3366
|
+
$ret.addItem(2, new CornerRadius(0, 15));
|
|
3367
|
+
$ret.addItem(3, new CornerRadius(0, 12));
|
|
3368
|
+
$ret.addItem(4, new CornerRadius(0, 4));
|
|
3369
|
+
return $ret;
|
|
3370
|
+
})()));
|
|
3371
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3372
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(255, 110, 137, 247));
|
|
3373
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3374
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3375
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(255, 94, 117, 210));
|
|
3376
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(255, 76, 95, 171));
|
|
3377
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3378
|
+
return $ret;
|
|
3379
|
+
})())));
|
|
3380
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((() => {
|
|
3381
|
+
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3382
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3383
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(0, 0, 0, 0));
|
|
3384
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3385
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3386
|
+
$ret.addItem("RestingElevation", 0);
|
|
3387
|
+
$ret.addItem("HoverElevation", 0);
|
|
3388
|
+
$ret.addItem("FocusElevation", 2);
|
|
3389
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3390
|
+
$ret.addItem("RippleColor", BrushUtil.l(100, 33, 150, 243));
|
|
3391
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3392
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3393
|
+
$ret.addItem(1, new CornerRadius(0, 18));
|
|
3394
|
+
$ret.addItem(2, new CornerRadius(0, 15));
|
|
3395
|
+
$ret.addItem(3, new CornerRadius(0, 12));
|
|
3396
|
+
$ret.addItem(4, new CornerRadius(0, 4));
|
|
3397
|
+
return $ret;
|
|
3398
|
+
})()));
|
|
3399
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3400
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3401
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3402
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3403
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(26, 33, 150, 243));
|
|
3404
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3405
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 33, 150, 243));
|
|
3406
|
+
$ret.addItem("SelectedBackgroundColor", BrushUtil.l(76, 33, 150, 243));
|
|
3407
|
+
$ret.addItem("SelectedTextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3408
|
+
$ret.addItem("HoverSelectedBackgroundColor", BrushUtil.l(51, 33, 150, 243));
|
|
3409
|
+
$ret.addItem("HoverSelectedTextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3410
|
+
return $ret;
|
|
3411
|
+
})())));
|
|
3412
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((() => {
|
|
3413
|
+
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3414
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3415
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(30, 0, 0, 0));
|
|
3416
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3417
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3418
|
+
$ret.addItem("RestingElevation", 0);
|
|
3419
|
+
$ret.addItem("HoverElevation", 0);
|
|
3420
|
+
$ret.addItem("FocusElevation", 2);
|
|
3421
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 110, 137, 247));
|
|
3422
|
+
$ret.addItem("RippleColor", BrushUtil.l(0, 0, 0, 0));
|
|
3423
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3424
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3425
|
+
$ret.addItem(1, new CornerRadius(0, 18));
|
|
3426
|
+
$ret.addItem(2, new CornerRadius(0, 15));
|
|
3427
|
+
$ret.addItem(3, new CornerRadius(0, 12));
|
|
3428
|
+
$ret.addItem(4, new CornerRadius(0, 4));
|
|
3429
|
+
return $ret;
|
|
3430
|
+
})()));
|
|
3431
|
+
$ret.addItem("BorderWidth", 1);
|
|
3432
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3433
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 110, 137, 247));
|
|
3434
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 94, 117, 210));
|
|
3435
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 76, 95, 171));
|
|
3436
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(26, 110, 137, 247));
|
|
3437
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(50, 110, 137, 247));
|
|
3438
|
+
$ret.addItem("SelectedBackgroundColor", BrushUtil.l(76, 110, 137, 247));
|
|
3439
|
+
$ret.addItem("SelectedTextColor", BrushUtil.l(255, 110, 137, 247));
|
|
3440
|
+
$ret.addItem("HoverSelectedBackgroundColor", BrushUtil.l(51, 110, 137, 247));
|
|
3441
|
+
$ret.addItem("HoverSelectedTextColor", BrushUtil.l(255, 110, 137, 247));
|
|
3442
|
+
return $ret;
|
|
3443
|
+
})())));
|
|
3444
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((() => {
|
|
3445
|
+
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3446
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3447
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(0, 0, 0, 0));
|
|
3448
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3449
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3450
|
+
$ret.addItem("RestingElevation", 0);
|
|
3451
|
+
$ret.addItem("HoverElevation", 0);
|
|
3452
|
+
$ret.addItem("FocusElevation", 2);
|
|
3453
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3454
|
+
$ret.addItem("RippleColor", null);
|
|
3455
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3456
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3457
|
+
$ret.addItem(1, new CornerRadius(0, 28));
|
|
3458
|
+
$ret.addItem(2, new CornerRadius(0, 28));
|
|
3459
|
+
$ret.addItem(3, new CornerRadius(0, 28));
|
|
3460
|
+
$ret.addItem(4, new CornerRadius(0, 28));
|
|
3461
|
+
return $ret;
|
|
3462
|
+
})()));
|
|
3463
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3464
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3465
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3466
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3467
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(51, 178, 191, 220));
|
|
3468
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(51, 178, 191, 220));
|
|
3469
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3470
|
+
return $ret;
|
|
3471
|
+
})())));
|
|
3472
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((() => {
|
|
3473
|
+
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3474
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(10, 0, 0, 0));
|
|
3475
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(10, 0, 0, 0));
|
|
3476
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3269
3477
|
$ret.addItem("DisabledElevation", 0);
|
|
3270
3478
|
$ret.addItem("RestingElevation", 0);
|
|
3271
3479
|
$ret.addItem("HoverElevation", 0);
|
|
3272
3480
|
$ret.addItem("FocusElevation", 2);
|
|
3273
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3274
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3275
|
-
$ret.addItem("CornerRadius",
|
|
3481
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3482
|
+
$ret.addItem("RippleColor", BrushUtil.l(255, 255, 255, 255));
|
|
3483
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3484
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3485
|
+
$ret.addItem(1, new CornerRadius(0, 28));
|
|
3486
|
+
$ret.addItem(2, new CornerRadius(0, 28));
|
|
3487
|
+
$ret.addItem(3, new CornerRadius(0, 28));
|
|
3488
|
+
$ret.addItem(4, new CornerRadius(0, 28));
|
|
3489
|
+
return $ret;
|
|
3490
|
+
})()));
|
|
3491
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3492
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(255, 110, 137, 247));
|
|
3493
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3494
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3495
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(255, 94, 117, 210));
|
|
3496
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(255, 76, 95, 171));
|
|
3497
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3498
|
+
return $ret;
|
|
3499
|
+
})())));
|
|
3500
|
+
return $ret;
|
|
3501
|
+
})()));
|
|
3502
|
+
XButton.j = new Theme(1, ((() => {
|
|
3503
|
+
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3504
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.l(100, 33, 150, 243));
|
|
3505
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.l(70, 33, 150, 243));
|
|
3506
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.l(40, 33, 150, 243));
|
|
3507
|
+
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
|
|
3508
|
+
return $ret;
|
|
3509
|
+
})()), ((() => {
|
|
3510
|
+
let $ret = new Dictionary$2(Base.$, Theme.$, 0);
|
|
3511
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((() => {
|
|
3512
|
+
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3513
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(90, 110, 137, 247));
|
|
3514
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(0, 0, 0, 0));
|
|
3515
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(90, 255, 255, 255));
|
|
3516
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3517
|
+
$ret.addItem("RestingElevation", 0);
|
|
3518
|
+
$ret.addItem("HoverElevation", 0);
|
|
3519
|
+
$ret.addItem("FocusElevation", 0);
|
|
3520
|
+
$ret.addItem("BorderColor", BrushUtil.l(0, 0, 0, 0));
|
|
3521
|
+
$ret.addItem("RippleColor", BrushUtil.l(0, 0, 0, 0));
|
|
3522
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3523
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3524
|
+
$ret.addItem(1, new CornerRadius(0, 18));
|
|
3525
|
+
$ret.addItem(2, new CornerRadius(0, 15));
|
|
3526
|
+
$ret.addItem(3, new CornerRadius(0, 12));
|
|
3527
|
+
$ret.addItem(4, new CornerRadius(0, 4));
|
|
3528
|
+
return $ret;
|
|
3529
|
+
})()));
|
|
3276
3530
|
$ret.addItem("BorderWidth", NaN);
|
|
3277
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3278
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3279
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3280
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3281
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3282
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3531
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(255, 110, 137, 247));
|
|
3532
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3533
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3534
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(255, 94, 117, 210));
|
|
3535
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(255, 83, 103, 186));
|
|
3536
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3283
3537
|
return $ret;
|
|
3284
3538
|
})())));
|
|
3285
3539
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((() => {
|
|
3286
3540
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3287
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3288
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3289
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3541
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3542
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(0, 0, 0, 0));
|
|
3543
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(90, 255, 255, 255));
|
|
3290
3544
|
$ret.addItem("DisabledElevation", 0);
|
|
3291
3545
|
$ret.addItem("RestingElevation", 0);
|
|
3292
3546
|
$ret.addItem("HoverElevation", 0);
|
|
3293
3547
|
$ret.addItem("FocusElevation", 2);
|
|
3294
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3295
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3296
|
-
$ret.addItem("CornerRadius",
|
|
3548
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3549
|
+
$ret.addItem("RippleColor", BrushUtil.l(0, 0, 0, 0));
|
|
3550
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3551
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3552
|
+
$ret.addItem(1, new CornerRadius(0, 18));
|
|
3553
|
+
$ret.addItem(2, new CornerRadius(0, 15));
|
|
3554
|
+
$ret.addItem(3, new CornerRadius(0, 12));
|
|
3555
|
+
$ret.addItem(4, new CornerRadius(0, 4));
|
|
3556
|
+
return $ret;
|
|
3557
|
+
})()));
|
|
3297
3558
|
$ret.addItem("BorderWidth", NaN);
|
|
3298
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3299
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3300
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3301
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3302
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3303
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3559
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3560
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3561
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3562
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(26, 33, 150, 243));
|
|
3563
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3564
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 33, 150, 243));
|
|
3565
|
+
$ret.addItem("SelectedBackgroundColor", BrushUtil.l(76, 110, 137, 247));
|
|
3566
|
+
$ret.addItem("SelectedTextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3567
|
+
$ret.addItem("HoverSelectedBackgroundColor", BrushUtil.l(51, 110, 137, 247));
|
|
3568
|
+
$ret.addItem("HoverSelectedTextColor", BrushUtil.l(255, 119, 119, 119));
|
|
3304
3569
|
return $ret;
|
|
3305
3570
|
})())));
|
|
3306
3571
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((() => {
|
|
3307
3572
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3308
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3309
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3310
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3573
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3574
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(90, 110, 137, 247));
|
|
3575
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(90, 255, 255, 255));
|
|
3311
3576
|
$ret.addItem("DisabledElevation", 0);
|
|
3312
3577
|
$ret.addItem("RestingElevation", 0);
|
|
3313
3578
|
$ret.addItem("HoverElevation", 0);
|
|
3314
3579
|
$ret.addItem("FocusElevation", 2);
|
|
3315
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3316
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3317
|
-
$ret.addItem("CornerRadius",
|
|
3580
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 110, 137, 247));
|
|
3581
|
+
$ret.addItem("RippleColor", BrushUtil.l(0, 0, 0, 0));
|
|
3582
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3583
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3584
|
+
$ret.addItem(1, new CornerRadius(0, 18));
|
|
3585
|
+
$ret.addItem(2, new CornerRadius(0, 15));
|
|
3586
|
+
$ret.addItem(3, new CornerRadius(0, 12));
|
|
3587
|
+
$ret.addItem(4, new CornerRadius(0, 4));
|
|
3588
|
+
return $ret;
|
|
3589
|
+
})()));
|
|
3318
3590
|
$ret.addItem("BorderWidth", 1);
|
|
3319
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3320
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3321
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3322
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3323
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3324
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3591
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3592
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 110, 137, 247));
|
|
3593
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 110, 137, 247));
|
|
3594
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(26, 110, 137, 247));
|
|
3595
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(255, 33, 150, 243));
|
|
3596
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 110, 137, 247));
|
|
3597
|
+
$ret.addItem("SelectedBackgroundColor", BrushUtil.l(76, 110, 137, 247));
|
|
3598
|
+
$ret.addItem("SelectedTextColor", BrushUtil.l(255, 110, 137, 247));
|
|
3599
|
+
$ret.addItem("HoverSelectedBackgroundColor", BrushUtil.l(51, 110, 137, 247));
|
|
3600
|
+
$ret.addItem("HoverSelectedTextColor", BrushUtil.l(255, 110, 137, 247));
|
|
3325
3601
|
return $ret;
|
|
3326
3602
|
})())));
|
|
3327
3603
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((() => {
|
|
3328
3604
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3329
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3330
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3331
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3605
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3606
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(0, 0, 0, 0));
|
|
3607
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3332
3608
|
$ret.addItem("DisabledElevation", 0);
|
|
3333
3609
|
$ret.addItem("RestingElevation", 0);
|
|
3334
3610
|
$ret.addItem("HoverElevation", 0);
|
|
3335
3611
|
$ret.addItem("FocusElevation", 2);
|
|
3336
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3612
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3337
3613
|
$ret.addItem("RippleColor", null);
|
|
3338
|
-
$ret.addItem("CornerRadius",
|
|
3614
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3615
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3616
|
+
$ret.addItem(1, new CornerRadius(0, 28));
|
|
3617
|
+
$ret.addItem(2, new CornerRadius(0, 28));
|
|
3618
|
+
$ret.addItem(3, new CornerRadius(0, 28));
|
|
3619
|
+
$ret.addItem(4, new CornerRadius(0, 28));
|
|
3620
|
+
return $ret;
|
|
3621
|
+
})()));
|
|
3339
3622
|
$ret.addItem("BorderWidth", NaN);
|
|
3340
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3341
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3342
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3343
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3344
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3345
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3623
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3624
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3625
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3626
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(51, 178, 191, 220));
|
|
3627
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(51, 178, 191, 220));
|
|
3628
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 0, 0, 0));
|
|
3346
3629
|
return $ret;
|
|
3347
3630
|
})())));
|
|
3348
3631
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((() => {
|
|
3349
3632
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3350
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3351
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3352
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3633
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.l(10, 0, 0, 0));
|
|
3634
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.l(10, 0, 0, 0));
|
|
3635
|
+
$ret.addItem("DisabledTextColor", BrushUtil.l(66, 0, 0, 0));
|
|
3353
3636
|
$ret.addItem("DisabledElevation", 0);
|
|
3354
3637
|
$ret.addItem("RestingElevation", 0);
|
|
3355
3638
|
$ret.addItem("HoverElevation", 0);
|
|
3356
3639
|
$ret.addItem("FocusElevation", 2);
|
|
3357
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3358
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3359
|
-
$ret.addItem("CornerRadius",
|
|
3640
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3641
|
+
$ret.addItem("RippleColor", BrushUtil.l(255, 255, 255, 255));
|
|
3642
|
+
$ret.addItem("CornerRadius", ((() => {
|
|
3643
|
+
let $ret = new Dictionary$2(ControlDisplayDensity_$type, CornerRadius.$, 0);
|
|
3644
|
+
$ret.addItem(1, new CornerRadius(0, 28));
|
|
3645
|
+
$ret.addItem(2, new CornerRadius(0, 28));
|
|
3646
|
+
$ret.addItem(3, new CornerRadius(0, 28));
|
|
3647
|
+
$ret.addItem(4, new CornerRadius(0, 28));
|
|
3648
|
+
return $ret;
|
|
3649
|
+
})()));
|
|
3360
3650
|
$ret.addItem("BorderWidth", NaN);
|
|
3361
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3362
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3363
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3364
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3365
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3366
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3651
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(255, 33, 150, 243));
|
|
3652
|
+
$ret.addItem("TextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3653
|
+
$ret.addItem("HoverTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3654
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.l(255, 27, 135, 220));
|
|
3655
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.l(255, 21, 112, 184));
|
|
3656
|
+
$ret.addItem("FocusTextColor", BrushUtil.l(255, 255, 255, 255));
|
|
3367
3657
|
return $ret;
|
|
3368
3658
|
})())));
|
|
3369
3659
|
return $ret;
|
|
3370
3660
|
})()));
|
|
3371
|
-
XButton.
|
|
3661
|
+
XButton.l = new ThemeResolver(1, ((() => {
|
|
3372
3662
|
let $ret = new Dictionary$2(BaseControlTheme_$type, Theme.$, 0);
|
|
3373
3663
|
$ret.addItem(2, XButton.i);
|
|
3374
3664
|
$ret.addItem(1, XButton.h);
|
|
3375
|
-
$ret.addItem(3, XButton.
|
|
3665
|
+
$ret.addItem(3, XButton.k);
|
|
3666
|
+
$ret.addItem(4, XButton.j);
|
|
3667
|
+
$ret.addItem(5, XButton.k);
|
|
3668
|
+
$ret.addItem(6, XButton.j);
|
|
3376
3669
|
return $ret;
|
|
3377
3670
|
})()), 2);
|
|
3378
3671
|
return XButton;
|