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