igniteui-webcomponents-inputs 5.2.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +3254 -3096
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +26 -26
- package/esm2015/lib/ButtonView_combined.js +1716 -1662
- package/esm2015/lib/CalendarView_combined.js +312 -298
- package/esm2015/lib/IconViewType.js +11 -0
- package/esm2015/lib/IconView_combined.js +462 -432
- package/esm2015/lib/InputGroupView_combined.js +115 -93
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +4 -4
- 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 +16 -16
- package/esm2015/lib/XPopupBridge.js +5 -3
- package/esm2015/lib/igc-x-button-component.js +555 -545
- package/esm2015/lib/igc-x-icon-component.js +89 -89
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/ButtonGroupView_combined.js +26 -26
- package/esm5/lib/ButtonView_combined.js +1583 -1525
- package/esm5/lib/CalendarView_combined.js +312 -298
- package/esm5/lib/IconViewType.js +11 -0
- package/esm5/lib/IconView_combined.js +449 -419
- package/esm5/lib/InputGroupView_combined.js +115 -93
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/NativeUIXInputsFactory_combined.js +4 -4
- 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 +16 -16
- package/esm5/lib/XPopupBridge.js +5 -3
- package/esm5/lib/igc-x-button-component.js +559 -545
- package/esm5/lib/igc-x-icon-component.js +89 -89
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +3401 -3252
- package/fesm5/igniteui-webcomponents-inputs.js +3255 -3098
- 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 +115 -111
- package/lib/InputGroupView_combined.d.ts +28 -26
- package/lib/igc-x-button-component.d.ts +5 -0
- 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,169 @@ 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":
|
|
929
957
|
case "DisablePointer":
|
|
930
|
-
this.view.
|
|
958
|
+
this.view.ax();
|
|
931
959
|
break;
|
|
932
960
|
case "MinWidth":
|
|
933
|
-
this.view.
|
|
934
|
-
this.view.
|
|
961
|
+
this.view.aw(this.by);
|
|
962
|
+
this.view.a0();
|
|
935
963
|
break;
|
|
936
964
|
case "MinHeight":
|
|
937
|
-
this.view.
|
|
938
|
-
this.view.
|
|
965
|
+
this.view.av(this.bx);
|
|
966
|
+
this.view.a0();
|
|
939
967
|
break;
|
|
940
968
|
}
|
|
941
969
|
}
|
|
942
|
-
|
|
970
|
+
k0(a, b) {
|
|
943
971
|
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
972
|
}
|
|
945
|
-
|
|
973
|
+
kq() {
|
|
946
974
|
this.u = this.w != 0 ? this.w : this.v;
|
|
947
|
-
this.
|
|
948
|
-
this.
|
|
949
|
-
this.
|
|
975
|
+
this.n0 = this.po;
|
|
976
|
+
this.nx = this.pc;
|
|
977
|
+
this.nn = this.n3;
|
|
950
978
|
switch (this.e) {
|
|
951
979
|
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.
|
|
980
|
+
this.nq = this.pp != null ? this.pp : this.q6 != null ? this.q6 : this.pf;
|
|
981
|
+
this.nr = this.pq != null ? this.pq : this.q7 != null ? this.q7 : this.pg;
|
|
982
|
+
this.ns = this.pr != null ? this.pr : this.q8 != null ? this.q8 : this.ph;
|
|
983
|
+
this.cu = this.di >= 0 ? this.di : this.d2 >= 0 ? this.d2 : this.de;
|
|
984
|
+
this.cx = this.d6 >= 0 ? this.d6 : this.d5 >= 0 ? this.d5 : this.dh;
|
|
985
|
+
this.cw = this.dt >= 0 ? this.dt : this.d4 >= 0 ? this.d4 : this.dg;
|
|
986
|
+
this.cv = this.ds >= 0 ? this.ds : this.d3 >= 0 ? this.d3 : this.df;
|
|
987
|
+
this.np = this.n2 != null ? this.n2 : this.q5 != null ? this.q5 : this.pe;
|
|
988
|
+
this.no = this.n1 != null ? this.n1 : this.q4 != null ? this.q4 : this.pd;
|
|
989
|
+
this.nv = this.qg != null ? this.qg : this.rb != null ? this.rb : this.pk;
|
|
990
|
+
this.kz = this.k0(this.k1, this.k0(this.lc, this.k6));
|
|
991
|
+
this.bj = !isNaN_(this.bk) ? this.bk : !isNaN_(this.b0) ? this.b0 : this.bt;
|
|
992
|
+
this.ny = this.rf != null ? this.rf : this.rd != null ? this.rd : this.pm;
|
|
993
|
+
this.nt = this.qe != null ? this.qe : this.q9 != null ? this.q9 : this.pi;
|
|
994
|
+
this.nu = this.qf != null ? this.qf : this.ra != null ? this.ra : this.pj;
|
|
995
|
+
this.nz = this.rg != null ? this.rg : this.re != null ? this.re : this.pn;
|
|
996
|
+
this.nw = this.qh != null ? this.qh : this.rc != null ? this.rc : this.pl;
|
|
969
997
|
break;
|
|
970
998
|
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.
|
|
999
|
+
this.nq = this.pp != null ? this.pp : this.qv != null ? this.qv : this.o3;
|
|
1000
|
+
this.nr = this.pq != null ? this.pq : this.qw != null ? this.qw : this.o4;
|
|
1001
|
+
this.ns = this.pr != null ? this.pr : this.qx != null ? this.qx : this.o5;
|
|
1002
|
+
this.cu = this.di >= 0 ? this.di : this.dy >= 0 ? this.dy : this.da;
|
|
1003
|
+
this.cx = this.d6 >= 0 ? this.d6 : this.d1 >= 0 ? this.d1 : this.dd;
|
|
1004
|
+
this.cw = this.dt >= 0 ? this.dt : this.d0 >= 0 ? this.d0 : this.dc;
|
|
1005
|
+
this.cv = this.ds >= 0 ? this.ds : this.dz >= 0 ? this.dz : this.db;
|
|
1006
|
+
this.np = this.n2 != null ? this.n2 : this.qu != null ? this.qu : this.o2;
|
|
1007
|
+
this.no = this.qg != null ? this.qg : this.n1 != null ? this.n1 : this.qt != null ? this.qt : this.o1;
|
|
1008
|
+
this.nv = this.q0 != null ? this.q0 : this.o8;
|
|
1009
|
+
this.kz = this.k0(this.k1, this.k0(this.lb, this.k5));
|
|
1010
|
+
this.bj = !isNaN_(this.bk) ? this.bk : !isNaN_(this.bz) ? this.bz : this.bs;
|
|
1011
|
+
this.ny = this.rf != null ? this.rf : this.q2 != null ? this.q2 : this.pa;
|
|
1012
|
+
this.nt = this.qe != null ? this.qe : this.qy != null ? this.qy : this.o6;
|
|
1013
|
+
this.nu = this.qf != null ? this.qf : this.qz != null ? this.qz : this.o7;
|
|
1014
|
+
this.nz = this.rg != null ? this.rg : this.q3 != null ? this.q3 : this.pb;
|
|
1015
|
+
this.nw = this.qh != null ? this.qh : this.q1 != null ? this.q1 : this.o9;
|
|
988
1016
|
break;
|
|
989
1017
|
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.
|
|
1018
|
+
this.nq = this.pp != null ? this.pp : this.p5 != null ? this.p5 : this.oh;
|
|
1019
|
+
this.nr = this.pq != null ? this.pq : this.p6 != null ? this.p6 : this.oi;
|
|
1020
|
+
this.ns = this.pr != null ? this.pr : this.p7 != null ? this.p7 : this.oj;
|
|
1021
|
+
this.cu = this.di >= 0 ? this.di : this.dn >= 0 ? this.dn : this.c2;
|
|
1022
|
+
this.cx = this.d6 >= 0 ? this.d6 : this.dr >= 0 ? this.dr : this.c5;
|
|
1023
|
+
this.cw = this.dt >= 0 ? this.dt : this.dq >= 0 ? this.dq : this.c4;
|
|
1024
|
+
this.cv = this.ds >= 0 ? this.ds : this.dp >= 0 ? this.dp : this.c3;
|
|
1025
|
+
this.np = this.n2 != null ? this.n2 : this.p4 != null ? this.p4 : this.og;
|
|
1026
|
+
this.no = this.n1 != null ? this.n1 : this.p3 != null ? this.p3 : this.of;
|
|
1027
|
+
this.nv = this.qg != null ? this.qg : this.qa != null ? this.qa : this.om;
|
|
1028
|
+
this.kz = this.k0(this.k1, this.k0(this.k8, this.k3));
|
|
1029
|
+
this.bj = !isNaN_(this.bk) ? this.bk : !isNaN_(this.bv) ? this.bv : this.bq;
|
|
1030
|
+
this.ny = this.rf != null ? this.rf : this.qc != null ? this.qc : this.oo;
|
|
1031
|
+
this.nt = this.qe != null ? this.qe : this.p8 != null ? this.p8 : this.ok;
|
|
1032
|
+
this.nu = this.qf != null ? this.qf : this.p9 != null ? this.p9 : this.ol;
|
|
1033
|
+
this.nz = this.rg != null ? this.rg : this.qd != null ? this.qd : this.op;
|
|
1034
|
+
this.nw = this.qh != null ? this.qh : this.qb != null ? this.qb : this.on;
|
|
1007
1035
|
break;
|
|
1008
1036
|
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.
|
|
1037
|
+
this.nq = this.pp != null ? this.pp : this.qk != null ? this.qk : this.os;
|
|
1038
|
+
this.nr = this.pq != null ? this.pq : this.ql != null ? this.ql : this.ot;
|
|
1039
|
+
this.ns = this.pr != null ? this.pr : this.qm != null ? this.qm : this.ou;
|
|
1040
|
+
this.cu = this.di >= 0 ? this.di : this.du >= 0 ? this.du : this.c6;
|
|
1041
|
+
this.cx = this.d6 >= 0 ? this.d6 : this.dx >= 0 ? this.dx : this.c9;
|
|
1042
|
+
this.cw = this.dt >= 0 ? this.dt : this.dw >= 0 ? this.dw : this.c8;
|
|
1043
|
+
this.cv = this.ds >= 0 ? this.ds : this.dv >= 0 ? this.dv : this.c7;
|
|
1044
|
+
this.np = this.n2 != null ? this.n2 : this.qj != null ? this.qj : this.or;
|
|
1045
|
+
this.no = this.n1 != null ? this.n1 : this.qi != null ? this.qi : this.oq;
|
|
1046
|
+
this.nv = this.qg != null ? this.qg : this.qp != null ? this.qp : this.ox;
|
|
1047
|
+
this.ko();
|
|
1048
|
+
this.bj = !isNaN_(this.bk) ? this.bk : !isNaN_(this.bw) ? this.bw : this.br;
|
|
1049
|
+
this.ny = this.rf != null ? this.rf : this.qr != null ? this.qr : this.oz;
|
|
1050
|
+
this.nt = this.qe != null ? this.qe : this.qn != null ? this.qn : this.ov;
|
|
1051
|
+
this.nu = this.qf != null ? this.qf : this.qo != null ? this.qo : this.ow;
|
|
1052
|
+
this.nz = this.rg != null ? this.rg : this.qs != null ? this.qs : this.o0;
|
|
1053
|
+
this.nw = this.qh != null ? this.qh : this.qq != null ? this.qq : this.oy;
|
|
1026
1054
|
break;
|
|
1027
1055
|
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.
|
|
1056
|
+
this.nq = this.pp != null ? this.pp : this.pu != null ? this.pu : this.n6;
|
|
1057
|
+
this.nr = this.pq != null ? this.pq : this.pv != null ? this.pv : this.n7;
|
|
1058
|
+
this.ns = this.pr != null ? this.pr : this.pw != null ? this.pw : this.n8;
|
|
1059
|
+
this.cu = this.di >= 0 ? this.di : this.dj >= 0 ? this.dj : this.cy;
|
|
1060
|
+
this.cx = this.d6 >= 0 ? this.d6 : this.dm >= 0 ? this.dm : this.c1;
|
|
1061
|
+
this.cw = this.dt >= 0 ? this.dt : this.dl >= 0 ? this.dl : this.c0;
|
|
1062
|
+
this.cv = this.ds >= 0 ? this.ds : this.dk >= 0 ? this.dk : this.cz;
|
|
1063
|
+
this.np = this.n2 != null ? this.n2 : this.pt != null ? this.pt : this.n5;
|
|
1064
|
+
this.no = this.n1 != null ? this.n1 : this.ps != null ? this.ps : this.n4;
|
|
1065
|
+
this.nv = this.qg != null ? this.qg : this.pz != null ? this.pz : this.ob;
|
|
1066
|
+
this.kz = this.k0(this.k1, this.k0(this.k7, this.k2));
|
|
1067
|
+
this.bj = !isNaN_(this.bk) ? this.bk : !isNaN_(this.bu) ? this.bu : this.bp;
|
|
1068
|
+
this.ny = this.rf != null ? this.rf : this.p1 != null ? this.p1 : this.pm;
|
|
1069
|
+
this.nt = this.qe != null ? this.qe : this.px != null ? this.px : this.n9;
|
|
1070
|
+
this.nu = this.qf != null ? this.qf : this.py != null ? this.py : this.oa;
|
|
1071
|
+
this.nz = this.rg != null ? this.rg : this.p2 != null ? this.p2 : this.oe;
|
|
1072
|
+
this.nw = this.qh != null ? this.qh : this.p0 != null ? this.p0 : this.oc;
|
|
1045
1073
|
break;
|
|
1046
1074
|
}
|
|
1047
1075
|
}
|
|
1048
|
-
|
|
1049
|
-
this.
|
|
1076
|
+
ko() {
|
|
1077
|
+
this.kz = this.k0(this.k1, this.k0(this.la, this.k9(this.k4)));
|
|
1050
1078
|
}
|
|
1051
|
-
|
|
1079
|
+
k9(a) {
|
|
1052
1080
|
switch (this.q) {
|
|
1053
1081
|
case 1: return a;
|
|
1054
1082
|
case 2: return a;
|
|
@@ -1057,7 +1085,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1057
1085
|
}
|
|
1058
1086
|
return a;
|
|
1059
1087
|
}
|
|
1060
|
-
|
|
1088
|
+
kb() {
|
|
1061
1089
|
if (this.disabled) {
|
|
1062
1090
|
return;
|
|
1063
1091
|
}
|
|
@@ -1065,34 +1093,50 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1065
1093
|
this.clicked(this, new ButtonClickEventArgs());
|
|
1066
1094
|
}
|
|
1067
1095
|
}
|
|
1068
|
-
|
|
1096
|
+
kg() {
|
|
1097
|
+
if (this.disabled) {
|
|
1098
|
+
return;
|
|
1099
|
+
}
|
|
1100
|
+
if (this.mouseDown != null) {
|
|
1101
|
+
this.mouseDown(this, new MouseEventArgs());
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
kj() {
|
|
1105
|
+
if (this.disabled) {
|
|
1106
|
+
return;
|
|
1107
|
+
}
|
|
1108
|
+
if (this.mouseUp != null) {
|
|
1109
|
+
this.mouseUp(this, new MouseEventArgs());
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
ka() {
|
|
1069
1113
|
this.focused = false;
|
|
1070
|
-
this.
|
|
1114
|
+
this.kp();
|
|
1071
1115
|
}
|
|
1072
|
-
|
|
1116
|
+
kd() {
|
|
1073
1117
|
this.focused = true;
|
|
1074
|
-
this.
|
|
1118
|
+
this.kp();
|
|
1075
1119
|
}
|
|
1076
|
-
|
|
1077
|
-
this.
|
|
1078
|
-
this.
|
|
1120
|
+
ki() {
|
|
1121
|
+
this.a3 = false;
|
|
1122
|
+
this.kp();
|
|
1079
1123
|
if (this.mouseLeave != null) {
|
|
1080
1124
|
this.mouseLeave(this, new MouseEventArgs());
|
|
1081
1125
|
}
|
|
1082
1126
|
}
|
|
1083
|
-
|
|
1084
|
-
this.
|
|
1085
|
-
this.
|
|
1127
|
+
kh() {
|
|
1128
|
+
this.a3 = true;
|
|
1129
|
+
this.kp();
|
|
1086
1130
|
if (this.mouseEnter != null) {
|
|
1087
1131
|
this.mouseEnter(this, new MouseEventArgs());
|
|
1088
1132
|
}
|
|
1089
1133
|
}
|
|
1090
|
-
|
|
1134
|
+
ke() {
|
|
1091
1135
|
if (this.gotFocus != null) {
|
|
1092
1136
|
this.gotFocus(this, new FocusEventArgs());
|
|
1093
1137
|
}
|
|
1094
1138
|
}
|
|
1095
|
-
|
|
1139
|
+
kf(a, b) {
|
|
1096
1140
|
if (this.lostFocus != null) {
|
|
1097
1141
|
this.lostFocus(this, ((() => {
|
|
1098
1142
|
let $ret = new FocusEventArgs();
|
|
@@ -1102,176 +1146,176 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1102
1146
|
})()));
|
|
1103
1147
|
}
|
|
1104
1148
|
}
|
|
1105
|
-
|
|
1149
|
+
kp() {
|
|
1106
1150
|
let a = this.view.q;
|
|
1107
1151
|
if (a == null) {
|
|
1108
1152
|
return;
|
|
1109
1153
|
}
|
|
1110
|
-
NativeUI.o(a, this.
|
|
1111
|
-
NativeUI.n(a, this.
|
|
1112
|
-
if (!isNaN_(this.
|
|
1113
|
-
NativeUI.p(a, new Thickness(0, this.
|
|
1154
|
+
NativeUI.o(a, this.kz);
|
|
1155
|
+
NativeUI.n(a, this.np);
|
|
1156
|
+
if (!isNaN_(this.bj)) {
|
|
1157
|
+
NativeUI.p(a, new Thickness(0, this.bj));
|
|
1114
1158
|
}
|
|
1115
1159
|
if (this.disabled) {
|
|
1116
|
-
this.view.
|
|
1160
|
+
this.view.az(this.cu, this.u);
|
|
1117
1161
|
}
|
|
1118
|
-
else if (this.focused && this.
|
|
1119
|
-
this.view.
|
|
1162
|
+
else if (this.focused && this.a2) {
|
|
1163
|
+
this.view.az(this.cv, this.u);
|
|
1120
1164
|
}
|
|
1121
1165
|
else {
|
|
1122
|
-
if (this.
|
|
1123
|
-
this.view.
|
|
1166
|
+
if (this.a3 && !this.au) {
|
|
1167
|
+
this.view.az(this.cw, this.u);
|
|
1124
1168
|
}
|
|
1125
1169
|
else {
|
|
1126
|
-
this.view.
|
|
1170
|
+
this.view.az(this.cx, this.u);
|
|
1127
1171
|
}
|
|
1128
1172
|
}
|
|
1129
1173
|
if (this.disabled) {
|
|
1130
|
-
NativeUI.m(a, this.
|
|
1174
|
+
NativeUI.m(a, this.nq);
|
|
1131
1175
|
}
|
|
1132
|
-
else if (this.focused && this.
|
|
1133
|
-
NativeUI.m(a, this.
|
|
1176
|
+
else if (this.focused && this.a2) {
|
|
1177
|
+
NativeUI.m(a, this.nt);
|
|
1134
1178
|
}
|
|
1135
1179
|
else {
|
|
1136
|
-
if (this.
|
|
1137
|
-
NativeUI.m(a, this.
|
|
1180
|
+
if (this.a3 && !this.au) {
|
|
1181
|
+
NativeUI.m(a, this.nv);
|
|
1138
1182
|
}
|
|
1139
1183
|
else {
|
|
1140
|
-
NativeUI.m(a, this.
|
|
1184
|
+
NativeUI.m(a, this.no);
|
|
1141
1185
|
}
|
|
1142
1186
|
}
|
|
1143
|
-
this.view.
|
|
1187
|
+
this.view.ay(this.ny, BrushUtil.h(0, 0, 0, 0));
|
|
1144
1188
|
if (this.aa != null) {
|
|
1145
|
-
this.view.
|
|
1189
|
+
this.view.a1(this.aa);
|
|
1146
1190
|
}
|
|
1147
1191
|
if (this.disabled) {
|
|
1148
|
-
NativeUI.q(this.view.s, this.
|
|
1149
|
-
NativeUI.r(this.view.s, this.
|
|
1192
|
+
NativeUI.q(this.view.s, this.ns);
|
|
1193
|
+
NativeUI.r(this.view.s, this.ns);
|
|
1150
1194
|
}
|
|
1151
|
-
else if (this.focused && this.
|
|
1152
|
-
NativeUI.q(this.view.s, this.
|
|
1153
|
-
NativeUI.r(this.view.s, this.
|
|
1195
|
+
else if (this.focused && this.a2) {
|
|
1196
|
+
NativeUI.q(this.view.s, this.nu);
|
|
1197
|
+
NativeUI.r(this.view.s, this.nu);
|
|
1154
1198
|
}
|
|
1155
1199
|
else {
|
|
1156
|
-
if (this.
|
|
1157
|
-
NativeUI.q(this.view.s, this.
|
|
1158
|
-
NativeUI.r(this.view.s, this.
|
|
1200
|
+
if (this.a3 && !this.au) {
|
|
1201
|
+
NativeUI.q(this.view.s, this.nw);
|
|
1202
|
+
NativeUI.r(this.view.s, this.nw);
|
|
1159
1203
|
}
|
|
1160
1204
|
else {
|
|
1161
|
-
NativeUI.q(this.view.s, this.
|
|
1162
|
-
NativeUI.r(this.view.s, this.
|
|
1205
|
+
NativeUI.q(this.view.s, this.nz);
|
|
1206
|
+
NativeUI.r(this.view.s, this.nz);
|
|
1163
1207
|
}
|
|
1164
1208
|
}
|
|
1165
1209
|
}
|
|
1166
|
-
|
|
1167
|
-
this.
|
|
1168
|
-
this.
|
|
1169
|
-
this.
|
|
1210
|
+
kr(a) {
|
|
1211
|
+
this.po = XButton.k.ae(a, "UmbraShadowColor");
|
|
1212
|
+
this.pc = XButton.k.ae(a, "PenumbraShadowColor");
|
|
1213
|
+
this.n3 = XButton.k.ae(a, "AmbientShadowColor");
|
|
1170
1214
|
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.
|
|
1215
|
+
this.pf = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBackgroundColor");
|
|
1216
|
+
this.pg = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBorderColor");
|
|
1217
|
+
this.ph = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledTextColor");
|
|
1218
|
+
this.de = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledElevation");
|
|
1219
|
+
this.dh = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "RestingElevation");
|
|
1220
|
+
this.dg = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverElevation");
|
|
1221
|
+
this.df = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusElevation");
|
|
1222
|
+
this.pe = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderColor");
|
|
1223
|
+
this.pm = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "RippleColor");
|
|
1224
|
+
this.k6 = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 0), "CornerRadius");
|
|
1225
|
+
this.bt = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderWidth");
|
|
1226
|
+
this.pd = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BackgroundColor");
|
|
1227
|
+
this.pn = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "TextColor");
|
|
1228
|
+
this.pl = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverTextColor");
|
|
1229
|
+
this.pk = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverBackgroundColor");
|
|
1230
|
+
this.pi = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusBackgroundColor");
|
|
1231
|
+
this.pj = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusTextColor");
|
|
1232
|
+
this.oh = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBackgroundColor");
|
|
1233
|
+
this.oi = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBorderColor");
|
|
1234
|
+
this.oj = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledTextColor");
|
|
1235
|
+
this.c2 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledElevation");
|
|
1236
|
+
this.c5 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "RestingElevation");
|
|
1237
|
+
this.c4 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverElevation");
|
|
1238
|
+
this.c3 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusElevation");
|
|
1239
|
+
this.og = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderColor");
|
|
1240
|
+
this.oo = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "RippleColor");
|
|
1241
|
+
this.k3 = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 1), "CornerRadius");
|
|
1242
|
+
this.bq = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderWidth");
|
|
1243
|
+
this.of = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BackgroundColor");
|
|
1244
|
+
this.op = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "TextColor");
|
|
1245
|
+
this.on = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverTextColor");
|
|
1246
|
+
this.om = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverBackgroundColor");
|
|
1247
|
+
this.ok = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusBackgroundColor");
|
|
1248
|
+
this.ol = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusTextColor");
|
|
1249
|
+
this.o3 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBackgroundColor");
|
|
1250
|
+
this.o4 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBorderColor");
|
|
1251
|
+
this.o5 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledTextColor");
|
|
1252
|
+
this.da = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledElevation");
|
|
1253
|
+
this.dd = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "RestingElevation");
|
|
1254
|
+
this.dc = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverElevation");
|
|
1255
|
+
this.db = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusElevation");
|
|
1256
|
+
this.o2 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderColor");
|
|
1257
|
+
this.pa = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "RippleColor");
|
|
1258
|
+
this.k5 = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 2), "CornerRadius");
|
|
1259
|
+
this.bs = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderWidth");
|
|
1260
|
+
this.o1 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BackgroundColor");
|
|
1261
|
+
this.pb = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "TextColor");
|
|
1262
|
+
this.o9 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverTextColor");
|
|
1263
|
+
this.o8 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverBackgroundColor");
|
|
1264
|
+
this.o6 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusBackgroundColor");
|
|
1265
|
+
this.o7 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusTextColor");
|
|
1266
|
+
this.os = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBackgroundColor");
|
|
1267
|
+
this.ot = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBorderColor");
|
|
1268
|
+
this.ou = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledTextColor");
|
|
1269
|
+
this.c6 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledElevation");
|
|
1270
|
+
this.c9 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "RestingElevation");
|
|
1271
|
+
this.c8 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverElevation");
|
|
1272
|
+
this.c7 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusElevation");
|
|
1273
|
+
this.or = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderColor");
|
|
1274
|
+
this.oz = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "RippleColor");
|
|
1275
|
+
this.k4 = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 4), "CornerRadius");
|
|
1276
|
+
this.br = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderWidth");
|
|
1277
|
+
this.oq = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BackgroundColor");
|
|
1278
|
+
this.o0 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "TextColor");
|
|
1279
|
+
this.oy = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverTextColor");
|
|
1280
|
+
this.ox = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverBackgroundColor");
|
|
1281
|
+
this.ov = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusBackgroundColor");
|
|
1282
|
+
this.ow = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusTextColor");
|
|
1283
|
+
this.n6 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBackgroundColor");
|
|
1284
|
+
this.n7 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBorderColor");
|
|
1285
|
+
this.n8 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledTextColor");
|
|
1286
|
+
this.cy = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledElevation");
|
|
1287
|
+
this.c1 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "RestingElevation");
|
|
1288
|
+
this.c0 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverElevation");
|
|
1289
|
+
this.cz = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusElevation");
|
|
1290
|
+
this.n5 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderColor");
|
|
1291
|
+
this.od = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "RippleColor");
|
|
1292
|
+
this.k2 = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 3), "CornerRadius");
|
|
1293
|
+
this.bp = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderWidth");
|
|
1294
|
+
this.n4 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BackgroundColor");
|
|
1295
|
+
this.oe = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "TextColor");
|
|
1296
|
+
this.oc = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverTextColor");
|
|
1297
|
+
this.ob = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverBackgroundColor");
|
|
1298
|
+
this.n9 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusBackgroundColor");
|
|
1299
|
+
this.oa = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusTextColor");
|
|
1300
|
+
}
|
|
1301
|
+
get by() {
|
|
1302
|
+
return this.bg;
|
|
1303
|
+
}
|
|
1304
|
+
set by(a) {
|
|
1305
|
+
let b = this.bg;
|
|
1306
|
+
this.bg = a;
|
|
1307
|
+
if (b != this.bg) {
|
|
1308
|
+
this.kk("MinWidth", b, a);
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
get bx() {
|
|
1312
|
+
return this.bf;
|
|
1313
|
+
}
|
|
1314
|
+
set bx(a) {
|
|
1315
|
+
let b = this.bf;
|
|
1316
|
+
this.bf = a;
|
|
1317
|
+
if (b != this.bf) {
|
|
1318
|
+
this.kk("MinHeight", b, a);
|
|
1275
1319
|
}
|
|
1276
1320
|
}
|
|
1277
1321
|
get e() {
|
|
@@ -1281,7 +1325,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1281
1325
|
let b = this.d;
|
|
1282
1326
|
this.d = a;
|
|
1283
1327
|
if (b != this.d) {
|
|
1284
|
-
this.
|
|
1328
|
+
this.kk("DisplayType", enumGetBox(ButtonDisplayStyle_$type, b), enumGetBox(ButtonDisplayStyle_$type, a));
|
|
1285
1329
|
}
|
|
1286
1330
|
}
|
|
1287
1331
|
get r() {
|
|
@@ -1291,7 +1335,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1291
1335
|
let b = this.p;
|
|
1292
1336
|
this.p = a;
|
|
1293
1337
|
if (b != this.p) {
|
|
1294
|
-
this.
|
|
1338
|
+
this.kk("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
1295
1339
|
}
|
|
1296
1340
|
}
|
|
1297
1341
|
get n() {
|
|
@@ -1301,7 +1345,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1301
1345
|
let b = this.l;
|
|
1302
1346
|
this.l = a;
|
|
1303
1347
|
if (b != this.l) {
|
|
1304
|
-
this.
|
|
1348
|
+
this.kk("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
1305
1349
|
}
|
|
1306
1350
|
}
|
|
1307
1351
|
get q() {
|
|
@@ -1311,147 +1355,147 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1311
1355
|
let b = this.o;
|
|
1312
1356
|
this.o = a;
|
|
1313
1357
|
if (b != this.o) {
|
|
1314
|
-
this.
|
|
1358
|
+
this.kk("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
1315
1359
|
}
|
|
1316
1360
|
}
|
|
1317
|
-
get
|
|
1318
|
-
return this.
|
|
1361
|
+
get np() {
|
|
1362
|
+
return this.lh;
|
|
1319
1363
|
}
|
|
1320
|
-
set
|
|
1321
|
-
let b = this.
|
|
1322
|
-
this.
|
|
1323
|
-
if (b != this.
|
|
1324
|
-
this.
|
|
1364
|
+
set np(a) {
|
|
1365
|
+
let b = this.lh;
|
|
1366
|
+
this.lh = a;
|
|
1367
|
+
if (b != this.lh) {
|
|
1368
|
+
this.kk("ActualBorderColor", b, a);
|
|
1325
1369
|
}
|
|
1326
1370
|
}
|
|
1327
|
-
get
|
|
1328
|
-
return this.
|
|
1371
|
+
get n0() {
|
|
1372
|
+
return this.ls;
|
|
1329
1373
|
}
|
|
1330
|
-
set
|
|
1331
|
-
let b = this.
|
|
1332
|
-
this.
|
|
1333
|
-
if (b != this.
|
|
1334
|
-
this.
|
|
1374
|
+
set n0(a) {
|
|
1375
|
+
let b = this.ls;
|
|
1376
|
+
this.ls = a;
|
|
1377
|
+
if (b != this.ls) {
|
|
1378
|
+
this.kk("ActualUmbraShadowColor", b, a);
|
|
1335
1379
|
}
|
|
1336
1380
|
}
|
|
1337
|
-
get
|
|
1338
|
-
return this.
|
|
1381
|
+
get nx() {
|
|
1382
|
+
return this.lp;
|
|
1339
1383
|
}
|
|
1340
|
-
set
|
|
1341
|
-
let b = this.
|
|
1342
|
-
this.
|
|
1343
|
-
if (b != this.
|
|
1344
|
-
this.
|
|
1384
|
+
set nx(a) {
|
|
1385
|
+
let b = this.lp;
|
|
1386
|
+
this.lp = a;
|
|
1387
|
+
if (b != this.lp) {
|
|
1388
|
+
this.kk("ActualPenumbraShadowColor", b, a);
|
|
1345
1389
|
}
|
|
1346
1390
|
}
|
|
1347
|
-
get
|
|
1348
|
-
return this.
|
|
1391
|
+
get nn() {
|
|
1392
|
+
return this.lf;
|
|
1349
1393
|
}
|
|
1350
|
-
set
|
|
1351
|
-
let b = this.
|
|
1352
|
-
this.
|
|
1353
|
-
if (b != this.
|
|
1354
|
-
this.
|
|
1394
|
+
set nn(a) {
|
|
1395
|
+
let b = this.lf;
|
|
1396
|
+
this.lf = a;
|
|
1397
|
+
if (b != this.lf) {
|
|
1398
|
+
this.kk("ActualAmbientShadowColor", b, a);
|
|
1355
1399
|
}
|
|
1356
1400
|
}
|
|
1357
|
-
get
|
|
1358
|
-
return this.
|
|
1401
|
+
get cx() {
|
|
1402
|
+
return this.b4;
|
|
1359
1403
|
}
|
|
1360
|
-
set
|
|
1361
|
-
let b = this.
|
|
1362
|
-
this.
|
|
1363
|
-
if (b != this.
|
|
1364
|
-
this.
|
|
1404
|
+
set cx(a) {
|
|
1405
|
+
let b = this.b4;
|
|
1406
|
+
this.b4 = a;
|
|
1407
|
+
if (b != this.b4) {
|
|
1408
|
+
this.kk("ActualRestingElevation", b, a);
|
|
1365
1409
|
}
|
|
1366
1410
|
}
|
|
1367
|
-
get
|
|
1368
|
-
return this.
|
|
1411
|
+
get cv() {
|
|
1412
|
+
return this.b2;
|
|
1369
1413
|
}
|
|
1370
|
-
set
|
|
1371
|
-
let b = this.
|
|
1372
|
-
this.
|
|
1373
|
-
if (b != this.
|
|
1374
|
-
this.
|
|
1414
|
+
set cv(a) {
|
|
1415
|
+
let b = this.b2;
|
|
1416
|
+
this.b2 = a;
|
|
1417
|
+
if (b != this.b2) {
|
|
1418
|
+
this.kk("ActualFocusElevation", b, a);
|
|
1375
1419
|
}
|
|
1376
1420
|
}
|
|
1377
|
-
get
|
|
1378
|
-
return this.
|
|
1421
|
+
get cw() {
|
|
1422
|
+
return this.b3;
|
|
1379
1423
|
}
|
|
1380
|
-
set
|
|
1381
|
-
let b = this.
|
|
1382
|
-
this.
|
|
1383
|
-
if (b != this.
|
|
1384
|
-
this.
|
|
1424
|
+
set cw(a) {
|
|
1425
|
+
let b = this.b3;
|
|
1426
|
+
this.b3 = a;
|
|
1427
|
+
if (b != this.b3) {
|
|
1428
|
+
this.kk("ActualHoverElevation", b, a);
|
|
1385
1429
|
}
|
|
1386
1430
|
}
|
|
1387
|
-
get
|
|
1388
|
-
return this.
|
|
1431
|
+
get ny() {
|
|
1432
|
+
return this.lq;
|
|
1389
1433
|
}
|
|
1390
|
-
set
|
|
1391
|
-
let b = this.
|
|
1392
|
-
this.
|
|
1393
|
-
if (b != this.
|
|
1394
|
-
this.
|
|
1434
|
+
set ny(a) {
|
|
1435
|
+
let b = this.lq;
|
|
1436
|
+
this.lq = a;
|
|
1437
|
+
if (b != this.lq) {
|
|
1438
|
+
this.kk("ActualRippleColor", b, a);
|
|
1395
1439
|
}
|
|
1396
1440
|
}
|
|
1397
|
-
get
|
|
1398
|
-
return this.
|
|
1441
|
+
get kz() {
|
|
1442
|
+
return this.ks;
|
|
1399
1443
|
}
|
|
1400
|
-
set
|
|
1401
|
-
let b = this.
|
|
1402
|
-
this.
|
|
1403
|
-
if (!b.equals(this.
|
|
1404
|
-
this.
|
|
1444
|
+
set kz(a) {
|
|
1445
|
+
let b = this.ks;
|
|
1446
|
+
this.ks = a;
|
|
1447
|
+
if (!b.equals(this.ks)) {
|
|
1448
|
+
this.kk("ActualCornerRadius", b, a);
|
|
1405
1449
|
}
|
|
1406
1450
|
}
|
|
1407
|
-
get
|
|
1408
|
-
return this.
|
|
1451
|
+
get no() {
|
|
1452
|
+
return this.lg;
|
|
1409
1453
|
}
|
|
1410
|
-
set
|
|
1411
|
-
let b = this.
|
|
1412
|
-
this.
|
|
1413
|
-
if (b != this.
|
|
1414
|
-
this.
|
|
1454
|
+
set no(a) {
|
|
1455
|
+
let b = this.lg;
|
|
1456
|
+
this.lg = a;
|
|
1457
|
+
if (b != this.lg) {
|
|
1458
|
+
this.kk("ActualBackgroundColor", b, a);
|
|
1415
1459
|
}
|
|
1416
1460
|
}
|
|
1417
|
-
get
|
|
1418
|
-
return this.
|
|
1461
|
+
get nq() {
|
|
1462
|
+
return this.li;
|
|
1419
1463
|
}
|
|
1420
|
-
set
|
|
1421
|
-
let b = this.
|
|
1422
|
-
this.
|
|
1423
|
-
if (b != this.
|
|
1424
|
-
this.
|
|
1464
|
+
set nq(a) {
|
|
1465
|
+
let b = this.li;
|
|
1466
|
+
this.li = a;
|
|
1467
|
+
if (b != this.li) {
|
|
1468
|
+
this.kk("ActualDisabledBackgroundColor", b, a);
|
|
1425
1469
|
}
|
|
1426
1470
|
}
|
|
1427
|
-
get
|
|
1428
|
-
return this.
|
|
1471
|
+
get nr() {
|
|
1472
|
+
return this.lj;
|
|
1429
1473
|
}
|
|
1430
|
-
set
|
|
1431
|
-
let b = this.
|
|
1432
|
-
this.
|
|
1433
|
-
if (b != this.
|
|
1434
|
-
this.
|
|
1474
|
+
set nr(a) {
|
|
1475
|
+
let b = this.lj;
|
|
1476
|
+
this.lj = a;
|
|
1477
|
+
if (b != this.lj) {
|
|
1478
|
+
this.kk("ActualDisabledBorderColor", b, a);
|
|
1435
1479
|
}
|
|
1436
1480
|
}
|
|
1437
|
-
get
|
|
1438
|
-
return this.
|
|
1481
|
+
get ns() {
|
|
1482
|
+
return this.lk;
|
|
1439
1483
|
}
|
|
1440
|
-
set
|
|
1441
|
-
let b = this.
|
|
1442
|
-
this.
|
|
1443
|
-
if (b != this.
|
|
1444
|
-
this.
|
|
1484
|
+
set ns(a) {
|
|
1485
|
+
let b = this.lk;
|
|
1486
|
+
this.lk = a;
|
|
1487
|
+
if (b != this.lk) {
|
|
1488
|
+
this.kk("ActualDisabledTextColor", b, a);
|
|
1445
1489
|
}
|
|
1446
1490
|
}
|
|
1447
|
-
get
|
|
1448
|
-
return this.
|
|
1491
|
+
get cu() {
|
|
1492
|
+
return this.b1;
|
|
1449
1493
|
}
|
|
1450
|
-
set
|
|
1451
|
-
let b = this.
|
|
1452
|
-
this.
|
|
1453
|
-
if (b != this.
|
|
1454
|
-
this.
|
|
1494
|
+
set cu(a) {
|
|
1495
|
+
let b = this.b1;
|
|
1496
|
+
this.b1 = a;
|
|
1497
|
+
if (b != this.b1) {
|
|
1498
|
+
this.kk("ActualDisabledElevation", b, a);
|
|
1455
1499
|
}
|
|
1456
1500
|
}
|
|
1457
1501
|
get u() {
|
|
@@ -1461,297 +1505,207 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1461
1505
|
let b = this.s;
|
|
1462
1506
|
this.s = a;
|
|
1463
1507
|
if (b != this.s) {
|
|
1464
|
-
this.
|
|
1508
|
+
this.kk("ActualElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
|
|
1465
1509
|
}
|
|
1466
1510
|
}
|
|
1467
|
-
get
|
|
1468
|
-
return this.
|
|
1511
|
+
get nz() {
|
|
1512
|
+
return this.lr;
|
|
1469
1513
|
}
|
|
1470
|
-
set
|
|
1471
|
-
let b = this.
|
|
1472
|
-
this.
|
|
1473
|
-
if (b != this.
|
|
1474
|
-
this.
|
|
1514
|
+
set nz(a) {
|
|
1515
|
+
let b = this.lr;
|
|
1516
|
+
this.lr = a;
|
|
1517
|
+
if (b != this.lr) {
|
|
1518
|
+
this.kk("ActualTextColor", b, a);
|
|
1475
1519
|
}
|
|
1476
1520
|
}
|
|
1477
|
-
get
|
|
1478
|
-
return this.
|
|
1521
|
+
get nw() {
|
|
1522
|
+
return this.lo;
|
|
1479
1523
|
}
|
|
1480
|
-
set
|
|
1481
|
-
let b = this.
|
|
1482
|
-
this.
|
|
1483
|
-
if (b != this.
|
|
1484
|
-
this.
|
|
1524
|
+
set nw(a) {
|
|
1525
|
+
let b = this.lo;
|
|
1526
|
+
this.lo = a;
|
|
1527
|
+
if (b != this.lo) {
|
|
1528
|
+
this.kk("ActualHoverTextColor", b, a);
|
|
1485
1529
|
}
|
|
1486
1530
|
}
|
|
1487
|
-
get
|
|
1488
|
-
return this.
|
|
1531
|
+
get nt() {
|
|
1532
|
+
return this.ll;
|
|
1489
1533
|
}
|
|
1490
|
-
set
|
|
1491
|
-
let b = this.
|
|
1492
|
-
this.
|
|
1493
|
-
if (b != this.
|
|
1494
|
-
this.
|
|
1534
|
+
set nt(a) {
|
|
1535
|
+
let b = this.ll;
|
|
1536
|
+
this.ll = a;
|
|
1537
|
+
if (b != this.ll) {
|
|
1538
|
+
this.kk("ActualFocusBackgroundColor", b, a);
|
|
1495
1539
|
}
|
|
1496
1540
|
}
|
|
1497
|
-
get
|
|
1498
|
-
return this.
|
|
1541
|
+
get nu() {
|
|
1542
|
+
return this.lm;
|
|
1499
1543
|
}
|
|
1500
|
-
set
|
|
1501
|
-
let b = this.
|
|
1502
|
-
this.
|
|
1503
|
-
if (b != this.
|
|
1504
|
-
this.
|
|
1544
|
+
set nu(a) {
|
|
1545
|
+
let b = this.lm;
|
|
1546
|
+
this.lm = a;
|
|
1547
|
+
if (b != this.lm) {
|
|
1548
|
+
this.kk("ActualFocusTextColor", b, a);
|
|
1505
1549
|
}
|
|
1506
1550
|
}
|
|
1507
|
-
get
|
|
1508
|
-
return this.
|
|
1551
|
+
get nv() {
|
|
1552
|
+
return this.ln;
|
|
1509
1553
|
}
|
|
1510
|
-
set
|
|
1511
|
-
let b = this.
|
|
1512
|
-
this.
|
|
1513
|
-
if (b != this.
|
|
1514
|
-
this.
|
|
1554
|
+
set nv(a) {
|
|
1555
|
+
let b = this.ln;
|
|
1556
|
+
this.ln = a;
|
|
1557
|
+
if (b != this.ln) {
|
|
1558
|
+
this.kk("ActualHoverBackgroundColor", b, a);
|
|
1515
1559
|
}
|
|
1516
1560
|
}
|
|
1517
|
-
get
|
|
1518
|
-
return this.
|
|
1561
|
+
get bj() {
|
|
1562
|
+
return this.a6;
|
|
1519
1563
|
}
|
|
1520
|
-
set
|
|
1521
|
-
let b = this.
|
|
1522
|
-
this.
|
|
1523
|
-
if (b != this.
|
|
1524
|
-
this.
|
|
1564
|
+
set bj(a) {
|
|
1565
|
+
let b = this.a6;
|
|
1566
|
+
this.a6 = a;
|
|
1567
|
+
if (b != this.a6) {
|
|
1568
|
+
this.kk("ActualBorderWidth", b, a);
|
|
1525
1569
|
}
|
|
1526
1570
|
}
|
|
1527
|
-
get
|
|
1528
|
-
return this.
|
|
1571
|
+
get q4() {
|
|
1572
|
+
return this.na;
|
|
1529
1573
|
}
|
|
1530
|
-
set
|
|
1531
|
-
let b = this.
|
|
1532
|
-
this.
|
|
1533
|
-
if (b != this.
|
|
1534
|
-
this.
|
|
1574
|
+
set q4(a) {
|
|
1575
|
+
let b = this.na;
|
|
1576
|
+
this.na = a;
|
|
1577
|
+
if (b != this.na) {
|
|
1578
|
+
this.kk("RaisedBackgroundColor", b, a);
|
|
1535
1579
|
}
|
|
1536
1580
|
}
|
|
1537
|
-
get
|
|
1538
|
-
return this.
|
|
1581
|
+
get q6() {
|
|
1582
|
+
return this.nc;
|
|
1539
1583
|
}
|
|
1540
|
-
set
|
|
1541
|
-
let b = this.
|
|
1542
|
-
this.
|
|
1543
|
-
if (b != this.
|
|
1544
|
-
this.
|
|
1584
|
+
set q6(a) {
|
|
1585
|
+
let b = this.nc;
|
|
1586
|
+
this.nc = a;
|
|
1587
|
+
if (b != this.nc) {
|
|
1588
|
+
this.kk("RaisedDisabledBackgroundColor", b, a);
|
|
1545
1589
|
}
|
|
1546
1590
|
}
|
|
1547
|
-
get
|
|
1548
|
-
return this.
|
|
1591
|
+
get q7() {
|
|
1592
|
+
return this.nd;
|
|
1549
1593
|
}
|
|
1550
|
-
set
|
|
1551
|
-
let b = this.
|
|
1552
|
-
this.
|
|
1553
|
-
if (b != this.
|
|
1554
|
-
this.
|
|
1594
|
+
set q7(a) {
|
|
1595
|
+
let b = this.nd;
|
|
1596
|
+
this.nd = a;
|
|
1597
|
+
if (b != this.nd) {
|
|
1598
|
+
this.kk("RaisedDisabledBorderColor", b, a);
|
|
1555
1599
|
}
|
|
1556
1600
|
}
|
|
1557
|
-
get
|
|
1558
|
-
return this.
|
|
1601
|
+
get q8() {
|
|
1602
|
+
return this.ne;
|
|
1559
1603
|
}
|
|
1560
|
-
set
|
|
1561
|
-
let b = this.
|
|
1562
|
-
this.
|
|
1563
|
-
if (b != this.
|
|
1564
|
-
this.
|
|
1604
|
+
set q8(a) {
|
|
1605
|
+
let b = this.ne;
|
|
1606
|
+
this.ne = a;
|
|
1607
|
+
if (b != this.ne) {
|
|
1608
|
+
this.kk("RaisedDisabledTextColor", b, a);
|
|
1565
1609
|
}
|
|
1566
1610
|
}
|
|
1567
|
-
get
|
|
1568
|
-
return this.
|
|
1611
|
+
get d2() {
|
|
1612
|
+
return this.co;
|
|
1569
1613
|
}
|
|
1570
|
-
set
|
|
1571
|
-
let b = this.
|
|
1572
|
-
this.
|
|
1573
|
-
if (b != this.
|
|
1574
|
-
this.
|
|
1614
|
+
set d2(a) {
|
|
1615
|
+
let b = this.co;
|
|
1616
|
+
this.co = a;
|
|
1617
|
+
if (b != this.co) {
|
|
1618
|
+
this.kk("RaisedDisabledElevation", b, a);
|
|
1575
1619
|
}
|
|
1576
1620
|
}
|
|
1577
|
-
get
|
|
1578
|
-
return this.
|
|
1621
|
+
get rb() {
|
|
1622
|
+
return this.nh;
|
|
1579
1623
|
}
|
|
1580
|
-
set
|
|
1581
|
-
let b = this.
|
|
1582
|
-
this.
|
|
1583
|
-
if (b != this.
|
|
1584
|
-
this.
|
|
1624
|
+
set rb(a) {
|
|
1625
|
+
let b = this.nh;
|
|
1626
|
+
this.nh = a;
|
|
1627
|
+
if (b != this.nh) {
|
|
1628
|
+
this.kk("RaisedHoverBackgroundColor", b, a);
|
|
1585
1629
|
}
|
|
1586
1630
|
}
|
|
1587
|
-
get
|
|
1588
|
-
return this.
|
|
1631
|
+
get q5() {
|
|
1632
|
+
return this.nb;
|
|
1589
1633
|
}
|
|
1590
|
-
set
|
|
1591
|
-
let b = this.
|
|
1592
|
-
this.
|
|
1593
|
-
if (b != this.
|
|
1594
|
-
this.
|
|
1634
|
+
set q5(a) {
|
|
1635
|
+
let b = this.nb;
|
|
1636
|
+
this.nb = a;
|
|
1637
|
+
if (b != this.nb) {
|
|
1638
|
+
this.kk("RaisedBorderColor", b, a);
|
|
1595
1639
|
}
|
|
1596
1640
|
}
|
|
1597
|
-
get
|
|
1598
|
-
return this.
|
|
1641
|
+
get d5() {
|
|
1642
|
+
return this.cr;
|
|
1599
1643
|
}
|
|
1600
|
-
set
|
|
1601
|
-
let b = this.
|
|
1602
|
-
this.
|
|
1603
|
-
if (b != this.
|
|
1604
|
-
this.
|
|
1644
|
+
set d5(a) {
|
|
1645
|
+
let b = this.cr;
|
|
1646
|
+
this.cr = a;
|
|
1647
|
+
if (b != this.cr) {
|
|
1648
|
+
this.kk("RaisedRestingElevation", b, a);
|
|
1605
1649
|
}
|
|
1606
1650
|
}
|
|
1607
|
-
get
|
|
1608
|
-
return this.
|
|
1651
|
+
get d4() {
|
|
1652
|
+
return this.cq;
|
|
1609
1653
|
}
|
|
1610
|
-
set
|
|
1611
|
-
let b = this.
|
|
1612
|
-
this.
|
|
1613
|
-
if (b != this.
|
|
1614
|
-
this.
|
|
1654
|
+
set d4(a) {
|
|
1655
|
+
let b = this.cq;
|
|
1656
|
+
this.cq = a;
|
|
1657
|
+
if (b != this.cq) {
|
|
1658
|
+
this.kk("RaisedHoverElevation", b, a);
|
|
1615
1659
|
}
|
|
1616
1660
|
}
|
|
1617
|
-
get
|
|
1618
|
-
return this.
|
|
1661
|
+
get d3() {
|
|
1662
|
+
return this.cp;
|
|
1619
1663
|
}
|
|
1620
|
-
set
|
|
1621
|
-
let b = this.
|
|
1622
|
-
this.
|
|
1623
|
-
if (b != this.
|
|
1624
|
-
this.
|
|
1664
|
+
set d3(a) {
|
|
1665
|
+
let b = this.cp;
|
|
1666
|
+
this.cp = a;
|
|
1667
|
+
if (b != this.cp) {
|
|
1668
|
+
this.kk("RaisedFocusElevation", b, a);
|
|
1625
1669
|
}
|
|
1626
1670
|
}
|
|
1627
|
-
get
|
|
1628
|
-
return this.
|
|
1671
|
+
get b0() {
|
|
1672
|
+
return this.bi;
|
|
1629
1673
|
}
|
|
1630
|
-
set
|
|
1631
|
-
let b = this.
|
|
1632
|
-
this.
|
|
1633
|
-
if (b != this.
|
|
1634
|
-
this.
|
|
1674
|
+
set b0(a) {
|
|
1675
|
+
let b = this.bi;
|
|
1676
|
+
this.bi = a;
|
|
1677
|
+
if (b != this.bi) {
|
|
1678
|
+
this.kk("RaisedBorderWidth", b, a);
|
|
1635
1679
|
}
|
|
1636
1680
|
}
|
|
1637
|
-
get
|
|
1638
|
-
return this.
|
|
1681
|
+
get lc() {
|
|
1682
|
+
return this.ky;
|
|
1639
1683
|
}
|
|
1640
|
-
set
|
|
1641
|
-
let b = this.
|
|
1642
|
-
this.
|
|
1684
|
+
set lc(a) {
|
|
1685
|
+
let b = this.ky;
|
|
1686
|
+
this.ky = a;
|
|
1643
1687
|
{
|
|
1644
|
-
this.
|
|
1688
|
+
this.kk("RaisedCornerRadius", b, a);
|
|
1645
1689
|
}
|
|
1646
1690
|
}
|
|
1647
|
-
get
|
|
1648
|
-
return this.
|
|
1691
|
+
get rd() {
|
|
1692
|
+
return this.nj;
|
|
1649
1693
|
}
|
|
1650
|
-
set
|
|
1651
|
-
let b = this.
|
|
1652
|
-
this.
|
|
1653
|
-
if (b != this.
|
|
1654
|
-
this.
|
|
1694
|
+
set rd(a) {
|
|
1695
|
+
let b = this.nj;
|
|
1696
|
+
this.nj = a;
|
|
1697
|
+
if (b != this.nj) {
|
|
1698
|
+
this.kk("RaisedRippleColor", b, a);
|
|
1655
1699
|
}
|
|
1656
1700
|
}
|
|
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;
|
|
1701
|
+
get p3() {
|
|
1702
|
+
return this.l8;
|
|
1709
1703
|
}
|
|
1710
1704
|
set p3(a) {
|
|
1711
1705
|
let b = this.l8;
|
|
1712
1706
|
this.l8 = a;
|
|
1713
1707
|
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);
|
|
1708
|
+
this.kk("FlatBackgroundColor", b, a);
|
|
1755
1709
|
}
|
|
1756
1710
|
}
|
|
1757
1711
|
get p5() {
|
|
@@ -1761,7 +1715,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1761
1715
|
let b = this.ma;
|
|
1762
1716
|
this.ma = a;
|
|
1763
1717
|
if (b != this.ma) {
|
|
1764
|
-
this.
|
|
1718
|
+
this.kk("FlatDisabledBackgroundColor", b, a);
|
|
1765
1719
|
}
|
|
1766
1720
|
}
|
|
1767
1721
|
get p6() {
|
|
@@ -1771,117 +1725,117 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1771
1725
|
let b = this.mb;
|
|
1772
1726
|
this.mb = a;
|
|
1773
1727
|
if (b != this.mb) {
|
|
1774
|
-
this.
|
|
1728
|
+
this.kk("FlatDisabledBorderColor", b, a);
|
|
1775
1729
|
}
|
|
1776
1730
|
}
|
|
1777
|
-
get
|
|
1778
|
-
return this.
|
|
1731
|
+
get p7() {
|
|
1732
|
+
return this.mc;
|
|
1779
1733
|
}
|
|
1780
|
-
set
|
|
1781
|
-
let b = this.
|
|
1782
|
-
this.
|
|
1783
|
-
if (b != this.
|
|
1784
|
-
this.
|
|
1734
|
+
set p7(a) {
|
|
1735
|
+
let b = this.mc;
|
|
1736
|
+
this.mc = a;
|
|
1737
|
+
if (b != this.mc) {
|
|
1738
|
+
this.kk("FlatDisabledTextColor", b, a);
|
|
1785
1739
|
}
|
|
1786
1740
|
}
|
|
1787
|
-
get
|
|
1788
|
-
return this.
|
|
1741
|
+
get dn() {
|
|
1742
|
+
return this.ca;
|
|
1789
1743
|
}
|
|
1790
|
-
set
|
|
1791
|
-
let b = this.
|
|
1792
|
-
this.
|
|
1793
|
-
if (b != this.
|
|
1794
|
-
this.
|
|
1744
|
+
set dn(a) {
|
|
1745
|
+
let b = this.ca;
|
|
1746
|
+
this.ca = a;
|
|
1747
|
+
if (b != this.ca) {
|
|
1748
|
+
this.kk("FlatDisabledElevation", b, a);
|
|
1795
1749
|
}
|
|
1796
1750
|
}
|
|
1797
|
-
get
|
|
1798
|
-
return this.
|
|
1751
|
+
get qa() {
|
|
1752
|
+
return this.mf;
|
|
1799
1753
|
}
|
|
1800
|
-
set
|
|
1801
|
-
let b = this.
|
|
1802
|
-
this.
|
|
1803
|
-
if (b != this.
|
|
1804
|
-
this.
|
|
1754
|
+
set qa(a) {
|
|
1755
|
+
let b = this.mf;
|
|
1756
|
+
this.mf = a;
|
|
1757
|
+
if (b != this.mf) {
|
|
1758
|
+
this.kk("FlatHoverBackgroundColor", b, a);
|
|
1805
1759
|
}
|
|
1806
1760
|
}
|
|
1807
|
-
get
|
|
1808
|
-
return this.
|
|
1761
|
+
get p4() {
|
|
1762
|
+
return this.l9;
|
|
1809
1763
|
}
|
|
1810
|
-
set
|
|
1811
|
-
let b = this.
|
|
1812
|
-
this.
|
|
1813
|
-
if (b != this.
|
|
1814
|
-
this.
|
|
1764
|
+
set p4(a) {
|
|
1765
|
+
let b = this.l9;
|
|
1766
|
+
this.l9 = a;
|
|
1767
|
+
if (b != this.l9) {
|
|
1768
|
+
this.kk("FlatBorderColor", b, a);
|
|
1815
1769
|
}
|
|
1816
1770
|
}
|
|
1817
|
-
get
|
|
1818
|
-
return this.
|
|
1771
|
+
get dr() {
|
|
1772
|
+
return this.cd;
|
|
1819
1773
|
}
|
|
1820
|
-
set
|
|
1821
|
-
let b = this.
|
|
1822
|
-
this.
|
|
1823
|
-
{
|
|
1824
|
-
this.
|
|
1774
|
+
set dr(a) {
|
|
1775
|
+
let b = this.cd;
|
|
1776
|
+
this.cd = a;
|
|
1777
|
+
if (b != this.cd) {
|
|
1778
|
+
this.kk("FlatRestingElevation", b, a);
|
|
1825
1779
|
}
|
|
1826
1780
|
}
|
|
1827
|
-
get
|
|
1828
|
-
return this.
|
|
1781
|
+
get dq() {
|
|
1782
|
+
return this.cc;
|
|
1829
1783
|
}
|
|
1830
|
-
set
|
|
1831
|
-
let b = this.
|
|
1832
|
-
this.
|
|
1833
|
-
if (b != this.
|
|
1834
|
-
this.
|
|
1784
|
+
set dq(a) {
|
|
1785
|
+
let b = this.cc;
|
|
1786
|
+
this.cc = a;
|
|
1787
|
+
if (b != this.cc) {
|
|
1788
|
+
this.kk("FlatHoverElevation", b, a);
|
|
1835
1789
|
}
|
|
1836
1790
|
}
|
|
1837
|
-
get
|
|
1838
|
-
return this.
|
|
1791
|
+
get dp() {
|
|
1792
|
+
return this.cb;
|
|
1839
1793
|
}
|
|
1840
|
-
set
|
|
1841
|
-
let b = this.
|
|
1842
|
-
this.
|
|
1843
|
-
if (b != this.
|
|
1844
|
-
this.
|
|
1794
|
+
set dp(a) {
|
|
1795
|
+
let b = this.cb;
|
|
1796
|
+
this.cb = a;
|
|
1797
|
+
if (b != this.cb) {
|
|
1798
|
+
this.kk("FlatFocusElevation", b, a);
|
|
1845
1799
|
}
|
|
1846
1800
|
}
|
|
1847
|
-
get
|
|
1848
|
-
return this.
|
|
1801
|
+
get qc() {
|
|
1802
|
+
return this.mh;
|
|
1849
1803
|
}
|
|
1850
|
-
set
|
|
1851
|
-
let b = this.
|
|
1852
|
-
this.
|
|
1853
|
-
if (b != this.
|
|
1854
|
-
this.
|
|
1804
|
+
set qc(a) {
|
|
1805
|
+
let b = this.mh;
|
|
1806
|
+
this.mh = a;
|
|
1807
|
+
if (b != this.mh) {
|
|
1808
|
+
this.kk("FlatRippleColor", b, a);
|
|
1855
1809
|
}
|
|
1856
1810
|
}
|
|
1857
|
-
get
|
|
1858
|
-
return this.
|
|
1811
|
+
get qd() {
|
|
1812
|
+
return this.mi;
|
|
1859
1813
|
}
|
|
1860
|
-
set
|
|
1861
|
-
let b = this.
|
|
1862
|
-
this.
|
|
1863
|
-
if (b != this.
|
|
1864
|
-
this.
|
|
1814
|
+
set qd(a) {
|
|
1815
|
+
let b = this.mi;
|
|
1816
|
+
this.mi = a;
|
|
1817
|
+
if (b != this.mi) {
|
|
1818
|
+
this.kk("FlatTextColor", b, a);
|
|
1865
1819
|
}
|
|
1866
1820
|
}
|
|
1867
|
-
get
|
|
1868
|
-
return this.
|
|
1821
|
+
get qb() {
|
|
1822
|
+
return this.mg;
|
|
1869
1823
|
}
|
|
1870
|
-
set
|
|
1871
|
-
let b = this.
|
|
1872
|
-
this.
|
|
1873
|
-
if (b != this.
|
|
1874
|
-
this.
|
|
1824
|
+
set qb(a) {
|
|
1825
|
+
let b = this.mg;
|
|
1826
|
+
this.mg = a;
|
|
1827
|
+
if (b != this.mg) {
|
|
1828
|
+
this.kk("FlatHoverTextColor", b, a);
|
|
1875
1829
|
}
|
|
1876
1830
|
}
|
|
1877
|
-
get
|
|
1878
|
-
return this.
|
|
1831
|
+
get p8() {
|
|
1832
|
+
return this.md;
|
|
1879
1833
|
}
|
|
1880
|
-
set
|
|
1881
|
-
let b = this.
|
|
1882
|
-
this.
|
|
1883
|
-
if (b != this.
|
|
1884
|
-
this.
|
|
1834
|
+
set p8(a) {
|
|
1835
|
+
let b = this.md;
|
|
1836
|
+
this.md = a;
|
|
1837
|
+
if (b != this.md) {
|
|
1838
|
+
this.kk("FlatFocusBackgroundColor", b, a);
|
|
1885
1839
|
}
|
|
1886
1840
|
}
|
|
1887
1841
|
get p9() {
|
|
@@ -1891,287 +1845,267 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
1891
1845
|
let b = this.me;
|
|
1892
1846
|
this.me = a;
|
|
1893
1847
|
if (b != this.me) {
|
|
1894
|
-
this.
|
|
1848
|
+
this.kk("FlatFocusTextColor", b, a);
|
|
1895
1849
|
}
|
|
1896
1850
|
}
|
|
1897
|
-
get
|
|
1898
|
-
return this.
|
|
1851
|
+
get bv() {
|
|
1852
|
+
return this.bd;
|
|
1899
1853
|
}
|
|
1900
|
-
set
|
|
1901
|
-
let b = this.
|
|
1902
|
-
this.
|
|
1903
|
-
if (b != this.
|
|
1904
|
-
this.
|
|
1854
|
+
set bv(a) {
|
|
1855
|
+
let b = this.bd;
|
|
1856
|
+
this.bd = a;
|
|
1857
|
+
if (b != this.bd) {
|
|
1858
|
+
this.kk("FlatBorderWidth", b, a);
|
|
1905
1859
|
}
|
|
1906
1860
|
}
|
|
1907
|
-
get
|
|
1908
|
-
return this.
|
|
1861
|
+
get k8() {
|
|
1862
|
+
return this.kv;
|
|
1909
1863
|
}
|
|
1910
|
-
set
|
|
1911
|
-
let b = this.
|
|
1912
|
-
this.
|
|
1913
|
-
|
|
1914
|
-
this.
|
|
1864
|
+
set k8(a) {
|
|
1865
|
+
let b = this.kv;
|
|
1866
|
+
this.kv = a;
|
|
1867
|
+
{
|
|
1868
|
+
this.kk("FlatCornerRadius", b, a);
|
|
1915
1869
|
}
|
|
1916
1870
|
}
|
|
1917
|
-
get
|
|
1918
|
-
return this.
|
|
1871
|
+
get n1() {
|
|
1872
|
+
return this.lt;
|
|
1919
1873
|
}
|
|
1920
|
-
set
|
|
1921
|
-
let b = this.
|
|
1922
|
-
this.
|
|
1923
|
-
if (b != this.
|
|
1924
|
-
this.
|
|
1874
|
+
set n1(a) {
|
|
1875
|
+
let b = this.lt;
|
|
1876
|
+
this.lt = a;
|
|
1877
|
+
if (b != this.lt) {
|
|
1878
|
+
this.kk("BackgroundColor", b, a);
|
|
1925
1879
|
}
|
|
1926
1880
|
}
|
|
1927
|
-
get
|
|
1928
|
-
return this.
|
|
1881
|
+
get pp() {
|
|
1882
|
+
return this.lv;
|
|
1929
1883
|
}
|
|
1930
|
-
set
|
|
1931
|
-
let b = this.
|
|
1932
|
-
this.
|
|
1933
|
-
if (b != this.
|
|
1934
|
-
this.
|
|
1884
|
+
set pp(a) {
|
|
1885
|
+
let b = this.lv;
|
|
1886
|
+
this.lv = a;
|
|
1887
|
+
if (b != this.lv) {
|
|
1888
|
+
this.kk("DisabledBackgroundColor", b, a);
|
|
1935
1889
|
}
|
|
1936
1890
|
}
|
|
1937
|
-
get
|
|
1938
|
-
return this.
|
|
1891
|
+
get pq() {
|
|
1892
|
+
return this.lw;
|
|
1939
1893
|
}
|
|
1940
|
-
set
|
|
1941
|
-
let b = this.
|
|
1942
|
-
this.
|
|
1943
|
-
if (b != this.
|
|
1944
|
-
this.
|
|
1894
|
+
set pq(a) {
|
|
1895
|
+
let b = this.lw;
|
|
1896
|
+
this.lw = a;
|
|
1897
|
+
if (b != this.lw) {
|
|
1898
|
+
this.kk("DisabledBorderColor", b, a);
|
|
1945
1899
|
}
|
|
1946
1900
|
}
|
|
1947
|
-
get
|
|
1948
|
-
return this.
|
|
1901
|
+
get pr() {
|
|
1902
|
+
return this.lx;
|
|
1949
1903
|
}
|
|
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);
|
|
1904
|
+
set pr(a) {
|
|
1905
|
+
let b = this.lx;
|
|
1906
|
+
this.lx = a;
|
|
1907
|
+
if (b != this.lx) {
|
|
1908
|
+
this.kk("DisabledTextColor", b, a);
|
|
1975
1909
|
}
|
|
1976
1910
|
}
|
|
1977
|
-
get
|
|
1978
|
-
return this.
|
|
1911
|
+
get di() {
|
|
1912
|
+
return this.b5;
|
|
1979
1913
|
}
|
|
1980
|
-
set
|
|
1981
|
-
let b = this.
|
|
1982
|
-
this.
|
|
1983
|
-
if (b != this.
|
|
1984
|
-
this.
|
|
1914
|
+
set di(a) {
|
|
1915
|
+
let b = this.b5;
|
|
1916
|
+
this.b5 = a;
|
|
1917
|
+
if (b != this.b5) {
|
|
1918
|
+
this.kk("DisabledElevation", b, a);
|
|
1985
1919
|
}
|
|
1986
1920
|
}
|
|
1987
|
-
get
|
|
1988
|
-
return this.
|
|
1921
|
+
get w() {
|
|
1922
|
+
return this.t;
|
|
1989
1923
|
}
|
|
1990
|
-
set
|
|
1991
|
-
let b = this.
|
|
1992
|
-
this.
|
|
1993
|
-
if (b != this.
|
|
1994
|
-
this.
|
|
1924
|
+
set w(a) {
|
|
1925
|
+
let b = this.t;
|
|
1926
|
+
this.t = a;
|
|
1927
|
+
if (b != this.t) {
|
|
1928
|
+
this.kk("ElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
|
|
1995
1929
|
}
|
|
1996
1930
|
}
|
|
1997
|
-
get
|
|
1998
|
-
return this.
|
|
1931
|
+
get qg() {
|
|
1932
|
+
return this.ml;
|
|
1999
1933
|
}
|
|
2000
|
-
set
|
|
2001
|
-
let b = this.
|
|
2002
|
-
this.
|
|
2003
|
-
if (b != this.
|
|
2004
|
-
this.
|
|
1934
|
+
set qg(a) {
|
|
1935
|
+
let b = this.ml;
|
|
1936
|
+
this.ml = a;
|
|
1937
|
+
if (b != this.ml) {
|
|
1938
|
+
this.kk("HoverBackgroundColor", b, a);
|
|
2005
1939
|
}
|
|
2006
1940
|
}
|
|
2007
|
-
get
|
|
2008
|
-
return this.
|
|
1941
|
+
get n2() {
|
|
1942
|
+
return this.lu;
|
|
2009
1943
|
}
|
|
2010
|
-
set
|
|
2011
|
-
let b = this.
|
|
2012
|
-
this.
|
|
2013
|
-
if (b != this.
|
|
2014
|
-
this.
|
|
1944
|
+
set n2(a) {
|
|
1945
|
+
let b = this.lu;
|
|
1946
|
+
this.lu = a;
|
|
1947
|
+
if (b != this.lu) {
|
|
1948
|
+
this.kk("BorderColor", b, a);
|
|
2015
1949
|
}
|
|
2016
1950
|
}
|
|
2017
|
-
get
|
|
2018
|
-
return this.
|
|
1951
|
+
get d6() {
|
|
1952
|
+
return this.cs;
|
|
2019
1953
|
}
|
|
2020
|
-
set
|
|
2021
|
-
let b = this.
|
|
2022
|
-
this.
|
|
2023
|
-
if (b != this.
|
|
2024
|
-
this.
|
|
1954
|
+
set d6(a) {
|
|
1955
|
+
let b = this.cs;
|
|
1956
|
+
this.cs = a;
|
|
1957
|
+
if (b != this.cs) {
|
|
1958
|
+
this.kk("RestingElevation", b, a);
|
|
2025
1959
|
}
|
|
2026
1960
|
}
|
|
2027
|
-
get
|
|
2028
|
-
return this.
|
|
1961
|
+
get dt() {
|
|
1962
|
+
return this.cf;
|
|
2029
1963
|
}
|
|
2030
|
-
set
|
|
2031
|
-
let b = this.
|
|
2032
|
-
this.
|
|
2033
|
-
if (b != this.
|
|
2034
|
-
this.
|
|
1964
|
+
set dt(a) {
|
|
1965
|
+
let b = this.cf;
|
|
1966
|
+
this.cf = a;
|
|
1967
|
+
if (b != this.cf) {
|
|
1968
|
+
this.kk("HoverElevation", b, a);
|
|
2035
1969
|
}
|
|
2036
1970
|
}
|
|
2037
|
-
get
|
|
2038
|
-
return this.
|
|
1971
|
+
get ds() {
|
|
1972
|
+
return this.ce;
|
|
2039
1973
|
}
|
|
2040
|
-
set
|
|
2041
|
-
let b = this.
|
|
2042
|
-
this.
|
|
2043
|
-
if (b != this.
|
|
2044
|
-
this.
|
|
1974
|
+
set ds(a) {
|
|
1975
|
+
let b = this.ce;
|
|
1976
|
+
this.ce = a;
|
|
1977
|
+
if (b != this.ce) {
|
|
1978
|
+
this.kk("FocusElevation", b, a);
|
|
2045
1979
|
}
|
|
2046
1980
|
}
|
|
2047
|
-
get
|
|
2048
|
-
return this.
|
|
1981
|
+
get aa() {
|
|
1982
|
+
return this.z;
|
|
2049
1983
|
}
|
|
2050
|
-
set
|
|
2051
|
-
let b = this.
|
|
2052
|
-
this.
|
|
2053
|
-
{
|
|
2054
|
-
this.
|
|
1984
|
+
set aa(a) {
|
|
1985
|
+
let b = this.z;
|
|
1986
|
+
this.z = a;
|
|
1987
|
+
if (b != this.z) {
|
|
1988
|
+
this.kk("TextStyle", b, a);
|
|
2055
1989
|
}
|
|
2056
1990
|
}
|
|
2057
|
-
get
|
|
2058
|
-
return this.
|
|
1991
|
+
get rg() {
|
|
1992
|
+
return this.nm;
|
|
2059
1993
|
}
|
|
2060
|
-
set
|
|
2061
|
-
let b = this.
|
|
2062
|
-
this.
|
|
2063
|
-
if (b != this.
|
|
2064
|
-
this.
|
|
1994
|
+
set rg(a) {
|
|
1995
|
+
let b = this.nm;
|
|
1996
|
+
this.nm = a;
|
|
1997
|
+
if (b != this.nm) {
|
|
1998
|
+
this.kk("TextColor", b, a);
|
|
2065
1999
|
}
|
|
2066
2000
|
}
|
|
2067
|
-
get
|
|
2068
|
-
return this.
|
|
2001
|
+
get qh() {
|
|
2002
|
+
return this.mn;
|
|
2069
2003
|
}
|
|
2070
|
-
set
|
|
2071
|
-
let b = this.
|
|
2072
|
-
this.
|
|
2073
|
-
if (b != this.
|
|
2074
|
-
this.
|
|
2004
|
+
set qh(a) {
|
|
2005
|
+
let b = this.mn;
|
|
2006
|
+
this.mn = a;
|
|
2007
|
+
if (b != this.mn) {
|
|
2008
|
+
this.kk("HoverTextColor", b, a);
|
|
2075
2009
|
}
|
|
2076
2010
|
}
|
|
2077
|
-
get
|
|
2078
|
-
return this.
|
|
2011
|
+
get rf() {
|
|
2012
|
+
return this.nl;
|
|
2079
2013
|
}
|
|
2080
|
-
set
|
|
2081
|
-
let b = this.
|
|
2082
|
-
this.
|
|
2083
|
-
if (b != this.
|
|
2084
|
-
this.
|
|
2014
|
+
set rf(a) {
|
|
2015
|
+
let b = this.nl;
|
|
2016
|
+
this.nl = a;
|
|
2017
|
+
if (b != this.nl) {
|
|
2018
|
+
this.kk("RippleColor", b, a);
|
|
2085
2019
|
}
|
|
2086
2020
|
}
|
|
2087
|
-
get
|
|
2088
|
-
return this.
|
|
2021
|
+
get re() {
|
|
2022
|
+
return this.nk;
|
|
2089
2023
|
}
|
|
2090
|
-
set
|
|
2091
|
-
let b = this.
|
|
2092
|
-
this.
|
|
2093
|
-
if (b != this.
|
|
2094
|
-
this.
|
|
2024
|
+
set re(a) {
|
|
2025
|
+
let b = this.nk;
|
|
2026
|
+
this.nk = a;
|
|
2027
|
+
if (b != this.nk) {
|
|
2028
|
+
this.kk("RaisedTextColor", b, a);
|
|
2095
2029
|
}
|
|
2096
2030
|
}
|
|
2097
|
-
get
|
|
2098
|
-
return this.
|
|
2031
|
+
get rc() {
|
|
2032
|
+
return this.ni;
|
|
2099
2033
|
}
|
|
2100
|
-
set
|
|
2101
|
-
let b = this.
|
|
2102
|
-
this.
|
|
2103
|
-
if (b != this.
|
|
2104
|
-
this.
|
|
2034
|
+
set rc(a) {
|
|
2035
|
+
let b = this.ni;
|
|
2036
|
+
this.ni = a;
|
|
2037
|
+
if (b != this.ni) {
|
|
2038
|
+
this.kk("RaisedHoverTextColor", b, a);
|
|
2105
2039
|
}
|
|
2106
2040
|
}
|
|
2107
|
-
get
|
|
2108
|
-
return this.
|
|
2041
|
+
get q9() {
|
|
2042
|
+
return this.nf;
|
|
2109
2043
|
}
|
|
2110
|
-
set
|
|
2111
|
-
let b = this.
|
|
2112
|
-
this.
|
|
2113
|
-
if (b != this.
|
|
2114
|
-
this.
|
|
2044
|
+
set q9(a) {
|
|
2045
|
+
let b = this.nf;
|
|
2046
|
+
this.nf = a;
|
|
2047
|
+
if (b != this.nf) {
|
|
2048
|
+
this.kk("RaisedFocusBackgroundColor", b, a);
|
|
2115
2049
|
}
|
|
2116
2050
|
}
|
|
2117
|
-
get
|
|
2118
|
-
return this.
|
|
2051
|
+
get ra() {
|
|
2052
|
+
return this.ng;
|
|
2119
2053
|
}
|
|
2120
|
-
set
|
|
2121
|
-
let b = this.
|
|
2122
|
-
this.
|
|
2123
|
-
if (b != this.
|
|
2124
|
-
this.
|
|
2054
|
+
set ra(a) {
|
|
2055
|
+
let b = this.ng;
|
|
2056
|
+
this.ng = a;
|
|
2057
|
+
if (b != this.ng) {
|
|
2058
|
+
this.kk("RaisedFocusTextColor", b, a);
|
|
2125
2059
|
}
|
|
2126
2060
|
}
|
|
2127
|
-
get
|
|
2128
|
-
return this.
|
|
2061
|
+
get qe() {
|
|
2062
|
+
return this.mj;
|
|
2129
2063
|
}
|
|
2130
|
-
set
|
|
2131
|
-
let b = this.
|
|
2132
|
-
this.
|
|
2133
|
-
if (b != this.
|
|
2134
|
-
this.
|
|
2064
|
+
set qe(a) {
|
|
2065
|
+
let b = this.mj;
|
|
2066
|
+
this.mj = a;
|
|
2067
|
+
if (b != this.mj) {
|
|
2068
|
+
this.kk("FocusBackgroundColor", b, a);
|
|
2135
2069
|
}
|
|
2136
2070
|
}
|
|
2137
|
-
get
|
|
2138
|
-
return this.
|
|
2071
|
+
get qf() {
|
|
2072
|
+
return this.mk;
|
|
2139
2073
|
}
|
|
2140
|
-
set
|
|
2141
|
-
let b = this.
|
|
2142
|
-
this.
|
|
2143
|
-
if (b != this.
|
|
2144
|
-
this.
|
|
2074
|
+
set qf(a) {
|
|
2075
|
+
let b = this.mk;
|
|
2076
|
+
this.mk = a;
|
|
2077
|
+
if (b != this.mk) {
|
|
2078
|
+
this.kk("FocusTextColor", b, a);
|
|
2145
2079
|
}
|
|
2146
2080
|
}
|
|
2147
|
-
get
|
|
2148
|
-
return this.
|
|
2081
|
+
get bk() {
|
|
2082
|
+
return this.a7;
|
|
2149
2083
|
}
|
|
2150
|
-
set
|
|
2151
|
-
let b = this.
|
|
2152
|
-
this.
|
|
2153
|
-
if (b != this.
|
|
2154
|
-
this.
|
|
2084
|
+
set bk(a) {
|
|
2085
|
+
let b = this.a7;
|
|
2086
|
+
this.a7 = a;
|
|
2087
|
+
if (b != this.a7) {
|
|
2088
|
+
this.kk("BorderWidth", b, a);
|
|
2155
2089
|
}
|
|
2156
2090
|
}
|
|
2157
|
-
get
|
|
2158
|
-
return this.
|
|
2091
|
+
get k1() {
|
|
2092
|
+
return this.kt;
|
|
2159
2093
|
}
|
|
2160
|
-
set
|
|
2161
|
-
let b = this.
|
|
2162
|
-
this.
|
|
2163
|
-
|
|
2164
|
-
this.
|
|
2094
|
+
set k1(a) {
|
|
2095
|
+
let b = this.kt;
|
|
2096
|
+
this.kt = a;
|
|
2097
|
+
{
|
|
2098
|
+
this.kk("CornerRadius", b, a);
|
|
2165
2099
|
}
|
|
2166
2100
|
}
|
|
2167
|
-
get
|
|
2168
|
-
return this.
|
|
2101
|
+
get qt() {
|
|
2102
|
+
return this.mz;
|
|
2169
2103
|
}
|
|
2170
|
-
set
|
|
2171
|
-
let b = this.
|
|
2172
|
-
this.
|
|
2173
|
-
{
|
|
2174
|
-
this.
|
|
2104
|
+
set qt(a) {
|
|
2105
|
+
let b = this.mz;
|
|
2106
|
+
this.mz = a;
|
|
2107
|
+
if (b != this.mz) {
|
|
2108
|
+
this.kk("OutlinedBackgroundColor", b, a);
|
|
2175
2109
|
}
|
|
2176
2110
|
}
|
|
2177
2111
|
get qv() {
|
|
@@ -2181,7 +2115,7 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2181
2115
|
let b = this.m1;
|
|
2182
2116
|
this.m1 = a;
|
|
2183
2117
|
if (b != this.m1) {
|
|
2184
|
-
this.
|
|
2118
|
+
this.kk("OutlinedDisabledBackgroundColor", b, a);
|
|
2185
2119
|
}
|
|
2186
2120
|
}
|
|
2187
2121
|
get qw() {
|
|
@@ -2191,257 +2125,317 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2191
2125
|
let b = this.m2;
|
|
2192
2126
|
this.m2 = a;
|
|
2193
2127
|
if (b != this.m2) {
|
|
2194
|
-
this.
|
|
2128
|
+
this.kk("OutlinedDisabledBorderColor", b, a);
|
|
2195
2129
|
}
|
|
2196
2130
|
}
|
|
2197
|
-
get
|
|
2198
|
-
return this.
|
|
2131
|
+
get qx() {
|
|
2132
|
+
return this.m3;
|
|
2199
2133
|
}
|
|
2200
|
-
set
|
|
2201
|
-
let b = this.
|
|
2202
|
-
this.
|
|
2203
|
-
if (b != this.
|
|
2204
|
-
this.
|
|
2134
|
+
set qx(a) {
|
|
2135
|
+
let b = this.m3;
|
|
2136
|
+
this.m3 = a;
|
|
2137
|
+
if (b != this.m3) {
|
|
2138
|
+
this.kk("OutlinedDisabledTextColor", b, a);
|
|
2205
2139
|
}
|
|
2206
2140
|
}
|
|
2207
|
-
get
|
|
2208
|
-
return this.
|
|
2141
|
+
get dy() {
|
|
2142
|
+
return this.ck;
|
|
2209
2143
|
}
|
|
2210
|
-
set
|
|
2211
|
-
let b = this.
|
|
2212
|
-
this.
|
|
2213
|
-
if (b != this.
|
|
2214
|
-
this.
|
|
2144
|
+
set dy(a) {
|
|
2145
|
+
let b = this.ck;
|
|
2146
|
+
this.ck = a;
|
|
2147
|
+
if (b != this.ck) {
|
|
2148
|
+
this.kk("OutlinedDisabledElevation", b, a);
|
|
2215
2149
|
}
|
|
2216
2150
|
}
|
|
2217
|
-
get
|
|
2218
|
-
return this.
|
|
2151
|
+
get q0() {
|
|
2152
|
+
return this.m6;
|
|
2219
2153
|
}
|
|
2220
|
-
set
|
|
2221
|
-
let b = this.
|
|
2222
|
-
this.
|
|
2223
|
-
if (b != this.
|
|
2224
|
-
this.
|
|
2154
|
+
set q0(a) {
|
|
2155
|
+
let b = this.m6;
|
|
2156
|
+
this.m6 = a;
|
|
2157
|
+
if (b != this.m6) {
|
|
2158
|
+
this.kk("OutlinedHoverBackgroundColor", b, a);
|
|
2225
2159
|
}
|
|
2226
2160
|
}
|
|
2227
|
-
get
|
|
2228
|
-
return this.
|
|
2161
|
+
get qu() {
|
|
2162
|
+
return this.m0;
|
|
2229
2163
|
}
|
|
2230
|
-
set
|
|
2231
|
-
let b = this.
|
|
2232
|
-
this.
|
|
2233
|
-
if (b != this.
|
|
2234
|
-
this.
|
|
2164
|
+
set qu(a) {
|
|
2165
|
+
let b = this.m0;
|
|
2166
|
+
this.m0 = a;
|
|
2167
|
+
if (b != this.m0) {
|
|
2168
|
+
this.kk("OutlinedBorderColor", b, a);
|
|
2235
2169
|
}
|
|
2236
2170
|
}
|
|
2237
|
-
get
|
|
2238
|
-
return this.
|
|
2171
|
+
get d1() {
|
|
2172
|
+
return this.cn;
|
|
2239
2173
|
}
|
|
2240
|
-
set
|
|
2241
|
-
let b = this.
|
|
2242
|
-
this.
|
|
2243
|
-
if (b != this.
|
|
2244
|
-
this.
|
|
2174
|
+
set d1(a) {
|
|
2175
|
+
let b = this.cn;
|
|
2176
|
+
this.cn = a;
|
|
2177
|
+
if (b != this.cn) {
|
|
2178
|
+
this.kk("OutlinedRestingElevation", b, a);
|
|
2245
2179
|
}
|
|
2246
2180
|
}
|
|
2247
|
-
get
|
|
2248
|
-
return this.
|
|
2181
|
+
get d0() {
|
|
2182
|
+
return this.cm;
|
|
2249
2183
|
}
|
|
2250
|
-
set
|
|
2251
|
-
let b = this.
|
|
2252
|
-
this.
|
|
2253
|
-
if (b != this.
|
|
2254
|
-
this.
|
|
2184
|
+
set d0(a) {
|
|
2185
|
+
let b = this.cm;
|
|
2186
|
+
this.cm = a;
|
|
2187
|
+
if (b != this.cm) {
|
|
2188
|
+
this.kk("OutlinedHoverElevation", b, a);
|
|
2255
2189
|
}
|
|
2256
2190
|
}
|
|
2257
|
-
get
|
|
2258
|
-
return this.
|
|
2191
|
+
get dz() {
|
|
2192
|
+
return this.cl;
|
|
2259
2193
|
}
|
|
2260
|
-
set
|
|
2261
|
-
let b = this.
|
|
2262
|
-
this.
|
|
2263
|
-
if (b != this.
|
|
2264
|
-
this.
|
|
2194
|
+
set dz(a) {
|
|
2195
|
+
let b = this.cl;
|
|
2196
|
+
this.cl = a;
|
|
2197
|
+
if (b != this.cl) {
|
|
2198
|
+
this.kk("OutlinedFocusElevation", b, a);
|
|
2265
2199
|
}
|
|
2266
2200
|
}
|
|
2267
|
-
get
|
|
2268
|
-
return this.
|
|
2201
|
+
get bz() {
|
|
2202
|
+
return this.bh;
|
|
2269
2203
|
}
|
|
2270
|
-
set
|
|
2271
|
-
let b = this.
|
|
2272
|
-
this.
|
|
2273
|
-
if (b != this.
|
|
2274
|
-
this.
|
|
2204
|
+
set bz(a) {
|
|
2205
|
+
let b = this.bh;
|
|
2206
|
+
this.bh = a;
|
|
2207
|
+
if (b != this.bh) {
|
|
2208
|
+
this.kk("OutlinedBorderWidth", b, a);
|
|
2275
2209
|
}
|
|
2276
2210
|
}
|
|
2277
|
-
get
|
|
2278
|
-
return this.
|
|
2211
|
+
get lb() {
|
|
2212
|
+
return this.kx;
|
|
2279
2213
|
}
|
|
2280
|
-
set
|
|
2281
|
-
let b = this.
|
|
2282
|
-
this.
|
|
2283
|
-
|
|
2284
|
-
this.
|
|
2214
|
+
set lb(a) {
|
|
2215
|
+
let b = this.kx;
|
|
2216
|
+
this.kx = a;
|
|
2217
|
+
{
|
|
2218
|
+
this.kk("OutlinedCornerRadius", b, a);
|
|
2285
2219
|
}
|
|
2286
2220
|
}
|
|
2287
|
-
get
|
|
2288
|
-
return this.
|
|
2221
|
+
get q2() {
|
|
2222
|
+
return this.m8;
|
|
2289
2223
|
}
|
|
2290
|
-
set
|
|
2291
|
-
let b = this.
|
|
2292
|
-
this.
|
|
2293
|
-
if (b != this.
|
|
2294
|
-
this.
|
|
2224
|
+
set q2(a) {
|
|
2225
|
+
let b = this.m8;
|
|
2226
|
+
this.m8 = a;
|
|
2227
|
+
if (b != this.m8) {
|
|
2228
|
+
this.kk("OutlinedRippleColor", b, a);
|
|
2295
2229
|
}
|
|
2296
2230
|
}
|
|
2297
|
-
get
|
|
2298
|
-
return this.
|
|
2231
|
+
get q3() {
|
|
2232
|
+
return this.m9;
|
|
2299
2233
|
}
|
|
2300
|
-
set
|
|
2301
|
-
let b = this.
|
|
2302
|
-
this.
|
|
2303
|
-
if (b != this.
|
|
2304
|
-
this.
|
|
2234
|
+
set q3(a) {
|
|
2235
|
+
let b = this.m9;
|
|
2236
|
+
this.m9 = a;
|
|
2237
|
+
if (b != this.m9) {
|
|
2238
|
+
this.kk("OutlinedTextColor", b, a);
|
|
2305
2239
|
}
|
|
2306
2240
|
}
|
|
2307
|
-
get
|
|
2308
|
-
return this.
|
|
2241
|
+
get q1() {
|
|
2242
|
+
return this.m7;
|
|
2309
2243
|
}
|
|
2310
|
-
set
|
|
2311
|
-
let b = this.
|
|
2312
|
-
this.
|
|
2313
|
-
if (b != this.
|
|
2314
|
-
this.
|
|
2244
|
+
set q1(a) {
|
|
2245
|
+
let b = this.m7;
|
|
2246
|
+
this.m7 = a;
|
|
2247
|
+
if (b != this.m7) {
|
|
2248
|
+
this.kk("OutlinedHoverTextColor", b, a);
|
|
2315
2249
|
}
|
|
2316
2250
|
}
|
|
2317
|
-
get
|
|
2318
|
-
return this.
|
|
2251
|
+
get qy() {
|
|
2252
|
+
return this.m4;
|
|
2319
2253
|
}
|
|
2320
|
-
set
|
|
2321
|
-
let b = this.
|
|
2322
|
-
this.
|
|
2323
|
-
if (b != this.
|
|
2324
|
-
this.
|
|
2254
|
+
set qy(a) {
|
|
2255
|
+
let b = this.m4;
|
|
2256
|
+
this.m4 = a;
|
|
2257
|
+
if (b != this.m4) {
|
|
2258
|
+
this.kk("OutlinedFocusBackgroundColor", b, a);
|
|
2325
2259
|
}
|
|
2326
2260
|
}
|
|
2327
|
-
get
|
|
2328
|
-
return this.
|
|
2261
|
+
get qz() {
|
|
2262
|
+
return this.m5;
|
|
2329
2263
|
}
|
|
2330
|
-
set
|
|
2331
|
-
let b = this.
|
|
2332
|
-
this.
|
|
2333
|
-
if (b != this.
|
|
2334
|
-
this.
|
|
2264
|
+
set qz(a) {
|
|
2265
|
+
let b = this.m5;
|
|
2266
|
+
this.m5 = a;
|
|
2267
|
+
if (b != this.m5) {
|
|
2268
|
+
this.kk("OutlinedFocusTextColor", b, a);
|
|
2335
2269
|
}
|
|
2336
2270
|
}
|
|
2337
|
-
get
|
|
2338
|
-
return this.
|
|
2271
|
+
get ps() {
|
|
2272
|
+
return this.ly;
|
|
2339
2273
|
}
|
|
2340
|
-
set
|
|
2341
|
-
let b = this.
|
|
2342
|
-
this.
|
|
2343
|
-
{
|
|
2344
|
-
this.
|
|
2274
|
+
set ps(a) {
|
|
2275
|
+
let b = this.ly;
|
|
2276
|
+
this.ly = a;
|
|
2277
|
+
if (b != this.ly) {
|
|
2278
|
+
this.kk("FabBackgroundColor", b, a);
|
|
2345
2279
|
}
|
|
2346
2280
|
}
|
|
2347
2281
|
get pu() {
|
|
2348
|
-
return this.
|
|
2282
|
+
return this.l0;
|
|
2349
2283
|
}
|
|
2350
2284
|
set pu(a) {
|
|
2351
|
-
let b = this.
|
|
2352
|
-
this.
|
|
2353
|
-
if (b != this.
|
|
2354
|
-
this.
|
|
2285
|
+
let b = this.l0;
|
|
2286
|
+
this.l0 = a;
|
|
2287
|
+
if (b != this.l0) {
|
|
2288
|
+
this.kk("FabDisabledBackgroundColor", b, a);
|
|
2355
2289
|
}
|
|
2356
2290
|
}
|
|
2357
2291
|
get pv() {
|
|
2358
|
-
return this.
|
|
2292
|
+
return this.l1;
|
|
2359
2293
|
}
|
|
2360
2294
|
set pv(a) {
|
|
2361
|
-
let b = this.
|
|
2362
|
-
this.
|
|
2363
|
-
if (b != this.
|
|
2364
|
-
this.
|
|
2295
|
+
let b = this.l1;
|
|
2296
|
+
this.l1 = a;
|
|
2297
|
+
if (b != this.l1) {
|
|
2298
|
+
this.kk("FabDisabledBorderColor", b, a);
|
|
2299
|
+
}
|
|
2300
|
+
}
|
|
2301
|
+
get pw() {
|
|
2302
|
+
return this.l2;
|
|
2303
|
+
}
|
|
2304
|
+
set pw(a) {
|
|
2305
|
+
let b = this.l2;
|
|
2306
|
+
this.l2 = a;
|
|
2307
|
+
if (b != this.l2) {
|
|
2308
|
+
this.kk("FabDisabledTextColor", b, a);
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
get dj() {
|
|
2312
|
+
return this.b6;
|
|
2313
|
+
}
|
|
2314
|
+
set dj(a) {
|
|
2315
|
+
let b = this.b6;
|
|
2316
|
+
this.b6 = a;
|
|
2317
|
+
if (b != this.b6) {
|
|
2318
|
+
this.kk("FabDisabledElevation", b, a);
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
get pz() {
|
|
2322
|
+
return this.mm;
|
|
2323
|
+
}
|
|
2324
|
+
set pz(a) {
|
|
2325
|
+
let b = this.mm;
|
|
2326
|
+
this.mm = a;
|
|
2327
|
+
if (b != this.mm) {
|
|
2328
|
+
this.kk("FabHoverBackgroundColor", b, a);
|
|
2365
2329
|
}
|
|
2366
2330
|
}
|
|
2367
2331
|
get pt() {
|
|
2368
|
-
return this.
|
|
2332
|
+
return this.lz;
|
|
2369
2333
|
}
|
|
2370
2334
|
set pt(a) {
|
|
2371
|
-
let b = this.
|
|
2372
|
-
this.
|
|
2373
|
-
if (b != this.
|
|
2374
|
-
this.
|
|
2335
|
+
let b = this.lz;
|
|
2336
|
+
this.lz = a;
|
|
2337
|
+
if (b != this.lz) {
|
|
2338
|
+
this.kk("FabBorderColor", b, a);
|
|
2375
2339
|
}
|
|
2376
2340
|
}
|
|
2377
|
-
get
|
|
2378
|
-
return this.
|
|
2341
|
+
get dm() {
|
|
2342
|
+
return this.b9;
|
|
2379
2343
|
}
|
|
2380
|
-
set
|
|
2381
|
-
let b = this.
|
|
2382
|
-
this.
|
|
2383
|
-
if (b != this.
|
|
2384
|
-
this.
|
|
2344
|
+
set dm(a) {
|
|
2345
|
+
let b = this.b9;
|
|
2346
|
+
this.b9 = a;
|
|
2347
|
+
if (b != this.b9) {
|
|
2348
|
+
this.kk("FabRestingElevation", b, a);
|
|
2385
2349
|
}
|
|
2386
2350
|
}
|
|
2387
|
-
get
|
|
2388
|
-
return this.
|
|
2351
|
+
get dl() {
|
|
2352
|
+
return this.b8;
|
|
2389
2353
|
}
|
|
2390
|
-
set
|
|
2391
|
-
let b = this.
|
|
2392
|
-
this.
|
|
2393
|
-
if (b != this.
|
|
2394
|
-
this.
|
|
2354
|
+
set dl(a) {
|
|
2355
|
+
let b = this.b8;
|
|
2356
|
+
this.b8 = a;
|
|
2357
|
+
if (b != this.b8) {
|
|
2358
|
+
this.kk("FabHoverElevation", b, a);
|
|
2395
2359
|
}
|
|
2396
2360
|
}
|
|
2397
|
-
get
|
|
2398
|
-
return this.
|
|
2361
|
+
get dk() {
|
|
2362
|
+
return this.b7;
|
|
2399
2363
|
}
|
|
2400
|
-
set
|
|
2401
|
-
let b = this.
|
|
2402
|
-
this.
|
|
2403
|
-
if (b != this.
|
|
2404
|
-
this.
|
|
2364
|
+
set dk(a) {
|
|
2365
|
+
let b = this.b7;
|
|
2366
|
+
this.b7 = a;
|
|
2367
|
+
if (b != this.b7) {
|
|
2368
|
+
this.kk("FabFocusElevation", b, a);
|
|
2405
2369
|
}
|
|
2406
2370
|
}
|
|
2407
|
-
get
|
|
2408
|
-
return this.
|
|
2371
|
+
get bu() {
|
|
2372
|
+
return this.bc;
|
|
2409
2373
|
}
|
|
2410
|
-
set
|
|
2411
|
-
let b = this.
|
|
2412
|
-
this.
|
|
2413
|
-
if (b != this.
|
|
2414
|
-
this.
|
|
2374
|
+
set bu(a) {
|
|
2375
|
+
let b = this.bc;
|
|
2376
|
+
this.bc = a;
|
|
2377
|
+
if (b != this.bc) {
|
|
2378
|
+
this.kk("FabBorderWidth", b, a);
|
|
2415
2379
|
}
|
|
2416
2380
|
}
|
|
2417
|
-
get
|
|
2418
|
-
return this.
|
|
2381
|
+
get k7() {
|
|
2382
|
+
return this.ku;
|
|
2419
2383
|
}
|
|
2420
|
-
set
|
|
2421
|
-
let b = this.
|
|
2422
|
-
this.
|
|
2423
|
-
|
|
2424
|
-
this.
|
|
2384
|
+
set k7(a) {
|
|
2385
|
+
let b = this.ku;
|
|
2386
|
+
this.ku = a;
|
|
2387
|
+
{
|
|
2388
|
+
this.kk("FabCornerRadius", b, a);
|
|
2425
2389
|
}
|
|
2426
2390
|
}
|
|
2427
|
-
get
|
|
2428
|
-
return this.
|
|
2391
|
+
get p1() {
|
|
2392
|
+
return this.l6;
|
|
2429
2393
|
}
|
|
2430
|
-
set
|
|
2431
|
-
let b = this.
|
|
2432
|
-
this.
|
|
2433
|
-
if (b != this.
|
|
2434
|
-
this.
|
|
2394
|
+
set p1(a) {
|
|
2395
|
+
let b = this.l6;
|
|
2396
|
+
this.l6 = a;
|
|
2397
|
+
if (b != this.l6) {
|
|
2398
|
+
this.kk("FabRippleColor", b, a);
|
|
2435
2399
|
}
|
|
2436
2400
|
}
|
|
2437
|
-
get
|
|
2438
|
-
return this.
|
|
2401
|
+
get p2() {
|
|
2402
|
+
return this.l7;
|
|
2439
2403
|
}
|
|
2440
|
-
set
|
|
2441
|
-
let b = this.
|
|
2442
|
-
this.
|
|
2443
|
-
if (b != this.
|
|
2444
|
-
this.
|
|
2404
|
+
set p2(a) {
|
|
2405
|
+
let b = this.l7;
|
|
2406
|
+
this.l7 = a;
|
|
2407
|
+
if (b != this.l7) {
|
|
2408
|
+
this.kk("FabTextColor", b, a);
|
|
2409
|
+
}
|
|
2410
|
+
}
|
|
2411
|
+
get p0() {
|
|
2412
|
+
return this.l5;
|
|
2413
|
+
}
|
|
2414
|
+
set p0(a) {
|
|
2415
|
+
let b = this.l5;
|
|
2416
|
+
this.l5 = a;
|
|
2417
|
+
if (b != this.l5) {
|
|
2418
|
+
this.kk("FabHoverTextColor", b, a);
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
get px() {
|
|
2422
|
+
return this.l3;
|
|
2423
|
+
}
|
|
2424
|
+
set px(a) {
|
|
2425
|
+
let b = this.l3;
|
|
2426
|
+
this.l3 = a;
|
|
2427
|
+
if (b != this.l3) {
|
|
2428
|
+
this.kk("FabFocusBackgroundColor", b, a);
|
|
2429
|
+
}
|
|
2430
|
+
}
|
|
2431
|
+
get py() {
|
|
2432
|
+
return this.l4;
|
|
2433
|
+
}
|
|
2434
|
+
set py(a) {
|
|
2435
|
+
let b = this.l4;
|
|
2436
|
+
this.l4 = a;
|
|
2437
|
+
if (b != this.l4) {
|
|
2438
|
+
this.kk("FabFocusTextColor", b, a);
|
|
2445
2439
|
}
|
|
2446
2440
|
}
|
|
2447
2441
|
get qi() {
|
|
@@ -2451,407 +2445,467 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2451
2445
|
let b = this.mo;
|
|
2452
2446
|
this.mo = a;
|
|
2453
2447
|
if (b != this.mo) {
|
|
2454
|
-
this.
|
|
2448
|
+
this.kk("IconBackgroundColor", b, a);
|
|
2449
|
+
}
|
|
2450
|
+
}
|
|
2451
|
+
get qk() {
|
|
2452
|
+
return this.mq;
|
|
2453
|
+
}
|
|
2454
|
+
set qk(a) {
|
|
2455
|
+
let b = this.mq;
|
|
2456
|
+
this.mq = a;
|
|
2457
|
+
if (b != this.mq) {
|
|
2458
|
+
this.kk("IconDisabledBackgroundColor", b, a);
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
get ql() {
|
|
2462
|
+
return this.mr;
|
|
2463
|
+
}
|
|
2464
|
+
set ql(a) {
|
|
2465
|
+
let b = this.mr;
|
|
2466
|
+
this.mr = a;
|
|
2467
|
+
if (b != this.mr) {
|
|
2468
|
+
this.kk("IconDisabledBorderColor", b, a);
|
|
2469
|
+
}
|
|
2470
|
+
}
|
|
2471
|
+
get qm() {
|
|
2472
|
+
return this.ms;
|
|
2473
|
+
}
|
|
2474
|
+
set qm(a) {
|
|
2475
|
+
let b = this.ms;
|
|
2476
|
+
this.ms = a;
|
|
2477
|
+
if (b != this.ms) {
|
|
2478
|
+
this.kk("IconDisabledTextColor", b, a);
|
|
2479
|
+
}
|
|
2480
|
+
}
|
|
2481
|
+
get du() {
|
|
2482
|
+
return this.cg;
|
|
2483
|
+
}
|
|
2484
|
+
set du(a) {
|
|
2485
|
+
let b = this.cg;
|
|
2486
|
+
this.cg = a;
|
|
2487
|
+
if (b != this.cg) {
|
|
2488
|
+
this.kk("IconDisabledElevation", b, a);
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
get qp() {
|
|
2492
|
+
return this.mv;
|
|
2493
|
+
}
|
|
2494
|
+
set qp(a) {
|
|
2495
|
+
let b = this.mv;
|
|
2496
|
+
this.mv = a;
|
|
2497
|
+
if (b != this.mv) {
|
|
2498
|
+
this.kk("IconHoverBackgroundColor", b, a);
|
|
2499
|
+
}
|
|
2500
|
+
}
|
|
2501
|
+
get qj() {
|
|
2502
|
+
return this.mp;
|
|
2503
|
+
}
|
|
2504
|
+
set qj(a) {
|
|
2505
|
+
let b = this.mp;
|
|
2506
|
+
this.mp = a;
|
|
2507
|
+
if (b != this.mp) {
|
|
2508
|
+
this.kk("IconBorderColor", b, a);
|
|
2509
|
+
}
|
|
2510
|
+
}
|
|
2511
|
+
get dx() {
|
|
2512
|
+
return this.cj;
|
|
2513
|
+
}
|
|
2514
|
+
set dx(a) {
|
|
2515
|
+
let b = this.cj;
|
|
2516
|
+
this.cj = a;
|
|
2517
|
+
if (b != this.cj) {
|
|
2518
|
+
this.kk("IconRestingElevation", b, a);
|
|
2455
2519
|
}
|
|
2456
2520
|
}
|
|
2457
|
-
get
|
|
2458
|
-
return this.
|
|
2521
|
+
get dw() {
|
|
2522
|
+
return this.ci;
|
|
2459
2523
|
}
|
|
2460
|
-
set
|
|
2461
|
-
let b = this.
|
|
2462
|
-
this.
|
|
2463
|
-
if (b != this.
|
|
2464
|
-
this.
|
|
2524
|
+
set dw(a) {
|
|
2525
|
+
let b = this.ci;
|
|
2526
|
+
this.ci = a;
|
|
2527
|
+
if (b != this.ci) {
|
|
2528
|
+
this.kk("IconHoverElevation", b, a);
|
|
2465
2529
|
}
|
|
2466
2530
|
}
|
|
2467
|
-
get
|
|
2468
|
-
return this.
|
|
2531
|
+
get dv() {
|
|
2532
|
+
return this.ch;
|
|
2469
2533
|
}
|
|
2470
|
-
set
|
|
2471
|
-
let b = this.
|
|
2472
|
-
this.
|
|
2473
|
-
if (b != this.
|
|
2474
|
-
this.
|
|
2534
|
+
set dv(a) {
|
|
2535
|
+
let b = this.ch;
|
|
2536
|
+
this.ch = a;
|
|
2537
|
+
if (b != this.ch) {
|
|
2538
|
+
this.kk("IconFocusElevation", b, a);
|
|
2475
2539
|
}
|
|
2476
2540
|
}
|
|
2477
|
-
get
|
|
2478
|
-
return this.
|
|
2541
|
+
get bw() {
|
|
2542
|
+
return this.be;
|
|
2479
2543
|
}
|
|
2480
|
-
set
|
|
2481
|
-
let b = this.
|
|
2482
|
-
this.
|
|
2483
|
-
if (b != this.
|
|
2484
|
-
this.
|
|
2544
|
+
set bw(a) {
|
|
2545
|
+
let b = this.be;
|
|
2546
|
+
this.be = a;
|
|
2547
|
+
if (b != this.be) {
|
|
2548
|
+
this.kk("IconBorderWidth", b, a);
|
|
2485
2549
|
}
|
|
2486
2550
|
}
|
|
2487
|
-
get
|
|
2488
|
-
return this.
|
|
2551
|
+
get la() {
|
|
2552
|
+
return this.kw;
|
|
2489
2553
|
}
|
|
2490
|
-
set
|
|
2491
|
-
let b = this.
|
|
2492
|
-
this.
|
|
2493
|
-
|
|
2494
|
-
this.
|
|
2554
|
+
set la(a) {
|
|
2555
|
+
let b = this.kw;
|
|
2556
|
+
this.kw = a;
|
|
2557
|
+
{
|
|
2558
|
+
this.kk("IconCornerRadius", b, a);
|
|
2495
2559
|
}
|
|
2496
2560
|
}
|
|
2497
|
-
get
|
|
2498
|
-
return this.
|
|
2561
|
+
get qr() {
|
|
2562
|
+
return this.mx;
|
|
2499
2563
|
}
|
|
2500
|
-
set
|
|
2501
|
-
let b = this.
|
|
2502
|
-
this.
|
|
2503
|
-
if (b != this.
|
|
2504
|
-
this.
|
|
2564
|
+
set qr(a) {
|
|
2565
|
+
let b = this.mx;
|
|
2566
|
+
this.mx = a;
|
|
2567
|
+
if (b != this.mx) {
|
|
2568
|
+
this.kk("IconRippleColor", b, a);
|
|
2505
2569
|
}
|
|
2506
2570
|
}
|
|
2507
|
-
get
|
|
2508
|
-
return this.
|
|
2571
|
+
get qs() {
|
|
2572
|
+
return this.my;
|
|
2509
2573
|
}
|
|
2510
|
-
set
|
|
2511
|
-
let b = this.
|
|
2512
|
-
this.
|
|
2513
|
-
{
|
|
2514
|
-
this.
|
|
2574
|
+
set qs(a) {
|
|
2575
|
+
let b = this.my;
|
|
2576
|
+
this.my = a;
|
|
2577
|
+
if (b != this.my) {
|
|
2578
|
+
this.kk("IconTextColor", b, a);
|
|
2515
2579
|
}
|
|
2516
2580
|
}
|
|
2517
|
-
get
|
|
2518
|
-
return this.
|
|
2581
|
+
get qq() {
|
|
2582
|
+
return this.mw;
|
|
2519
2583
|
}
|
|
2520
|
-
set
|
|
2521
|
-
let b = this.
|
|
2522
|
-
this.
|
|
2523
|
-
if (b != this.
|
|
2524
|
-
this.
|
|
2584
|
+
set qq(a) {
|
|
2585
|
+
let b = this.mw;
|
|
2586
|
+
this.mw = a;
|
|
2587
|
+
if (b != this.mw) {
|
|
2588
|
+
this.kk("IconHoverTextColor", b, a);
|
|
2525
2589
|
}
|
|
2526
2590
|
}
|
|
2527
|
-
get
|
|
2528
|
-
return this.
|
|
2591
|
+
get qn() {
|
|
2592
|
+
return this.mt;
|
|
2529
2593
|
}
|
|
2530
|
-
set
|
|
2531
|
-
let b = this.
|
|
2532
|
-
this.
|
|
2533
|
-
if (b != this.
|
|
2534
|
-
this.
|
|
2594
|
+
set qn(a) {
|
|
2595
|
+
let b = this.mt;
|
|
2596
|
+
this.mt = a;
|
|
2597
|
+
if (b != this.mt) {
|
|
2598
|
+
this.kk("IconFocusBackgroundColor", b, a);
|
|
2535
2599
|
}
|
|
2536
2600
|
}
|
|
2537
|
-
get
|
|
2538
|
-
return this.
|
|
2601
|
+
get qo() {
|
|
2602
|
+
return this.mu;
|
|
2539
2603
|
}
|
|
2540
|
-
set
|
|
2541
|
-
let b = this.
|
|
2542
|
-
this.
|
|
2543
|
-
if (b != this.
|
|
2544
|
-
this.
|
|
2604
|
+
set qo(a) {
|
|
2605
|
+
let b = this.mu;
|
|
2606
|
+
this.mu = a;
|
|
2607
|
+
if (b != this.mu) {
|
|
2608
|
+
this.kk("IconFocusTextColor", b, a);
|
|
2545
2609
|
}
|
|
2546
2610
|
}
|
|
2547
|
-
get
|
|
2548
|
-
return this.
|
|
2611
|
+
get hy() {
|
|
2612
|
+
return this.em;
|
|
2549
2613
|
}
|
|
2550
|
-
set
|
|
2551
|
-
let b = this.
|
|
2552
|
-
this.
|
|
2553
|
-
if (b != this.
|
|
2554
|
-
this.
|
|
2614
|
+
set hy(a) {
|
|
2615
|
+
let b = this.em;
|
|
2616
|
+
this.em = a;
|
|
2617
|
+
if (b != this.em) {
|
|
2618
|
+
this.kk("InputId", b, a);
|
|
2555
2619
|
}
|
|
2556
2620
|
}
|
|
2557
|
-
get
|
|
2558
|
-
return this.
|
|
2621
|
+
get hw() {
|
|
2622
|
+
return this.el;
|
|
2559
2623
|
}
|
|
2560
|
-
set
|
|
2561
|
-
let b = this.
|
|
2562
|
-
this.
|
|
2563
|
-
if (b != this.
|
|
2564
|
-
this.
|
|
2624
|
+
set hw(a) {
|
|
2625
|
+
let b = this.el;
|
|
2626
|
+
this.el = a;
|
|
2627
|
+
if (b != this.el) {
|
|
2628
|
+
this.kk("Id", b, a);
|
|
2565
2629
|
}
|
|
2566
2630
|
}
|
|
2567
|
-
get
|
|
2631
|
+
get f0() {
|
|
2568
2632
|
return this.ei;
|
|
2569
2633
|
}
|
|
2570
|
-
set
|
|
2634
|
+
set f0(a) {
|
|
2571
2635
|
let b = this.ei;
|
|
2572
2636
|
this.ei = a;
|
|
2573
2637
|
if (b != this.ei) {
|
|
2574
|
-
this.
|
|
2638
|
+
this.kk("Display", b, a);
|
|
2575
2639
|
}
|
|
2576
2640
|
}
|
|
2577
|
-
get
|
|
2641
|
+
get fj() {
|
|
2578
2642
|
return this.eh;
|
|
2579
2643
|
}
|
|
2580
|
-
set
|
|
2644
|
+
set fj(a) {
|
|
2581
2645
|
let b = this.eh;
|
|
2582
2646
|
this.eh = a;
|
|
2583
2647
|
if (b != this.eh) {
|
|
2584
|
-
this.
|
|
2648
|
+
this.kk("ChildContentDisplay", b, this.eh);
|
|
2585
2649
|
}
|
|
2586
2650
|
}
|
|
2587
|
-
get
|
|
2588
|
-
return this.
|
|
2651
|
+
get g4() {
|
|
2652
|
+
return this.ej;
|
|
2589
2653
|
}
|
|
2590
|
-
set
|
|
2591
|
-
let b = this.
|
|
2592
|
-
this.
|
|
2593
|
-
if (b != this.
|
|
2594
|
-
this.
|
|
2654
|
+
set g4(a) {
|
|
2655
|
+
let b = this.ej;
|
|
2656
|
+
this.ej = a;
|
|
2657
|
+
if (b != this.ej) {
|
|
2658
|
+
this.kk("FlexDirection", b, a);
|
|
2595
2659
|
}
|
|
2596
2660
|
}
|
|
2597
|
-
get
|
|
2598
|
-
return this.
|
|
2661
|
+
get g6() {
|
|
2662
|
+
return this.ek;
|
|
2599
2663
|
}
|
|
2600
|
-
set
|
|
2601
|
-
let b = this.
|
|
2602
|
-
this.
|
|
2603
|
-
if (b != this.
|
|
2604
|
-
this.
|
|
2664
|
+
set g6(a) {
|
|
2665
|
+
let b = this.ek;
|
|
2666
|
+
this.ek = a;
|
|
2667
|
+
if (b != this.ek) {
|
|
2668
|
+
this.kk("FlexGrow", b, a);
|
|
2605
2669
|
}
|
|
2606
2670
|
}
|
|
2607
|
-
get
|
|
2671
|
+
get fb() {
|
|
2608
2672
|
return this.ef;
|
|
2609
2673
|
}
|
|
2610
|
-
set
|
|
2674
|
+
set fb(a) {
|
|
2611
2675
|
let b = this.ef;
|
|
2612
2676
|
this.ef = a;
|
|
2613
2677
|
if (b != this.ef) {
|
|
2614
|
-
this.
|
|
2678
|
+
this.kk("AlignItems", b, a);
|
|
2615
2679
|
}
|
|
2616
2680
|
}
|
|
2617
|
-
get
|
|
2618
|
-
return this.
|
|
2681
|
+
get ee() {
|
|
2682
|
+
return this.ea;
|
|
2619
2683
|
}
|
|
2620
|
-
set
|
|
2621
|
-
let b = this.
|
|
2622
|
-
this.
|
|
2623
|
-
if (b != this.
|
|
2624
|
-
this.
|
|
2684
|
+
set ee(a) {
|
|
2685
|
+
let b = this.ea;
|
|
2686
|
+
this.ea = a;
|
|
2687
|
+
if (b != this.ea) {
|
|
2688
|
+
this.kk("Value", b, a);
|
|
2625
2689
|
}
|
|
2626
2690
|
}
|
|
2627
|
-
get
|
|
2628
|
-
return this.
|
|
2691
|
+
get h6() {
|
|
2692
|
+
return this.en;
|
|
2629
2693
|
}
|
|
2630
|
-
set
|
|
2631
|
-
let b = this.
|
|
2632
|
-
this.
|
|
2633
|
-
if (b != this.
|
|
2634
|
-
this.
|
|
2694
|
+
set h6(a) {
|
|
2695
|
+
let b = this.en;
|
|
2696
|
+
this.en = a;
|
|
2697
|
+
if (b != this.en) {
|
|
2698
|
+
this.kk("Name", b, a);
|
|
2635
2699
|
}
|
|
2636
2700
|
}
|
|
2637
|
-
get
|
|
2638
|
-
return this.
|
|
2701
|
+
get az() {
|
|
2702
|
+
return this.am;
|
|
2703
|
+
}
|
|
2704
|
+
get d7() {
|
|
2705
|
+
return this.ct;
|
|
2639
2706
|
}
|
|
2640
|
-
set
|
|
2641
|
-
let b = this.
|
|
2642
|
-
this.
|
|
2643
|
-
|
|
2644
|
-
|
|
2707
|
+
set d7(a) {
|
|
2708
|
+
let b = this.ct;
|
|
2709
|
+
this.ct = a;
|
|
2710
|
+
this.am = true;
|
|
2711
|
+
if (b != this.ct) {
|
|
2712
|
+
this.kk("TabIndex", b, a);
|
|
2645
2713
|
}
|
|
2646
2714
|
}
|
|
2647
|
-
get
|
|
2648
|
-
return this.
|
|
2715
|
+
get fd() {
|
|
2716
|
+
return this.eg;
|
|
2649
2717
|
}
|
|
2650
|
-
set
|
|
2651
|
-
let b = this.
|
|
2652
|
-
this.
|
|
2653
|
-
if (b != this.
|
|
2654
|
-
this.
|
|
2718
|
+
set fd(a) {
|
|
2719
|
+
let b = this.eg;
|
|
2720
|
+
this.eg = a;
|
|
2721
|
+
if (b != this.eg) {
|
|
2722
|
+
this.kk("AriaLabel", b, a);
|
|
2655
2723
|
}
|
|
2656
2724
|
}
|
|
2657
|
-
get
|
|
2658
|
-
return this.
|
|
2725
|
+
get ay() {
|
|
2726
|
+
return this.al;
|
|
2659
2727
|
}
|
|
2660
|
-
|
|
2661
|
-
|
|
2728
|
+
set ay(a) {
|
|
2729
|
+
let b = this.al;
|
|
2730
|
+
this.al = a;
|
|
2731
|
+
if (b != this.al) {
|
|
2732
|
+
this.kk("FillAvailableSpace", b, this.al);
|
|
2733
|
+
}
|
|
2662
2734
|
}
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2735
|
+
get focused() {
|
|
2736
|
+
return this.ao;
|
|
2737
|
+
}
|
|
2738
|
+
set focused(a) {
|
|
2739
|
+
let b = this.ao;
|
|
2740
|
+
this.ao = a;
|
|
2741
|
+
if (b != this.ao) {
|
|
2742
|
+
this.kk("IsFocused", b, a);
|
|
2669
2743
|
}
|
|
2670
2744
|
}
|
|
2671
|
-
get
|
|
2672
|
-
return this.
|
|
2745
|
+
get a2() {
|
|
2746
|
+
return this.ap;
|
|
2673
2747
|
}
|
|
2674
|
-
set
|
|
2675
|
-
let b = this.
|
|
2676
|
-
this.
|
|
2677
|
-
if (b != this.
|
|
2678
|
-
this.
|
|
2748
|
+
set a2(a) {
|
|
2749
|
+
let b = this.ap;
|
|
2750
|
+
this.ap = a;
|
|
2751
|
+
if (b != this.ap) {
|
|
2752
|
+
this.kk("IsFocusStyleEnabled", b, a);
|
|
2679
2753
|
}
|
|
2680
2754
|
}
|
|
2681
|
-
get
|
|
2755
|
+
get aw() {
|
|
2682
2756
|
return this.aj;
|
|
2683
2757
|
}
|
|
2684
|
-
set
|
|
2758
|
+
set aw(a) {
|
|
2685
2759
|
let b = this.aj;
|
|
2686
2760
|
this.aj = a;
|
|
2687
2761
|
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);
|
|
2762
|
+
this.kk("DisableRipple", b, a);
|
|
2699
2763
|
}
|
|
2700
2764
|
}
|
|
2701
|
-
get
|
|
2702
|
-
return this.
|
|
2765
|
+
get as() {
|
|
2766
|
+
return this.af;
|
|
2703
2767
|
}
|
|
2704
|
-
set
|
|
2705
|
-
let b = this.
|
|
2706
|
-
this.
|
|
2707
|
-
if (b != this.
|
|
2708
|
-
this.
|
|
2768
|
+
set as(a) {
|
|
2769
|
+
let b = this.af;
|
|
2770
|
+
this.af = a;
|
|
2771
|
+
if (b != this.af) {
|
|
2772
|
+
this.kk("ActualDisableRipple", b, a);
|
|
2709
2773
|
}
|
|
2710
2774
|
}
|
|
2711
|
-
get
|
|
2775
|
+
get au() {
|
|
2712
2776
|
return this.ah;
|
|
2713
2777
|
}
|
|
2714
|
-
set
|
|
2778
|
+
set au(a) {
|
|
2715
2779
|
let b = this.ah;
|
|
2716
2780
|
this.ah = a;
|
|
2717
2781
|
if (b != this.ah) {
|
|
2718
|
-
this.
|
|
2782
|
+
this.kk("DisableHover", b, this.ah);
|
|
2719
2783
|
}
|
|
2720
2784
|
}
|
|
2721
|
-
get
|
|
2722
|
-
return this.
|
|
2785
|
+
get a3() {
|
|
2786
|
+
return this.aq;
|
|
2723
2787
|
}
|
|
2724
|
-
set
|
|
2725
|
-
let b = this.
|
|
2726
|
-
this.
|
|
2727
|
-
if (b != this.
|
|
2728
|
-
this.
|
|
2788
|
+
set a3(a) {
|
|
2789
|
+
let b = this.aq;
|
|
2790
|
+
this.aq = a;
|
|
2791
|
+
if (b != this.aq) {
|
|
2792
|
+
this.kk("IsHover", b, a);
|
|
2729
2793
|
}
|
|
2730
2794
|
}
|
|
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;
|
|
2795
|
+
get disabled() {
|
|
2796
|
+
return this.an;
|
|
2743
2797
|
}
|
|
2744
|
-
set
|
|
2745
|
-
let b = this.
|
|
2746
|
-
this.
|
|
2747
|
-
if (b != this.
|
|
2748
|
-
this.
|
|
2798
|
+
set disabled(a) {
|
|
2799
|
+
let b = this.an;
|
|
2800
|
+
this.an = a;
|
|
2801
|
+
if (b != this.an) {
|
|
2802
|
+
this.kk("IsDisabled", b, a);
|
|
2749
2803
|
}
|
|
2750
2804
|
}
|
|
2751
|
-
get
|
|
2752
|
-
return this.
|
|
2805
|
+
get ax() {
|
|
2806
|
+
return this.ak;
|
|
2753
2807
|
}
|
|
2754
|
-
set
|
|
2755
|
-
let b = this.
|
|
2756
|
-
this.
|
|
2757
|
-
if (b != this.
|
|
2758
|
-
this.
|
|
2808
|
+
set ax(a) {
|
|
2809
|
+
let b = this.ak;
|
|
2810
|
+
this.ak = a;
|
|
2811
|
+
if (b != this.ak) {
|
|
2812
|
+
this.kk("DisableTransitions", b, a);
|
|
2759
2813
|
}
|
|
2760
2814
|
}
|
|
2761
|
-
get
|
|
2815
|
+
get av() {
|
|
2762
2816
|
return this.ai;
|
|
2763
2817
|
}
|
|
2764
|
-
set
|
|
2818
|
+
set av(a) {
|
|
2765
2819
|
let b = this.ai;
|
|
2766
2820
|
this.ai = a;
|
|
2767
2821
|
if (b != this.ai) {
|
|
2768
|
-
this.
|
|
2822
|
+
this.kk("DisablePointer", b, this.ai);
|
|
2769
2823
|
}
|
|
2770
2824
|
}
|
|
2771
|
-
get
|
|
2772
|
-
return this.
|
|
2825
|
+
get bm() {
|
|
2826
|
+
return this.a9;
|
|
2773
2827
|
}
|
|
2774
|
-
set
|
|
2775
|
-
let b = this.
|
|
2776
|
-
this.
|
|
2777
|
-
if (b != this.
|
|
2778
|
-
this.
|
|
2828
|
+
set bm(a) {
|
|
2829
|
+
let b = this.a9;
|
|
2830
|
+
this.a9 = a;
|
|
2831
|
+
if (b != this.a9) {
|
|
2832
|
+
this.kk("ContentPaddingLeft", b, this.a9);
|
|
2779
2833
|
}
|
|
2780
2834
|
}
|
|
2781
|
-
get
|
|
2782
|
-
return this.
|
|
2835
|
+
get bo() {
|
|
2836
|
+
return this.bb;
|
|
2783
2837
|
}
|
|
2784
|
-
set
|
|
2785
|
-
let b = this.
|
|
2786
|
-
this.
|
|
2787
|
-
if (b != this.
|
|
2788
|
-
this.
|
|
2838
|
+
set bo(a) {
|
|
2839
|
+
let b = this.bb;
|
|
2840
|
+
this.bb = a;
|
|
2841
|
+
if (b != this.bb) {
|
|
2842
|
+
this.kk("ContentPaddingTop", b, this.bb);
|
|
2789
2843
|
}
|
|
2790
2844
|
}
|
|
2791
|
-
get
|
|
2792
|
-
return this.
|
|
2845
|
+
get bn() {
|
|
2846
|
+
return this.ba;
|
|
2793
2847
|
}
|
|
2794
|
-
set
|
|
2795
|
-
let b = this.
|
|
2796
|
-
this.
|
|
2797
|
-
if (b != this.
|
|
2798
|
-
this.
|
|
2848
|
+
set bn(a) {
|
|
2849
|
+
let b = this.ba;
|
|
2850
|
+
this.ba = a;
|
|
2851
|
+
if (b != this.ba) {
|
|
2852
|
+
this.kk("ContentPaddingRight", b, this.ba);
|
|
2799
2853
|
}
|
|
2800
2854
|
}
|
|
2801
|
-
get
|
|
2802
|
-
return this.
|
|
2855
|
+
get bl() {
|
|
2856
|
+
return this.a8;
|
|
2803
2857
|
}
|
|
2804
|
-
set
|
|
2805
|
-
let b = this.
|
|
2806
|
-
this.
|
|
2807
|
-
if (b != this.
|
|
2808
|
-
this.
|
|
2858
|
+
set bl(a) {
|
|
2859
|
+
let b = this.a8;
|
|
2860
|
+
this.a8 = a;
|
|
2861
|
+
if (b != this.a8) {
|
|
2862
|
+
this.kk("ContentPaddingBottom", b, this.a8);
|
|
2809
2863
|
}
|
|
2810
2864
|
}
|
|
2811
|
-
get
|
|
2812
|
-
return this.
|
|
2865
|
+
get le() {
|
|
2866
|
+
return this.ld;
|
|
2813
2867
|
}
|
|
2814
|
-
set
|
|
2815
|
-
let b = this.
|
|
2816
|
-
this.
|
|
2817
|
-
if (b != this.
|
|
2818
|
-
this.
|
|
2868
|
+
set le(a) {
|
|
2869
|
+
let b = this.ld;
|
|
2870
|
+
this.ld = a;
|
|
2871
|
+
if (b != this.ld) {
|
|
2872
|
+
this.kk("HorizontalContentAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.ld));
|
|
2819
2873
|
}
|
|
2820
2874
|
}
|
|
2821
|
-
get
|
|
2822
|
-
return this.
|
|
2875
|
+
get ri() {
|
|
2876
|
+
return this.rh;
|
|
2823
2877
|
}
|
|
2824
|
-
set
|
|
2825
|
-
let b = this.
|
|
2826
|
-
this.
|
|
2827
|
-
if (b != this.
|
|
2828
|
-
this.
|
|
2878
|
+
set ri(a) {
|
|
2879
|
+
let b = this.rh;
|
|
2880
|
+
this.rh = a;
|
|
2881
|
+
if (b != this.rh) {
|
|
2882
|
+
this.kk("VerticalContentAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.rh));
|
|
2829
2883
|
}
|
|
2830
2884
|
}
|
|
2831
|
-
get
|
|
2832
|
-
return this.
|
|
2885
|
+
get at() {
|
|
2886
|
+
return this.ag;
|
|
2833
2887
|
}
|
|
2834
|
-
set
|
|
2835
|
-
let b = this.
|
|
2836
|
-
this.
|
|
2837
|
-
if (b != this.
|
|
2838
|
-
this.
|
|
2888
|
+
set at(a) {
|
|
2889
|
+
let b = this.ag;
|
|
2890
|
+
this.ag = a;
|
|
2891
|
+
if (b != this.ag) {
|
|
2892
|
+
this.kk("ClickTunneling", b, this.ag);
|
|
2839
2893
|
}
|
|
2840
2894
|
}
|
|
2841
|
-
get
|
|
2842
|
-
return this.
|
|
2895
|
+
get a5() {
|
|
2896
|
+
return this.ar;
|
|
2843
2897
|
}
|
|
2844
|
-
set
|
|
2845
|
-
let b = this.
|
|
2846
|
-
this.
|
|
2847
|
-
if (b != this.
|
|
2848
|
-
this.
|
|
2898
|
+
set a5(a) {
|
|
2899
|
+
let b = this.ar;
|
|
2900
|
+
this.ar = a;
|
|
2901
|
+
if (b != this.ar) {
|
|
2902
|
+
this.kk("StopPropagation", b, this.ar);
|
|
2849
2903
|
}
|
|
2850
2904
|
}
|
|
2851
|
-
|
|
2852
|
-
this.
|
|
2853
|
-
this.view.
|
|
2854
|
-
this.
|
|
2905
|
+
kl() {
|
|
2906
|
+
this.j8();
|
|
2907
|
+
this.view.ay(this.ny, BrushUtil.h(0, 0, 0, 0));
|
|
2908
|
+
this.kp();
|
|
2855
2909
|
}
|
|
2856
2910
|
get a() {
|
|
2857
2911
|
let a = new AnimationKeyFrameEffectTiming();
|
|
@@ -2859,31 +2913,31 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2859
2913
|
a.b = 0;
|
|
2860
2914
|
return a;
|
|
2861
2915
|
}
|
|
2862
|
-
|
|
2863
|
-
this.view.
|
|
2916
|
+
j8() {
|
|
2917
|
+
this.view.ag();
|
|
2864
2918
|
}
|
|
2865
2919
|
onDetachedFromUI() {
|
|
2866
|
-
this.view.
|
|
2920
|
+
this.view.al();
|
|
2867
2921
|
}
|
|
2868
2922
|
onAttachedToUI() {
|
|
2869
|
-
this.view.
|
|
2923
|
+
this.view.ai();
|
|
2870
2924
|
}
|
|
2871
2925
|
appendButtonContent(a) {
|
|
2872
|
-
this.view.
|
|
2926
|
+
this.view.ae(a);
|
|
2873
2927
|
}
|
|
2874
2928
|
clearButtonContent() {
|
|
2875
|
-
this.view.
|
|
2929
|
+
this.view.af();
|
|
2876
2930
|
}
|
|
2877
2931
|
getButtonContent() {
|
|
2878
2932
|
return this.view.r();
|
|
2879
2933
|
}
|
|
2880
|
-
|
|
2934
|
+
a4() {
|
|
2881
2935
|
return this.view.g();
|
|
2882
2936
|
}
|
|
2883
|
-
|
|
2937
|
+
eb() {
|
|
2884
2938
|
return this.b();
|
|
2885
2939
|
}
|
|
2886
|
-
|
|
2940
|
+
f4() {
|
|
2887
2941
|
let a = this.b();
|
|
2888
2942
|
return a.serialize();
|
|
2889
2943
|
}
|
|
@@ -2899,25 +2953,25 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2899
2953
|
c.h = this.n;
|
|
2900
2954
|
c.i = this.q;
|
|
2901
2955
|
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.
|
|
2956
|
+
c.g = AppearanceHelper.a(this.n0);
|
|
2957
|
+
c.d = AppearanceHelper.a(this.nx);
|
|
2958
|
+
c.a = AppearanceHelper.a(this.nn);
|
|
2959
|
+
c.u = this.cx;
|
|
2960
|
+
c.e = AppearanceHelper.a(this.ny);
|
|
2961
|
+
c.ag = this.kz;
|
|
2908
2962
|
c.b = AppearanceHelper.a(NativeUI.aj(a));
|
|
2909
2963
|
c.j = this.u;
|
|
2910
2964
|
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.
|
|
2965
|
+
c.o = this.bj;
|
|
2966
|
+
c.x = this.f0;
|
|
2967
|
+
c.y = this.g4;
|
|
2968
|
+
c.z = this.g6;
|
|
2969
|
+
c.w = this.fb;
|
|
2916
2970
|
c.v = this.view.s.getNativeElement().innerText;
|
|
2917
|
-
c.aa = this.
|
|
2971
|
+
c.aa = this.h6;
|
|
2918
2972
|
c.m = this.focused;
|
|
2919
|
-
c.k = this.
|
|
2920
|
-
c.n = this.
|
|
2973
|
+
c.k = this.as;
|
|
2974
|
+
c.n = this.a3;
|
|
2921
2975
|
c.l = this.disabled;
|
|
2922
2976
|
if (this.aa != null) {
|
|
2923
2977
|
let e = this.aa;
|
|
@@ -2950,13 +3004,13 @@ export let XButton = /*@__PURE__*/ (() => {
|
|
|
2950
3004
|
return c;
|
|
2951
3005
|
}
|
|
2952
3006
|
provideContainer(a) {
|
|
2953
|
-
this.view.
|
|
3007
|
+
this.view.ak(a);
|
|
2954
3008
|
}
|
|
2955
3009
|
}
|
|
2956
3010
|
XButton.$t = /*@__PURE__*/ markType(XButton, 'XButton', Base.$, [INotifyPropertyChanged_$type]);
|
|
2957
3011
|
XButton.m = 2;
|
|
2958
|
-
XButton.
|
|
2959
|
-
XButton.
|
|
3012
|
+
XButton.d9 = 0;
|
|
3013
|
+
XButton.d8 = 0;
|
|
2960
3014
|
XButton.i = /*@__PURE__*/ new Theme(1, /*@__PURE__*/ ((() => {
|
|
2961
3015
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
2962
3016
|
$ret.addItem("UmbraShadowColor", BrushUtil.h(66, 0, 0, 0));
|