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