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