igniteui-webcomponents-inputs 7.0.0 → 7.0.1
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 +3868 -3539
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +642 -628
- package/esm2015/lib/ButtonView_combined.js +2036 -1743
- package/esm2015/lib/CalendarView_combined.js +157 -157
- package/esm2015/lib/CheckboxView_combined.js +39 -39
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/InputGroupView_combined.js +209 -209
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/ThemeResolver.js +38 -22
- package/esm2015/lib/XButtonBridge.js +53 -45
- package/esm2015/lib/XButtonGroupBridge.js +13 -9
- package/esm2015/lib/XIconButtonBridge.js +2 -2
- package/esm2015/lib/igc-x-button-component.js +567 -567
- package/esm2015/lib/igc-x-button-group-component.js +184 -184
- package/esm5/lib/ButtonGroupView_combined.js +620 -606
- package/esm5/lib/ButtonView_combined.js +1950 -1657
- package/esm5/lib/CalendarView_combined.js +157 -157
- package/esm5/lib/CheckboxView_combined.js +39 -39
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/InputGroupView_combined.js +209 -209
- package/esm5/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/ThemeResolver.js +38 -22
- package/esm5/lib/XButtonBridge.js +53 -45
- package/esm5/lib/XButtonGroupBridge.js +13 -9
- package/esm5/lib/XIconButtonBridge.js +2 -2
- package/esm5/lib/igc-x-button-component.js +567 -567
- package/esm5/lib/igc-x-button-group-component.js +184 -184
- package/fesm2015/igniteui-webcomponents-inputs.js +3971 -3642
- package/fesm5/igniteui-webcomponents-inputs.js +3869 -3540
- package/lib/ButtonGroupView_combined.d.ts +181 -179
- package/lib/ButtonView_combined.d.ts +479 -478
- package/lib/ThemeResolver.d.ts +18 -15
- package/package.json +2 -2
|
@@ -148,7 +148,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
148
148
|
let e = c.getSubRenderer(d);
|
|
149
149
|
let f = new XButton();
|
|
150
150
|
f.provideContainer(e);
|
|
151
|
-
f.
|
|
151
|
+
f.fk = "none";
|
|
152
152
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
153
153
|
let h = new XButtonBridge(f);
|
|
154
154
|
let i = new NativeUIButton();
|
|
@@ -226,7 +226,7 @@ let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
226
226
|
let l = new XButton();
|
|
227
227
|
l.provideContainer(k);
|
|
228
228
|
l.e = 4;
|
|
229
|
-
l.
|
|
229
|
+
l.fk = "none";
|
|
230
230
|
let m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
231
231
|
let n = new XButtonBridge(l);
|
|
232
232
|
let o = new NativeUIButton();
|
|
@@ -762,22 +762,22 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
762
762
|
this.w = false;
|
|
763
763
|
this.ag = false;
|
|
764
764
|
this.ae = false;
|
|
765
|
-
this.cm = BrushUtil.
|
|
765
|
+
this.cm = BrushUtil.l(0, 0, 0, 0);
|
|
766
766
|
this.x = false;
|
|
767
767
|
this.propertyChanged = null;
|
|
768
768
|
this.valueChanged = null;
|
|
769
769
|
this.valueChanging = null;
|
|
770
770
|
this.t = null;
|
|
771
771
|
this.a = null;
|
|
772
|
-
this.co = BrushUtil.
|
|
772
|
+
this.co = BrushUtil.l(255, 0, 0, 255);
|
|
773
773
|
this.at = "";
|
|
774
|
-
this.cl = BrushUtil.
|
|
774
|
+
this.cl = BrushUtil.l(255, 24, 29, 31);
|
|
775
775
|
this.m = null;
|
|
776
776
|
this.k = 2;
|
|
777
777
|
this.i = 1;
|
|
778
778
|
this.n = null;
|
|
779
|
-
this.cn = BrushUtil.
|
|
780
|
-
this.ck = BrushUtil.
|
|
779
|
+
this.cn = BrushUtil.l(255, 24, 29, 31);
|
|
780
|
+
this.ck = BrushUtil.l(255, 163, 172, 184);
|
|
781
781
|
this.ad = true;
|
|
782
782
|
this.v = true;
|
|
783
783
|
this.ac = true;
|
|
@@ -1080,7 +1080,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1080
1080
|
if (this.r != null) {
|
|
1081
1081
|
this.r.b7 = "";
|
|
1082
1082
|
}
|
|
1083
|
-
this.value = BrushUtil.
|
|
1083
|
+
this.value = BrushUtil.l(0, 0, 0, 0);
|
|
1084
1084
|
this.e.ax();
|
|
1085
1085
|
this.aa = false;
|
|
1086
1086
|
}
|
|
@@ -1123,7 +1123,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1123
1123
|
b.bn(d);
|
|
1124
1124
|
d.bn(e);
|
|
1125
1125
|
this.h.l(c);
|
|
1126
|
-
b.ch = BrushUtil.
|
|
1126
|
+
b.ch = BrushUtil.l(255, 255, 255, 255);
|
|
1127
1127
|
b.ca = 150;
|
|
1128
1128
|
b.b8 = 8;
|
|
1129
1129
|
b.cb = 4;
|
|
@@ -1132,12 +1132,12 @@ let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1132
1132
|
this.r.c = this.j;
|
|
1133
1133
|
this.r.bp = this.l;
|
|
1134
1134
|
this.r.b6 = ColorEditor.a8;
|
|
1135
|
-
this.r.cc = BrushUtil.
|
|
1136
|
-
this.r.cd = BrushUtil.
|
|
1135
|
+
this.r.cc = BrushUtil.l(255, 255, 255, 255);
|
|
1136
|
+
this.r.cd = BrushUtil.l(255, 0, 0, 0);
|
|
1137
1137
|
this.r.bn = runOn(this, this.cf);
|
|
1138
1138
|
this.r.n = runOn(this, this.by);
|
|
1139
1139
|
this.r.o = runOn(this, this.b0);
|
|
1140
|
-
this.r.cb = BrushUtil.
|
|
1140
|
+
this.r.cb = BrushUtil.l(255, 0, 0, 255);
|
|
1141
1141
|
this.s = b;
|
|
1142
1142
|
this.e = this.h.c(f);
|
|
1143
1143
|
this.e.value = this.value;
|
|
@@ -1324,23 +1324,23 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1324
1324
|
constructor() {
|
|
1325
1325
|
super();
|
|
1326
1326
|
this.d = null;
|
|
1327
|
-
this.bv = BrushUtil.
|
|
1327
|
+
this.bv = BrushUtil.l(0, 0, 0, 0);
|
|
1328
1328
|
this.bo = null;
|
|
1329
|
-
this.bs = BrushUtil.
|
|
1329
|
+
this.bs = BrushUtil.l(0, 0, 0, 0);
|
|
1330
1330
|
this.propertyChanged = null;
|
|
1331
1331
|
this.closed = null;
|
|
1332
1332
|
this.valueChanged = null;
|
|
1333
1333
|
this.valueChanging = null;
|
|
1334
1334
|
this.v = null;
|
|
1335
|
-
this.bx = BrushUtil.
|
|
1335
|
+
this.bx = BrushUtil.l(255, 0, 0, 255);
|
|
1336
1336
|
this.g = 3;
|
|
1337
1337
|
this.e = 1;
|
|
1338
|
-
this.bp = BrushUtil.
|
|
1339
|
-
this.bt = BrushUtil.
|
|
1340
|
-
this.bu = BrushUtil.
|
|
1341
|
-
this.bq = BrushUtil.
|
|
1342
|
-
this.br = BrushUtil.
|
|
1343
|
-
this.bw = BrushUtil.
|
|
1338
|
+
this.bp = BrushUtil.l(0, 255, 255, 255);
|
|
1339
|
+
this.bt = BrushUtil.l(255, 33, 150, 243);
|
|
1340
|
+
this.bu = BrushUtil.l(255, 21, 112, 184);
|
|
1341
|
+
this.bq = BrushUtil.l(76, 33, 150, 243);
|
|
1342
|
+
this.br = BrushUtil.l(50, 186, 191, 199);
|
|
1343
|
+
this.bw = BrushUtil.l(255, 24, 29, 31);
|
|
1344
1344
|
this.i = null;
|
|
1345
1345
|
this.n = null;
|
|
1346
1346
|
this.s = null;
|
|
@@ -1359,7 +1359,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1359
1359
|
this.x = false;
|
|
1360
1360
|
NativeUIInputsFactory.n();
|
|
1361
1361
|
NativeUIXInputsFactory.m();
|
|
1362
|
-
this.bo = BrushUtil.
|
|
1362
|
+
this.bo = BrushUtil.l(0, 0, 0, 0);
|
|
1363
1363
|
let a = new ColorEditorPanelView();
|
|
1364
1364
|
a.a = this;
|
|
1365
1365
|
this.d = a;
|
|
@@ -1588,9 +1588,9 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1588
1588
|
e.bk = 2;
|
|
1589
1589
|
i.bk = 0;
|
|
1590
1590
|
g.bk = 1;
|
|
1591
|
-
e.bw = BrushUtil.
|
|
1592
|
-
i.bw = BrushUtil.
|
|
1593
|
-
g.bw = BrushUtil.
|
|
1591
|
+
e.bw = BrushUtil.l(0, 0, 0, 0);
|
|
1592
|
+
i.bw = BrushUtil.l(0, 0, 0, 0);
|
|
1593
|
+
g.bw = BrushUtil.l(0, 0, 0, 0);
|
|
1594
1594
|
g.bh = new Thickness(1, 0, 5, 5, 0);
|
|
1595
1595
|
f.bh = new Thickness(1, 0, 5, 5, 0);
|
|
1596
1596
|
l.bz = "Ok";
|
|
@@ -1602,7 +1602,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1602
1602
|
e.bh = new Thickness(1, 5, 5, 5, 0);
|
|
1603
1603
|
d.bh = new Thickness(1, 5, 5, 5, 0);
|
|
1604
1604
|
p.bh = new Thickness(1, 5, 16, 0, 11);
|
|
1605
|
-
p.a8 = BrushUtil.
|
|
1605
|
+
p.a8 = BrushUtil.l(255, 255, 0, 0);
|
|
1606
1606
|
c.cc(p, 0);
|
|
1607
1607
|
c.ca(p, 0);
|
|
1608
1608
|
c.bn(p);
|
|
@@ -1685,12 +1685,12 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1685
1685
|
this.q = o;
|
|
1686
1686
|
this.s.bq = 0;
|
|
1687
1687
|
this.s.bp = 360;
|
|
1688
|
-
this.s.by = BrushUtil.
|
|
1689
|
-
this.s.bz = BrushUtil.
|
|
1688
|
+
this.s.by = BrushUtil.l(255, 255, 255, 255);
|
|
1689
|
+
this.s.bz = BrushUtil.l(255, 255, 255, 255);
|
|
1690
1690
|
this.u.bq = 0;
|
|
1691
1691
|
this.u.bp = 1;
|
|
1692
|
-
this.t.by = BrushUtil.
|
|
1693
|
-
this.t.bz = BrushUtil.
|
|
1692
|
+
this.t.by = BrushUtil.l(255, 155, 155, 155);
|
|
1693
|
+
this.t.bz = BrushUtil.l(255, 255, 255, 255);
|
|
1694
1694
|
this.t.bq = 0;
|
|
1695
1695
|
this.t.bp = 1;
|
|
1696
1696
|
this.t.bu = 0;
|
|
@@ -1742,9 +1742,9 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1742
1742
|
let f = 1 - this.u.bs;
|
|
1743
1743
|
b = ColorUtil.r(1, c, 1, 0.5);
|
|
1744
1744
|
a = ColorUtil.r(f, c, d, e);
|
|
1745
|
-
this.s.bx = BrushUtil.
|
|
1746
|
-
this.t.bx = BrushUtil.
|
|
1747
|
-
this.o.a8 = BrushUtil.
|
|
1745
|
+
this.s.bx = BrushUtil.l(b.l, b.o, b.n, b.m);
|
|
1746
|
+
this.t.bx = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
1747
|
+
this.o.a8 = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
1748
1748
|
this.d.bm(this.s.bs);
|
|
1749
1749
|
this.d.bn(0);
|
|
1750
1750
|
this.d.bo(this.s.bs, this.t.bs, 1 - this.t.bv);
|
|
@@ -1757,7 +1757,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1757
1757
|
let h = ColorUtil.k(a, false);
|
|
1758
1758
|
this.q.b7 = h;
|
|
1759
1759
|
}
|
|
1760
|
-
this.bx = BrushUtil.
|
|
1760
|
+
this.bx = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
1761
1761
|
this.bc(this.value);
|
|
1762
1762
|
}
|
|
1763
1763
|
au(a, b) {
|
|
@@ -1781,7 +1781,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1781
1781
|
bi() {
|
|
1782
1782
|
}
|
|
1783
1783
|
ax() {
|
|
1784
|
-
this.value = BrushUtil.
|
|
1784
|
+
this.value = BrushUtil.l(0, 0, 0, 0);
|
|
1785
1785
|
}
|
|
1786
1786
|
get b5() {
|
|
1787
1787
|
let a = ColorUtil.p(this.value);
|
|
@@ -385,8 +385,8 @@ let XRipple = /*@__PURE__*/ (() => {
|
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
XRipple.$t = /*@__PURE__*/ markType(XRipple, 'XRipple', Base.$, [INotifyPropertyChanged_$type]);
|
|
388
|
-
XRipple.au = /*@__PURE__*/ BrushUtil.
|
|
389
|
-
XRipple.av = /*@__PURE__*/ BrushUtil.
|
|
388
|
+
XRipple.au = /*@__PURE__*/ BrushUtil.l(40, 0, 0, 0);
|
|
389
|
+
XRipple.av = /*@__PURE__*/ BrushUtil.l(189, 0, 0, 0);
|
|
390
390
|
return XRipple;
|
|
391
391
|
})();
|
|
392
392
|
export { XRipple };
|
|
@@ -4,12 +4,14 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
-
import { Base, typeGetValue, EnumUtil, markType } from "igniteui-webcomponents-core";
|
|
7
|
+
import { Base, typeGetValue, typeCast, EnumUtil, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
9
|
+
import { Thickness } from "igniteui-webcomponents-core";
|
|
8
10
|
import { ElevationMode_$type } from "igniteui-webcomponents-core";
|
|
9
11
|
import { Theme } from "./Theme";
|
|
10
12
|
let ThemeResolver = /*@__PURE__*/ (() => {
|
|
11
13
|
class ThemeResolver extends Base {
|
|
12
|
-
static
|
|
14
|
+
static aj(a, b, c) {
|
|
13
15
|
if (a == 1) {
|
|
14
16
|
return c;
|
|
15
17
|
}
|
|
@@ -27,13 +29,13 @@ let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
27
29
|
}
|
|
28
30
|
return b;
|
|
29
31
|
}
|
|
30
|
-
static
|
|
32
|
+
static ae(a, b, c) {
|
|
31
33
|
if (a == 1) {
|
|
32
34
|
return c;
|
|
33
35
|
}
|
|
34
36
|
return b;
|
|
35
37
|
}
|
|
36
|
-
static
|
|
38
|
+
static ao(a, b, c) {
|
|
37
39
|
if (a == 1) {
|
|
38
40
|
return c;
|
|
39
41
|
}
|
|
@@ -48,11 +50,11 @@ let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
48
50
|
static a(a) {
|
|
49
51
|
return new Theme(0, a);
|
|
50
52
|
}
|
|
51
|
-
static
|
|
52
|
-
return b.
|
|
53
|
+
static ai(a, b, c) {
|
|
54
|
+
return b.ag(a, c);
|
|
53
55
|
}
|
|
54
|
-
static
|
|
55
|
-
return b.
|
|
56
|
+
static ah(a, b, c, d) {
|
|
57
|
+
return b.af(a, c, d);
|
|
56
58
|
}
|
|
57
59
|
static q(a, b, c) {
|
|
58
60
|
return b.o(a, c);
|
|
@@ -78,17 +80,20 @@ let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
78
80
|
static e(a, b, c, d) {
|
|
79
81
|
return b.c(a, c, d);
|
|
80
82
|
}
|
|
81
|
-
static
|
|
82
|
-
return b.
|
|
83
|
+
static ac(a, b, c) {
|
|
84
|
+
return b.aa(a, c);
|
|
85
|
+
}
|
|
86
|
+
static ab(a, b, c, d) {
|
|
87
|
+
return b.z(a, c, d);
|
|
83
88
|
}
|
|
84
|
-
static
|
|
85
|
-
return
|
|
89
|
+
static ad(a, b, c, d, e) {
|
|
90
|
+
return c.y(a, b, d, e);
|
|
86
91
|
}
|
|
87
|
-
static
|
|
88
|
-
return b.
|
|
92
|
+
static an(a, b, c) {
|
|
93
|
+
return b.al(a, c);
|
|
89
94
|
}
|
|
90
|
-
static
|
|
91
|
-
return b.
|
|
95
|
+
static am(a, b, c, d) {
|
|
96
|
+
return b.ak(a, c, d);
|
|
92
97
|
}
|
|
93
98
|
constructor(a, ..._rest) {
|
|
94
99
|
super();
|
|
@@ -125,10 +130,10 @@ let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
125
130
|
return e.item(b).item(c);
|
|
126
131
|
}
|
|
127
132
|
}
|
|
128
|
-
|
|
133
|
+
ag(a, b) {
|
|
129
134
|
return this.t(a, b);
|
|
130
135
|
}
|
|
131
|
-
|
|
136
|
+
af(a, b, c) {
|
|
132
137
|
return this.s(a, b, c);
|
|
133
138
|
}
|
|
134
139
|
o(a, b) {
|
|
@@ -141,6 +146,13 @@ let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
141
146
|
return this.t(a, b);
|
|
142
147
|
}
|
|
143
148
|
i(a, b, c) {
|
|
149
|
+
let d = this.s(a, b, c);
|
|
150
|
+
if (typeCast(CornerRadius.$, d) !== null) {
|
|
151
|
+
return d.d;
|
|
152
|
+
}
|
|
153
|
+
if (typeCast(Thickness.$, d) !== null) {
|
|
154
|
+
return d.left;
|
|
155
|
+
}
|
|
144
156
|
return this.s(a, b, c);
|
|
145
157
|
}
|
|
146
158
|
v(a, b) {
|
|
@@ -155,16 +167,20 @@ let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
155
167
|
c(a, b, c) {
|
|
156
168
|
return EnumUtil.getEnumValue(ElevationMode_$type, this.s(a, b, c));
|
|
157
169
|
}
|
|
158
|
-
|
|
170
|
+
aa(a, b) {
|
|
159
171
|
return this.t(a, b);
|
|
160
172
|
}
|
|
161
|
-
|
|
173
|
+
z(a, b, c) {
|
|
162
174
|
return this.s(a, b, c);
|
|
163
175
|
}
|
|
164
|
-
|
|
176
|
+
y(a, b, c, d) {
|
|
177
|
+
let e = this.s(a, c, d);
|
|
178
|
+
return e.item(b);
|
|
179
|
+
}
|
|
180
|
+
al(a, b) {
|
|
165
181
|
return this.t(a, b);
|
|
166
182
|
}
|
|
167
|
-
|
|
183
|
+
ak(a, b, c) {
|
|
168
184
|
return this.s(a, b, c);
|
|
169
185
|
}
|
|
170
186
|
}
|
|
@@ -133,24 +133,24 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
133
133
|
case 1:
|
|
134
134
|
switch (EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, c)) {
|
|
135
135
|
case 0:
|
|
136
|
-
d.
|
|
136
|
+
d.s = 0;
|
|
137
137
|
break;
|
|
138
138
|
case 1:
|
|
139
|
-
d.
|
|
139
|
+
d.s = 1;
|
|
140
140
|
break;
|
|
141
141
|
case 3:
|
|
142
|
-
d.
|
|
142
|
+
d.s = 3;
|
|
143
143
|
break;
|
|
144
144
|
case 2:
|
|
145
|
-
d.
|
|
145
|
+
d.s = 2;
|
|
146
146
|
break;
|
|
147
147
|
case 4:
|
|
148
|
-
d.
|
|
148
|
+
d.s = 4;
|
|
149
149
|
break;
|
|
150
150
|
}
|
|
151
151
|
break;
|
|
152
152
|
case 18:
|
|
153
|
-
d.
|
|
153
|
+
d.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
154
154
|
break;
|
|
155
155
|
case 54:
|
|
156
156
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
@@ -178,46 +178,52 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
178
178
|
}
|
|
179
179
|
break;
|
|
180
180
|
case 4:
|
|
181
|
-
d.
|
|
181
|
+
d.ax = c;
|
|
182
182
|
break;
|
|
183
183
|
case 32:
|
|
184
184
|
d.disabled = c;
|
|
185
185
|
break;
|
|
186
186
|
case 5:
|
|
187
|
-
d.
|
|
187
|
+
d.av = c;
|
|
188
188
|
break;
|
|
189
189
|
case 6:
|
|
190
|
-
d.
|
|
190
|
+
d.a3 = !c;
|
|
191
191
|
break;
|
|
192
192
|
case 24:
|
|
193
|
-
d.
|
|
193
|
+
d.ql = c;
|
|
194
194
|
break;
|
|
195
195
|
case 55:
|
|
196
|
-
d.
|
|
197
|
-
d.
|
|
198
|
-
d.
|
|
199
|
-
d.
|
|
196
|
+
d.bn = c.left;
|
|
197
|
+
d.bp = c.top;
|
|
198
|
+
d.bo = c.right;
|
|
199
|
+
d.bm = c.bottom;
|
|
200
200
|
break;
|
|
201
201
|
case 57:
|
|
202
|
-
d.
|
|
202
|
+
d.az = c;
|
|
203
203
|
break;
|
|
204
204
|
case 56:
|
|
205
|
-
d.
|
|
205
|
+
d.aw = c;
|
|
206
206
|
break;
|
|
207
207
|
case 58:
|
|
208
|
-
d.
|
|
208
|
+
d.au = c;
|
|
209
209
|
break;
|
|
210
210
|
case 17:
|
|
211
|
-
d.
|
|
211
|
+
d.k6 = c;
|
|
212
212
|
break;
|
|
213
213
|
case 11:
|
|
214
|
-
d.
|
|
214
|
+
d.ab = c;
|
|
215
215
|
break;
|
|
216
216
|
case 88:
|
|
217
|
-
d.
|
|
217
|
+
d.bz = c;
|
|
218
218
|
break;
|
|
219
219
|
case 59:
|
|
220
|
-
d.
|
|
220
|
+
d.a6 = c;
|
|
221
|
+
break;
|
|
222
|
+
case 118:
|
|
223
|
+
d.n7 = c;
|
|
224
|
+
break;
|
|
225
|
+
case 23:
|
|
226
|
+
d.n6 = c;
|
|
221
227
|
break;
|
|
222
228
|
}
|
|
223
229
|
}
|
|
@@ -227,7 +233,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
227
233
|
case 3: return this.ac;
|
|
228
234
|
case 54: return this.aa;
|
|
229
235
|
case 1:
|
|
230
|
-
switch (c.
|
|
236
|
+
switch (c.s) {
|
|
231
237
|
case 0: return enumGetBox(NativeUIDisplayDensity_$type, 0);
|
|
232
238
|
case 1: return enumGetBox(NativeUIDisplayDensity_$type, 1);
|
|
233
239
|
case 3: return enumGetBox(NativeUIDisplayDensity_$type, 3);
|
|
@@ -235,7 +241,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
235
241
|
case 4: return enumGetBox(NativeUIDisplayDensity_$type, 4);
|
|
236
242
|
}
|
|
237
243
|
break;
|
|
238
|
-
case 18: return enumGetBox(BaseControlTheme_$type, c.
|
|
244
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.o);
|
|
239
245
|
case 0:
|
|
240
246
|
switch (c.e) {
|
|
241
247
|
case 3: return enumGetBox(NativeUIButtonDisplayType_$type, 3);
|
|
@@ -245,39 +251,41 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
245
251
|
case 0: return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
246
252
|
}
|
|
247
253
|
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
248
|
-
case 4: return c.
|
|
254
|
+
case 4: return c.ax;
|
|
249
255
|
case 32: return c.disabled;
|
|
250
|
-
case 5: return c.
|
|
251
|
-
case 6: return !c.
|
|
252
|
-
case 24: return c.
|
|
253
|
-
case 55: return new Thickness(1, c.
|
|
254
|
-
case 57: return c.
|
|
255
|
-
case 56: return c.
|
|
256
|
-
case 58: return c.
|
|
257
|
-
case 17: return c.
|
|
258
|
-
case 88: return c.
|
|
259
|
-
case 59: return c.
|
|
256
|
+
case 5: return c.av;
|
|
257
|
+
case 6: return !c.a3;
|
|
258
|
+
case 24: return c.ql;
|
|
259
|
+
case 55: return new Thickness(1, c.bn, c.bp, c.bo, c.bm);
|
|
260
|
+
case 57: return c.az;
|
|
261
|
+
case 56: return c.aw;
|
|
262
|
+
case 58: return c.au;
|
|
263
|
+
case 17: return c.k6;
|
|
264
|
+
case 88: return c.bz;
|
|
265
|
+
case 59: return c.a6;
|
|
266
|
+
case 118: return c.n7;
|
|
267
|
+
case 23: return c.n6;
|
|
260
268
|
}
|
|
261
269
|
return null;
|
|
262
270
|
}
|
|
263
271
|
setHorizontalContentAlignment(a, b) {
|
|
264
272
|
switch (b) {
|
|
265
273
|
case 1:
|
|
266
|
-
this.t.
|
|
274
|
+
this.t.lj = 1;
|
|
267
275
|
break;
|
|
268
276
|
case 0:
|
|
269
|
-
this.t.
|
|
277
|
+
this.t.lj = 0;
|
|
270
278
|
break;
|
|
271
279
|
case 2:
|
|
272
|
-
this.t.
|
|
280
|
+
this.t.lj = 2;
|
|
273
281
|
break;
|
|
274
282
|
case 3:
|
|
275
|
-
this.t.
|
|
283
|
+
this.t.lj = 3;
|
|
276
284
|
break;
|
|
277
285
|
}
|
|
278
286
|
}
|
|
279
287
|
getHorizontalContentAlignment(a) {
|
|
280
|
-
switch (this.t.
|
|
288
|
+
switch (this.t.lj) {
|
|
281
289
|
case 1: return 1;
|
|
282
290
|
case 0: return 0;
|
|
283
291
|
case 2: return 2;
|
|
@@ -287,21 +295,21 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
287
295
|
setVerticalContentAlignment(a, b) {
|
|
288
296
|
switch (b) {
|
|
289
297
|
case 2:
|
|
290
|
-
this.t.
|
|
298
|
+
this.t.rn = 2;
|
|
291
299
|
break;
|
|
292
300
|
case 1:
|
|
293
|
-
this.t.
|
|
301
|
+
this.t.rn = 1;
|
|
294
302
|
break;
|
|
295
303
|
case 3:
|
|
296
|
-
this.t.
|
|
304
|
+
this.t.rn = 3;
|
|
297
305
|
break;
|
|
298
306
|
case 0:
|
|
299
|
-
this.t.
|
|
307
|
+
this.t.rn = 0;
|
|
300
308
|
break;
|
|
301
309
|
}
|
|
302
310
|
}
|
|
303
311
|
getVerticalContentAlignment(a) {
|
|
304
|
-
switch (this.t.
|
|
312
|
+
switch (this.t.rn) {
|
|
305
313
|
case 2: return 2;
|
|
306
314
|
case 1: return 1;
|
|
307
315
|
case 0: return 0;
|
|
@@ -309,7 +317,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
309
317
|
}
|
|
310
318
|
}
|
|
311
319
|
exportVisualData(a) {
|
|
312
|
-
return a.
|
|
320
|
+
return a.ec();
|
|
313
321
|
}
|
|
314
322
|
}
|
|
315
323
|
XButtonBridge.$t = /*@__PURE__*/ markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
|
|
@@ -56,7 +56,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
56
56
|
let c = a;
|
|
57
57
|
switch (b) {
|
|
58
58
|
case 1:
|
|
59
|
-
let d = c.
|
|
59
|
+
let d = c.u;
|
|
60
60
|
let e = 1;
|
|
61
61
|
switch (d) {
|
|
62
62
|
case 0:
|
|
@@ -76,7 +76,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
76
76
|
break;
|
|
77
77
|
}
|
|
78
78
|
return enumGetBox(NativeUIDisplayDensity_$type, e);
|
|
79
|
-
case 18: return enumGetBox(BaseControlTheme_$type, c.
|
|
79
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.q);
|
|
80
80
|
case 87: return c.d;
|
|
81
81
|
case 0:
|
|
82
82
|
switch (c.i) {
|
|
@@ -85,8 +85,9 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
85
85
|
}
|
|
86
86
|
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
87
87
|
case 32: return c.disabled;
|
|
88
|
-
case 24: return c.
|
|
89
|
-
case 17: return c.
|
|
88
|
+
case 24: return c.ht;
|
|
89
|
+
case 17: return c.a2;
|
|
90
|
+
case 119: return c.hp;
|
|
90
91
|
}
|
|
91
92
|
return null;
|
|
92
93
|
}
|
|
@@ -112,10 +113,10 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
112
113
|
e = 2;
|
|
113
114
|
break;
|
|
114
115
|
}
|
|
115
|
-
d.
|
|
116
|
+
d.u = e;
|
|
116
117
|
break;
|
|
117
118
|
case 18:
|
|
118
|
-
d.
|
|
119
|
+
d.q = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
119
120
|
break;
|
|
120
121
|
case 87:
|
|
121
122
|
d.d = c;
|
|
@@ -134,15 +135,18 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
134
135
|
d.disabled = c;
|
|
135
136
|
break;
|
|
136
137
|
case 24:
|
|
137
|
-
d.
|
|
138
|
+
d.ht = c;
|
|
138
139
|
break;
|
|
139
140
|
case 17:
|
|
140
|
-
d.
|
|
141
|
+
d.a2 = c.e;
|
|
142
|
+
break;
|
|
143
|
+
case 119:
|
|
144
|
+
d.hp = c;
|
|
141
145
|
break;
|
|
142
146
|
}
|
|
143
147
|
}
|
|
144
148
|
exportVisualData(a) {
|
|
145
|
-
let b = a.
|
|
149
|
+
let b = a.a6();
|
|
146
150
|
let c = this.getBoundingRect(a);
|
|
147
151
|
b.m = c.left;
|
|
148
152
|
b.n = c.top;
|
|
@@ -46,7 +46,7 @@ let XIconButtonBridge = /*@__PURE__*/ (() => {
|
|
|
46
46
|
case 47:
|
|
47
47
|
case 48:
|
|
48
48
|
case 49: return this.al.getValue(a, b);
|
|
49
|
-
case 18: return enumGetBox(BaseControlTheme_$type, a.
|
|
49
|
+
case 18: return enumGetBox(BaseControlTheme_$type, a.o);
|
|
50
50
|
}
|
|
51
51
|
return super.getValue(a, b);
|
|
52
52
|
}
|
|
@@ -64,7 +64,7 @@ let XIconButtonBridge = /*@__PURE__*/ (() => {
|
|
|
64
64
|
this.al.setValue(a, b, c);
|
|
65
65
|
break;
|
|
66
66
|
case 18:
|
|
67
|
-
a.
|
|
67
|
+
a.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
68
68
|
break;
|
|
69
69
|
}
|
|
70
70
|
}
|