igniteui-angular-inputs 17.1.0 → 17.2.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 +369 -369
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +48 -48
- package/esm2015/lib/ButtonView_combined.js +172 -172
- package/esm2015/lib/CalendarView_combined.js +10 -10
- package/esm2015/lib/CheckboxView_combined.js +25 -25
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/InputGroupView_combined.js +108 -108
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm5/lib/ButtonGroupView_combined.js +48 -48
- package/esm5/lib/ButtonView_combined.js +172 -172
- package/esm5/lib/CalendarView_combined.js +10 -10
- package/esm5/lib/CheckboxView_combined.js +25 -25
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/InputGroupView_combined.js +108 -108
- package/esm5/lib/RippleView_combined.js +2 -2
- package/fesm2015/igniteui-angular-inputs.js +369 -369
- package/fesm5/igniteui-angular-inputs.js +369 -369
- package/package.json +2 -2
|
@@ -1163,7 +1163,7 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1163
1163
|
NativeUI.m(a, this.nf);
|
|
1164
1164
|
}
|
|
1165
1165
|
}
|
|
1166
|
-
this.view.aw(this.np, BrushUtil.
|
|
1166
|
+
this.view.aw(this.np, BrushUtil.h(0, 0, 0, 0));
|
|
1167
1167
|
if (this.aa != null) {
|
|
1168
1168
|
this.view.az(this.aa);
|
|
1169
1169
|
}
|
|
@@ -3513,7 +3513,7 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3513
3513
|
});
|
|
3514
3514
|
XButton.prototype.ke = function () {
|
|
3515
3515
|
this.j3();
|
|
3516
|
-
this.view.aw(this.np, BrushUtil.
|
|
3516
|
+
this.view.aw(this.np, BrushUtil.h(0, 0, 0, 0));
|
|
3517
3517
|
this.kh();
|
|
3518
3518
|
};
|
|
3519
3519
|
Object.defineProperty(XButton.prototype, "a", {
|
|
@@ -3627,348 +3627,348 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3627
3627
|
XButton.d4 = 0;
|
|
3628
3628
|
XButton.i = new Theme(1, ((function () {
|
|
3629
3629
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3630
|
-
$ret.addItem("UmbraShadowColor", BrushUtil.
|
|
3631
|
-
$ret.addItem("PenumbraShadowColor", BrushUtil.
|
|
3632
|
-
$ret.addItem("AmbientShadowColor", BrushUtil.
|
|
3630
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.h(66, 0, 0, 0));
|
|
3631
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.h(30, 0, 0, 0));
|
|
3632
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.h(20, 0, 0, 0));
|
|
3633
3633
|
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 1));
|
|
3634
3634
|
return $ret;
|
|
3635
3635
|
})()), ((function () {
|
|
3636
3636
|
var $ret = new Dictionary$2(Base.$, Theme.$, 0);
|
|
3637
3637
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((function () {
|
|
3638
3638
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3639
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3640
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3641
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3639
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
|
|
3640
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
|
|
3641
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3642
3642
|
$ret.addItem("DisabledElevation", 0);
|
|
3643
3643
|
$ret.addItem("RestingElevation", 2);
|
|
3644
3644
|
$ret.addItem("HoverElevation", 4);
|
|
3645
3645
|
$ret.addItem("FocusElevation", 8);
|
|
3646
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3647
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3646
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3647
|
+
$ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
|
|
3648
3648
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3649
3649
|
$ret.addItem("BorderWidth", NaN);
|
|
3650
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3651
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3652
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3653
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3654
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3655
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3650
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(255, 228, 28, 119));
|
|
3651
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3652
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3653
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 220, 83, 145));
|
|
3654
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 220, 83, 145));
|
|
3655
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3656
3656
|
return $ret;
|
|
3657
3657
|
})())));
|
|
3658
3658
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((function () {
|
|
3659
3659
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3660
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3661
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3662
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3660
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3661
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
|
|
3662
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3663
3663
|
$ret.addItem("DisabledElevation", 0);
|
|
3664
3664
|
$ret.addItem("RestingElevation", 0);
|
|
3665
3665
|
$ret.addItem("HoverElevation", 0);
|
|
3666
3666
|
$ret.addItem("FocusElevation", 0);
|
|
3667
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3667
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3668
3668
|
$ret.addItem("RippleColor", null);
|
|
3669
3669
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3670
3670
|
$ret.addItem("BorderWidth", NaN);
|
|
3671
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3672
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3673
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3674
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3675
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3676
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3671
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3672
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3673
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 228, 28, 119));
|
|
3674
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(13, 228, 28, 119));
|
|
3675
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(30, 228, 28, 119));
|
|
3676
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 228, 28, 119));
|
|
3677
3677
|
return $ret;
|
|
3678
3678
|
})())));
|
|
3679
3679
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((function () {
|
|
3680
3680
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3681
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3682
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3683
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3681
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3682
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(30, 0, 0, 0));
|
|
3683
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3684
3684
|
$ret.addItem("DisabledElevation", 0);
|
|
3685
3685
|
$ret.addItem("RestingElevation", 0);
|
|
3686
3686
|
$ret.addItem("HoverElevation", 0);
|
|
3687
3687
|
$ret.addItem("FocusElevation", 0);
|
|
3688
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3689
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3688
|
+
$ret.addItem("BorderColor", BrushUtil.h(30, 0, 0, 0));
|
|
3689
|
+
$ret.addItem("RippleColor", BrushUtil.h(0, 0, 0, 0));
|
|
3690
3690
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3691
3691
|
$ret.addItem("BorderWidth", 1);
|
|
3692
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3693
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3694
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3695
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3696
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3697
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3692
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3693
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 228, 28, 119));
|
|
3694
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 228, 28, 119));
|
|
3695
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(13, 228, 28, 119));
|
|
3696
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(30, 228, 28, 119));
|
|
3697
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 228, 28, 119));
|
|
3698
3698
|
return $ret;
|
|
3699
3699
|
})())));
|
|
3700
3700
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((function () {
|
|
3701
3701
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3702
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3703
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3704
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3702
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3703
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
|
|
3704
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3705
3705
|
$ret.addItem("DisabledElevation", 0);
|
|
3706
3706
|
$ret.addItem("RestingElevation", 0);
|
|
3707
3707
|
$ret.addItem("HoverElevation", 0);
|
|
3708
3708
|
$ret.addItem("FocusElevation", 0);
|
|
3709
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3709
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3710
3710
|
$ret.addItem("RippleColor", null);
|
|
3711
3711
|
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3712
3712
|
$ret.addItem("BorderWidth", NaN);
|
|
3713
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3714
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3715
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3716
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3717
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3718
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3713
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3714
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3715
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3716
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(30, 0, 0, 0));
|
|
3717
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(66, 0, 0, 0));
|
|
3718
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3719
3719
|
return $ret;
|
|
3720
3720
|
})())));
|
|
3721
3721
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((function () {
|
|
3722
3722
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3723
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3724
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3725
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3723
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
|
|
3724
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
|
|
3725
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3726
3726
|
$ret.addItem("DisabledElevation", 0);
|
|
3727
3727
|
$ret.addItem("RestingElevation", 6);
|
|
3728
3728
|
$ret.addItem("HoverElevation", 12);
|
|
3729
3729
|
$ret.addItem("FocusElevation", 12);
|
|
3730
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3731
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3730
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3731
|
+
$ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
|
|
3732
3732
|
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3733
3733
|
$ret.addItem("BorderWidth", NaN);
|
|
3734
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3735
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3736
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3737
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3738
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3739
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3734
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(255, 228, 28, 119));
|
|
3735
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3736
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3737
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 220, 83, 145));
|
|
3738
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 220, 83, 145));
|
|
3739
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3740
3740
|
return $ret;
|
|
3741
3741
|
})())));
|
|
3742
3742
|
return $ret;
|
|
3743
3743
|
})()));
|
|
3744
3744
|
XButton.h = new Theme(1, ((function () {
|
|
3745
3745
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3746
|
-
$ret.addItem("UmbraShadowColor", BrushUtil.
|
|
3747
|
-
$ret.addItem("PenumbraShadowColor", BrushUtil.
|
|
3748
|
-
$ret.addItem("AmbientShadowColor", BrushUtil.
|
|
3746
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.h(100, 33, 150, 243));
|
|
3747
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.h(70, 33, 150, 243));
|
|
3748
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.h(40, 33, 150, 243));
|
|
3749
3749
|
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
|
|
3750
3750
|
return $ret;
|
|
3751
3751
|
})()), ((function () {
|
|
3752
3752
|
var $ret = new Dictionary$2(Base.$, Theme.$, 0);
|
|
3753
3753
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((function () {
|
|
3754
3754
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3755
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3756
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3757
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3755
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
|
|
3756
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
|
|
3757
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3758
3758
|
$ret.addItem("DisabledElevation", 0);
|
|
3759
3759
|
$ret.addItem("RestingElevation", 0);
|
|
3760
3760
|
$ret.addItem("HoverElevation", 0);
|
|
3761
3761
|
$ret.addItem("FocusElevation", 2);
|
|
3762
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3763
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3762
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3763
|
+
$ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
|
|
3764
3764
|
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3765
3765
|
$ret.addItem("BorderWidth", NaN);
|
|
3766
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3767
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3768
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3769
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3770
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3771
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3766
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(255, 33, 150, 243));
|
|
3767
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3768
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3769
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 27, 135, 220));
|
|
3770
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 21, 112, 184));
|
|
3771
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3772
3772
|
return $ret;
|
|
3773
3773
|
})())));
|
|
3774
3774
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((function () {
|
|
3775
3775
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3776
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3777
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3778
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3776
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3777
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
|
|
3778
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3779
3779
|
$ret.addItem("DisabledElevation", 0);
|
|
3780
3780
|
$ret.addItem("RestingElevation", 0);
|
|
3781
3781
|
$ret.addItem("HoverElevation", 0);
|
|
3782
3782
|
$ret.addItem("FocusElevation", 2);
|
|
3783
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3784
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3783
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3784
|
+
$ret.addItem("RippleColor", BrushUtil.h(100, 33, 150, 243));
|
|
3785
3785
|
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3786
3786
|
$ret.addItem("BorderWidth", NaN);
|
|
3787
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3788
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3789
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3790
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3791
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3792
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3787
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3788
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 119, 119, 119));
|
|
3789
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 119, 119, 119));
|
|
3790
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(26, 33, 150, 243));
|
|
3791
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3792
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 33, 150, 243));
|
|
3793
3793
|
return $ret;
|
|
3794
3794
|
})())));
|
|
3795
3795
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((function () {
|
|
3796
3796
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3797
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3798
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3799
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3797
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3798
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(30, 0, 0, 0));
|
|
3799
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3800
3800
|
$ret.addItem("DisabledElevation", 0);
|
|
3801
3801
|
$ret.addItem("RestingElevation", 0);
|
|
3802
3802
|
$ret.addItem("HoverElevation", 0);
|
|
3803
3803
|
$ret.addItem("FocusElevation", 2);
|
|
3804
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3805
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3804
|
+
$ret.addItem("BorderColor", BrushUtil.h(255, 33, 150, 243));
|
|
3805
|
+
$ret.addItem("RippleColor", BrushUtil.h(0, 0, 0, 0));
|
|
3806
3806
|
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3807
3807
|
$ret.addItem("BorderWidth", 1);
|
|
3808
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3809
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3810
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3811
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3812
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3813
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3808
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3809
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 33, 150, 243));
|
|
3810
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 33, 150, 243));
|
|
3811
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(26, 33, 150, 243));
|
|
3812
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 33, 150, 243));
|
|
3813
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3814
3814
|
return $ret;
|
|
3815
3815
|
})())));
|
|
3816
3816
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((function () {
|
|
3817
3817
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3818
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3819
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3820
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3818
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3819
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
|
|
3820
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3821
3821
|
$ret.addItem("DisabledElevation", 0);
|
|
3822
3822
|
$ret.addItem("RestingElevation", 0);
|
|
3823
3823
|
$ret.addItem("HoverElevation", 0);
|
|
3824
3824
|
$ret.addItem("FocusElevation", 2);
|
|
3825
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3825
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3826
3826
|
$ret.addItem("RippleColor", null);
|
|
3827
3827
|
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3828
3828
|
$ret.addItem("BorderWidth", NaN);
|
|
3829
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3830
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3831
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3832
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3833
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3834
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3829
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3830
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 119, 119, 119));
|
|
3831
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 119, 119, 119));
|
|
3832
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(30, 0, 0, 0));
|
|
3833
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(66, 0, 0, 0));
|
|
3834
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 33, 150, 243));
|
|
3835
3835
|
return $ret;
|
|
3836
3836
|
})())));
|
|
3837
3837
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((function () {
|
|
3838
3838
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3839
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3840
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3841
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3839
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
|
|
3840
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
|
|
3841
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3842
3842
|
$ret.addItem("DisabledElevation", 0);
|
|
3843
3843
|
$ret.addItem("RestingElevation", 0);
|
|
3844
3844
|
$ret.addItem("HoverElevation", 0);
|
|
3845
3845
|
$ret.addItem("FocusElevation", 2);
|
|
3846
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3847
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3846
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3847
|
+
$ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
|
|
3848
3848
|
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3849
3849
|
$ret.addItem("BorderWidth", NaN);
|
|
3850
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3851
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3852
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3853
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3854
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3855
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3850
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(255, 33, 150, 243));
|
|
3851
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3852
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3853
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 27, 135, 220));
|
|
3854
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 21, 112, 184));
|
|
3855
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3856
3856
|
return $ret;
|
|
3857
3857
|
})())));
|
|
3858
3858
|
return $ret;
|
|
3859
3859
|
})()));
|
|
3860
3860
|
XButton.j = new Theme(1, ((function () {
|
|
3861
3861
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3862
|
-
$ret.addItem("UmbraShadowColor", BrushUtil.
|
|
3863
|
-
$ret.addItem("PenumbraShadowColor", BrushUtil.
|
|
3864
|
-
$ret.addItem("AmbientShadowColor", BrushUtil.
|
|
3862
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.h(100, 33, 150, 243));
|
|
3863
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.h(70, 33, 150, 243));
|
|
3864
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.h(40, 33, 150, 243));
|
|
3865
3865
|
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
|
|
3866
3866
|
return $ret;
|
|
3867
3867
|
})()), ((function () {
|
|
3868
3868
|
var $ret = new Dictionary$2(Base.$, Theme.$, 0);
|
|
3869
3869
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((function () {
|
|
3870
3870
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3871
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3872
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3873
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3871
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
|
|
3872
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
|
|
3873
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3874
3874
|
$ret.addItem("DisabledElevation", 0);
|
|
3875
3875
|
$ret.addItem("RestingElevation", 0);
|
|
3876
3876
|
$ret.addItem("HoverElevation", 0);
|
|
3877
3877
|
$ret.addItem("FocusElevation", 2);
|
|
3878
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3879
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3878
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3879
|
+
$ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
|
|
3880
3880
|
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3881
3881
|
$ret.addItem("BorderWidth", NaN);
|
|
3882
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3883
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3884
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3885
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3886
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3887
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3882
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(255, 33, 150, 243));
|
|
3883
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3884
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3885
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 27, 135, 220));
|
|
3886
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 21, 112, 184));
|
|
3887
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3888
3888
|
return $ret;
|
|
3889
3889
|
})())));
|
|
3890
3890
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((function () {
|
|
3891
3891
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3892
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3893
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3894
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3892
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3893
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
|
|
3894
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3895
3895
|
$ret.addItem("DisabledElevation", 0);
|
|
3896
3896
|
$ret.addItem("RestingElevation", 0);
|
|
3897
3897
|
$ret.addItem("HoverElevation", 0);
|
|
3898
3898
|
$ret.addItem("FocusElevation", 2);
|
|
3899
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3900
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3899
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3900
|
+
$ret.addItem("RippleColor", BrushUtil.h(100, 33, 150, 243));
|
|
3901
3901
|
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3902
3902
|
$ret.addItem("BorderWidth", NaN);
|
|
3903
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3904
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3905
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3906
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3907
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3908
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3903
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3904
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 119, 119, 119));
|
|
3905
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 119, 119, 119));
|
|
3906
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(26, 33, 150, 243));
|
|
3907
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3908
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 33, 150, 243));
|
|
3909
3909
|
return $ret;
|
|
3910
3910
|
})())));
|
|
3911
3911
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((function () {
|
|
3912
3912
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3913
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3914
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3915
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3913
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3914
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(30, 0, 0, 0));
|
|
3915
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3916
3916
|
$ret.addItem("DisabledElevation", 0);
|
|
3917
3917
|
$ret.addItem("RestingElevation", 0);
|
|
3918
3918
|
$ret.addItem("HoverElevation", 0);
|
|
3919
3919
|
$ret.addItem("FocusElevation", 2);
|
|
3920
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3921
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3920
|
+
$ret.addItem("BorderColor", BrushUtil.h(255, 33, 150, 243));
|
|
3921
|
+
$ret.addItem("RippleColor", BrushUtil.h(0, 0, 0, 0));
|
|
3922
3922
|
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3923
3923
|
$ret.addItem("BorderWidth", 1);
|
|
3924
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3925
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3926
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3927
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3928
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3929
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3924
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3925
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 33, 150, 243));
|
|
3926
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 33, 150, 243));
|
|
3927
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(26, 33, 150, 243));
|
|
3928
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 33, 150, 243));
|
|
3929
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3930
3930
|
return $ret;
|
|
3931
3931
|
})())));
|
|
3932
3932
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((function () {
|
|
3933
3933
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3934
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3935
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3936
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3934
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3935
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
|
|
3936
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3937
3937
|
$ret.addItem("DisabledElevation", 0);
|
|
3938
3938
|
$ret.addItem("RestingElevation", 0);
|
|
3939
3939
|
$ret.addItem("HoverElevation", 0);
|
|
3940
3940
|
$ret.addItem("FocusElevation", 2);
|
|
3941
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3941
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3942
3942
|
$ret.addItem("RippleColor", null);
|
|
3943
3943
|
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3944
3944
|
$ret.addItem("BorderWidth", NaN);
|
|
3945
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3946
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3947
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3948
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3949
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3950
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3945
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
|
|
3946
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3947
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3948
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(51, 178, 191, 220));
|
|
3949
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(51, 178, 191, 220));
|
|
3950
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 0, 0, 0));
|
|
3951
3951
|
return $ret;
|
|
3952
3952
|
})())));
|
|
3953
3953
|
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((function () {
|
|
3954
3954
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3955
|
-
$ret.addItem("DisabledBackgroundColor", BrushUtil.
|
|
3956
|
-
$ret.addItem("DisabledBorderColor", BrushUtil.
|
|
3957
|
-
$ret.addItem("DisabledTextColor", BrushUtil.
|
|
3955
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
|
|
3956
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
|
|
3957
|
+
$ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
|
|
3958
3958
|
$ret.addItem("DisabledElevation", 0);
|
|
3959
3959
|
$ret.addItem("RestingElevation", 0);
|
|
3960
3960
|
$ret.addItem("HoverElevation", 0);
|
|
3961
3961
|
$ret.addItem("FocusElevation", 2);
|
|
3962
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3963
|
-
$ret.addItem("RippleColor", BrushUtil.
|
|
3962
|
+
$ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
3963
|
+
$ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
|
|
3964
3964
|
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3965
3965
|
$ret.addItem("BorderWidth", NaN);
|
|
3966
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3967
|
-
$ret.addItem("TextColor", BrushUtil.
|
|
3968
|
-
$ret.addItem("HoverTextColor", BrushUtil.
|
|
3969
|
-
$ret.addItem("HoverBackgroundColor", BrushUtil.
|
|
3970
|
-
$ret.addItem("FocusBackgroundColor", BrushUtil.
|
|
3971
|
-
$ret.addItem("FocusTextColor", BrushUtil.
|
|
3966
|
+
$ret.addItem("BackgroundColor", BrushUtil.h(255, 33, 150, 243));
|
|
3967
|
+
$ret.addItem("TextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3968
|
+
$ret.addItem("HoverTextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3969
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 27, 135, 220));
|
|
3970
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 21, 112, 184));
|
|
3971
|
+
$ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
|
|
3972
3972
|
return $ret;
|
|
3973
3973
|
})())));
|
|
3974
3974
|
return $ret;
|
|
@@ -1385,16 +1385,16 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1385
1385
|
_this.an = dateMaxValue();
|
|
1386
1386
|
_this.s = 3;
|
|
1387
1387
|
_this.q = 1;
|
|
1388
|
-
_this.c6 = BrushUtil.
|
|
1389
|
-
_this.dc = BrushUtil.
|
|
1390
|
-
_this.de = BrushUtil.
|
|
1391
|
-
_this.c9 = BrushUtil.
|
|
1392
|
-
_this.db = BrushUtil.
|
|
1393
|
-
_this.df = BrushUtil.
|
|
1394
|
-
_this.dd = BrushUtil.
|
|
1395
|
-
_this.da = BrushUtil.
|
|
1396
|
-
_this.c8 = BrushUtil.
|
|
1397
|
-
_this.c7 = BrushUtil.
|
|
1388
|
+
_this.c6 = BrushUtil.h(0, 255, 255, 255);
|
|
1389
|
+
_this.dc = BrushUtil.h(255, 33, 150, 243);
|
|
1390
|
+
_this.de = BrushUtil.h(255, 21, 112, 184);
|
|
1391
|
+
_this.c9 = BrushUtil.h(76, 33, 150, 243);
|
|
1392
|
+
_this.db = BrushUtil.h(50, 186, 191, 199);
|
|
1393
|
+
_this.df = BrushUtil.h(255, 24, 29, 31);
|
|
1394
|
+
_this.dd = BrushUtil.h(255, 255, 255, 255);
|
|
1395
|
+
_this.da = BrushUtil.h(255, 24, 29, 31);
|
|
1396
|
+
_this.c8 = BrushUtil.h(255, 33, 150, 243);
|
|
1397
|
+
_this.c7 = BrushUtil.h(255, 33, 150, 243);
|
|
1398
1398
|
_this.y = false;
|
|
1399
1399
|
_this.u = null;
|
|
1400
1400
|
_this.k = 0;
|