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