igniteui-angular-inputs 19.0.0 → 19.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-inputs.umd.js +3805 -3574
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +74 -74
- package/esm2015/lib/ButtonView_combined.js +1890 -1834
- package/esm2015/lib/CalendarView_combined.js +322 -308
- package/esm2015/lib/CheckboxView_combined.js +25 -25
- package/esm2015/lib/DatePickerView_combined.js +6 -6
- package/esm2015/lib/IconViewType.js +11 -0
- package/esm2015/lib/IconView_combined.js +529 -451
- package/esm2015/lib/InputGroupView_combined.js +433 -404
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +43 -43
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/XButtonBridge.js +39 -35
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +1 -1
- package/esm2015/lib/XIconBridge.js +25 -23
- package/esm2015/lib/XInputBridge.js +22 -22
- package/esm2015/lib/XPopupBridge.js +15 -5
- package/esm2015/lib/igx-x-button-component.js +396 -385
- package/esm2015/lib/igx-x-icon-component.js +63 -63
- package/esm2015/lib/igx-x-label-component.js +40 -40
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/ButtonGroupView_combined.js +74 -74
- package/esm5/lib/ButtonView_combined.js +1756 -1696
- package/esm5/lib/CalendarView_combined.js +322 -308
- package/esm5/lib/CheckboxView_combined.js +25 -25
- package/esm5/lib/DatePickerView_combined.js +6 -6
- package/esm5/lib/IconViewType.js +11 -0
- package/esm5/lib/IconView_combined.js +515 -429
- package/esm5/lib/InputGroupView_combined.js +426 -397
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/NativeUIXInputsFactory_combined.js +43 -43
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/XButtonBridge.js +39 -35
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +1 -1
- package/esm5/lib/XIconBridge.js +25 -23
- package/esm5/lib/XInputBridge.js +22 -22
- package/esm5/lib/XPopupBridge.js +15 -5
- package/esm5/lib/igx-x-button-component.js +400 -385
- package/esm5/lib/igx-x-icon-component.js +63 -63
- package/esm5/lib/igx-x-label-component.js +40 -40
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-inputs.js +3962 -3748
- package/fesm5/igniteui-angular-inputs.js +3806 -3576
- package/lib/ButtonView_combined.d.ts +513 -504
- package/lib/CalendarView_combined.d.ts +38 -35
- package/lib/IconViewType.d.ts +16 -0
- package/lib/IconView_combined.d.ts +139 -125
- package/lib/InputGroupView_combined.d.ts +103 -100
- package/lib/XPopupBridge.d.ts +1 -0
- package/lib/igx-x-button-component.d.ts +7 -1
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -18,9 +18,9 @@ import { stringReplace, stringIsNullOrEmpty } from "igniteui-angular-core";
|
|
|
18
18
|
import { TransformGroup } from "igniteui-angular-core";
|
|
19
19
|
import { TranslateTransform } from "igniteui-angular-core";
|
|
20
20
|
import { SuffixShiftType_$type } from "./SuffixShiftType";
|
|
21
|
+
import { isNaN_ } from "igniteui-angular-core";
|
|
21
22
|
import { PrefixShiftType_$type } from "./PrefixShiftType";
|
|
22
23
|
import { LabelShiftType_$type } from "./LabelShiftType";
|
|
23
|
-
import { isNaN_ } from "igniteui-angular-core";
|
|
24
24
|
import { HorizontalAlignment_$type } from "igniteui-angular-core";
|
|
25
25
|
import { MouseButtonEventArgs } from "igniteui-angular-core";
|
|
26
26
|
import { KeyEventArgs } from "igniteui-angular-core";
|
|
@@ -72,7 +72,7 @@ var InputGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
};
|
|
73
73
|
InputGroupView.prototype.ac = function (a) {
|
|
74
74
|
if (typeCast(XLabel.$, a) !== null) {
|
|
75
|
-
a.
|
|
75
|
+
a.be = "flex-start";
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
78
|
InputGroupView.prototype.ae = function (a) {
|
|
@@ -336,30 +336,31 @@ var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
336
336
|
function SuffixView() {
|
|
337
337
|
var _this = _super.call(this) || this;
|
|
338
338
|
_this.a = null;
|
|
339
|
-
_this.
|
|
339
|
+
_this.h = null;
|
|
340
340
|
_this.b = null;
|
|
341
|
-
_this.
|
|
341
|
+
_this.f = new List$1(Delegate_$type, 0);
|
|
342
|
+
_this.d = false;
|
|
342
343
|
_this.c = true;
|
|
343
|
-
_this.
|
|
344
|
+
_this.i = null;
|
|
344
345
|
return _this;
|
|
345
346
|
}
|
|
346
|
-
SuffixView.prototype.
|
|
347
|
+
SuffixView.prototype.p = function () {
|
|
347
348
|
};
|
|
348
|
-
SuffixView.prototype.
|
|
349
|
+
SuffixView.prototype.e = function () {
|
|
349
350
|
return true;
|
|
350
351
|
};
|
|
351
|
-
Object.defineProperty(SuffixView.prototype, "
|
|
352
|
+
Object.defineProperty(SuffixView.prototype, "s", {
|
|
352
353
|
get: function () {
|
|
353
354
|
return null;
|
|
354
355
|
},
|
|
355
356
|
enumerable: false,
|
|
356
357
|
configurable: true
|
|
357
358
|
});
|
|
358
|
-
SuffixView.prototype.
|
|
359
|
+
SuffixView.prototype.n = function (a) {
|
|
359
360
|
var e_3, _a;
|
|
360
361
|
if (a == null) {
|
|
361
362
|
try {
|
|
362
|
-
for (var _b = __values(fromEnum(this.
|
|
363
|
+
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
363
364
|
var b = _c.value;
|
|
364
365
|
b();
|
|
365
366
|
}
|
|
@@ -377,60 +378,70 @@ var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
377
378
|
throw e_3.error;
|
|
378
379
|
}
|
|
379
380
|
}
|
|
380
|
-
this.
|
|
381
|
+
this.f.clear();
|
|
381
382
|
}
|
|
382
|
-
this.
|
|
383
|
-
this.
|
|
384
|
-
var c = this.
|
|
383
|
+
this.h = a;
|
|
384
|
+
this.h.rootWrapper.setStyleProperty("display", "inline-block");
|
|
385
|
+
var c = this.h.createElement("div");
|
|
385
386
|
c.addClass("ig-suffix-content");
|
|
386
|
-
this.
|
|
387
|
+
this.h.append(c);
|
|
387
388
|
c.setStyleProperty("cursor", "pointer");
|
|
388
|
-
this.
|
|
389
|
-
this.
|
|
389
|
+
this.i = c;
|
|
390
|
+
this.h.getPortal(c, "ChildContent", function (d) {
|
|
390
391
|
}, true);
|
|
391
392
|
this.a.am();
|
|
392
393
|
};
|
|
393
|
-
SuffixView.prototype.
|
|
394
|
+
SuffixView.prototype.r = function () {
|
|
394
395
|
var _this = this;
|
|
395
|
-
var a =
|
|
396
|
-
|
|
396
|
+
var a = this.g();
|
|
397
|
+
if (isNaN_(a) || a == 0) {
|
|
398
|
+
if (!this.d) {
|
|
399
|
+
this.d = true;
|
|
400
|
+
this.h.setTimeout(function () {
|
|
401
|
+
_this.d = false;
|
|
402
|
+
_this.r();
|
|
403
|
+
}, 100);
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
var b = new TransformGroup();
|
|
407
|
+
b.j.add(((function () {
|
|
397
408
|
var $ret = new TranslateTransform();
|
|
398
|
-
$ret.k = _this.a.k == 2 ? (_this.
|
|
409
|
+
$ret.k = _this.a.k == 2 ? (_this.g() * -0.25) : 0;
|
|
399
410
|
return $ret;
|
|
400
411
|
})()));
|
|
401
|
-
|
|
412
|
+
b.j.add(((function () {
|
|
402
413
|
var $ret = new ScaleTransform();
|
|
403
414
|
$ret.l = 1;
|
|
404
415
|
$ret.m = 1;
|
|
405
416
|
return $ret;
|
|
406
417
|
})()));
|
|
407
|
-
NativeUI.af(this.
|
|
408
|
-
this.
|
|
418
|
+
NativeUI.af(this.h.rootWrapper, b);
|
|
419
|
+
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
409
420
|
};
|
|
410
|
-
SuffixView.prototype.
|
|
411
|
-
var a = this.
|
|
421
|
+
SuffixView.prototype.g = function () {
|
|
422
|
+
var a = this.h.rootWrapper.getStyleProperty("height");
|
|
412
423
|
return parseFloat(stringReplace(a, "px", ""));
|
|
413
424
|
};
|
|
414
|
-
SuffixView.prototype.
|
|
415
|
-
if (this.
|
|
425
|
+
SuffixView.prototype.q = function () {
|
|
426
|
+
if (this.e()) {
|
|
416
427
|
}
|
|
417
428
|
};
|
|
418
|
-
SuffixView.prototype.
|
|
429
|
+
SuffixView.prototype.j = function (a) {
|
|
419
430
|
this.a.aj();
|
|
420
431
|
};
|
|
421
|
-
SuffixView.prototype.
|
|
432
|
+
SuffixView.prototype.k = function (a) {
|
|
422
433
|
this.a.ak();
|
|
423
434
|
};
|
|
424
|
-
SuffixView.prototype.
|
|
435
|
+
SuffixView.prototype.m = function () {
|
|
425
436
|
this.c = true;
|
|
426
|
-
this.
|
|
427
|
-
this.
|
|
437
|
+
this.f.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.j)));
|
|
438
|
+
this.f.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.k)));
|
|
428
439
|
};
|
|
429
|
-
SuffixView.prototype.
|
|
440
|
+
SuffixView.prototype.o = function () {
|
|
430
441
|
var e_4, _a;
|
|
431
442
|
this.c = false;
|
|
432
443
|
try {
|
|
433
|
-
for (var _b = __values(fromEnum(this.
|
|
444
|
+
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
434
445
|
var a = _c.value;
|
|
435
446
|
a();
|
|
436
447
|
}
|
|
@@ -448,10 +459,10 @@ var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
448
459
|
throw e_4.error;
|
|
449
460
|
}
|
|
450
461
|
}
|
|
451
|
-
this.
|
|
462
|
+
this.f.clear();
|
|
452
463
|
};
|
|
453
|
-
SuffixView.prototype.
|
|
454
|
-
this.
|
|
464
|
+
SuffixView.prototype.l = function (a) {
|
|
465
|
+
this.i.append(a);
|
|
455
466
|
};
|
|
456
467
|
SuffixView.$t = markType(SuffixView, 'SuffixView');
|
|
457
468
|
return SuffixView;
|
|
@@ -465,30 +476,31 @@ var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
465
476
|
function PrefixView() {
|
|
466
477
|
var _this = _super.call(this) || this;
|
|
467
478
|
_this.a = null;
|
|
468
|
-
_this.
|
|
479
|
+
_this.h = null;
|
|
469
480
|
_this.b = null;
|
|
470
|
-
_this.
|
|
481
|
+
_this.f = new List$1(Delegate_$type, 0);
|
|
482
|
+
_this.d = false;
|
|
471
483
|
_this.c = true;
|
|
472
|
-
_this.
|
|
484
|
+
_this.i = null;
|
|
473
485
|
return _this;
|
|
474
486
|
}
|
|
475
|
-
PrefixView.prototype.
|
|
487
|
+
PrefixView.prototype.p = function () {
|
|
476
488
|
};
|
|
477
|
-
PrefixView.prototype.
|
|
489
|
+
PrefixView.prototype.e = function () {
|
|
478
490
|
return true;
|
|
479
491
|
};
|
|
480
|
-
Object.defineProperty(PrefixView.prototype, "
|
|
492
|
+
Object.defineProperty(PrefixView.prototype, "s", {
|
|
481
493
|
get: function () {
|
|
482
494
|
return null;
|
|
483
495
|
},
|
|
484
496
|
enumerable: false,
|
|
485
497
|
configurable: true
|
|
486
498
|
});
|
|
487
|
-
PrefixView.prototype.
|
|
499
|
+
PrefixView.prototype.n = function (a) {
|
|
488
500
|
var e_5, _a;
|
|
489
501
|
if (a == null) {
|
|
490
502
|
try {
|
|
491
|
-
for (var _b = __values(fromEnum(this.
|
|
503
|
+
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
492
504
|
var b = _c.value;
|
|
493
505
|
b();
|
|
494
506
|
}
|
|
@@ -506,60 +518,70 @@ var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
506
518
|
throw e_5.error;
|
|
507
519
|
}
|
|
508
520
|
}
|
|
509
|
-
this.
|
|
521
|
+
this.f.clear();
|
|
510
522
|
}
|
|
511
|
-
this.
|
|
512
|
-
this.
|
|
513
|
-
var c = this.
|
|
523
|
+
this.h = a;
|
|
524
|
+
this.h.rootWrapper.setStyleProperty("display", "inline-block");
|
|
525
|
+
var c = this.h.createElement("div");
|
|
514
526
|
c.addClass("ig-prefix-content");
|
|
515
|
-
this.
|
|
527
|
+
this.h.append(c);
|
|
516
528
|
c.setStyleProperty("cursor", "pointer");
|
|
517
|
-
this.
|
|
518
|
-
this.
|
|
529
|
+
this.i = c;
|
|
530
|
+
this.h.getPortal(c, "ChildContent", function (d) {
|
|
519
531
|
}, true);
|
|
520
532
|
this.a.am();
|
|
521
533
|
};
|
|
522
|
-
PrefixView.prototype.
|
|
534
|
+
PrefixView.prototype.r = function () {
|
|
523
535
|
var _this = this;
|
|
524
|
-
var a =
|
|
525
|
-
|
|
536
|
+
var a = this.g();
|
|
537
|
+
if (isNaN_(a) || a == 0) {
|
|
538
|
+
if (!this.d) {
|
|
539
|
+
this.d = true;
|
|
540
|
+
this.h.setTimeout(function () {
|
|
541
|
+
_this.d = false;
|
|
542
|
+
_this.r();
|
|
543
|
+
}, 100);
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
var b = new TransformGroup();
|
|
547
|
+
b.j.add(((function () {
|
|
526
548
|
var $ret = new TranslateTransform();
|
|
527
|
-
$ret.k = _this.a.k == 2 ? (_this.
|
|
549
|
+
$ret.k = _this.a.k == 2 ? (_this.g() * -0.25) : 0;
|
|
528
550
|
return $ret;
|
|
529
551
|
})()));
|
|
530
|
-
|
|
552
|
+
b.j.add(((function () {
|
|
531
553
|
var $ret = new ScaleTransform();
|
|
532
554
|
$ret.l = 1;
|
|
533
555
|
$ret.m = 1;
|
|
534
556
|
return $ret;
|
|
535
557
|
})()));
|
|
536
|
-
NativeUI.af(this.
|
|
537
|
-
this.
|
|
558
|
+
NativeUI.af(this.h.rootWrapper, b);
|
|
559
|
+
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
538
560
|
};
|
|
539
|
-
PrefixView.prototype.
|
|
540
|
-
var a = this.
|
|
561
|
+
PrefixView.prototype.g = function () {
|
|
562
|
+
var a = this.h.rootWrapper.getStyleProperty("height");
|
|
541
563
|
return parseFloat(stringReplace(a, "px", ""));
|
|
542
564
|
};
|
|
543
|
-
PrefixView.prototype.
|
|
544
|
-
if (this.
|
|
565
|
+
PrefixView.prototype.q = function () {
|
|
566
|
+
if (this.e()) {
|
|
545
567
|
}
|
|
546
568
|
};
|
|
547
|
-
PrefixView.prototype.
|
|
569
|
+
PrefixView.prototype.j = function (a) {
|
|
548
570
|
this.a.aj();
|
|
549
571
|
};
|
|
550
|
-
PrefixView.prototype.
|
|
572
|
+
PrefixView.prototype.k = function (a) {
|
|
551
573
|
this.a.ak();
|
|
552
574
|
};
|
|
553
|
-
PrefixView.prototype.
|
|
575
|
+
PrefixView.prototype.m = function () {
|
|
554
576
|
this.c = true;
|
|
555
|
-
this.
|
|
556
|
-
this.
|
|
577
|
+
this.f.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.j)));
|
|
578
|
+
this.f.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.k)));
|
|
557
579
|
};
|
|
558
|
-
PrefixView.prototype.
|
|
580
|
+
PrefixView.prototype.o = function () {
|
|
559
581
|
var e_6, _a;
|
|
560
582
|
this.c = false;
|
|
561
583
|
try {
|
|
562
|
-
for (var _b = __values(fromEnum(this.
|
|
584
|
+
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
563
585
|
var a = _c.value;
|
|
564
586
|
a();
|
|
565
587
|
}
|
|
@@ -577,10 +599,10 @@ var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
577
599
|
throw e_6.error;
|
|
578
600
|
}
|
|
579
601
|
}
|
|
580
|
-
this.
|
|
602
|
+
this.f.clear();
|
|
581
603
|
};
|
|
582
|
-
PrefixView.prototype.
|
|
583
|
-
this.
|
|
604
|
+
PrefixView.prototype.l = function (a) {
|
|
605
|
+
this.i.append(a);
|
|
584
606
|
};
|
|
585
607
|
PrefixView.$t = markType(PrefixView, 'PrefixView');
|
|
586
608
|
return PrefixView;
|
|
@@ -677,21 +699,21 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
677
699
|
c.setStyleProperty("overflow", "hidden");
|
|
678
700
|
c.setStyleProperty("height", "1.125rem");
|
|
679
701
|
c.setStyleProperty("backface-visibility", "hidden");
|
|
680
|
-
NativeUI.q(this.m.rootWrapper, this.c.
|
|
702
|
+
NativeUI.q(this.m.rootWrapper, this.c.c3);
|
|
681
703
|
c.setStyleProperty("outline-style", "none");
|
|
682
704
|
c.setStyleProperty("box-shadow", "none");
|
|
683
705
|
c.setStyleProperty("font-family", "Verdana");
|
|
684
706
|
c.setStyleProperty("font-size", "1rem");
|
|
685
707
|
this.n = c;
|
|
686
708
|
this.m.append(this.n);
|
|
687
|
-
this.c.
|
|
709
|
+
this.c.cl();
|
|
688
710
|
};
|
|
689
711
|
LabelView.prototype.l = function () {
|
|
690
712
|
return this.c.l == 0 ? (this.j() * 0.5) : 0;
|
|
691
713
|
};
|
|
692
714
|
LabelView.prototype.aj = function () {
|
|
693
715
|
var _this = this;
|
|
694
|
-
this.c.
|
|
716
|
+
this.c.bk = "block";
|
|
695
717
|
var a = new TransformGroup();
|
|
696
718
|
a.j.add(((function () {
|
|
697
719
|
var $ret = new TranslateTransform();
|
|
@@ -738,8 +760,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
738
760
|
};
|
|
739
761
|
LabelView.prototype.ab = function () {
|
|
740
762
|
if (this.m != null) {
|
|
741
|
-
this.m.rootWrapper.setStyleProperty("display", this.c.
|
|
742
|
-
this.n.setStyleProperty("display", this.c.
|
|
763
|
+
this.m.rootWrapper.setStyleProperty("display", this.c.bk);
|
|
764
|
+
this.n.setStyleProperty("display", this.c.bk);
|
|
743
765
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
744
766
|
if (ext_ && ext_._onDisplayChanged) {
|
|
745
767
|
ext_._onDisplayChanged();
|
|
@@ -749,8 +771,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
749
771
|
};
|
|
750
772
|
LabelView.prototype.w = function () {
|
|
751
773
|
if (this.m != null) {
|
|
752
|
-
this.m.rootWrapper.setStyleProperty("align-items", this.c.
|
|
753
|
-
this.n.setStyleProperty("align-items", this.c.
|
|
774
|
+
this.m.rootWrapper.setStyleProperty("align-items", this.c.bc);
|
|
775
|
+
this.n.setStyleProperty("align-items", this.c.bc);
|
|
754
776
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
755
777
|
if (ext_ && ext_._onAlignItemsChanged) {
|
|
756
778
|
ext_._onAlignItemsChanged();
|
|
@@ -760,8 +782,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
760
782
|
};
|
|
761
783
|
LabelView.prototype.x = function () {
|
|
762
784
|
if (this.m != null) {
|
|
763
|
-
this.m.rootWrapper.setStyleProperty("align-self", this.c.
|
|
764
|
-
this.n.setStyleProperty("align-self", this.c.
|
|
785
|
+
this.m.rootWrapper.setStyleProperty("align-self", this.c.be);
|
|
786
|
+
this.n.setStyleProperty("align-self", this.c.be);
|
|
765
787
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
766
788
|
if (ext_ && ext_._onAlignSelfChanged) {
|
|
767
789
|
ext_._onAlignSelfChanged();
|
|
@@ -771,8 +793,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
771
793
|
};
|
|
772
794
|
LabelView.prototype.ac = function () {
|
|
773
795
|
if (this.m != null) {
|
|
774
|
-
this.m.rootWrapper.setStyleProperty("flex-direction", this.c.
|
|
775
|
-
this.n.setStyleProperty("flex-direction", this.c.
|
|
796
|
+
this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bn);
|
|
797
|
+
this.n.setStyleProperty("flex-direction", this.c.bn);
|
|
776
798
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
777
799
|
if (ext_ && ext_._onFlexDirectionChanged) {
|
|
778
800
|
ext_._onFlexDirectionChanged();
|
|
@@ -782,8 +804,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
782
804
|
};
|
|
783
805
|
LabelView.prototype.ad = function () {
|
|
784
806
|
if (this.m != null) {
|
|
785
|
-
this.m.rootWrapper.setStyleProperty("flex-grow", this.c.
|
|
786
|
-
this.n.setStyleProperty("flex-grow", this.c.
|
|
807
|
+
this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bp);
|
|
808
|
+
this.n.setStyleProperty("flex-grow", this.c.bp);
|
|
787
809
|
var ext_ = this.m.getExternal(this.c, null, null);
|
|
788
810
|
if (ext_ && ext_._onFlexGrowChanged) {
|
|
789
811
|
ext_._onFlexGrowChanged();
|
|
@@ -852,10 +874,10 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
852
874
|
return parseFloat(stringReplace(a, "px", ""));
|
|
853
875
|
};
|
|
854
876
|
LabelView.prototype.t = function (a) {
|
|
855
|
-
this.c.
|
|
877
|
+
this.c.ch();
|
|
856
878
|
};
|
|
857
879
|
LabelView.prototype.u = function (a) {
|
|
858
|
-
this.c.
|
|
880
|
+
this.c.ci();
|
|
859
881
|
};
|
|
860
882
|
LabelView.prototype.y = function () {
|
|
861
883
|
this.f = true;
|
|
@@ -1408,7 +1430,7 @@ var XSuffix = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1408
1430
|
var a = new SuffixView();
|
|
1409
1431
|
a.a = _this;
|
|
1410
1432
|
_this.view = a;
|
|
1411
|
-
_this.view.
|
|
1433
|
+
_this.view.p();
|
|
1412
1434
|
return _this;
|
|
1413
1435
|
}
|
|
1414
1436
|
Object.defineProperty(XSuffix.prototype, "view", {
|
|
@@ -1450,10 +1472,10 @@ var XSuffix = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1450
1472
|
}
|
|
1451
1473
|
};
|
|
1452
1474
|
XSuffix.prototype.al = function () {
|
|
1453
|
-
this.view.
|
|
1475
|
+
this.view.r();
|
|
1454
1476
|
};
|
|
1455
1477
|
XSuffix.prototype.ai = function () {
|
|
1456
|
-
this.view.
|
|
1478
|
+
this.view.r();
|
|
1457
1479
|
};
|
|
1458
1480
|
XSuffix.prototype.ap = function () {
|
|
1459
1481
|
};
|
|
@@ -1524,13 +1546,13 @@ var XSuffix = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1524
1546
|
XSuffix.prototype.am = function () {
|
|
1525
1547
|
};
|
|
1526
1548
|
XSuffix.prototype.onDetachedFromUI = function () {
|
|
1527
|
-
this.view.
|
|
1549
|
+
this.view.o();
|
|
1528
1550
|
};
|
|
1529
1551
|
XSuffix.prototype.onAttachedToUI = function () {
|
|
1530
|
-
this.view.
|
|
1552
|
+
this.view.m();
|
|
1531
1553
|
};
|
|
1532
1554
|
XSuffix.prototype.r = function () {
|
|
1533
|
-
return this.view.
|
|
1555
|
+
return this.view.e();
|
|
1534
1556
|
};
|
|
1535
1557
|
XSuffix.prototype.t = function () {
|
|
1536
1558
|
return this.i();
|
|
@@ -1548,10 +1570,10 @@ var XSuffix = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1548
1570
|
return a;
|
|
1549
1571
|
};
|
|
1550
1572
|
XSuffix.prototype.appendContentChild = function (a) {
|
|
1551
|
-
this.view.
|
|
1573
|
+
this.view.l(a);
|
|
1552
1574
|
};
|
|
1553
1575
|
XSuffix.prototype.provideContainer = function (a) {
|
|
1554
|
-
this.view.
|
|
1576
|
+
this.view.n(a);
|
|
1555
1577
|
};
|
|
1556
1578
|
XSuffix.$t = markType(XSuffix, 'XSuffix', XInputGroupItem.$);
|
|
1557
1579
|
XSuffix.s = 0;
|
|
@@ -1575,7 +1597,7 @@ var XPrefix = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1575
1597
|
var a = new PrefixView();
|
|
1576
1598
|
a.a = _this;
|
|
1577
1599
|
_this.view = a;
|
|
1578
|
-
_this.view.
|
|
1600
|
+
_this.view.p();
|
|
1579
1601
|
return _this;
|
|
1580
1602
|
}
|
|
1581
1603
|
Object.defineProperty(XPrefix.prototype, "view", {
|
|
@@ -1617,10 +1639,10 @@ var XPrefix = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1617
1639
|
}
|
|
1618
1640
|
};
|
|
1619
1641
|
XPrefix.prototype.al = function () {
|
|
1620
|
-
this.view.
|
|
1642
|
+
this.view.r();
|
|
1621
1643
|
};
|
|
1622
1644
|
XPrefix.prototype.ai = function () {
|
|
1623
|
-
this.view.
|
|
1645
|
+
this.view.r();
|
|
1624
1646
|
};
|
|
1625
1647
|
XPrefix.prototype.ap = function () {
|
|
1626
1648
|
};
|
|
@@ -1691,13 +1713,13 @@ var XPrefix = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1691
1713
|
XPrefix.prototype.am = function () {
|
|
1692
1714
|
};
|
|
1693
1715
|
XPrefix.prototype.onDetachedFromUI = function () {
|
|
1694
|
-
this.view.
|
|
1716
|
+
this.view.o();
|
|
1695
1717
|
};
|
|
1696
1718
|
XPrefix.prototype.onAttachedToUI = function () {
|
|
1697
|
-
this.view.
|
|
1719
|
+
this.view.m();
|
|
1698
1720
|
};
|
|
1699
1721
|
XPrefix.prototype.r = function () {
|
|
1700
|
-
return this.view.
|
|
1722
|
+
return this.view.e();
|
|
1701
1723
|
};
|
|
1702
1724
|
XPrefix.prototype.t = function () {
|
|
1703
1725
|
return this.i();
|
|
@@ -1715,10 +1737,10 @@ var XPrefix = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1715
1737
|
return a;
|
|
1716
1738
|
};
|
|
1717
1739
|
XPrefix.prototype.appendContentChild = function (a) {
|
|
1718
|
-
this.view.
|
|
1740
|
+
this.view.l(a);
|
|
1719
1741
|
};
|
|
1720
1742
|
XPrefix.prototype.provideContainer = function (a) {
|
|
1721
|
-
this.view.
|
|
1743
|
+
this.view.n(a);
|
|
1722
1744
|
};
|
|
1723
1745
|
XPrefix.$t = markType(XPrefix, 'XPrefix', XInputGroupItem.$);
|
|
1724
1746
|
XPrefix.s = 0;
|
|
@@ -2299,7 +2321,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2299
2321
|
a.l = 2;
|
|
2300
2322
|
break;
|
|
2301
2323
|
}
|
|
2302
|
-
a.
|
|
2324
|
+
a.co(_this.ai, false);
|
|
2303
2325
|
});
|
|
2304
2326
|
};
|
|
2305
2327
|
XInputGroup.prototype.kf = function () {
|
|
@@ -2512,8 +2534,8 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2512
2534
|
XInputGroup.prototype.onChildrenMutated = function () {
|
|
2513
2535
|
this.jr(function (a) { return a.view.a8(); });
|
|
2514
2536
|
this.js(function (a) { return a.view.aj(); });
|
|
2515
|
-
this.jt(function (a) { return a.view.
|
|
2516
|
-
this.ju(function (a) { return a.view.
|
|
2537
|
+
this.jt(function (a) { return a.view.r(); });
|
|
2538
|
+
this.ju(function (a) { return a.view.r(); });
|
|
2517
2539
|
};
|
|
2518
2540
|
XInputGroup.prototype.jp = function () {
|
|
2519
2541
|
this.view.af();
|
|
@@ -2644,11 +2666,11 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2644
2666
|
var _this = this;
|
|
2645
2667
|
this.jp();
|
|
2646
2668
|
if (this.ai) {
|
|
2647
|
-
this.js(function (a) { return a.
|
|
2669
|
+
this.js(function (a) { return a.co(true, !_this.aj); });
|
|
2648
2670
|
this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
|
|
2649
2671
|
}
|
|
2650
2672
|
else {
|
|
2651
|
-
this.js(function (a) { return a.
|
|
2673
|
+
this.js(function (a) { return a.co(false, !_this.aj); });
|
|
2652
2674
|
this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
|
|
2653
2675
|
}
|
|
2654
2676
|
};
|
|
@@ -2656,12 +2678,12 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2656
2678
|
this.jp();
|
|
2657
2679
|
if (this.ao) {
|
|
2658
2680
|
var a = 1;
|
|
2659
|
-
this.js(function (b) { return b.
|
|
2681
|
+
this.js(function (b) { return b.an = true; });
|
|
2660
2682
|
this.j4(a);
|
|
2661
2683
|
}
|
|
2662
2684
|
else {
|
|
2663
2685
|
var b = -1;
|
|
2664
|
-
this.js(function (c) { return c.
|
|
2686
|
+
this.js(function (c) { return c.an = false; });
|
|
2665
2687
|
this.j4(b);
|
|
2666
2688
|
}
|
|
2667
2689
|
};
|
|
@@ -4446,8 +4468,8 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4446
4468
|
XInputGroup.prototype.ensureShift = function () {
|
|
4447
4469
|
this.jr(function (a) { return a.view.a8(); });
|
|
4448
4470
|
this.js(function (a) { return a.view.aj(); });
|
|
4449
|
-
this.jt(function (a) { return a.view.
|
|
4450
|
-
this.ju(function (a) { return a.view.
|
|
4471
|
+
this.jt(function (a) { return a.view.r(); });
|
|
4472
|
+
this.ju(function (a) { return a.view.r(); });
|
|
4451
4473
|
};
|
|
4452
4474
|
XInputGroup.prototype.aq = function () {
|
|
4453
4475
|
return this.view.g();
|
|
@@ -4498,7 +4520,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4498
4520
|
if (this.inputs._inner[b].e == null) {
|
|
4499
4521
|
this.inputs._inner[b].e = "Label" + a.l.count.toString();
|
|
4500
4522
|
}
|
|
4501
|
-
a.l.add1(this.inputs._inner[b].
|
|
4523
|
+
a.l.add1(this.inputs._inner[b].aw());
|
|
4502
4524
|
}
|
|
4503
4525
|
else if (typeCast(XInput.$, this.inputs._inner[b]) !== null) {
|
|
4504
4526
|
if (this.inputs._inner[b].e == null) {
|
|
@@ -4568,22 +4590,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4568
4590
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4569
4591
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 4, 4));
|
|
4570
4592
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4571
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4572
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4573
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4593
|
+
$ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
|
|
4594
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
|
|
4595
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
|
|
4574
4596
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4575
4597
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4576
4598
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4577
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4578
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4579
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4580
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4599
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
4600
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
|
|
4601
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
4602
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
|
|
4581
4603
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4582
4604
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4583
4605
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4584
4606
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4585
4607
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4586
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4608
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4587
4609
|
return $ret;
|
|
4588
4610
|
})())));
|
|
4589
4611
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -4592,22 +4614,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4592
4614
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4593
4615
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
4594
4616
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4595
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4596
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4597
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4617
|
+
$ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
|
|
4618
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
|
|
4619
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
|
|
4598
4620
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4599
4621
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4600
4622
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4601
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4602
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4603
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4604
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4623
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
4624
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
|
|
4625
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
4626
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
|
|
4605
4627
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4606
4628
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4607
4629
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4608
4630
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4609
4631
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4610
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4632
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(20, 0, 0, 0));
|
|
4611
4633
|
return $ret;
|
|
4612
4634
|
})())));
|
|
4613
4635
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -4616,22 +4638,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4616
4638
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4617
4639
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
4618
4640
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
4619
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4620
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4621
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4641
|
+
$ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
|
|
4642
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
|
|
4643
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
|
|
4622
4644
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4623
4645
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4624
4646
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4625
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4626
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4627
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4628
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4647
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
4648
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
|
|
4649
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
4650
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
|
|
4629
4651
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4630
4652
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4631
4653
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4632
4654
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4633
4655
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4634
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4656
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4635
4657
|
return $ret;
|
|
4636
4658
|
})())));
|
|
4637
4659
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -4640,22 +4662,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4640
4662
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4641
4663
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4642
4664
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4643
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4644
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4645
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4665
|
+
$ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
|
|
4666
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
|
|
4667
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
|
|
4646
4668
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4647
4669
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4648
4670
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4649
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4650
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4651
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4652
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4671
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
4672
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
|
|
4673
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
4674
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
|
|
4653
4675
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4654
4676
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4655
4677
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4656
4678
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4657
4679
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4658
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4680
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4659
4681
|
return $ret;
|
|
4660
4682
|
})())));
|
|
4661
4683
|
return $ret;
|
|
@@ -4671,22 +4693,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4671
4693
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4672
4694
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4673
4695
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4674
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4675
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4676
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4696
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
4697
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
|
|
4698
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
|
|
4677
4699
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4678
4700
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4679
4701
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4680
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4681
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4682
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4683
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4702
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4703
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
|
|
4704
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4705
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
|
|
4684
4706
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4685
4707
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4686
4708
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4687
4709
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4688
4710
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4689
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4711
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4690
4712
|
return $ret;
|
|
4691
4713
|
})())));
|
|
4692
4714
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -4695,22 +4717,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4695
4717
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4696
4718
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
4697
4719
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4698
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4699
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4700
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4720
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
4721
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
|
|
4722
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
|
|
4701
4723
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4702
4724
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4703
4725
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4704
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4705
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4706
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4707
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4726
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4727
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
|
|
4728
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4729
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
|
|
4708
4730
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4709
4731
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4710
4732
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4711
4733
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4712
4734
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4713
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4735
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(20, 0, 0, 0));
|
|
4714
4736
|
return $ret;
|
|
4715
4737
|
})())));
|
|
4716
4738
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -4719,22 +4741,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4719
4741
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4720
4742
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
4721
4743
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
4722
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4723
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4724
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4744
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
4745
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
|
|
4746
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
|
|
4725
4747
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4726
4748
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4727
4749
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4728
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4729
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4730
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4731
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4750
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4751
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
|
|
4752
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4753
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
|
|
4732
4754
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4733
4755
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4734
4756
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4735
4757
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4736
4758
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4737
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4759
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4738
4760
|
return $ret;
|
|
4739
4761
|
})())));
|
|
4740
4762
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -4743,27 +4765,27 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4743
4765
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4744
4766
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4745
4767
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4746
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4747
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4748
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4768
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
4769
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
|
|
4770
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
|
|
4749
4771
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4750
4772
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4751
4773
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4752
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4753
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4754
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4755
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4774
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4775
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
|
|
4776
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4777
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
|
|
4756
4778
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4757
4779
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4758
4780
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4759
4781
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4760
4782
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4761
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4783
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4762
4784
|
return $ret;
|
|
4763
4785
|
})())));
|
|
4764
4786
|
return $ret;
|
|
4765
4787
|
})()));
|
|
4766
|
-
XInputGroup.n5 = BrushUtil.
|
|
4788
|
+
XInputGroup.n5 = BrushUtil.j(255, 105, 136, 255);
|
|
4767
4789
|
XInputGroup.l = new Theme(1, ((function () {
|
|
4768
4790
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
4769
4791
|
return $ret;
|
|
@@ -4775,22 +4797,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4775
4797
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4776
4798
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4777
4799
|
$ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
|
|
4778
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4800
|
+
$ret.addItem("BorderColor", BrushUtil.j(25, 0, 0, 0));
|
|
4779
4801
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4780
4802
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4781
4803
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4782
4804
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4783
4805
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4784
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4806
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(25, 0, 0, 0));
|
|
4785
4807
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4786
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4808
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 0, 0, 0));
|
|
4787
4809
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4788
4810
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4789
4811
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4790
4812
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4791
4813
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4792
4814
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4793
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4815
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4794
4816
|
return $ret;
|
|
4795
4817
|
})())));
|
|
4796
4818
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -4799,22 +4821,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4799
4821
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4800
4822
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
4801
4823
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4802
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4824
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
4803
4825
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4804
4826
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4805
4827
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4806
4828
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4807
4829
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4808
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4830
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4809
4831
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4810
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4832
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4811
4833
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4812
4834
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4813
4835
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4814
4836
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4815
4837
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4816
4838
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4817
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4839
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(25, 0, 0, 0));
|
|
4818
4840
|
return $ret;
|
|
4819
4841
|
})())));
|
|
4820
4842
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -4823,22 +4845,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4823
4845
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4824
4846
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
4825
4847
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
4826
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4848
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
4827
4849
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4828
4850
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4829
4851
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4830
4852
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4831
4853
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4832
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4854
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4833
4855
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4834
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4856
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4835
4857
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4836
4858
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4837
4859
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4838
4860
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4839
4861
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4840
4862
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4841
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4863
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4842
4864
|
return $ret;
|
|
4843
4865
|
})())));
|
|
4844
4866
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -4847,22 +4869,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4847
4869
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4848
4870
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4849
4871
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4850
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4872
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
4851
4873
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4852
4874
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4853
4875
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4854
4876
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4855
4877
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4856
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4878
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4857
4879
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4858
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4880
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
4859
4881
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4860
4882
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4861
4883
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4862
4884
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4863
4885
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4864
4886
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4865
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4887
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4866
4888
|
return $ret;
|
|
4867
4889
|
})())));
|
|
4868
4890
|
return $ret;
|
|
@@ -4878,22 +4900,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4878
4900
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4879
4901
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4880
4902
|
$ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
|
|
4881
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4903
|
+
$ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
|
|
4882
4904
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4883
4905
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4884
4906
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4885
4907
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4886
4908
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4887
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4909
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4888
4910
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4889
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4911
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4890
4912
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4891
4913
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4892
4914
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4893
4915
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4894
4916
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4895
4917
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4896
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4918
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4897
4919
|
return $ret;
|
|
4898
4920
|
})())));
|
|
4899
4921
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -4902,22 +4924,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4902
4924
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4903
4925
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
4904
4926
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4905
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4927
|
+
$ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
|
|
4906
4928
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4907
4929
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4908
4930
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4909
4931
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4910
4932
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4911
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4933
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4912
4934
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4913
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4935
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4914
4936
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4915
4937
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4916
4938
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4917
4939
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4918
4940
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4919
4941
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4920
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4942
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(128, 55, 63, 86));
|
|
4921
4943
|
return $ret;
|
|
4922
4944
|
})())));
|
|
4923
4945
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -4926,22 +4948,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4926
4948
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4927
4949
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
4928
4950
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
4929
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4951
|
+
$ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
|
|
4930
4952
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4931
4953
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4932
4954
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4933
4955
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4934
4956
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4935
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4957
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4936
4958
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4937
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4959
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4938
4960
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4939
4961
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4940
4962
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4941
4963
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4942
4964
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4943
4965
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4944
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4966
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4945
4967
|
return $ret;
|
|
4946
4968
|
})())));
|
|
4947
4969
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -4950,22 +4972,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4950
4972
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4951
4973
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4952
4974
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4953
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4975
|
+
$ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
|
|
4954
4976
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4955
4977
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4956
4978
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4957
4979
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4958
4980
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4959
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4981
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4960
4982
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4961
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4983
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4962
4984
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4963
4985
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4964
4986
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4965
4987
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4966
4988
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4967
4989
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4968
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4990
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4969
4991
|
return $ret;
|
|
4970
4992
|
})())));
|
|
4971
4993
|
return $ret;
|
|
@@ -5010,41 +5032,42 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5010
5032
|
var _this = _super.call(this) || this;
|
|
5011
5033
|
_this.n = 0;
|
|
5012
5034
|
_this._view = null;
|
|
5035
|
+
_this.ak = false;
|
|
5013
5036
|
_this.aa = null;
|
|
5014
5037
|
_this.z = null;
|
|
5015
5038
|
_this.ab = false;
|
|
5016
5039
|
_this.r = 0;
|
|
5017
5040
|
_this.q = 1;
|
|
5018
|
-
_this.
|
|
5019
|
-
_this.cr = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
|
|
5041
|
+
_this.cv = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
|
|
5020
5042
|
_this.cs = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
|
|
5021
5043
|
_this.ct = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
5044
|
+
_this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
|
|
5022
5045
|
_this.u = null;
|
|
5023
|
-
_this.
|
|
5024
|
-
_this.cv = XLabel.c7;
|
|
5046
|
+
_this.cz = XLabel.df;
|
|
5025
5047
|
_this.cw = XLabel.c8;
|
|
5048
|
+
_this.cx = XLabel.c9;
|
|
5026
5049
|
_this.k = 0;
|
|
5027
5050
|
_this.ag = false;
|
|
5028
5051
|
_this.ae = false;
|
|
5029
5052
|
_this.v = null;
|
|
5030
|
-
_this.
|
|
5031
|
-
_this.
|
|
5032
|
-
_this.az = "inline-block";
|
|
5053
|
+
_this.cy = null;
|
|
5054
|
+
_this.a4 = "ig-label-" + XLabel.av++;
|
|
5033
5055
|
_this.a0 = "inline-block";
|
|
5034
|
-
_this.a1 =
|
|
5035
|
-
_this.
|
|
5056
|
+
_this.a1 = "inline-block";
|
|
5057
|
+
_this.a2 = null;
|
|
5036
5058
|
_this.ax = "center";
|
|
5037
|
-
_this.
|
|
5059
|
+
_this.ay = "center";
|
|
5060
|
+
_this.at = 0;
|
|
5038
5061
|
_this.ac = false;
|
|
5039
|
-
_this.
|
|
5040
|
-
_this.
|
|
5041
|
-
_this.
|
|
5062
|
+
_this.a3 = null;
|
|
5063
|
+
_this.az = null;
|
|
5064
|
+
_this.a5 = null;
|
|
5042
5065
|
_this.af = false;
|
|
5043
5066
|
_this.aj = false;
|
|
5044
5067
|
_this.ad = false;
|
|
5045
5068
|
_this.ai = false;
|
|
5046
5069
|
_this.ah = false;
|
|
5047
|
-
_this.
|
|
5070
|
+
_this.ar = false;
|
|
5048
5071
|
var a = new LabelView();
|
|
5049
5072
|
a.c = _this;
|
|
5050
5073
|
_this.view = a;
|
|
@@ -5088,7 +5111,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5088
5111
|
enumerable: false,
|
|
5089
5112
|
configurable: true
|
|
5090
5113
|
});
|
|
5091
|
-
XLabel.prototype.
|
|
5114
|
+
XLabel.prototype.cb = function () {
|
|
5092
5115
|
var _this = this;
|
|
5093
5116
|
this.view.v();
|
|
5094
5117
|
var a = false;
|
|
@@ -5127,40 +5150,40 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5127
5150
|
$ret.m = 0.75;
|
|
5128
5151
|
return $ret;
|
|
5129
5152
|
})()));
|
|
5130
|
-
this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.
|
|
5153
|
+
this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.j(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.j(this.l == 2 ? 255 : 0, 255, 255, 255))));
|
|
5131
5154
|
}
|
|
5132
5155
|
if (this.z == null) {
|
|
5133
|
-
this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.
|
|
5156
|
+
this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c3)).m(new AnimationKeyFrameProperty(7, this.c0)));
|
|
5134
5157
|
}
|
|
5135
5158
|
};
|
|
5136
|
-
XLabel.prototype.
|
|
5159
|
+
XLabel.prototype.cm = function (a, b) {
|
|
5137
5160
|
var _this = this;
|
|
5138
5161
|
if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
|
|
5139
5162
|
a.reverse();
|
|
5140
|
-
if (this.
|
|
5163
|
+
if (this.ar) {
|
|
5141
5164
|
a.finish();
|
|
5142
|
-
this.
|
|
5165
|
+
this.cc(a);
|
|
5143
5166
|
return;
|
|
5144
5167
|
}
|
|
5145
|
-
a.finished.f(function (c) { return _this.
|
|
5168
|
+
a.finished.f(function (c) { return _this.cc(a); });
|
|
5146
5169
|
}
|
|
5147
5170
|
else {
|
|
5148
5171
|
a.play();
|
|
5149
|
-
if (this.
|
|
5172
|
+
if (this.ar) {
|
|
5150
5173
|
a.finish();
|
|
5151
|
-
this.
|
|
5174
|
+
this.cc(a);
|
|
5152
5175
|
return;
|
|
5153
5176
|
}
|
|
5154
|
-
a.finished.f(function (c) { return _this.
|
|
5177
|
+
a.finished.f(function (c) { return _this.cc(a); });
|
|
5155
5178
|
}
|
|
5156
5179
|
};
|
|
5157
|
-
XLabel.prototype.
|
|
5180
|
+
XLabel.prototype.cc = function (a) {
|
|
5158
5181
|
a.commitStyles();
|
|
5159
5182
|
if (a == this.aa && this.ai) {
|
|
5160
5183
|
this.aa = null;
|
|
5161
5184
|
if (this.ab) {
|
|
5162
5185
|
this.ab = false;
|
|
5163
|
-
this.
|
|
5186
|
+
this.cg();
|
|
5164
5187
|
}
|
|
5165
5188
|
}
|
|
5166
5189
|
if (a == this.z && this.ah) {
|
|
@@ -5171,15 +5194,15 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5171
5194
|
_super.prototype.h.call(this, a, b, c);
|
|
5172
5195
|
switch (a) {
|
|
5173
5196
|
case "BaseTheme":
|
|
5174
|
-
this.
|
|
5175
|
-
this.
|
|
5197
|
+
this.cp(this.p);
|
|
5198
|
+
this.cr();
|
|
5176
5199
|
break;
|
|
5177
5200
|
case "TextColor":
|
|
5178
5201
|
case "HoverTextColor":
|
|
5179
5202
|
case "TextStyle":
|
|
5180
5203
|
case "HighlightTextColor":
|
|
5181
5204
|
case "HoverHighlightTextColor":
|
|
5182
|
-
this.
|
|
5205
|
+
this.cr();
|
|
5183
5206
|
break;
|
|
5184
5207
|
case "ActualTextColor":
|
|
5185
5208
|
case "ActualHoverTextColor":
|
|
@@ -5202,7 +5225,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5202
5225
|
this.ah = true;
|
|
5203
5226
|
}
|
|
5204
5227
|
}
|
|
5205
|
-
this.
|
|
5228
|
+
this.cq();
|
|
5206
5229
|
break;
|
|
5207
5230
|
case "Text":
|
|
5208
5231
|
this.view.ai();
|
|
@@ -5218,10 +5241,10 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5218
5241
|
this.view.aj();
|
|
5219
5242
|
break;
|
|
5220
5243
|
case "IsHighlighted":
|
|
5221
|
-
this.
|
|
5244
|
+
this.cf();
|
|
5222
5245
|
break;
|
|
5223
5246
|
case "IsShifted":
|
|
5224
|
-
this.
|
|
5247
|
+
this.cg();
|
|
5225
5248
|
break;
|
|
5226
5249
|
case "ShiftType":
|
|
5227
5250
|
if (this.aa != null) {
|
|
@@ -5232,7 +5255,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5232
5255
|
this.ai = true;
|
|
5233
5256
|
}
|
|
5234
5257
|
}
|
|
5235
|
-
this.
|
|
5258
|
+
this.cj();
|
|
5236
5259
|
break;
|
|
5237
5260
|
case "Display":
|
|
5238
5261
|
this.view.ab();
|
|
@@ -5251,38 +5274,44 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5251
5274
|
break;
|
|
5252
5275
|
}
|
|
5253
5276
|
};
|
|
5254
|
-
XLabel.prototype.
|
|
5277
|
+
XLabel.prototype.cj = function () {
|
|
5255
5278
|
this.view.aj();
|
|
5256
5279
|
};
|
|
5257
|
-
XLabel.prototype.
|
|
5280
|
+
XLabel.prototype.cg = function () {
|
|
5258
5281
|
this.view.af();
|
|
5259
|
-
this.
|
|
5282
|
+
if (this.ak) {
|
|
5283
|
+
return;
|
|
5284
|
+
}
|
|
5285
|
+
this.cb();
|
|
5260
5286
|
var a = 1;
|
|
5261
|
-
var b = this.
|
|
5287
|
+
var b = this.ap;
|
|
5262
5288
|
if (!b) {
|
|
5263
5289
|
a = -1;
|
|
5264
5290
|
}
|
|
5265
|
-
this.
|
|
5291
|
+
this.cm(this.aa, a);
|
|
5266
5292
|
};
|
|
5267
|
-
XLabel.prototype.
|
|
5268
|
-
this.
|
|
5293
|
+
XLabel.prototype.cf = function () {
|
|
5294
|
+
if (this.ak) {
|
|
5295
|
+
return;
|
|
5296
|
+
}
|
|
5297
|
+
this.cb();
|
|
5269
5298
|
var a = 1;
|
|
5270
|
-
var b = this.
|
|
5299
|
+
var b = this.an;
|
|
5271
5300
|
if (!b) {
|
|
5272
5301
|
a = -1;
|
|
5273
5302
|
}
|
|
5274
|
-
this.
|
|
5303
|
+
this.cm(this.z, a);
|
|
5275
5304
|
};
|
|
5276
5305
|
XLabel.prototype.onSizeReady = function () {
|
|
5277
5306
|
if (this.aa != null) {
|
|
5278
|
-
this.
|
|
5279
|
-
if (this.
|
|
5307
|
+
this.ca();
|
|
5308
|
+
if (this.ap) {
|
|
5280
5309
|
this.view.aj();
|
|
5281
|
-
this.
|
|
5310
|
+
this.cg();
|
|
5282
5311
|
}
|
|
5283
5312
|
}
|
|
5284
5313
|
};
|
|
5285
|
-
XLabel.prototype.
|
|
5314
|
+
XLabel.prototype.ca = function () {
|
|
5286
5315
|
if (this.aa != null && this.aa.playState == 3) {
|
|
5287
5316
|
this.aa = null;
|
|
5288
5317
|
}
|
|
@@ -5291,26 +5320,26 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5291
5320
|
this.ai = true;
|
|
5292
5321
|
}
|
|
5293
5322
|
};
|
|
5294
|
-
XLabel.prototype.
|
|
5295
|
-
this.
|
|
5296
|
-
this.
|
|
5297
|
-
this.
|
|
5323
|
+
XLabel.prototype.cr = function () {
|
|
5324
|
+
this.c3 = this.dj != null ? this.dj : XLabel.df;
|
|
5325
|
+
this.c2 = this.di != null ? this.di : XLabel.df;
|
|
5326
|
+
this.c0 = this.dg != null ? this.dg : XLabel.c8;
|
|
5298
5327
|
this.w = this.y != null ? this.y : XLabel.x;
|
|
5299
5328
|
};
|
|
5300
|
-
XLabel.prototype.
|
|
5329
|
+
XLabel.prototype.cq = function () {
|
|
5301
5330
|
if (this.w != null) {
|
|
5302
5331
|
this.view.am(this.w);
|
|
5303
5332
|
}
|
|
5304
5333
|
else {
|
|
5305
5334
|
this.view.am(this.view.e());
|
|
5306
5335
|
}
|
|
5307
|
-
this.view.ah(this.
|
|
5336
|
+
this.view.ah(this.c3);
|
|
5308
5337
|
};
|
|
5309
|
-
XLabel.prototype.
|
|
5310
|
-
XLabel.
|
|
5311
|
-
XLabel.c7 = ThemeResolver.ah(a, XLabel.da, XLabel.c3);
|
|
5312
|
-
XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
|
|
5338
|
+
XLabel.prototype.cp = function (a) {
|
|
5339
|
+
XLabel.df = ThemeResolver.ah(a, XLabel.de, XLabel.c7);
|
|
5313
5340
|
XLabel.c8 = ThemeResolver.ah(a, XLabel.db, XLabel.c4);
|
|
5341
|
+
XLabel.da = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
|
|
5342
|
+
XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
|
|
5314
5343
|
};
|
|
5315
5344
|
Object.defineProperty(XLabel.prototype, "t", {
|
|
5316
5345
|
get: function () {
|
|
@@ -5340,34 +5369,20 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5340
5369
|
enumerable: false,
|
|
5341
5370
|
configurable: true
|
|
5342
5371
|
});
|
|
5343
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5372
|
+
Object.defineProperty(XLabel.prototype, "c3", {
|
|
5344
5373
|
get: function () {
|
|
5345
|
-
return this.
|
|
5374
|
+
return this.cv;
|
|
5346
5375
|
},
|
|
5347
5376
|
set: function (a) {
|
|
5348
|
-
var b = this.
|
|
5349
|
-
this.
|
|
5350
|
-
if (b != this.
|
|
5377
|
+
var b = this.cv;
|
|
5378
|
+
this.cv = a;
|
|
5379
|
+
if (b != this.cv) {
|
|
5351
5380
|
this.g("ActualTextColor", b, a);
|
|
5352
5381
|
}
|
|
5353
5382
|
},
|
|
5354
5383
|
enumerable: false,
|
|
5355
5384
|
configurable: true
|
|
5356
5385
|
});
|
|
5357
|
-
Object.defineProperty(XLabel.prototype, "cz", {
|
|
5358
|
-
get: function () {
|
|
5359
|
-
return this.cr;
|
|
5360
|
-
},
|
|
5361
|
-
set: function (a) {
|
|
5362
|
-
var b = this.cr;
|
|
5363
|
-
this.cr = a;
|
|
5364
|
-
if (b != this.cr) {
|
|
5365
|
-
this.g("ActualHighlightTextColor", b, a);
|
|
5366
|
-
}
|
|
5367
|
-
},
|
|
5368
|
-
enumerable: false,
|
|
5369
|
-
configurable: true
|
|
5370
|
-
});
|
|
5371
5386
|
Object.defineProperty(XLabel.prototype, "c0", {
|
|
5372
5387
|
get: function () {
|
|
5373
5388
|
return this.cs;
|
|
@@ -5376,7 +5391,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5376
5391
|
var b = this.cs;
|
|
5377
5392
|
this.cs = a;
|
|
5378
5393
|
if (b != this.cs) {
|
|
5379
|
-
this.g("
|
|
5394
|
+
this.g("ActualHighlightTextColor", b, a);
|
|
5380
5395
|
}
|
|
5381
5396
|
},
|
|
5382
5397
|
enumerable: false,
|
|
@@ -5390,6 +5405,20 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5390
5405
|
var b = this.ct;
|
|
5391
5406
|
this.ct = a;
|
|
5392
5407
|
if (b != this.ct) {
|
|
5408
|
+
this.g("ActualHoverHighlightTextColor", b, a);
|
|
5409
|
+
}
|
|
5410
|
+
},
|
|
5411
|
+
enumerable: false,
|
|
5412
|
+
configurable: true
|
|
5413
|
+
});
|
|
5414
|
+
Object.defineProperty(XLabel.prototype, "c2", {
|
|
5415
|
+
get: function () {
|
|
5416
|
+
return this.cu;
|
|
5417
|
+
},
|
|
5418
|
+
set: function (a) {
|
|
5419
|
+
var b = this.cu;
|
|
5420
|
+
this.cu = a;
|
|
5421
|
+
if (b != this.cu) {
|
|
5393
5422
|
this.g("ActualHoverTextColor", b, a);
|
|
5394
5423
|
}
|
|
5395
5424
|
},
|
|
@@ -5410,42 +5439,42 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5410
5439
|
enumerable: false,
|
|
5411
5440
|
configurable: true
|
|
5412
5441
|
});
|
|
5413
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5442
|
+
Object.defineProperty(XLabel.prototype, "dj", {
|
|
5414
5443
|
get: function () {
|
|
5415
|
-
return this.
|
|
5444
|
+
return this.cz;
|
|
5416
5445
|
},
|
|
5417
5446
|
set: function (a) {
|
|
5418
|
-
var b = this.
|
|
5419
|
-
this.
|
|
5420
|
-
if (b != this.
|
|
5447
|
+
var b = this.cz;
|
|
5448
|
+
this.cz = a;
|
|
5449
|
+
if (b != this.cz) {
|
|
5421
5450
|
this.g("TextColor", b, a);
|
|
5422
5451
|
}
|
|
5423
5452
|
},
|
|
5424
5453
|
enumerable: false,
|
|
5425
5454
|
configurable: true
|
|
5426
5455
|
});
|
|
5427
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5456
|
+
Object.defineProperty(XLabel.prototype, "dg", {
|
|
5428
5457
|
get: function () {
|
|
5429
|
-
return this.
|
|
5458
|
+
return this.cw;
|
|
5430
5459
|
},
|
|
5431
5460
|
set: function (a) {
|
|
5432
|
-
var b = this.
|
|
5433
|
-
this.
|
|
5434
|
-
if (b != this.
|
|
5461
|
+
var b = this.cw;
|
|
5462
|
+
this.cw = a;
|
|
5463
|
+
if (b != this.cw) {
|
|
5435
5464
|
this.g("HighlightTextColor", b, a);
|
|
5436
5465
|
}
|
|
5437
5466
|
},
|
|
5438
5467
|
enumerable: false,
|
|
5439
5468
|
configurable: true
|
|
5440
5469
|
});
|
|
5441
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5470
|
+
Object.defineProperty(XLabel.prototype, "dh", {
|
|
5442
5471
|
get: function () {
|
|
5443
|
-
return this.
|
|
5472
|
+
return this.cx;
|
|
5444
5473
|
},
|
|
5445
5474
|
set: function (a) {
|
|
5446
|
-
var b = this.
|
|
5447
|
-
this.
|
|
5448
|
-
if (b != this.
|
|
5475
|
+
var b = this.cx;
|
|
5476
|
+
this.cx = a;
|
|
5477
|
+
if (b != this.cx) {
|
|
5449
5478
|
this.g("HoverHighlightTextColor", b, a);
|
|
5450
5479
|
}
|
|
5451
5480
|
},
|
|
@@ -5466,7 +5495,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5466
5495
|
enumerable: false,
|
|
5467
5496
|
configurable: true
|
|
5468
5497
|
});
|
|
5469
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5498
|
+
Object.defineProperty(XLabel.prototype, "ap", {
|
|
5470
5499
|
get: function () {
|
|
5471
5500
|
return this.ag;
|
|
5472
5501
|
},
|
|
@@ -5480,24 +5509,24 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5480
5509
|
enumerable: false,
|
|
5481
5510
|
configurable: true
|
|
5482
5511
|
});
|
|
5483
|
-
XLabel.prototype.
|
|
5512
|
+
XLabel.prototype.co = function (a, b) {
|
|
5484
5513
|
if (b === void 0) {
|
|
5485
5514
|
b = true;
|
|
5486
5515
|
}
|
|
5487
|
-
var c = this.
|
|
5516
|
+
var c = this.ar;
|
|
5488
5517
|
if (!b) {
|
|
5489
|
-
this.
|
|
5518
|
+
this.ar = true;
|
|
5490
5519
|
}
|
|
5491
5520
|
try {
|
|
5492
|
-
this.
|
|
5521
|
+
this.ap = a;
|
|
5493
5522
|
}
|
|
5494
5523
|
finally {
|
|
5495
5524
|
if (!b) {
|
|
5496
|
-
this.
|
|
5525
|
+
this.ar = c;
|
|
5497
5526
|
}
|
|
5498
5527
|
}
|
|
5499
5528
|
};
|
|
5500
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5529
|
+
Object.defineProperty(XLabel.prototype, "an", {
|
|
5501
5530
|
get: function () {
|
|
5502
5531
|
return this.ae;
|
|
5503
5532
|
},
|
|
@@ -5511,11 +5540,11 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5511
5540
|
enumerable: false,
|
|
5512
5541
|
configurable: true
|
|
5513
5542
|
});
|
|
5514
|
-
XLabel.prototype.cg = function () {
|
|
5515
|
-
this.an = true;
|
|
5516
|
-
};
|
|
5517
5543
|
XLabel.prototype.ch = function () {
|
|
5518
|
-
this.
|
|
5544
|
+
this.ao = true;
|
|
5545
|
+
};
|
|
5546
|
+
XLabel.prototype.ci = function () {
|
|
5547
|
+
this.ao = false;
|
|
5519
5548
|
};
|
|
5520
5549
|
Object.defineProperty(XLabel.prototype, "y", {
|
|
5521
5550
|
get: function () {
|
|
@@ -5531,49 +5560,35 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5531
5560
|
enumerable: false,
|
|
5532
5561
|
configurable: true
|
|
5533
5562
|
});
|
|
5534
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5563
|
+
Object.defineProperty(XLabel.prototype, "di", {
|
|
5535
5564
|
get: function () {
|
|
5536
|
-
return this.
|
|
5565
|
+
return this.cy;
|
|
5537
5566
|
},
|
|
5538
5567
|
set: function (a) {
|
|
5539
|
-
var b = this.
|
|
5540
|
-
this.
|
|
5541
|
-
if (b != this.
|
|
5568
|
+
var b = this.cy;
|
|
5569
|
+
this.cy = a;
|
|
5570
|
+
if (b != this.cy) {
|
|
5542
5571
|
this.g("HoverTextColor", b, a);
|
|
5543
5572
|
}
|
|
5544
5573
|
},
|
|
5545
5574
|
enumerable: false,
|
|
5546
5575
|
configurable: true
|
|
5547
5576
|
});
|
|
5548
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5577
|
+
Object.defineProperty(XLabel.prototype, "bw", {
|
|
5549
5578
|
get: function () {
|
|
5550
|
-
return this.
|
|
5579
|
+
return this.a4;
|
|
5551
5580
|
},
|
|
5552
5581
|
set: function (a) {
|
|
5553
|
-
var b = this.
|
|
5554
|
-
this.
|
|
5555
|
-
if (b != this.
|
|
5582
|
+
var b = this.a4;
|
|
5583
|
+
this.a4 = a;
|
|
5584
|
+
if (b != this.a4) {
|
|
5556
5585
|
this.g("Id", b, a);
|
|
5557
5586
|
}
|
|
5558
5587
|
},
|
|
5559
5588
|
enumerable: false,
|
|
5560
5589
|
configurable: true
|
|
5561
5590
|
});
|
|
5562
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5563
|
-
get: function () {
|
|
5564
|
-
return this.az;
|
|
5565
|
-
},
|
|
5566
|
-
set: function (a) {
|
|
5567
|
-
var b = this.az;
|
|
5568
|
-
this.az = a;
|
|
5569
|
-
if (b != this.az) {
|
|
5570
|
-
this.g("Display", b, a);
|
|
5571
|
-
}
|
|
5572
|
-
},
|
|
5573
|
-
enumerable: false,
|
|
5574
|
-
configurable: true
|
|
5575
|
-
});
|
|
5576
|
-
Object.defineProperty(XLabel.prototype, "bm", {
|
|
5591
|
+
Object.defineProperty(XLabel.prototype, "bk", {
|
|
5577
5592
|
get: function () {
|
|
5578
5593
|
return this.a0;
|
|
5579
5594
|
},
|
|
@@ -5581,13 +5596,13 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5581
5596
|
var b = this.a0;
|
|
5582
5597
|
this.a0 = a;
|
|
5583
5598
|
if (b != this.a0) {
|
|
5584
|
-
this.g("
|
|
5599
|
+
this.g("Display", b, a);
|
|
5585
5600
|
}
|
|
5586
5601
|
},
|
|
5587
5602
|
enumerable: false,
|
|
5588
5603
|
configurable: true
|
|
5589
5604
|
});
|
|
5590
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5605
|
+
Object.defineProperty(XLabel.prototype, "bn", {
|
|
5591
5606
|
get: function () {
|
|
5592
5607
|
return this.a1;
|
|
5593
5608
|
},
|
|
@@ -5595,27 +5610,27 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5595
5610
|
var b = this.a1;
|
|
5596
5611
|
this.a1 = a;
|
|
5597
5612
|
if (b != this.a1) {
|
|
5598
|
-
this.g("
|
|
5613
|
+
this.g("FlexDirection", b, a);
|
|
5599
5614
|
}
|
|
5600
5615
|
},
|
|
5601
5616
|
enumerable: false,
|
|
5602
5617
|
configurable: true
|
|
5603
5618
|
});
|
|
5604
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5619
|
+
Object.defineProperty(XLabel.prototype, "bp", {
|
|
5605
5620
|
get: function () {
|
|
5606
|
-
return this.
|
|
5621
|
+
return this.a2;
|
|
5607
5622
|
},
|
|
5608
5623
|
set: function (a) {
|
|
5609
|
-
var b = this.
|
|
5610
|
-
this.
|
|
5611
|
-
if (b != this.
|
|
5612
|
-
this.g("
|
|
5624
|
+
var b = this.a2;
|
|
5625
|
+
this.a2 = a;
|
|
5626
|
+
if (b != this.a2) {
|
|
5627
|
+
this.g("FlexGrow", b, a);
|
|
5613
5628
|
}
|
|
5614
5629
|
},
|
|
5615
5630
|
enumerable: false,
|
|
5616
5631
|
configurable: true
|
|
5617
5632
|
});
|
|
5618
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5633
|
+
Object.defineProperty(XLabel.prototype, "bc", {
|
|
5619
5634
|
get: function () {
|
|
5620
5635
|
return this.ax;
|
|
5621
5636
|
},
|
|
@@ -5623,56 +5638,70 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5623
5638
|
var b = this.ax;
|
|
5624
5639
|
this.ax = a;
|
|
5625
5640
|
if (b != this.ax) {
|
|
5641
|
+
this.g("AlignItems", b, a);
|
|
5642
|
+
}
|
|
5643
|
+
},
|
|
5644
|
+
enumerable: false,
|
|
5645
|
+
configurable: true
|
|
5646
|
+
});
|
|
5647
|
+
Object.defineProperty(XLabel.prototype, "be", {
|
|
5648
|
+
get: function () {
|
|
5649
|
+
return this.ay;
|
|
5650
|
+
},
|
|
5651
|
+
set: function (a) {
|
|
5652
|
+
var b = this.ay;
|
|
5653
|
+
this.ay = a;
|
|
5654
|
+
if (b != this.ay) {
|
|
5626
5655
|
this.g("AlignSelf", b, a);
|
|
5627
5656
|
}
|
|
5628
5657
|
},
|
|
5629
5658
|
enumerable: false,
|
|
5630
5659
|
configurable: true
|
|
5631
5660
|
});
|
|
5632
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5661
|
+
Object.defineProperty(XLabel.prototype, "al", {
|
|
5633
5662
|
get: function () {
|
|
5634
5663
|
return this.ac;
|
|
5635
5664
|
},
|
|
5636
5665
|
enumerable: false,
|
|
5637
5666
|
configurable: true
|
|
5638
5667
|
});
|
|
5639
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5668
|
+
Object.defineProperty(XLabel.prototype, "au", {
|
|
5640
5669
|
get: function () {
|
|
5641
|
-
return this.
|
|
5670
|
+
return this.at;
|
|
5642
5671
|
},
|
|
5643
5672
|
set: function (a) {
|
|
5644
|
-
var b = this.
|
|
5645
|
-
this.
|
|
5673
|
+
var b = this.at;
|
|
5674
|
+
this.at = a;
|
|
5646
5675
|
this.ac = true;
|
|
5647
|
-
if (b != this.
|
|
5676
|
+
if (b != this.at) {
|
|
5648
5677
|
this.g("TabIndex", b, a);
|
|
5649
5678
|
}
|
|
5650
5679
|
},
|
|
5651
5680
|
enumerable: false,
|
|
5652
5681
|
configurable: true
|
|
5653
5682
|
});
|
|
5654
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5683
|
+
Object.defineProperty(XLabel.prototype, "br", {
|
|
5655
5684
|
get: function () {
|
|
5656
|
-
return this.
|
|
5685
|
+
return this.a3;
|
|
5657
5686
|
},
|
|
5658
5687
|
set: function (a) {
|
|
5659
|
-
var b = this.
|
|
5660
|
-
this.
|
|
5661
|
-
if (b != this.
|
|
5688
|
+
var b = this.a3;
|
|
5689
|
+
this.a3 = a;
|
|
5690
|
+
if (b != this.a3) {
|
|
5662
5691
|
this.g("TabIndex", b, a);
|
|
5663
5692
|
}
|
|
5664
5693
|
},
|
|
5665
5694
|
enumerable: false,
|
|
5666
5695
|
configurable: true
|
|
5667
5696
|
});
|
|
5668
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5697
|
+
Object.defineProperty(XLabel.prototype, "bg", {
|
|
5669
5698
|
get: function () {
|
|
5670
|
-
return this.
|
|
5699
|
+
return this.az;
|
|
5671
5700
|
},
|
|
5672
5701
|
set: function (a) {
|
|
5673
|
-
var b = this.
|
|
5674
|
-
this.
|
|
5675
|
-
if (b != this.
|
|
5702
|
+
var b = this.az;
|
|
5703
|
+
this.az = a;
|
|
5704
|
+
if (b != this.az) {
|
|
5676
5705
|
this.g("AriaLabel", b, a);
|
|
5677
5706
|
}
|
|
5678
5707
|
},
|
|
@@ -5681,19 +5710,19 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5681
5710
|
});
|
|
5682
5711
|
Object.defineProperty(XLabel.prototype, "text", {
|
|
5683
5712
|
get: function () {
|
|
5684
|
-
return this.
|
|
5713
|
+
return this.a5;
|
|
5685
5714
|
},
|
|
5686
5715
|
set: function (a) {
|
|
5687
|
-
var b = this.
|
|
5688
|
-
this.
|
|
5689
|
-
if (b != this.
|
|
5716
|
+
var b = this.a5;
|
|
5717
|
+
this.a5 = a;
|
|
5718
|
+
if (b != this.a5) {
|
|
5690
5719
|
this.g("Text", b, a);
|
|
5691
5720
|
}
|
|
5692
5721
|
},
|
|
5693
5722
|
enumerable: false,
|
|
5694
5723
|
configurable: true
|
|
5695
5724
|
});
|
|
5696
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5725
|
+
Object.defineProperty(XLabel.prototype, "ao", {
|
|
5697
5726
|
get: function () {
|
|
5698
5727
|
return this.af;
|
|
5699
5728
|
},
|
|
@@ -5707,7 +5736,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5707
5736
|
enumerable: false,
|
|
5708
5737
|
configurable: true
|
|
5709
5738
|
});
|
|
5710
|
-
Object.defineProperty(XLabel.prototype, "
|
|
5739
|
+
Object.defineProperty(XLabel.prototype, "as", {
|
|
5711
5740
|
get: function () {
|
|
5712
5741
|
return this.aj;
|
|
5713
5742
|
},
|
|
@@ -5735,7 +5764,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5735
5764
|
enumerable: false,
|
|
5736
5765
|
configurable: true
|
|
5737
5766
|
});
|
|
5738
|
-
XLabel.prototype.
|
|
5767
|
+
XLabel.prototype.cl = function () {
|
|
5739
5768
|
this.view.ai();
|
|
5740
5769
|
};
|
|
5741
5770
|
XLabel.prototype.onDetachedFromUI = function () {
|
|
@@ -5744,13 +5773,13 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5744
5773
|
XLabel.prototype.onAttachedToUI = function () {
|
|
5745
5774
|
this.view.y();
|
|
5746
5775
|
};
|
|
5747
|
-
XLabel.prototype.
|
|
5776
|
+
XLabel.prototype.aq = function () {
|
|
5748
5777
|
return this.view.g();
|
|
5749
5778
|
};
|
|
5750
|
-
XLabel.prototype.
|
|
5779
|
+
XLabel.prototype.aw = function () {
|
|
5751
5780
|
return this.j();
|
|
5752
5781
|
};
|
|
5753
|
-
XLabel.prototype.
|
|
5782
|
+
XLabel.prototype.bm = function () {
|
|
5754
5783
|
var a = this.j();
|
|
5755
5784
|
return a.q();
|
|
5756
5785
|
};
|
|
@@ -5762,15 +5791,15 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5762
5791
|
a.d = this.s;
|
|
5763
5792
|
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
5764
5793
|
a.b = this.l;
|
|
5765
|
-
a.i = this.
|
|
5766
|
-
a.g = this.
|
|
5767
|
-
a.m = this.
|
|
5768
|
-
a.n = this.
|
|
5769
|
-
a.o = this.
|
|
5770
|
-
a.l = this.
|
|
5794
|
+
a.i = this.ap;
|
|
5795
|
+
a.g = this.an;
|
|
5796
|
+
a.m = this.bk;
|
|
5797
|
+
a.n = this.bn;
|
|
5798
|
+
a.o = this.bp;
|
|
5799
|
+
a.l = this.bc;
|
|
5771
5800
|
a.r = this.text;
|
|
5772
|
-
a.h = this.
|
|
5773
|
-
a.j = this.
|
|
5801
|
+
a.h = this.ao;
|
|
5802
|
+
a.j = this.as;
|
|
5774
5803
|
a.f = this.disabled;
|
|
5775
5804
|
a.p = this.e;
|
|
5776
5805
|
if (this.w != null) {
|
|
@@ -5807,21 +5836,21 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5807
5836
|
this.view.z(a);
|
|
5808
5837
|
};
|
|
5809
5838
|
XLabel.$t = markType(XLabel, 'XLabel', XInputGroupItem.$);
|
|
5810
|
-
XLabel.
|
|
5811
|
-
XLabel.
|
|
5812
|
-
XLabel.
|
|
5813
|
-
XLabel.
|
|
5814
|
-
XLabel.
|
|
5815
|
-
XLabel.
|
|
5816
|
-
XLabel.
|
|
5817
|
-
XLabel.
|
|
5839
|
+
XLabel.de = BrushUtil.j(221, 0, 0, 0);
|
|
5840
|
+
XLabel.db = BrushUtil.j(255, 0, 153, 155);
|
|
5841
|
+
XLabel.dd = BrushUtil.j(221, 0, 0, 0);
|
|
5842
|
+
XLabel.dc = BrushUtil.j(255, 0, 153, 155);
|
|
5843
|
+
XLabel.c7 = BrushUtil.j(255, 24, 29, 31);
|
|
5844
|
+
XLabel.c4 = BrushUtil.j(255, 33, 150, 243);
|
|
5845
|
+
XLabel.c6 = BrushUtil.j(255, 24, 29, 31);
|
|
5846
|
+
XLabel.c5 = BrushUtil.j(255, 33, 150, 243);
|
|
5818
5847
|
XLabel.o = 2;
|
|
5819
|
-
XLabel.
|
|
5820
|
-
XLabel.c7 = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
|
|
5821
|
-
XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
5848
|
+
XLabel.df = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
|
|
5822
5849
|
XLabel.c8 = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
|
|
5850
|
+
XLabel.da = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
|
|
5851
|
+
XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
5823
5852
|
XLabel.x = null;
|
|
5824
|
-
XLabel.
|
|
5853
|
+
XLabel.av = 0;
|
|
5825
5854
|
return XLabel;
|
|
5826
5855
|
}(XInputGroupItem));
|
|
5827
5856
|
export { XLabel };
|
|
@@ -6752,8 +6781,8 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6752
6781
|
a.finished.f(function (d) { return a.commitStyles(); });
|
|
6753
6782
|
};
|
|
6754
6783
|
XInput.$t = markType(XInput, 'XInput', XInputGroupItem.$);
|
|
6755
|
-
XInput.d6 = BrushUtil.
|
|
6756
|
-
XInput.d5 = BrushUtil.
|
|
6784
|
+
XInput.d6 = BrushUtil.j(221, 0, 0, 0);
|
|
6785
|
+
XInput.d5 = BrushUtil.j(221, 0, 0, 0);
|
|
6757
6786
|
XInput.ae = null;
|
|
6758
6787
|
XInput.bf = 0;
|
|
6759
6788
|
return XInput;
|