igniteui-angular-inputs 21.0.0-beta.0 → 21.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-inputs.umd.js +3640 -3311
- package/bundles/igniteui-angular-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/igx-x-button-component.js +399 -399
- package/esm2015/lib/igx-x-button-group-component.js +124 -124
- 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/igx-x-button-component.js +399 -399
- package/esm5/lib/igx-x-button-group-component.js +124 -124
- package/fesm2015/igniteui-angular-inputs.js +3743 -3414
- package/fesm5/igniteui-angular-inputs.js +3641 -3312
- 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
|
@@ -151,7 +151,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
151
151
|
let e = c.getSubRenderer(d);
|
|
152
152
|
let f = new XButton();
|
|
153
153
|
f.provideContainer(e);
|
|
154
|
-
f.
|
|
154
|
+
f.fk = "none";
|
|
155
155
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
156
156
|
let h = new XButtonBridge(f);
|
|
157
157
|
let i = new NativeUIButton();
|
|
@@ -229,7 +229,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
229
229
|
let l = new XButton();
|
|
230
230
|
l.provideContainer(k);
|
|
231
231
|
l.e = 4;
|
|
232
|
-
l.
|
|
232
|
+
l.fk = "none";
|
|
233
233
|
let m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
234
234
|
let n = new XButtonBridge(l);
|
|
235
235
|
let o = new NativeUIButton();
|
|
@@ -773,22 +773,22 @@ export let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
773
773
|
this.w = false;
|
|
774
774
|
this.ag = false;
|
|
775
775
|
this.ae = false;
|
|
776
|
-
this.cm = BrushUtil.
|
|
776
|
+
this.cm = BrushUtil.l(0, 0, 0, 0);
|
|
777
777
|
this.x = false;
|
|
778
778
|
this.propertyChanged = null;
|
|
779
779
|
this.valueChanged = null;
|
|
780
780
|
this.valueChanging = null;
|
|
781
781
|
this.t = null;
|
|
782
782
|
this.a = null;
|
|
783
|
-
this.co = BrushUtil.
|
|
783
|
+
this.co = BrushUtil.l(255, 0, 0, 255);
|
|
784
784
|
this.at = "";
|
|
785
|
-
this.cl = BrushUtil.
|
|
785
|
+
this.cl = BrushUtil.l(255, 24, 29, 31);
|
|
786
786
|
this.m = null;
|
|
787
787
|
this.k = 2;
|
|
788
788
|
this.i = 1;
|
|
789
789
|
this.n = null;
|
|
790
|
-
this.cn = BrushUtil.
|
|
791
|
-
this.ck = BrushUtil.
|
|
790
|
+
this.cn = BrushUtil.l(255, 24, 29, 31);
|
|
791
|
+
this.ck = BrushUtil.l(255, 163, 172, 184);
|
|
792
792
|
this.ad = true;
|
|
793
793
|
this.v = true;
|
|
794
794
|
this.ac = true;
|
|
@@ -1091,7 +1091,7 @@ export let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1091
1091
|
if (this.r != null) {
|
|
1092
1092
|
this.r.b7 = "";
|
|
1093
1093
|
}
|
|
1094
|
-
this.value = BrushUtil.
|
|
1094
|
+
this.value = BrushUtil.l(0, 0, 0, 0);
|
|
1095
1095
|
this.e.ax();
|
|
1096
1096
|
this.aa = false;
|
|
1097
1097
|
}
|
|
@@ -1134,7 +1134,7 @@ export let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1134
1134
|
b.bn(d);
|
|
1135
1135
|
d.bn(e);
|
|
1136
1136
|
this.h.l(c);
|
|
1137
|
-
b.ch = BrushUtil.
|
|
1137
|
+
b.ch = BrushUtil.l(255, 255, 255, 255);
|
|
1138
1138
|
b.ca = 150;
|
|
1139
1139
|
b.b8 = 8;
|
|
1140
1140
|
b.cb = 4;
|
|
@@ -1143,12 +1143,12 @@ export let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1143
1143
|
this.r.c = this.j;
|
|
1144
1144
|
this.r.bp = this.l;
|
|
1145
1145
|
this.r.b6 = ColorEditor.a8;
|
|
1146
|
-
this.r.cc = BrushUtil.
|
|
1147
|
-
this.r.cd = BrushUtil.
|
|
1146
|
+
this.r.cc = BrushUtil.l(255, 255, 255, 255);
|
|
1147
|
+
this.r.cd = BrushUtil.l(255, 0, 0, 0);
|
|
1148
1148
|
this.r.bn = runOn(this, this.cf);
|
|
1149
1149
|
this.r.n = runOn(this, this.by);
|
|
1150
1150
|
this.r.o = runOn(this, this.b0);
|
|
1151
|
-
this.r.cb = BrushUtil.
|
|
1151
|
+
this.r.cb = BrushUtil.l(255, 0, 0, 255);
|
|
1152
1152
|
this.s = b;
|
|
1153
1153
|
this.e = this.h.c(f);
|
|
1154
1154
|
this.e.value = this.value;
|
|
@@ -1337,23 +1337,23 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1337
1337
|
constructor() {
|
|
1338
1338
|
super();
|
|
1339
1339
|
this.d = null;
|
|
1340
|
-
this.bv = BrushUtil.
|
|
1340
|
+
this.bv = BrushUtil.l(0, 0, 0, 0);
|
|
1341
1341
|
this.bo = null;
|
|
1342
|
-
this.bs = BrushUtil.
|
|
1342
|
+
this.bs = BrushUtil.l(0, 0, 0, 0);
|
|
1343
1343
|
this.propertyChanged = null;
|
|
1344
1344
|
this.closed = null;
|
|
1345
1345
|
this.valueChanged = null;
|
|
1346
1346
|
this.valueChanging = null;
|
|
1347
1347
|
this.v = null;
|
|
1348
|
-
this.bx = BrushUtil.
|
|
1348
|
+
this.bx = BrushUtil.l(255, 0, 0, 255);
|
|
1349
1349
|
this.g = 3;
|
|
1350
1350
|
this.e = 1;
|
|
1351
|
-
this.bp = BrushUtil.
|
|
1352
|
-
this.bt = BrushUtil.
|
|
1353
|
-
this.bu = BrushUtil.
|
|
1354
|
-
this.bq = BrushUtil.
|
|
1355
|
-
this.br = BrushUtil.
|
|
1356
|
-
this.bw = BrushUtil.
|
|
1351
|
+
this.bp = BrushUtil.l(0, 255, 255, 255);
|
|
1352
|
+
this.bt = BrushUtil.l(255, 33, 150, 243);
|
|
1353
|
+
this.bu = BrushUtil.l(255, 21, 112, 184);
|
|
1354
|
+
this.bq = BrushUtil.l(76, 33, 150, 243);
|
|
1355
|
+
this.br = BrushUtil.l(50, 186, 191, 199);
|
|
1356
|
+
this.bw = BrushUtil.l(255, 24, 29, 31);
|
|
1357
1357
|
this.i = null;
|
|
1358
1358
|
this.n = null;
|
|
1359
1359
|
this.s = null;
|
|
@@ -1372,7 +1372,7 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1372
1372
|
this.x = false;
|
|
1373
1373
|
NativeUIInputsFactory.n();
|
|
1374
1374
|
NativeUIXInputsFactory.m();
|
|
1375
|
-
this.bo = BrushUtil.
|
|
1375
|
+
this.bo = BrushUtil.l(0, 0, 0, 0);
|
|
1376
1376
|
let a = new ColorEditorPanelView();
|
|
1377
1377
|
a.a = this;
|
|
1378
1378
|
this.d = a;
|
|
@@ -1601,9 +1601,9 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1601
1601
|
e.bk = 2;
|
|
1602
1602
|
i.bk = 0;
|
|
1603
1603
|
g.bk = 1;
|
|
1604
|
-
e.bw = BrushUtil.
|
|
1605
|
-
i.bw = BrushUtil.
|
|
1606
|
-
g.bw = BrushUtil.
|
|
1604
|
+
e.bw = BrushUtil.l(0, 0, 0, 0);
|
|
1605
|
+
i.bw = BrushUtil.l(0, 0, 0, 0);
|
|
1606
|
+
g.bw = BrushUtil.l(0, 0, 0, 0);
|
|
1607
1607
|
g.bh = new Thickness(1, 0, 5, 5, 0);
|
|
1608
1608
|
f.bh = new Thickness(1, 0, 5, 5, 0);
|
|
1609
1609
|
l.bz = "Ok";
|
|
@@ -1615,7 +1615,7 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1615
1615
|
e.bh = new Thickness(1, 5, 5, 5, 0);
|
|
1616
1616
|
d.bh = new Thickness(1, 5, 5, 5, 0);
|
|
1617
1617
|
p.bh = new Thickness(1, 5, 16, 0, 11);
|
|
1618
|
-
p.a8 = BrushUtil.
|
|
1618
|
+
p.a8 = BrushUtil.l(255, 255, 0, 0);
|
|
1619
1619
|
c.cc(p, 0);
|
|
1620
1620
|
c.ca(p, 0);
|
|
1621
1621
|
c.bn(p);
|
|
@@ -1698,12 +1698,12 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1698
1698
|
this.q = o;
|
|
1699
1699
|
this.s.bq = 0;
|
|
1700
1700
|
this.s.bp = 360;
|
|
1701
|
-
this.s.by = BrushUtil.
|
|
1702
|
-
this.s.bz = BrushUtil.
|
|
1701
|
+
this.s.by = BrushUtil.l(255, 255, 255, 255);
|
|
1702
|
+
this.s.bz = BrushUtil.l(255, 255, 255, 255);
|
|
1703
1703
|
this.u.bq = 0;
|
|
1704
1704
|
this.u.bp = 1;
|
|
1705
|
-
this.t.by = BrushUtil.
|
|
1706
|
-
this.t.bz = BrushUtil.
|
|
1705
|
+
this.t.by = BrushUtil.l(255, 155, 155, 155);
|
|
1706
|
+
this.t.bz = BrushUtil.l(255, 255, 255, 255);
|
|
1707
1707
|
this.t.bq = 0;
|
|
1708
1708
|
this.t.bp = 1;
|
|
1709
1709
|
this.t.bu = 0;
|
|
@@ -1755,9 +1755,9 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1755
1755
|
let f = 1 - this.u.bs;
|
|
1756
1756
|
b = ColorUtil.r(1, c, 1, 0.5);
|
|
1757
1757
|
a = ColorUtil.r(f, c, d, e);
|
|
1758
|
-
this.s.bx = BrushUtil.
|
|
1759
|
-
this.t.bx = BrushUtil.
|
|
1760
|
-
this.o.a8 = BrushUtil.
|
|
1758
|
+
this.s.bx = BrushUtil.l(b.l, b.o, b.n, b.m);
|
|
1759
|
+
this.t.bx = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
1760
|
+
this.o.a8 = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
1761
1761
|
this.d.bm(this.s.bs);
|
|
1762
1762
|
this.d.bn(0);
|
|
1763
1763
|
this.d.bo(this.s.bs, this.t.bs, 1 - this.t.bv);
|
|
@@ -1770,7 +1770,7 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1770
1770
|
let h = ColorUtil.k(a, false);
|
|
1771
1771
|
this.q.b7 = h;
|
|
1772
1772
|
}
|
|
1773
|
-
this.bx = BrushUtil.
|
|
1773
|
+
this.bx = BrushUtil.l(a.l, a.o, a.n, a.m);
|
|
1774
1774
|
this.bc(this.value);
|
|
1775
1775
|
}
|
|
1776
1776
|
au(a, b) {
|
|
@@ -1794,7 +1794,7 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1794
1794
|
bi() {
|
|
1795
1795
|
}
|
|
1796
1796
|
ax() {
|
|
1797
|
-
this.value = BrushUtil.
|
|
1797
|
+
this.value = BrushUtil.l(0, 0, 0, 0);
|
|
1798
1798
|
}
|
|
1799
1799
|
get b5() {
|
|
1800
1800
|
let a = ColorUtil.p(this.value);
|
|
@@ -390,7 +390,7 @@ export let XRipple = /*@__PURE__*/ (() => {
|
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
392
|
XRipple.$t = markType(XRipple, 'XRipple', Base.$, [INotifyPropertyChanged_$type]);
|
|
393
|
-
XRipple.au = BrushUtil.
|
|
394
|
-
XRipple.av = BrushUtil.
|
|
393
|
+
XRipple.au = BrushUtil.l(40, 0, 0, 0);
|
|
394
|
+
XRipple.av = BrushUtil.l(189, 0, 0, 0);
|
|
395
395
|
return XRipple;
|
|
396
396
|
})();
|
|
@@ -4,7 +4,9 @@ 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-angular-core";
|
|
7
|
+
import { Base, typeGetValue, typeCast, EnumUtil, markType } from "igniteui-angular-core";
|
|
8
|
+
import { CornerRadius } from "igniteui-angular-core";
|
|
9
|
+
import { Thickness } from "igniteui-angular-core";
|
|
8
10
|
import { ElevationMode_$type } from "igniteui-angular-core";
|
|
9
11
|
import { Theme } from "./Theme";
|
|
10
12
|
/**
|
|
@@ -29,7 +31,7 @@ export let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
29
31
|
break;
|
|
30
32
|
}
|
|
31
33
|
}
|
|
32
|
-
static
|
|
34
|
+
static aj(a, b, c) {
|
|
33
35
|
if (a == 1) {
|
|
34
36
|
return c;
|
|
35
37
|
}
|
|
@@ -47,13 +49,13 @@ export let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
47
49
|
}
|
|
48
50
|
return b;
|
|
49
51
|
}
|
|
50
|
-
static
|
|
52
|
+
static ae(a, b, c) {
|
|
51
53
|
if (a == 1) {
|
|
52
54
|
return c;
|
|
53
55
|
}
|
|
54
56
|
return b;
|
|
55
57
|
}
|
|
56
|
-
static
|
|
58
|
+
static ao(a, b, c) {
|
|
57
59
|
if (a == 1) {
|
|
58
60
|
return c;
|
|
59
61
|
}
|
|
@@ -68,11 +70,11 @@ export let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
68
70
|
static a(a) {
|
|
69
71
|
return new Theme(0, a);
|
|
70
72
|
}
|
|
71
|
-
static
|
|
72
|
-
return b.
|
|
73
|
+
static ai(a, b, c) {
|
|
74
|
+
return b.ag(a, c);
|
|
73
75
|
}
|
|
74
|
-
static
|
|
75
|
-
return b.
|
|
76
|
+
static ah(a, b, c, d) {
|
|
77
|
+
return b.af(a, c, d);
|
|
76
78
|
}
|
|
77
79
|
static q(a, b, c) {
|
|
78
80
|
return b.o(a, c);
|
|
@@ -98,17 +100,20 @@ export let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
98
100
|
static e(a, b, c, d) {
|
|
99
101
|
return b.c(a, c, d);
|
|
100
102
|
}
|
|
101
|
-
static
|
|
102
|
-
return b.
|
|
103
|
+
static ac(a, b, c) {
|
|
104
|
+
return b.aa(a, c);
|
|
105
|
+
}
|
|
106
|
+
static ab(a, b, c, d) {
|
|
107
|
+
return b.z(a, c, d);
|
|
103
108
|
}
|
|
104
|
-
static
|
|
105
|
-
return
|
|
109
|
+
static ad(a, b, c, d, e) {
|
|
110
|
+
return c.y(a, b, d, e);
|
|
106
111
|
}
|
|
107
|
-
static
|
|
108
|
-
return b.
|
|
112
|
+
static an(a, b, c) {
|
|
113
|
+
return b.al(a, c);
|
|
109
114
|
}
|
|
110
|
-
static
|
|
111
|
-
return b.
|
|
115
|
+
static am(a, b, c, d) {
|
|
116
|
+
return b.ak(a, c, d);
|
|
112
117
|
}
|
|
113
118
|
t(a, b) {
|
|
114
119
|
if (this.h.containsKey(a)) {
|
|
@@ -128,10 +133,10 @@ export let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
128
133
|
return e.item(b).item(c);
|
|
129
134
|
}
|
|
130
135
|
}
|
|
131
|
-
|
|
136
|
+
ag(a, b) {
|
|
132
137
|
return this.t(a, b);
|
|
133
138
|
}
|
|
134
|
-
|
|
139
|
+
af(a, b, c) {
|
|
135
140
|
return this.s(a, b, c);
|
|
136
141
|
}
|
|
137
142
|
o(a, b) {
|
|
@@ -144,6 +149,13 @@ export let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
144
149
|
return this.t(a, b);
|
|
145
150
|
}
|
|
146
151
|
i(a, b, c) {
|
|
152
|
+
let d = this.s(a, b, c);
|
|
153
|
+
if (typeCast(CornerRadius.$, d) !== null) {
|
|
154
|
+
return d.d;
|
|
155
|
+
}
|
|
156
|
+
if (typeCast(Thickness.$, d) !== null) {
|
|
157
|
+
return d.left;
|
|
158
|
+
}
|
|
147
159
|
return this.s(a, b, c);
|
|
148
160
|
}
|
|
149
161
|
v(a, b) {
|
|
@@ -158,16 +170,20 @@ export let ThemeResolver = /*@__PURE__*/ (() => {
|
|
|
158
170
|
c(a, b, c) {
|
|
159
171
|
return EnumUtil.getEnumValue(ElevationMode_$type, this.s(a, b, c));
|
|
160
172
|
}
|
|
161
|
-
|
|
173
|
+
aa(a, b) {
|
|
162
174
|
return this.t(a, b);
|
|
163
175
|
}
|
|
164
|
-
|
|
176
|
+
z(a, b, c) {
|
|
165
177
|
return this.s(a, b, c);
|
|
166
178
|
}
|
|
167
|
-
|
|
179
|
+
y(a, b, c, d) {
|
|
180
|
+
let e = this.s(a, c, d);
|
|
181
|
+
return e.item(b);
|
|
182
|
+
}
|
|
183
|
+
al(a, b) {
|
|
168
184
|
return this.t(a, b);
|
|
169
185
|
}
|
|
170
|
-
|
|
186
|
+
ak(a, b, c) {
|
|
171
187
|
return this.s(a, b, c);
|
|
172
188
|
}
|
|
173
189
|
}
|
|
@@ -136,24 +136,24 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
136
136
|
case 1:
|
|
137
137
|
switch (EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, c)) {
|
|
138
138
|
case 0:
|
|
139
|
-
d.
|
|
139
|
+
d.s = 0;
|
|
140
140
|
break;
|
|
141
141
|
case 1:
|
|
142
|
-
d.
|
|
142
|
+
d.s = 1;
|
|
143
143
|
break;
|
|
144
144
|
case 3:
|
|
145
|
-
d.
|
|
145
|
+
d.s = 3;
|
|
146
146
|
break;
|
|
147
147
|
case 2:
|
|
148
|
-
d.
|
|
148
|
+
d.s = 2;
|
|
149
149
|
break;
|
|
150
150
|
case 4:
|
|
151
|
-
d.
|
|
151
|
+
d.s = 4;
|
|
152
152
|
break;
|
|
153
153
|
}
|
|
154
154
|
break;
|
|
155
155
|
case 18:
|
|
156
|
-
d.
|
|
156
|
+
d.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
157
157
|
break;
|
|
158
158
|
case 54:
|
|
159
159
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
@@ -181,46 +181,52 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
181
181
|
}
|
|
182
182
|
break;
|
|
183
183
|
case 4:
|
|
184
|
-
d.
|
|
184
|
+
d.ax = c;
|
|
185
185
|
break;
|
|
186
186
|
case 32:
|
|
187
187
|
d.disabled = c;
|
|
188
188
|
break;
|
|
189
189
|
case 5:
|
|
190
|
-
d.
|
|
190
|
+
d.av = c;
|
|
191
191
|
break;
|
|
192
192
|
case 6:
|
|
193
|
-
d.
|
|
193
|
+
d.a3 = !c;
|
|
194
194
|
break;
|
|
195
195
|
case 24:
|
|
196
|
-
d.
|
|
196
|
+
d.ql = c;
|
|
197
197
|
break;
|
|
198
198
|
case 55:
|
|
199
|
-
d.
|
|
200
|
-
d.
|
|
201
|
-
d.
|
|
202
|
-
d.
|
|
199
|
+
d.bn = c.left;
|
|
200
|
+
d.bp = c.top;
|
|
201
|
+
d.bo = c.right;
|
|
202
|
+
d.bm = c.bottom;
|
|
203
203
|
break;
|
|
204
204
|
case 57:
|
|
205
|
-
d.
|
|
205
|
+
d.az = c;
|
|
206
206
|
break;
|
|
207
207
|
case 56:
|
|
208
|
-
d.
|
|
208
|
+
d.aw = c;
|
|
209
209
|
break;
|
|
210
210
|
case 58:
|
|
211
|
-
d.
|
|
211
|
+
d.au = c;
|
|
212
212
|
break;
|
|
213
213
|
case 17:
|
|
214
|
-
d.
|
|
214
|
+
d.k6 = c;
|
|
215
215
|
break;
|
|
216
216
|
case 11:
|
|
217
|
-
d.
|
|
217
|
+
d.ab = c;
|
|
218
218
|
break;
|
|
219
219
|
case 88:
|
|
220
|
-
d.
|
|
220
|
+
d.bz = c;
|
|
221
221
|
break;
|
|
222
222
|
case 59:
|
|
223
|
-
d.
|
|
223
|
+
d.a6 = c;
|
|
224
|
+
break;
|
|
225
|
+
case 118:
|
|
226
|
+
d.n7 = c;
|
|
227
|
+
break;
|
|
228
|
+
case 23:
|
|
229
|
+
d.n6 = c;
|
|
224
230
|
break;
|
|
225
231
|
}
|
|
226
232
|
}
|
|
@@ -230,7 +236,7 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
230
236
|
case 3: return this.ac;
|
|
231
237
|
case 54: return this.aa;
|
|
232
238
|
case 1:
|
|
233
|
-
switch (c.
|
|
239
|
+
switch (c.s) {
|
|
234
240
|
case 0: return enumGetBox(NativeUIDisplayDensity_$type, 0);
|
|
235
241
|
case 1: return enumGetBox(NativeUIDisplayDensity_$type, 1);
|
|
236
242
|
case 3: return enumGetBox(NativeUIDisplayDensity_$type, 3);
|
|
@@ -238,7 +244,7 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
238
244
|
case 4: return enumGetBox(NativeUIDisplayDensity_$type, 4);
|
|
239
245
|
}
|
|
240
246
|
break;
|
|
241
|
-
case 18: return enumGetBox(BaseControlTheme_$type, c.
|
|
247
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.o);
|
|
242
248
|
case 0:
|
|
243
249
|
switch (c.e) {
|
|
244
250
|
case 3: return enumGetBox(NativeUIButtonDisplayType_$type, 3);
|
|
@@ -248,39 +254,41 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
248
254
|
case 0: return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
249
255
|
}
|
|
250
256
|
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
251
|
-
case 4: return c.
|
|
257
|
+
case 4: return c.ax;
|
|
252
258
|
case 32: return c.disabled;
|
|
253
|
-
case 5: return c.
|
|
254
|
-
case 6: return !c.
|
|
255
|
-
case 24: return c.
|
|
256
|
-
case 55: return new Thickness(1, c.
|
|
257
|
-
case 57: return c.
|
|
258
|
-
case 56: return c.
|
|
259
|
-
case 58: return c.
|
|
260
|
-
case 17: return c.
|
|
261
|
-
case 88: return c.
|
|
262
|
-
case 59: return c.
|
|
259
|
+
case 5: return c.av;
|
|
260
|
+
case 6: return !c.a3;
|
|
261
|
+
case 24: return c.ql;
|
|
262
|
+
case 55: return new Thickness(1, c.bn, c.bp, c.bo, c.bm);
|
|
263
|
+
case 57: return c.az;
|
|
264
|
+
case 56: return c.aw;
|
|
265
|
+
case 58: return c.au;
|
|
266
|
+
case 17: return c.k6;
|
|
267
|
+
case 88: return c.bz;
|
|
268
|
+
case 59: return c.a6;
|
|
269
|
+
case 118: return c.n7;
|
|
270
|
+
case 23: return c.n6;
|
|
263
271
|
}
|
|
264
272
|
return null;
|
|
265
273
|
}
|
|
266
274
|
setHorizontalContentAlignment(a, b) {
|
|
267
275
|
switch (b) {
|
|
268
276
|
case 1:
|
|
269
|
-
this.t.
|
|
277
|
+
this.t.lj = 1;
|
|
270
278
|
break;
|
|
271
279
|
case 0:
|
|
272
|
-
this.t.
|
|
280
|
+
this.t.lj = 0;
|
|
273
281
|
break;
|
|
274
282
|
case 2:
|
|
275
|
-
this.t.
|
|
283
|
+
this.t.lj = 2;
|
|
276
284
|
break;
|
|
277
285
|
case 3:
|
|
278
|
-
this.t.
|
|
286
|
+
this.t.lj = 3;
|
|
279
287
|
break;
|
|
280
288
|
}
|
|
281
289
|
}
|
|
282
290
|
getHorizontalContentAlignment(a) {
|
|
283
|
-
switch (this.t.
|
|
291
|
+
switch (this.t.lj) {
|
|
284
292
|
case 1: return 1;
|
|
285
293
|
case 0: return 0;
|
|
286
294
|
case 2: return 2;
|
|
@@ -290,21 +298,21 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
290
298
|
setVerticalContentAlignment(a, b) {
|
|
291
299
|
switch (b) {
|
|
292
300
|
case 2:
|
|
293
|
-
this.t.
|
|
301
|
+
this.t.rn = 2;
|
|
294
302
|
break;
|
|
295
303
|
case 1:
|
|
296
|
-
this.t.
|
|
304
|
+
this.t.rn = 1;
|
|
297
305
|
break;
|
|
298
306
|
case 3:
|
|
299
|
-
this.t.
|
|
307
|
+
this.t.rn = 3;
|
|
300
308
|
break;
|
|
301
309
|
case 0:
|
|
302
|
-
this.t.
|
|
310
|
+
this.t.rn = 0;
|
|
303
311
|
break;
|
|
304
312
|
}
|
|
305
313
|
}
|
|
306
314
|
getVerticalContentAlignment(a) {
|
|
307
|
-
switch (this.t.
|
|
315
|
+
switch (this.t.rn) {
|
|
308
316
|
case 2: return 2;
|
|
309
317
|
case 1: return 1;
|
|
310
318
|
case 0: return 0;
|
|
@@ -312,7 +320,7 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
312
320
|
}
|
|
313
321
|
}
|
|
314
322
|
exportVisualData(a) {
|
|
315
|
-
return a.
|
|
323
|
+
return a.ec();
|
|
316
324
|
}
|
|
317
325
|
}
|
|
318
326
|
XButtonBridge.$t = markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
|
|
@@ -59,7 +59,7 @@ export let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
59
59
|
let c = a;
|
|
60
60
|
switch (b) {
|
|
61
61
|
case 1:
|
|
62
|
-
let d = c.
|
|
62
|
+
let d = c.u;
|
|
63
63
|
let e = 1;
|
|
64
64
|
switch (d) {
|
|
65
65
|
case 0:
|
|
@@ -79,7 +79,7 @@ export let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
79
79
|
break;
|
|
80
80
|
}
|
|
81
81
|
return enumGetBox(NativeUIDisplayDensity_$type, e);
|
|
82
|
-
case 18: return enumGetBox(BaseControlTheme_$type, c.
|
|
82
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.q);
|
|
83
83
|
case 87: return c.d;
|
|
84
84
|
case 0:
|
|
85
85
|
switch (c.i) {
|
|
@@ -88,8 +88,9 @@ export let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
88
88
|
}
|
|
89
89
|
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
90
90
|
case 32: return c.disabled;
|
|
91
|
-
case 24: return c.
|
|
92
|
-
case 17: return c.
|
|
91
|
+
case 24: return c.ht;
|
|
92
|
+
case 17: return c.a2;
|
|
93
|
+
case 119: return c.hp;
|
|
93
94
|
}
|
|
94
95
|
return null;
|
|
95
96
|
}
|
|
@@ -115,10 +116,10 @@ export let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
115
116
|
e = 2;
|
|
116
117
|
break;
|
|
117
118
|
}
|
|
118
|
-
d.
|
|
119
|
+
d.u = e;
|
|
119
120
|
break;
|
|
120
121
|
case 18:
|
|
121
|
-
d.
|
|
122
|
+
d.q = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
122
123
|
break;
|
|
123
124
|
case 87:
|
|
124
125
|
d.d = c;
|
|
@@ -137,15 +138,18 @@ export let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
137
138
|
d.disabled = c;
|
|
138
139
|
break;
|
|
139
140
|
case 24:
|
|
140
|
-
d.
|
|
141
|
+
d.ht = c;
|
|
141
142
|
break;
|
|
142
143
|
case 17:
|
|
143
|
-
d.
|
|
144
|
+
d.a2 = c.e;
|
|
145
|
+
break;
|
|
146
|
+
case 119:
|
|
147
|
+
d.hp = c;
|
|
144
148
|
break;
|
|
145
149
|
}
|
|
146
150
|
}
|
|
147
151
|
exportVisualData(a) {
|
|
148
|
-
let b = a.
|
|
152
|
+
let b = a.a6();
|
|
149
153
|
let c = this.getBoundingRect(a);
|
|
150
154
|
b.m = c.left;
|
|
151
155
|
b.n = c.top;
|
|
@@ -49,7 +49,7 @@ export let XIconButtonBridge = /*@__PURE__*/ (() => {
|
|
|
49
49
|
case 47:
|
|
50
50
|
case 48:
|
|
51
51
|
case 49: return this.al.getValue(a, b);
|
|
52
|
-
case 18: return enumGetBox(BaseControlTheme_$type, a.
|
|
52
|
+
case 18: return enumGetBox(BaseControlTheme_$type, a.o);
|
|
53
53
|
}
|
|
54
54
|
return super.getValue(a, b);
|
|
55
55
|
}
|
|
@@ -67,7 +67,7 @@ export let XIconButtonBridge = /*@__PURE__*/ (() => {
|
|
|
67
67
|
this.al.setValue(a, b, c);
|
|
68
68
|
break;
|
|
69
69
|
case 18:
|
|
70
|
-
a.
|
|
70
|
+
a.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
71
71
|
break;
|
|
72
72
|
}
|
|
73
73
|
}
|