igniteui-webcomponents-inputs 7.0.1-beta.0 → 7.1.0-alpha.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.
Files changed (36) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +3539 -3868
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +628 -642
  4. package/esm2015/lib/ButtonView_combined.js +1743 -2036
  5. package/esm2015/lib/CalendarView_combined.js +157 -157
  6. package/esm2015/lib/CheckboxView_combined.js +39 -39
  7. package/esm2015/lib/DatePickerView_combined.js +4 -4
  8. package/esm2015/lib/InputGroupView_combined.js +209 -209
  9. package/esm2015/lib/NativeUIXInputsFactory_combined.js +35 -35
  10. package/esm2015/lib/RippleView_combined.js +2 -2
  11. package/esm2015/lib/ThemeResolver.js +22 -38
  12. package/esm2015/lib/XButtonBridge.js +45 -53
  13. package/esm2015/lib/XButtonGroupBridge.js +9 -13
  14. package/esm2015/lib/XIconButtonBridge.js +2 -2
  15. package/esm2015/lib/igc-x-button-component.js +567 -567
  16. package/esm2015/lib/igc-x-button-group-component.js +184 -184
  17. package/esm5/lib/ButtonGroupView_combined.js +606 -620
  18. package/esm5/lib/ButtonView_combined.js +1656 -1949
  19. package/esm5/lib/CalendarView_combined.js +157 -157
  20. package/esm5/lib/CheckboxView_combined.js +39 -39
  21. package/esm5/lib/DatePickerView_combined.js +4 -4
  22. package/esm5/lib/InputGroupView_combined.js +209 -209
  23. package/esm5/lib/NativeUIXInputsFactory_combined.js +35 -35
  24. package/esm5/lib/RippleView_combined.js +2 -2
  25. package/esm5/lib/ThemeResolver.js +22 -38
  26. package/esm5/lib/XButtonBridge.js +45 -53
  27. package/esm5/lib/XButtonGroupBridge.js +9 -13
  28. package/esm5/lib/XIconButtonBridge.js +2 -2
  29. package/esm5/lib/igc-x-button-component.js +567 -567
  30. package/esm5/lib/igc-x-button-group-component.js +184 -184
  31. package/fesm2015/igniteui-webcomponents-inputs.js +3642 -3971
  32. package/fesm5/igniteui-webcomponents-inputs.js +3540 -3869
  33. package/lib/ButtonGroupView_combined.d.ts +179 -181
  34. package/lib/ButtonView_combined.d.ts +481 -482
  35. package/lib/ThemeResolver.d.ts +15 -18
  36. 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.fk = "none";
151
+ f.fj = "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.fk = "none";
229
+ l.fj = "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.l(0, 0, 0, 0);
765
+ this.cm = BrushUtil.j(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.l(255, 0, 0, 255);
772
+ this.co = BrushUtil.j(255, 0, 0, 255);
773
773
  this.at = "";
774
- this.cl = BrushUtil.l(255, 24, 29, 31);
774
+ this.cl = BrushUtil.j(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.l(255, 24, 29, 31);
780
- this.ck = BrushUtil.l(255, 163, 172, 184);
779
+ this.cn = BrushUtil.j(255, 24, 29, 31);
780
+ this.ck = BrushUtil.j(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.l(0, 0, 0, 0);
1083
+ this.value = BrushUtil.j(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.l(255, 255, 255, 255);
1126
+ b.ch = BrushUtil.j(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.l(255, 255, 255, 255);
1136
- this.r.cd = BrushUtil.l(255, 0, 0, 0);
1135
+ this.r.cc = BrushUtil.j(255, 255, 255, 255);
1136
+ this.r.cd = BrushUtil.j(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.l(255, 0, 0, 255);
1140
+ this.r.cb = BrushUtil.j(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.l(0, 0, 0, 0);
1327
+ this.bv = BrushUtil.j(0, 0, 0, 0);
1328
1328
  this.bo = null;
1329
- this.bs = BrushUtil.l(0, 0, 0, 0);
1329
+ this.bs = BrushUtil.j(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.l(255, 0, 0, 255);
1335
+ this.bx = BrushUtil.j(255, 0, 0, 255);
1336
1336
  this.g = 3;
1337
1337
  this.e = 1;
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);
1338
+ this.bp = BrushUtil.j(0, 255, 255, 255);
1339
+ this.bt = BrushUtil.j(255, 33, 150, 243);
1340
+ this.bu = BrushUtil.j(255, 21, 112, 184);
1341
+ this.bq = BrushUtil.j(76, 33, 150, 243);
1342
+ this.br = BrushUtil.j(50, 186, 191, 199);
1343
+ this.bw = BrushUtil.j(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.l(0, 0, 0, 0);
1362
+ this.bo = BrushUtil.j(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.l(0, 0, 0, 0);
1592
- i.bw = BrushUtil.l(0, 0, 0, 0);
1593
- g.bw = BrushUtil.l(0, 0, 0, 0);
1591
+ e.bw = BrushUtil.j(0, 0, 0, 0);
1592
+ i.bw = BrushUtil.j(0, 0, 0, 0);
1593
+ g.bw = BrushUtil.j(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.l(255, 255, 0, 0);
1605
+ p.a8 = BrushUtil.j(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.l(255, 255, 255, 255);
1689
- this.s.bz = BrushUtil.l(255, 255, 255, 255);
1688
+ this.s.by = BrushUtil.j(255, 255, 255, 255);
1689
+ this.s.bz = BrushUtil.j(255, 255, 255, 255);
1690
1690
  this.u.bq = 0;
1691
1691
  this.u.bp = 1;
1692
- this.t.by = BrushUtil.l(255, 155, 155, 155);
1693
- this.t.bz = BrushUtil.l(255, 255, 255, 255);
1692
+ this.t.by = BrushUtil.j(255, 155, 155, 155);
1693
+ this.t.bz = BrushUtil.j(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.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);
1745
+ this.s.bx = BrushUtil.j(b.l, b.o, b.n, b.m);
1746
+ this.t.bx = BrushUtil.j(a.l, a.o, a.n, a.m);
1747
+ this.o.a8 = BrushUtil.j(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.l(a.l, a.o, a.n, a.m);
1760
+ this.bx = BrushUtil.j(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.l(0, 0, 0, 0);
1784
+ this.value = BrushUtil.j(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.l(40, 0, 0, 0);
389
- XRipple.av = /*@__PURE__*/ BrushUtil.l(189, 0, 0, 0);
388
+ XRipple.au = /*@__PURE__*/ BrushUtil.j(40, 0, 0, 0);
389
+ XRipple.av = /*@__PURE__*/ BrushUtil.j(189, 0, 0, 0);
390
390
  return XRipple;
391
391
  })();
392
392
  export { XRipple };
@@ -4,14 +4,12 @@ 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, typeCast, EnumUtil, markType } from "igniteui-webcomponents-core";
8
- import { CornerRadius } from "igniteui-webcomponents-core";
9
- import { Thickness } from "igniteui-webcomponents-core";
7
+ import { Base, typeGetValue, EnumUtil, markType } from "igniteui-webcomponents-core";
10
8
  import { ElevationMode_$type } from "igniteui-webcomponents-core";
11
9
  import { Theme } from "./Theme";
12
10
  let ThemeResolver = /*@__PURE__*/ (() => {
13
11
  class ThemeResolver extends Base {
14
- static aj(a, b, c) {
12
+ static ah(a, b, c) {
15
13
  if (a == 1) {
16
14
  return c;
17
15
  }
@@ -29,13 +27,13 @@ let ThemeResolver = /*@__PURE__*/ (() => {
29
27
  }
30
28
  return b;
31
29
  }
32
- static ae(a, b, c) {
30
+ static ac(a, b, c) {
33
31
  if (a == 1) {
34
32
  return c;
35
33
  }
36
34
  return b;
37
35
  }
38
- static ao(a, b, c) {
36
+ static am(a, b, c) {
39
37
  if (a == 1) {
40
38
  return c;
41
39
  }
@@ -50,11 +48,11 @@ let ThemeResolver = /*@__PURE__*/ (() => {
50
48
  static a(a) {
51
49
  return new Theme(0, a);
52
50
  }
53
- static ai(a, b, c) {
54
- return b.ag(a, c);
51
+ static ag(a, b, c) {
52
+ return b.ae(a, c);
55
53
  }
56
- static ah(a, b, c, d) {
57
- return b.af(a, c, d);
54
+ static af(a, b, c, d) {
55
+ return b.ad(a, c, d);
58
56
  }
59
57
  static q(a, b, c) {
60
58
  return b.o(a, c);
@@ -80,20 +78,17 @@ let ThemeResolver = /*@__PURE__*/ (() => {
80
78
  static e(a, b, c, d) {
81
79
  return b.c(a, c, d);
82
80
  }
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);
81
+ static ab(a, b, c) {
82
+ return b.z(a, c);
88
83
  }
89
- static ad(a, b, c, d, e) {
90
- return c.y(a, b, d, e);
84
+ static aa(a, b, c, d) {
85
+ return b.y(a, c, d);
91
86
  }
92
- static an(a, b, c) {
93
- return b.al(a, c);
87
+ static al(a, b, c) {
88
+ return b.aj(a, c);
94
89
  }
95
- static am(a, b, c, d) {
96
- return b.ak(a, c, d);
90
+ static ak(a, b, c, d) {
91
+ return b.ai(a, c, d);
97
92
  }
98
93
  constructor(a, ..._rest) {
99
94
  super();
@@ -130,10 +125,10 @@ let ThemeResolver = /*@__PURE__*/ (() => {
130
125
  return e.item(b).item(c);
131
126
  }
132
127
  }
133
- ag(a, b) {
128
+ ae(a, b) {
134
129
  return this.t(a, b);
135
130
  }
136
- af(a, b, c) {
131
+ ad(a, b, c) {
137
132
  return this.s(a, b, c);
138
133
  }
139
134
  o(a, b) {
@@ -146,13 +141,6 @@ let ThemeResolver = /*@__PURE__*/ (() => {
146
141
  return this.t(a, b);
147
142
  }
148
143
  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
- }
156
144
  return this.s(a, b, c);
157
145
  }
158
146
  v(a, b) {
@@ -167,20 +155,16 @@ let ThemeResolver = /*@__PURE__*/ (() => {
167
155
  c(a, b, c) {
168
156
  return EnumUtil.getEnumValue(ElevationMode_$type, this.s(a, b, c));
169
157
  }
170
- aa(a, b) {
158
+ z(a, b) {
171
159
  return this.t(a, b);
172
160
  }
173
- z(a, b, c) {
161
+ y(a, b, c) {
174
162
  return this.s(a, b, c);
175
163
  }
176
- y(a, b, c, d) {
177
- let e = this.s(a, c, d);
178
- return e.item(b);
179
- }
180
- al(a, b) {
164
+ aj(a, b) {
181
165
  return this.t(a, b);
182
166
  }
183
- ak(a, b, c) {
167
+ ai(a, b, c) {
184
168
  return this.s(a, b, c);
185
169
  }
186
170
  }
@@ -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.s = 0;
136
+ d.r = 0;
137
137
  break;
138
138
  case 1:
139
- d.s = 1;
139
+ d.r = 1;
140
140
  break;
141
141
  case 3:
142
- d.s = 3;
142
+ d.r = 3;
143
143
  break;
144
144
  case 2:
145
- d.s = 2;
145
+ d.r = 2;
146
146
  break;
147
147
  case 4:
148
- d.s = 4;
148
+ d.r = 4;
149
149
  break;
150
150
  }
151
151
  break;
152
152
  case 18:
153
- d.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
153
+ d.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
154
154
  break;
155
155
  case 54:
156
156
  if (typeCast(NativeUIComponent.$, c) !== null) {
@@ -178,52 +178,46 @@ let XButtonBridge = /*@__PURE__*/ (() => {
178
178
  }
179
179
  break;
180
180
  case 4:
181
- d.ax = c;
181
+ d.aw = c;
182
182
  break;
183
183
  case 32:
184
184
  d.disabled = c;
185
185
  break;
186
186
  case 5:
187
- d.av = c;
187
+ d.au = c;
188
188
  break;
189
189
  case 6:
190
- d.a3 = !c;
190
+ d.a2 = !c;
191
191
  break;
192
192
  case 24:
193
- d.ql = c;
193
+ d.qg = c;
194
194
  break;
195
195
  case 55:
196
- d.bn = c.left;
197
- d.bp = c.top;
198
- d.bo = c.right;
199
- d.bm = c.bottom;
196
+ d.bm = c.left;
197
+ d.bo = c.top;
198
+ d.bn = c.right;
199
+ d.bl = c.bottom;
200
200
  break;
201
201
  case 57:
202
- d.az = c;
202
+ d.ay = c;
203
203
  break;
204
204
  case 56:
205
- d.aw = c;
205
+ d.av = c;
206
206
  break;
207
207
  case 58:
208
- d.au = c;
208
+ d.at = c;
209
209
  break;
210
210
  case 17:
211
- d.k6 = c;
211
+ d.k1 = c;
212
212
  break;
213
213
  case 11:
214
- d.ab = c;
214
+ d.aa = c;
215
215
  break;
216
216
  case 88:
217
- d.bz = c;
217
+ d.by = c;
218
218
  break;
219
219
  case 59:
220
- d.a6 = c;
221
- break;
222
- case 118:
223
- d.n7 = c;
224
- break;
225
- case 23:
226
- d.n6 = c;
220
+ d.a5 = c;
227
221
  break;
228
222
  }
229
223
  }
@@ -233,7 +227,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
233
227
  case 3: return this.ac;
234
228
  case 54: return this.aa;
235
229
  case 1:
236
- switch (c.s) {
230
+ switch (c.r) {
237
231
  case 0: return enumGetBox(NativeUIDisplayDensity_$type, 0);
238
232
  case 1: return enumGetBox(NativeUIDisplayDensity_$type, 1);
239
233
  case 3: return enumGetBox(NativeUIDisplayDensity_$type, 3);
@@ -241,7 +235,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
241
235
  case 4: return enumGetBox(NativeUIDisplayDensity_$type, 4);
242
236
  }
243
237
  break;
244
- case 18: return enumGetBox(BaseControlTheme_$type, c.o);
238
+ case 18: return enumGetBox(BaseControlTheme_$type, c.n);
245
239
  case 0:
246
240
  switch (c.e) {
247
241
  case 3: return enumGetBox(NativeUIButtonDisplayType_$type, 3);
@@ -251,41 +245,39 @@ let XButtonBridge = /*@__PURE__*/ (() => {
251
245
  case 0: return enumGetBox(NativeUIButtonDisplayType_$type, 0);
252
246
  }
253
247
  return enumGetBox(NativeUIButtonDisplayType_$type, 0);
254
- case 4: return c.ax;
248
+ case 4: return c.aw;
255
249
  case 32: return c.disabled;
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;
250
+ case 5: return c.au;
251
+ case 6: return !c.a2;
252
+ case 24: return c.qg;
253
+ case 55: return new Thickness(1, c.bm, c.bo, c.bn, c.bl);
254
+ case 57: return c.ay;
255
+ case 56: return c.av;
256
+ case 58: return c.at;
257
+ case 17: return c.k1;
258
+ case 88: return c.by;
259
+ case 59: return c.a5;
268
260
  }
269
261
  return null;
270
262
  }
271
263
  setHorizontalContentAlignment(a, b) {
272
264
  switch (b) {
273
265
  case 1:
274
- this.t.lj = 1;
266
+ this.t.le = 1;
275
267
  break;
276
268
  case 0:
277
- this.t.lj = 0;
269
+ this.t.le = 0;
278
270
  break;
279
271
  case 2:
280
- this.t.lj = 2;
272
+ this.t.le = 2;
281
273
  break;
282
274
  case 3:
283
- this.t.lj = 3;
275
+ this.t.le = 3;
284
276
  break;
285
277
  }
286
278
  }
287
279
  getHorizontalContentAlignment(a) {
288
- switch (this.t.lj) {
280
+ switch (this.t.le) {
289
281
  case 1: return 1;
290
282
  case 0: return 0;
291
283
  case 2: return 2;
@@ -295,21 +287,21 @@ let XButtonBridge = /*@__PURE__*/ (() => {
295
287
  setVerticalContentAlignment(a, b) {
296
288
  switch (b) {
297
289
  case 2:
298
- this.t.rn = 2;
290
+ this.t.ri = 2;
299
291
  break;
300
292
  case 1:
301
- this.t.rn = 1;
293
+ this.t.ri = 1;
302
294
  break;
303
295
  case 3:
304
- this.t.rn = 3;
296
+ this.t.ri = 3;
305
297
  break;
306
298
  case 0:
307
- this.t.rn = 0;
299
+ this.t.ri = 0;
308
300
  break;
309
301
  }
310
302
  }
311
303
  getVerticalContentAlignment(a) {
312
- switch (this.t.rn) {
304
+ switch (this.t.ri) {
313
305
  case 2: return 2;
314
306
  case 1: return 1;
315
307
  case 0: return 0;
@@ -317,7 +309,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
317
309
  }
318
310
  }
319
311
  exportVisualData(a) {
320
- return a.ec();
312
+ return a.eb();
321
313
  }
322
314
  }
323
315
  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.u;
59
+ let d = c.t;
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.q);
79
+ case 18: return enumGetBox(BaseControlTheme_$type, c.p);
80
80
  case 87: return c.d;
81
81
  case 0:
82
82
  switch (c.i) {
@@ -85,9 +85,8 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
85
85
  }
86
86
  return enumGetBox(NativeUIButtonDisplayType_$type, 0);
87
87
  case 32: return c.disabled;
88
- case 24: return c.ht;
89
- case 17: return c.a2;
90
- case 119: return c.hp;
88
+ case 24: return c.hs;
89
+ case 17: return c.a1;
91
90
  }
92
91
  return null;
93
92
  }
@@ -113,10 +112,10 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
113
112
  e = 2;
114
113
  break;
115
114
  }
116
- d.u = e;
115
+ d.t = e;
117
116
  break;
118
117
  case 18:
119
- d.q = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
118
+ d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
120
119
  break;
121
120
  case 87:
122
121
  d.d = c;
@@ -135,18 +134,15 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
135
134
  d.disabled = c;
136
135
  break;
137
136
  case 24:
138
- d.ht = c;
137
+ d.hs = c;
139
138
  break;
140
139
  case 17:
141
- d.a2 = c.e;
142
- break;
143
- case 119:
144
- d.hp = c;
140
+ d.a1 = c.e;
145
141
  break;
146
142
  }
147
143
  }
148
144
  exportVisualData(a) {
149
- let b = a.a6();
145
+ let b = a.a5();
150
146
  let c = this.getBoundingRect(a);
151
147
  b.m = c.left;
152
148
  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.o);
49
+ case 18: return enumGetBox(BaseControlTheme_$type, a.n);
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.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
67
+ a.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
68
68
  break;
69
69
  }
70
70
  }