igniteui-webcomponents-inputs 7.1.0-alpha.0 → 7.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +4621 -4122
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +642 -628
- package/esm2015/lib/ButtonView_combined.js +2039 -1746
- package/esm2015/lib/CalendarView_combined.js +160 -160
- package/esm2015/lib/CheckboxView_combined.js +62 -62
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/IconView_combined.js +163 -163
- package/esm2015/lib/InputGroupView_combined.js +240 -240
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/MultiSliderView_combined.js +17 -17
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +202 -202
- package/esm2015/lib/RippleView_combined.js +3 -3
- package/esm2015/lib/ThemeResolver.js +38 -22
- package/esm2015/lib/XButtonBridge.js +65 -57
- package/esm2015/lib/XButtonGroupBridge.js +19 -15
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +4 -2
- package/esm2015/lib/XIconBridge.js +23 -23
- package/esm2015/lib/XIconButtonBridge.js +7 -7
- package/esm2015/lib/XInputBridge.js +18 -18
- package/esm2015/lib/XPopupBridge.js +28 -28
- package/esm2015/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm2015/lib/igc-multi-slider-thumb-component.js +271 -0
- package/esm2015/lib/igc-multi-slider-thumb-module.js +16 -0
- package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm2015/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm2015/lib/igc-x-button-component.js +567 -567
- package/esm2015/lib/igc-x-button-group-component.js +184 -184
- package/esm2015/lib/igc-x-icon-component.js +10 -10
- package/esm2015/public_api.js +2 -1
- package/esm5/lib/ButtonGroupView_combined.js +620 -606
- package/esm5/lib/ButtonView_combined.js +1953 -1660
- package/esm5/lib/CalendarView_combined.js +160 -160
- package/esm5/lib/CheckboxView_combined.js +62 -62
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/IconView_combined.js +158 -158
- package/esm5/lib/InputGroupView_combined.js +240 -240
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/MultiSliderView_combined.js +17 -17
- package/esm5/lib/NativeUIXInputsFactory_combined.js +202 -202
- package/esm5/lib/RippleView_combined.js +3 -3
- package/esm5/lib/ThemeResolver.js +38 -22
- package/esm5/lib/XButtonBridge.js +65 -57
- package/esm5/lib/XButtonGroupBridge.js +19 -15
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +4 -2
- package/esm5/lib/XIconBridge.js +23 -23
- package/esm5/lib/XIconButtonBridge.js +7 -7
- package/esm5/lib/XInputBridge.js +18 -18
- package/esm5/lib/XPopupBridge.js +28 -28
- package/esm5/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm5/lib/igc-multi-slider-thumb-component.js +300 -0
- package/esm5/lib/igc-multi-slider-thumb-module.js +20 -0
- package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm5/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm5/lib/igc-x-button-component.js +567 -567
- package/esm5/lib/igc-x-button-group-component.js +184 -184
- package/esm5/lib/igc-x-icon-component.js +10 -10
- package/esm5/public_api.js +2 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +4947 -4459
- package/fesm5/igniteui-webcomponents-inputs.js +4621 -4123
- package/lib/ButtonGroupView_combined.d.ts +181 -179
- package/lib/ButtonView_combined.d.ts +479 -478
- package/lib/IconView_combined.d.ts +33 -34
- package/lib/MultiSliderView_combined.d.ts +1 -1
- package/lib/ThemeResolver.d.ts +18 -15
- package/lib/igc-multi-slider-thumb-collection.d.ts +4 -4
- package/lib/igc-multi-slider-thumb-component.d.ts +53 -0
- package/lib/igc-multi-slider-thumb-module.d.ts +3 -0
- package/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
- package/lib/igc-multi-slider-track-thumb-range.d.ts +5 -5
- package/package.json +2 -2
- package/public_api.d.ts +2 -1
- package/esm2015/lib/igc-multi-slider-thumb.js +0 -109
- package/esm5/lib/igc-multi-slider-thumb.js +0 -132
- package/lib/igc-multi-slider-thumb.d.ts +0 -27
|
@@ -179,7 +179,7 @@ export var InputGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
179
179
|
g.setStyleProperty("height", "2px");
|
|
180
180
|
g.setStyleProperty("display", "block");
|
|
181
181
|
g.setStyleProperty("pointer-events", "none");
|
|
182
|
-
NativeUI.
|
|
182
|
+
NativeUI.ai(g, ((function () {
|
|
183
183
|
var $ret = new ScaleTransform();
|
|
184
184
|
$ret.l = 0.5;
|
|
185
185
|
$ret.m = 1;
|
|
@@ -414,7 +414,7 @@ export var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
414
414
|
$ret.m = 1;
|
|
415
415
|
return $ret;
|
|
416
416
|
})()));
|
|
417
|
-
NativeUI.
|
|
417
|
+
NativeUI.ai(this.h.rootWrapper, b);
|
|
418
418
|
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
419
419
|
};
|
|
420
420
|
SuffixView.prototype.g = function () {
|
|
@@ -553,7 +553,7 @@ export var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
553
553
|
$ret.m = 1;
|
|
554
554
|
return $ret;
|
|
555
555
|
})()));
|
|
556
|
-
NativeUI.
|
|
556
|
+
NativeUI.ai(this.h.rootWrapper, b);
|
|
557
557
|
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
558
558
|
};
|
|
559
559
|
PrefixView.prototype.g = function () {
|
|
@@ -696,7 +696,7 @@ export var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
696
696
|
c.setStyleProperty("overflow", "hidden");
|
|
697
697
|
c.setStyleProperty("height", "1.125rem");
|
|
698
698
|
c.setStyleProperty("backface-visibility", "hidden");
|
|
699
|
-
NativeUI.
|
|
699
|
+
NativeUI.r(this.m.rootWrapper, this.c.c3);
|
|
700
700
|
c.setStyleProperty("outline-style", "none");
|
|
701
701
|
c.setStyleProperty("box-shadow", "none");
|
|
702
702
|
c.setStyleProperty("font-family", "Verdana");
|
|
@@ -723,7 +723,7 @@ export var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
723
723
|
$ret.m = 1;
|
|
724
724
|
return $ret;
|
|
725
725
|
})()));
|
|
726
|
-
NativeUI.
|
|
726
|
+
NativeUI.ai(this.m.rootWrapper, a);
|
|
727
727
|
this.n.setStyleProperty("height", "1.125rem");
|
|
728
728
|
this.m.rootWrapper.setStyleProperty("position", "absolute");
|
|
729
729
|
this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
@@ -911,7 +911,7 @@ export var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
911
911
|
}
|
|
912
912
|
};
|
|
913
913
|
LabelView.prototype.ah = function (a) {
|
|
914
|
-
NativeUI.
|
|
914
|
+
NativeUI.r(this.n, a);
|
|
915
915
|
};
|
|
916
916
|
LabelView.prototype.e = function () {
|
|
917
917
|
return ((function () {
|
|
@@ -1018,7 +1018,7 @@ export var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1018
1018
|
c.setStyleProperty("background-attachment", "initial");
|
|
1019
1019
|
c.setStyleProperty("background-origin", "initial");
|
|
1020
1020
|
c.setStyleProperty("background-color", "transparent");
|
|
1021
|
-
NativeUI.
|
|
1021
|
+
NativeUI.r(c, this.c.d4);
|
|
1022
1022
|
c.setStyleProperty("outline-style", "none");
|
|
1023
1023
|
c.setStyleProperty("box-shadow", "none");
|
|
1024
1024
|
c.setStyleProperty("border-top", "0.1875rem solid transparent");
|
|
@@ -1150,7 +1150,7 @@ export var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1150
1150
|
$ret.m = 1;
|
|
1151
1151
|
return $ret;
|
|
1152
1152
|
})()));
|
|
1153
|
-
NativeUI.
|
|
1153
|
+
NativeUI.ai(this.m.rootWrapper, b);
|
|
1154
1154
|
this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
1155
1155
|
};
|
|
1156
1156
|
InputView.prototype.l = function () {
|
|
@@ -1767,103 +1767,103 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1767
1767
|
_this.gotFocus = null;
|
|
1768
1768
|
_this.dw = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1769
1769
|
_this.dx = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1770
|
-
_this.kv = XInputGroup.m.
|
|
1771
|
-
_this.ol = XInputGroup.m.
|
|
1772
|
-
_this.m9 = XInputGroup.m.
|
|
1773
|
-
_this.na = XInputGroup.m.
|
|
1774
|
-
_this.nb = XInputGroup.m.
|
|
1770
|
+
_this.kv = XInputGroup.m.z(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1771
|
+
_this.ol = XInputGroup.m.ak(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1772
|
+
_this.m9 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1773
|
+
_this.na = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1774
|
+
_this.nb = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusLabelColor");
|
|
1775
1775
|
_this.d5 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
|
|
1776
1776
|
_this.d4 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
1777
1777
|
_this.d1 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
1778
|
-
_this.ne = XInputGroup.m.
|
|
1779
|
-
_this.nf = XInputGroup.m.
|
|
1780
|
-
_this.nd = XInputGroup.m.
|
|
1781
|
-
_this.nc = XInputGroup.m.
|
|
1778
|
+
_this.ne = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1779
|
+
_this.nf = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1780
|
+
_this.nd = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1781
|
+
_this.nc = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1782
1782
|
_this.d2 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1783
1783
|
_this.d0 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1784
1784
|
_this.dy = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1785
1785
|
_this.dz = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1786
1786
|
_this.d3 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
1787
|
-
_this.m8 = XInputGroup.m.
|
|
1787
|
+
_this.m8 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1788
1788
|
_this.dl = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "BorderWidth");
|
|
1789
1789
|
_this.dm = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusBorderWidth");
|
|
1790
|
-
_this.ku = XInputGroup.m.
|
|
1791
|
-
_this.ok = XInputGroup.m.
|
|
1792
|
-
_this.m1 = XInputGroup.m.
|
|
1793
|
-
_this.m2 = XInputGroup.m.
|
|
1794
|
-
_this.m3 = XInputGroup.m.
|
|
1790
|
+
_this.ku = XInputGroup.m.z(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "CornerRadius");
|
|
1791
|
+
_this.ok = XInputGroup.m.ak(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "ContentPadding");
|
|
1792
|
+
_this.m1 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "BorderColor");
|
|
1793
|
+
_this.m2 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusBorderColor");
|
|
1794
|
+
_this.m3 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusLabelColor");
|
|
1795
1795
|
_this.dv = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineWidth");
|
|
1796
1796
|
_this.du = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleWidth");
|
|
1797
1797
|
_this.dr = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineWidth");
|
|
1798
|
-
_this.m6 = XInputGroup.m.
|
|
1799
|
-
_this.m7 = XInputGroup.m.
|
|
1800
|
-
_this.m5 = XInputGroup.m.
|
|
1801
|
-
_this.m4 = XInputGroup.m.
|
|
1798
|
+
_this.m6 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineColor");
|
|
1799
|
+
_this.m7 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleColor");
|
|
1800
|
+
_this.m5 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineColor");
|
|
1801
|
+
_this.m4 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineColor");
|
|
1802
1802
|
_this.ds = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineOpacity");
|
|
1803
1803
|
_this.dq = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineOpacity");
|
|
1804
1804
|
_this.dn = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineOpacity");
|
|
1805
1805
|
_this.dp = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineRippleOpacity");
|
|
1806
1806
|
_this.dt = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleOpacity");
|
|
1807
|
-
_this.m0 = XInputGroup.m.
|
|
1807
|
+
_this.m0 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "BackgroundColor");
|
|
1808
1808
|
_this.db = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "BorderWidth");
|
|
1809
1809
|
_this.dc = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusBorderWidth");
|
|
1810
|
-
_this.kt = XInputGroup.m.
|
|
1811
|
-
_this.oj = XInputGroup.m.
|
|
1812
|
-
_this.mt = XInputGroup.m.
|
|
1813
|
-
_this.mu = XInputGroup.m.
|
|
1814
|
-
_this.mv = XInputGroup.m.
|
|
1810
|
+
_this.kt = XInputGroup.m.z(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "CornerRadius");
|
|
1811
|
+
_this.oj = XInputGroup.m.ak(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "ContentPadding");
|
|
1812
|
+
_this.mt = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "BorderColor");
|
|
1813
|
+
_this.mu = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusBorderColor");
|
|
1814
|
+
_this.mv = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusLabelColor");
|
|
1815
1815
|
_this.dk = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineWidth");
|
|
1816
1816
|
_this.dj = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleWidth");
|
|
1817
1817
|
_this.dg = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineWidth");
|
|
1818
|
-
_this.my = XInputGroup.m.
|
|
1819
|
-
_this.mz = XInputGroup.m.
|
|
1820
|
-
_this.mx = XInputGroup.m.
|
|
1821
|
-
_this.mw = XInputGroup.m.
|
|
1818
|
+
_this.my = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineColor");
|
|
1819
|
+
_this.mz = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleColor");
|
|
1820
|
+
_this.mx = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineColor");
|
|
1821
|
+
_this.mw = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineColor");
|
|
1822
1822
|
_this.dh = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineOpacity");
|
|
1823
1823
|
_this.df = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineOpacity");
|
|
1824
1824
|
_this.dd = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineOpacity");
|
|
1825
1825
|
_this.de = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineRippleOpacity");
|
|
1826
1826
|
_this.di = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleOpacity");
|
|
1827
|
-
_this.ms = XInputGroup.m.
|
|
1827
|
+
_this.ms = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "BackgroundColor");
|
|
1828
1828
|
_this.d6 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "BorderWidth");
|
|
1829
1829
|
_this.d7 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusBorderWidth");
|
|
1830
|
-
_this.kw = XInputGroup.m.
|
|
1831
|
-
_this.om = XInputGroup.m.
|
|
1832
|
-
_this.nh = XInputGroup.m.
|
|
1833
|
-
_this.ni = XInputGroup.m.
|
|
1834
|
-
_this.nj = XInputGroup.m.
|
|
1830
|
+
_this.kw = XInputGroup.m.z(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "CornerRadius");
|
|
1831
|
+
_this.om = XInputGroup.m.ak(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "ContentPadding");
|
|
1832
|
+
_this.nh = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "BorderColor");
|
|
1833
|
+
_this.ni = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusBorderColor");
|
|
1834
|
+
_this.nj = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusLabelColor");
|
|
1835
1835
|
_this.ef = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineWidth");
|
|
1836
1836
|
_this.ee = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleWidth");
|
|
1837
1837
|
_this.eb = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineWidth");
|
|
1838
|
-
_this.nm = XInputGroup.m.
|
|
1839
|
-
_this.nn = XInputGroup.m.
|
|
1840
|
-
_this.nl = XInputGroup.m.
|
|
1841
|
-
_this.nk = XInputGroup.m.
|
|
1838
|
+
_this.nm = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineColor");
|
|
1839
|
+
_this.nn = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleColor");
|
|
1840
|
+
_this.nl = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineColor");
|
|
1841
|
+
_this.nk = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineColor");
|
|
1842
1842
|
_this.ec = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineOpacity");
|
|
1843
1843
|
_this.ea = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineOpacity");
|
|
1844
1844
|
_this.d8 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineOpacity");
|
|
1845
1845
|
_this.d9 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineRippleOpacity");
|
|
1846
1846
|
_this.ed = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleOpacity");
|
|
1847
|
-
_this.ng = XInputGroup.m.
|
|
1848
|
-
_this.k0 = ThemeResolver.
|
|
1849
|
-
_this.k1 = ThemeResolver.
|
|
1847
|
+
_this.ng = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "BackgroundColor");
|
|
1848
|
+
_this.k0 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1849
|
+
_this.k1 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1850
1850
|
_this.as = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1851
1851
|
_this.at = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1852
|
-
_this.ki = ThemeResolver.
|
|
1853
|
-
_this.n8 = ThemeResolver.
|
|
1852
|
+
_this.ki = ThemeResolver.ab(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1853
|
+
_this.n8 = ThemeResolver.am(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1854
1854
|
_this.a1 = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
|
|
1855
1855
|
_this.a0 = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
1856
1856
|
_this.ax = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
1857
|
-
_this.k4 = ThemeResolver.
|
|
1858
|
-
_this.k5 = ThemeResolver.
|
|
1859
|
-
_this.k3 = ThemeResolver.
|
|
1860
|
-
_this.k2 = ThemeResolver.
|
|
1857
|
+
_this.k4 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1858
|
+
_this.k5 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1859
|
+
_this.k3 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1860
|
+
_this.k2 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1861
1861
|
_this.ay = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1862
1862
|
_this.aw = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1863
1863
|
_this.au = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1864
1864
|
_this.av = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1865
1865
|
_this.az = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
1866
|
-
_this.kz = ThemeResolver.
|
|
1866
|
+
_this.kz = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1867
1867
|
_this.bc = NaN;
|
|
1868
1868
|
_this.bn = NaN;
|
|
1869
1869
|
_this.k7 = null;
|
|
@@ -2295,7 +2295,7 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2295
2295
|
this.jv();
|
|
2296
2296
|
break;
|
|
2297
2297
|
case "IsDisabled":
|
|
2298
|
-
NativeUI.
|
|
2298
|
+
NativeUI.w(this.view.v, !this.disabled);
|
|
2299
2299
|
break;
|
|
2300
2300
|
}
|
|
2301
2301
|
};
|
|
@@ -2482,44 +2482,44 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2482
2482
|
var e = this.v != null && this.v.playState == 1;
|
|
2483
2483
|
var f = this.w != null && this.w.playState == 1;
|
|
2484
2484
|
var g = this.u != null && this.u.playState == 1;
|
|
2485
|
-
NativeUI.
|
|
2486
|
-
NativeUI.
|
|
2487
|
-
NativeUI.
|
|
2488
|
-
NativeUI.
|
|
2485
|
+
NativeUI.p(a, this.ko);
|
|
2486
|
+
NativeUI.p(b, this.ko);
|
|
2487
|
+
NativeUI.n(a, this.l5);
|
|
2488
|
+
NativeUI.ac(a, this.oe);
|
|
2489
2489
|
if (this.ao) {
|
|
2490
2490
|
if (!g) {
|
|
2491
|
-
NativeUI.
|
|
2492
|
-
NativeUI.
|
|
2491
|
+
NativeUI.o(b, this.l7);
|
|
2492
|
+
NativeUI.q(b, new Thickness(0, this.ch));
|
|
2493
2493
|
}
|
|
2494
2494
|
if (!f) {
|
|
2495
|
-
NativeUI.
|
|
2495
|
+
NativeUI.n(c, this.l8);
|
|
2496
2496
|
}
|
|
2497
2497
|
}
|
|
2498
2498
|
else {
|
|
2499
2499
|
if (!f) {
|
|
2500
2500
|
if (this.ap) {
|
|
2501
|
-
NativeUI.
|
|
2502
|
-
NativeUI.
|
|
2503
|
-
NativeUI.
|
|
2501
|
+
NativeUI.n(c, this.l9);
|
|
2502
|
+
NativeUI.ab(c, this.ck);
|
|
2503
|
+
NativeUI.v(c, this.cl);
|
|
2504
2504
|
}
|
|
2505
2505
|
else {
|
|
2506
|
-
NativeUI.
|
|
2507
|
-
NativeUI.
|
|
2508
|
-
NativeUI.
|
|
2506
|
+
NativeUI.n(c, this.ma);
|
|
2507
|
+
NativeUI.ab(c, this.cm);
|
|
2508
|
+
NativeUI.v(c, this.cp);
|
|
2509
2509
|
}
|
|
2510
2510
|
}
|
|
2511
2511
|
if (!g) {
|
|
2512
|
-
NativeUI.
|
|
2513
|
-
NativeUI.
|
|
2512
|
+
NativeUI.o(b, this.l6);
|
|
2513
|
+
NativeUI.q(b, new Thickness(0, this.cg));
|
|
2514
2514
|
}
|
|
2515
2515
|
if (!f) {
|
|
2516
|
-
NativeUI.
|
|
2516
|
+
NativeUI.n(a, this.l5);
|
|
2517
2517
|
}
|
|
2518
2518
|
}
|
|
2519
2519
|
if (!e) {
|
|
2520
|
-
NativeUI.
|
|
2521
|
-
NativeUI.
|
|
2522
|
-
NativeUI.
|
|
2520
|
+
NativeUI.n(d, this.mb);
|
|
2521
|
+
NativeUI.v(d, this.co);
|
|
2522
|
+
NativeUI.ab(d, this.cn);
|
|
2523
2523
|
}
|
|
2524
2524
|
};
|
|
2525
2525
|
Object.defineProperty(XInputGroup.prototype, "a", {
|
|
@@ -2584,84 +2584,84 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2584
2584
|
XInputGroup.prototype.ka = function (a) {
|
|
2585
2585
|
this.dw = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
2586
2586
|
this.dx = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
2587
|
-
this.kv = XInputGroup.m.
|
|
2588
|
-
this.ol = XInputGroup.m.
|
|
2589
|
-
this.m9 = XInputGroup.m.
|
|
2590
|
-
this.na = XInputGroup.m.
|
|
2591
|
-
this.nb = XInputGroup.m.
|
|
2587
|
+
this.kv = XInputGroup.m.z(a, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
2588
|
+
this.ol = XInputGroup.m.ak(a, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
2589
|
+
this.m9 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
2590
|
+
this.na = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
2591
|
+
this.nb = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusLabelColor");
|
|
2592
2592
|
this.d5 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
|
|
2593
2593
|
this.d4 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
2594
2594
|
this.d1 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
2595
|
-
this.ne = XInputGroup.m.
|
|
2596
|
-
this.nf = XInputGroup.m.
|
|
2597
|
-
this.nd = XInputGroup.m.
|
|
2598
|
-
this.nc = XInputGroup.m.
|
|
2595
|
+
this.ne = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
2596
|
+
this.nf = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
2597
|
+
this.nd = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
2598
|
+
this.nc = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
2599
2599
|
this.d2 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
2600
2600
|
this.d0 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
2601
2601
|
this.dy = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
2602
2602
|
this.dz = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
2603
2603
|
this.d3 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
2604
|
-
this.m8 = XInputGroup.m.
|
|
2604
|
+
this.m8 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
2605
2605
|
this.dl = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "BorderWidth");
|
|
2606
2606
|
this.dm = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusBorderWidth");
|
|
2607
|
-
this.ku = XInputGroup.m.
|
|
2608
|
-
this.ok = XInputGroup.m.
|
|
2609
|
-
this.m1 = XInputGroup.m.
|
|
2610
|
-
this.m2 = XInputGroup.m.
|
|
2611
|
-
this.m3 = XInputGroup.m.
|
|
2607
|
+
this.ku = XInputGroup.m.z(a, enumGetBox(InputGroupDisplayType_$type, 1), "CornerRadius");
|
|
2608
|
+
this.ok = XInputGroup.m.ak(a, enumGetBox(InputGroupDisplayType_$type, 1), "ContentPadding");
|
|
2609
|
+
this.m1 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "BorderColor");
|
|
2610
|
+
this.m2 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusBorderColor");
|
|
2611
|
+
this.m3 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusLabelColor");
|
|
2612
2612
|
this.dv = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineWidth");
|
|
2613
2613
|
this.du = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleWidth");
|
|
2614
2614
|
this.dr = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineWidth");
|
|
2615
|
-
this.m6 = XInputGroup.m.
|
|
2616
|
-
this.m7 = XInputGroup.m.
|
|
2617
|
-
this.m5 = XInputGroup.m.
|
|
2618
|
-
this.m4 = XInputGroup.m.
|
|
2615
|
+
this.m6 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineColor");
|
|
2616
|
+
this.m7 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleColor");
|
|
2617
|
+
this.m5 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineColor");
|
|
2618
|
+
this.m4 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineColor");
|
|
2619
2619
|
this.ds = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineOpacity");
|
|
2620
2620
|
this.dq = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineOpacity");
|
|
2621
2621
|
this.dn = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineOpacity");
|
|
2622
2622
|
this.dp = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineRippleOpacity");
|
|
2623
2623
|
this.dt = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleOpacity");
|
|
2624
|
-
this.m0 = XInputGroup.m.
|
|
2624
|
+
this.m0 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "BackgroundColor");
|
|
2625
2625
|
this.db = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "BorderWidth");
|
|
2626
2626
|
this.dc = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusBorderWidth");
|
|
2627
|
-
this.kt = XInputGroup.m.
|
|
2628
|
-
this.oj = XInputGroup.m.
|
|
2629
|
-
this.mt = XInputGroup.m.
|
|
2630
|
-
this.mu = XInputGroup.m.
|
|
2631
|
-
this.mv = XInputGroup.m.
|
|
2627
|
+
this.kt = XInputGroup.m.z(a, enumGetBox(InputGroupDisplayType_$type, 2), "CornerRadius");
|
|
2628
|
+
this.oj = XInputGroup.m.ak(a, enumGetBox(InputGroupDisplayType_$type, 2), "ContentPadding");
|
|
2629
|
+
this.mt = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "BorderColor");
|
|
2630
|
+
this.mu = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusBorderColor");
|
|
2631
|
+
this.mv = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusLabelColor");
|
|
2632
2632
|
this.dk = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineWidth");
|
|
2633
2633
|
this.dj = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleWidth");
|
|
2634
2634
|
this.dg = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineWidth");
|
|
2635
|
-
this.my = XInputGroup.m.
|
|
2636
|
-
this.mz = XInputGroup.m.
|
|
2637
|
-
this.mx = XInputGroup.m.
|
|
2638
|
-
this.mw = XInputGroup.m.
|
|
2635
|
+
this.my = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineColor");
|
|
2636
|
+
this.mz = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleColor");
|
|
2637
|
+
this.mx = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineColor");
|
|
2638
|
+
this.mw = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineColor");
|
|
2639
2639
|
this.dh = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineOpacity");
|
|
2640
2640
|
this.df = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineOpacity");
|
|
2641
2641
|
this.dd = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineOpacity");
|
|
2642
2642
|
this.de = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineRippleOpacity");
|
|
2643
2643
|
this.di = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleOpacity");
|
|
2644
|
-
this.ms = XInputGroup.m.
|
|
2644
|
+
this.ms = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "BackgroundColor");
|
|
2645
2645
|
this.d6 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "BorderWidth");
|
|
2646
2646
|
this.d7 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusBorderWidth");
|
|
2647
|
-
this.kw = XInputGroup.m.
|
|
2648
|
-
this.om = XInputGroup.m.
|
|
2649
|
-
this.nh = XInputGroup.m.
|
|
2650
|
-
this.ni = XInputGroup.m.
|
|
2651
|
-
this.nj = XInputGroup.m.
|
|
2647
|
+
this.kw = XInputGroup.m.z(a, enumGetBox(InputGroupDisplayType_$type, 3), "CornerRadius");
|
|
2648
|
+
this.om = XInputGroup.m.ak(a, enumGetBox(InputGroupDisplayType_$type, 3), "ContentPadding");
|
|
2649
|
+
this.nh = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "BorderColor");
|
|
2650
|
+
this.ni = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusBorderColor");
|
|
2651
|
+
this.nj = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusLabelColor");
|
|
2652
2652
|
this.ef = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineWidth");
|
|
2653
2653
|
this.ee = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleWidth");
|
|
2654
2654
|
this.eb = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineWidth");
|
|
2655
|
-
this.nm = XInputGroup.m.
|
|
2656
|
-
this.nn = XInputGroup.m.
|
|
2657
|
-
this.nl = XInputGroup.m.
|
|
2658
|
-
this.nk = XInputGroup.m.
|
|
2655
|
+
this.nm = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineColor");
|
|
2656
|
+
this.nn = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleColor");
|
|
2657
|
+
this.nl = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineColor");
|
|
2658
|
+
this.nk = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineColor");
|
|
2659
2659
|
this.ec = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineOpacity");
|
|
2660
2660
|
this.ea = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineOpacity");
|
|
2661
2661
|
this.d8 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineOpacity");
|
|
2662
2662
|
this.d9 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineRippleOpacity");
|
|
2663
2663
|
this.ed = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleOpacity");
|
|
2664
|
-
this.ng = XInputGroup.m.
|
|
2664
|
+
this.ng = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "BackgroundColor");
|
|
2665
2665
|
};
|
|
2666
2666
|
XInputGroup.prototype.jv = function () {
|
|
2667
2667
|
var _this = this;
|
|
@@ -4591,22 +4591,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4591
4591
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4592
4592
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 4, 4));
|
|
4593
4593
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4594
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4595
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4596
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4594
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
4595
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 0, 153, 155));
|
|
4596
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 0, 153, 155));
|
|
4597
4597
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4598
4598
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4599
4599
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4600
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4601
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4602
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4603
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4600
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
4601
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 0, 153, 155));
|
|
4602
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
4603
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 0, 153, 155));
|
|
4604
4604
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4605
4605
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4606
4606
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4607
4607
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4608
4608
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4609
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4609
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4610
4610
|
return $ret;
|
|
4611
4611
|
})())));
|
|
4612
4612
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -4615,22 +4615,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4615
4615
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4616
4616
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
4617
4617
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4618
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4619
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4620
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4618
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
4619
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 0, 153, 155));
|
|
4620
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 0, 153, 155));
|
|
4621
4621
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4622
4622
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4623
4623
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4624
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4625
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4626
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4627
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4624
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
4625
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 0, 153, 155));
|
|
4626
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
4627
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 0, 153, 155));
|
|
4628
4628
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4629
4629
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4630
4630
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4631
4631
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4632
4632
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4633
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4633
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(20, 0, 0, 0));
|
|
4634
4634
|
return $ret;
|
|
4635
4635
|
})())));
|
|
4636
4636
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -4639,22 +4639,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4639
4639
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4640
4640
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
4641
4641
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
4642
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4643
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4644
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4642
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
4643
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 0, 153, 155));
|
|
4644
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 0, 153, 155));
|
|
4645
4645
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4646
4646
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4647
4647
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4648
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4649
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4650
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4651
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4648
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
4649
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 0, 153, 155));
|
|
4650
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
4651
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 0, 153, 155));
|
|
4652
4652
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4653
4653
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4654
4654
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4655
4655
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4656
4656
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4657
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4657
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4658
4658
|
return $ret;
|
|
4659
4659
|
})())));
|
|
4660
4660
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -4663,22 +4663,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4663
4663
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4664
4664
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4665
4665
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4666
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4667
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4668
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4666
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
4667
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 0, 153, 155));
|
|
4668
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 0, 153, 155));
|
|
4669
4669
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4670
4670
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4671
4671
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4672
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4673
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4674
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4675
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4672
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
4673
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 0, 153, 155));
|
|
4674
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
4675
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 0, 153, 155));
|
|
4676
4676
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4677
4677
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4678
4678
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4679
4679
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4680
4680
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4681
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4681
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4682
4682
|
return $ret;
|
|
4683
4683
|
})())));
|
|
4684
4684
|
return $ret;
|
|
@@ -4694,22 +4694,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4694
4694
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4695
4695
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4696
4696
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4697
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4698
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4699
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4697
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
4698
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 33, 150, 243));
|
|
4699
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 33, 150, 243));
|
|
4700
4700
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4701
4701
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4702
4702
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4703
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4704
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4705
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4706
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4703
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4704
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 33, 150, 243));
|
|
4705
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4706
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 33, 150, 243));
|
|
4707
4707
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4708
4708
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4709
4709
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4710
4710
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4711
4711
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4712
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4712
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4713
4713
|
return $ret;
|
|
4714
4714
|
})())));
|
|
4715
4715
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -4718,22 +4718,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4718
4718
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4719
4719
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
4720
4720
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4721
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4722
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4723
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4721
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
4722
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 33, 150, 243));
|
|
4723
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 33, 150, 243));
|
|
4724
4724
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4725
4725
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4726
4726
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4727
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4728
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4729
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4730
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4727
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4728
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 33, 150, 243));
|
|
4729
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4730
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 33, 150, 243));
|
|
4731
4731
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4732
4732
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4733
4733
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4734
4734
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4735
4735
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4736
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4736
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(20, 0, 0, 0));
|
|
4737
4737
|
return $ret;
|
|
4738
4738
|
})())));
|
|
4739
4739
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -4742,22 +4742,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4742
4742
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4743
4743
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
4744
4744
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
4745
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4746
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4747
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4745
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
4746
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 33, 150, 243));
|
|
4747
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 33, 150, 243));
|
|
4748
4748
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4749
4749
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4750
4750
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4751
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4752
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4753
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4754
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4751
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4752
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 33, 150, 243));
|
|
4753
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4754
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 33, 150, 243));
|
|
4755
4755
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4756
4756
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4757
4757
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4758
4758
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4759
4759
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4760
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4760
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4761
4761
|
return $ret;
|
|
4762
4762
|
})())));
|
|
4763
4763
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -4766,27 +4766,27 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4766
4766
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4767
4767
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4768
4768
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4769
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4770
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
4771
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
4769
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
4770
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 33, 150, 243));
|
|
4771
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 33, 150, 243));
|
|
4772
4772
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4773
4773
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4774
4774
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4775
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4776
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
4777
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4778
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
4775
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4776
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 33, 150, 243));
|
|
4777
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4778
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 33, 150, 243));
|
|
4779
4779
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4780
4780
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4781
4781
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4782
4782
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4783
4783
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4784
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4784
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4785
4785
|
return $ret;
|
|
4786
4786
|
})())));
|
|
4787
4787
|
return $ret;
|
|
4788
4788
|
})()));
|
|
4789
|
-
XInputGroup.n5 = BrushUtil.
|
|
4789
|
+
XInputGroup.n5 = BrushUtil.l(255, 105, 136, 255);
|
|
4790
4790
|
XInputGroup.l = new Theme(1, ((function () {
|
|
4791
4791
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
4792
4792
|
return $ret;
|
|
@@ -4798,22 +4798,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4798
4798
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4799
4799
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4800
4800
|
$ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
|
|
4801
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4801
|
+
$ret.addItem("BorderColor", BrushUtil.l(25, 0, 0, 0));
|
|
4802
4802
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4803
4803
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4804
4804
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4805
4805
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4806
4806
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4807
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4807
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(25, 0, 0, 0));
|
|
4808
4808
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4809
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4809
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 0, 0, 0));
|
|
4810
4810
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4811
4811
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4812
4812
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4813
4813
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4814
4814
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4815
4815
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4816
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4816
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4817
4817
|
return $ret;
|
|
4818
4818
|
})())));
|
|
4819
4819
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -4822,22 +4822,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4822
4822
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4823
4823
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
4824
4824
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4825
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4825
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
4826
4826
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4827
4827
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4828
4828
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4829
4829
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4830
4830
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4831
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4831
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4832
4832
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4833
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4833
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4834
4834
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4835
4835
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4836
4836
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4837
4837
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4838
4838
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4839
4839
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4840
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4840
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(25, 0, 0, 0));
|
|
4841
4841
|
return $ret;
|
|
4842
4842
|
})())));
|
|
4843
4843
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -4846,22 +4846,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4846
4846
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4847
4847
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
4848
4848
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
4849
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4849
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
4850
4850
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4851
4851
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4852
4852
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4853
4853
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4854
4854
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4855
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4855
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4856
4856
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4857
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4857
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4858
4858
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4859
4859
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4860
4860
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4861
4861
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4862
4862
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4863
4863
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4864
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4864
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4865
4865
|
return $ret;
|
|
4866
4866
|
})())));
|
|
4867
4867
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -4870,22 +4870,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4870
4870
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4871
4871
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4872
4872
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4873
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4873
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
4874
4874
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4875
4875
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4876
4876
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4877
4877
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4878
4878
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4879
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4879
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4880
4880
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4881
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4881
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4882
4882
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4883
4883
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4884
4884
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4885
4885
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4886
4886
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4887
4887
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4888
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4888
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4889
4889
|
return $ret;
|
|
4890
4890
|
})())));
|
|
4891
4891
|
return $ret;
|
|
@@ -4901,22 +4901,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4901
4901
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4902
4902
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4903
4903
|
$ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
|
|
4904
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4904
|
+
$ret.addItem("BorderColor", BrushUtil.l(51, 255, 255, 255));
|
|
4905
4905
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4906
4906
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4907
4907
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4908
4908
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4909
4909
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4910
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4910
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4911
4911
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4912
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4912
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4913
4913
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4914
4914
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4915
4915
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4916
4916
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4917
4917
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4918
4918
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4919
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4919
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4920
4920
|
return $ret;
|
|
4921
4921
|
})())));
|
|
4922
4922
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
|
|
@@ -4925,22 +4925,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4925
4925
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4926
4926
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
4927
4927
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4928
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4928
|
+
$ret.addItem("BorderColor", BrushUtil.l(51, 255, 255, 255));
|
|
4929
4929
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4930
4930
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4931
4931
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4932
4932
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4933
4933
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4934
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4934
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4935
4935
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4936
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4936
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4937
4937
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4938
4938
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4939
4939
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4940
4940
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4941
4941
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4942
4942
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4943
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4943
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(128, 55, 63, 86));
|
|
4944
4944
|
return $ret;
|
|
4945
4945
|
})())));
|
|
4946
4946
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
|
|
@@ -4949,22 +4949,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4949
4949
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4950
4950
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
4951
4951
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
4952
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4952
|
+
$ret.addItem("BorderColor", BrushUtil.l(51, 255, 255, 255));
|
|
4953
4953
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4954
4954
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4955
4955
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4956
4956
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4957
4957
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4958
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4958
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4959
4959
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4960
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4960
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4961
4961
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4962
4962
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4963
4963
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4964
4964
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4965
4965
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4966
4966
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4967
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4967
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4968
4968
|
return $ret;
|
|
4969
4969
|
})())));
|
|
4970
4970
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
|
|
@@ -4973,22 +4973,22 @@ export var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4973
4973
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4974
4974
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4975
4975
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4976
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4976
|
+
$ret.addItem("BorderColor", BrushUtil.l(51, 255, 255, 255));
|
|
4977
4977
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4978
4978
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4979
4979
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4980
4980
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4981
4981
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4982
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4982
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4983
4983
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4984
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4984
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4985
4985
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4986
4986
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4987
4987
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4988
4988
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4989
4989
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4990
4990
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4991
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4991
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4992
4992
|
return $ret;
|
|
4993
4993
|
})())));
|
|
4994
4994
|
return $ret;
|
|
@@ -5037,10 +5037,10 @@ export var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5037
5037
|
_this.ab = false;
|
|
5038
5038
|
_this.r = 0;
|
|
5039
5039
|
_this.q = 1;
|
|
5040
|
-
_this.cv = ThemeResolver.
|
|
5041
|
-
_this.cs = ThemeResolver.
|
|
5042
|
-
_this.ct = ThemeResolver.
|
|
5043
|
-
_this.cu = ThemeResolver.
|
|
5040
|
+
_this.cv = ThemeResolver.aj(XLabel.o, XLabel.de, XLabel.c7);
|
|
5041
|
+
_this.cs = ThemeResolver.aj(XLabel.o, XLabel.db, XLabel.c4);
|
|
5042
|
+
_this.ct = ThemeResolver.aj(XLabel.o, XLabel.dc, XLabel.c5);
|
|
5043
|
+
_this.cu = ThemeResolver.aj(XLabel.o, XLabel.dd, XLabel.c6);
|
|
5044
5044
|
_this.u = null;
|
|
5045
5045
|
_this.cz = XLabel.df;
|
|
5046
5046
|
_this.cw = XLabel.c8;
|
|
@@ -5149,7 +5149,7 @@ export var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5149
5149
|
$ret.m = 0.75;
|
|
5150
5150
|
return $ret;
|
|
5151
5151
|
})()));
|
|
5152
|
-
this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.
|
|
5152
|
+
this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.l(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.l(this.l == 2 ? 255 : 0, 255, 255, 255))));
|
|
5153
5153
|
}
|
|
5154
5154
|
if (this.z == null) {
|
|
5155
5155
|
this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c3)).m(new AnimationKeyFrameProperty(7, this.c0)));
|
|
@@ -5335,10 +5335,10 @@ export var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5335
5335
|
this.view.ah(this.c3);
|
|
5336
5336
|
};
|
|
5337
5337
|
XLabel.prototype.cp = function (a) {
|
|
5338
|
-
XLabel.df = ThemeResolver.
|
|
5339
|
-
XLabel.c8 = ThemeResolver.
|
|
5340
|
-
XLabel.da = ThemeResolver.
|
|
5341
|
-
XLabel.c9 = ThemeResolver.
|
|
5338
|
+
XLabel.df = ThemeResolver.aj(a, XLabel.de, XLabel.c7);
|
|
5339
|
+
XLabel.c8 = ThemeResolver.aj(a, XLabel.db, XLabel.c4);
|
|
5340
|
+
XLabel.da = ThemeResolver.aj(a, XLabel.dd, XLabel.c6);
|
|
5341
|
+
XLabel.c9 = ThemeResolver.aj(a, XLabel.dc, XLabel.c5);
|
|
5342
5342
|
};
|
|
5343
5343
|
Object.defineProperty(XLabel.prototype, "t", {
|
|
5344
5344
|
get: function () {
|
|
@@ -5788,7 +5788,7 @@ export var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5788
5788
|
a.c = this.p;
|
|
5789
5789
|
a.e = this.t;
|
|
5790
5790
|
a.d = this.s;
|
|
5791
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
5791
|
+
a.a = AppearanceHelper.a(NativeUI.ao(b));
|
|
5792
5792
|
a.b = this.l;
|
|
5793
5793
|
a.i = this.ap;
|
|
5794
5794
|
a.g = this.an;
|
|
@@ -5835,19 +5835,19 @@ export var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5835
5835
|
this.view.z(a);
|
|
5836
5836
|
};
|
|
5837
5837
|
XLabel.$t = markType(XLabel, 'XLabel', XInputGroupItem.$);
|
|
5838
|
-
XLabel.de = BrushUtil.
|
|
5839
|
-
XLabel.db = BrushUtil.
|
|
5840
|
-
XLabel.dd = BrushUtil.
|
|
5841
|
-
XLabel.dc = BrushUtil.
|
|
5842
|
-
XLabel.c7 = BrushUtil.
|
|
5843
|
-
XLabel.c4 = BrushUtil.
|
|
5844
|
-
XLabel.c6 = BrushUtil.
|
|
5845
|
-
XLabel.c5 = BrushUtil.
|
|
5838
|
+
XLabel.de = BrushUtil.l(221, 0, 0, 0);
|
|
5839
|
+
XLabel.db = BrushUtil.l(255, 0, 153, 155);
|
|
5840
|
+
XLabel.dd = BrushUtil.l(221, 0, 0, 0);
|
|
5841
|
+
XLabel.dc = BrushUtil.l(255, 0, 153, 155);
|
|
5842
|
+
XLabel.c7 = BrushUtil.l(255, 24, 29, 31);
|
|
5843
|
+
XLabel.c4 = BrushUtil.l(255, 33, 150, 243);
|
|
5844
|
+
XLabel.c6 = BrushUtil.l(255, 24, 29, 31);
|
|
5845
|
+
XLabel.c5 = BrushUtil.l(255, 33, 150, 243);
|
|
5846
5846
|
XLabel.o = 2;
|
|
5847
|
-
XLabel.df = ThemeResolver.
|
|
5848
|
-
XLabel.c8 = ThemeResolver.
|
|
5849
|
-
XLabel.da = ThemeResolver.
|
|
5850
|
-
XLabel.c9 = ThemeResolver.
|
|
5847
|
+
XLabel.df = ThemeResolver.aj(XLabel.o, XLabel.de, XLabel.c7);
|
|
5848
|
+
XLabel.c8 = ThemeResolver.aj(XLabel.o, XLabel.db, XLabel.c4);
|
|
5849
|
+
XLabel.da = ThemeResolver.aj(XLabel.o, XLabel.dd, XLabel.c6);
|
|
5850
|
+
XLabel.c9 = ThemeResolver.aj(XLabel.o, XLabel.dc, XLabel.c5);
|
|
5851
5851
|
XLabel.x = null;
|
|
5852
5852
|
XLabel.av = 0;
|
|
5853
5853
|
return XLabel;
|
|
@@ -6138,7 +6138,7 @@ export var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6138
6138
|
if (this.ad != null) {
|
|
6139
6139
|
this.view.bc(this.ad);
|
|
6140
6140
|
}
|
|
6141
|
-
NativeUI.
|
|
6141
|
+
NativeUI.r(this.view.r, this.d4);
|
|
6142
6142
|
this.view.a7();
|
|
6143
6143
|
};
|
|
6144
6144
|
Object.defineProperty(XInput.prototype, "d4", {
|
|
@@ -6586,7 +6586,7 @@ export var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6586
6586
|
a.l = this.ce;
|
|
6587
6587
|
a.o = this.ci;
|
|
6588
6588
|
a.d = this.au;
|
|
6589
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
6589
|
+
a.a = AppearanceHelper.a(NativeUI.ao(b));
|
|
6590
6590
|
a.k = this.b8;
|
|
6591
6591
|
a.n = this.cg;
|
|
6592
6592
|
a.e = this.aw;
|
|
@@ -6782,8 +6782,8 @@ export var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6782
6782
|
a.finished.f(function (d) { return a.commitStyles(); });
|
|
6783
6783
|
};
|
|
6784
6784
|
XInput.$t = markType(XInput, 'XInput', XInputGroupItem.$);
|
|
6785
|
-
XInput.d6 = BrushUtil.
|
|
6786
|
-
XInput.d5 = BrushUtil.
|
|
6785
|
+
XInput.d6 = BrushUtil.l(221, 0, 0, 0);
|
|
6786
|
+
XInput.d5 = BrushUtil.l(221, 0, 0, 0);
|
|
6787
6787
|
XInput.ae = null;
|
|
6788
6788
|
XInput.bf = 0;
|
|
6789
6789
|
return XInput;
|