igniteui-angular-inputs 21.0.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.
Files changed (36) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +3640 -3311
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +642 -628
  4. package/esm2015/lib/ButtonView_combined.js +2036 -1743
  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 +38 -22
  12. package/esm2015/lib/XButtonBridge.js +53 -45
  13. package/esm2015/lib/XButtonGroupBridge.js +13 -9
  14. package/esm2015/lib/XIconButtonBridge.js +2 -2
  15. package/esm2015/lib/igx-x-button-component.js +399 -399
  16. package/esm2015/lib/igx-x-button-group-component.js +124 -124
  17. package/esm5/lib/ButtonGroupView_combined.js +620 -606
  18. package/esm5/lib/ButtonView_combined.js +1950 -1657
  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 +38 -22
  26. package/esm5/lib/XButtonBridge.js +53 -45
  27. package/esm5/lib/XButtonGroupBridge.js +13 -9
  28. package/esm5/lib/XIconButtonBridge.js +2 -2
  29. package/esm5/lib/igx-x-button-component.js +399 -399
  30. package/esm5/lib/igx-x-button-group-component.js +124 -124
  31. package/fesm2015/igniteui-angular-inputs.js +3743 -3414
  32. package/fesm5/igniteui-angular-inputs.js +3641 -3312
  33. package/lib/ButtonGroupView_combined.d.ts +181 -179
  34. package/lib/ButtonView_combined.d.ts +479 -478
  35. package/lib/ThemeResolver.d.ts +18 -15
  36. 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.fj = "none";
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.fj = "none";
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.j(0, 0, 0, 0);
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.j(255, 0, 0, 255);
783
+ this.co = BrushUtil.l(255, 0, 0, 255);
784
784
  this.at = "";
785
- this.cl = BrushUtil.j(255, 24, 29, 31);
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.j(255, 24, 29, 31);
791
- this.ck = BrushUtil.j(255, 163, 172, 184);
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.j(0, 0, 0, 0);
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.j(255, 255, 255, 255);
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.j(255, 255, 255, 255);
1147
- this.r.cd = BrushUtil.j(255, 0, 0, 0);
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.j(255, 0, 0, 255);
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.j(0, 0, 0, 0);
1340
+ this.bv = BrushUtil.l(0, 0, 0, 0);
1341
1341
  this.bo = null;
1342
- this.bs = BrushUtil.j(0, 0, 0, 0);
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.j(255, 0, 0, 255);
1348
+ this.bx = BrushUtil.l(255, 0, 0, 255);
1349
1349
  this.g = 3;
1350
1350
  this.e = 1;
1351
- this.bp = BrushUtil.j(0, 255, 255, 255);
1352
- this.bt = BrushUtil.j(255, 33, 150, 243);
1353
- this.bu = BrushUtil.j(255, 21, 112, 184);
1354
- this.bq = BrushUtil.j(76, 33, 150, 243);
1355
- this.br = BrushUtil.j(50, 186, 191, 199);
1356
- this.bw = BrushUtil.j(255, 24, 29, 31);
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.j(0, 0, 0, 0);
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.j(0, 0, 0, 0);
1605
- i.bw = BrushUtil.j(0, 0, 0, 0);
1606
- g.bw = BrushUtil.j(0, 0, 0, 0);
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.j(255, 255, 0, 0);
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.j(255, 255, 255, 255);
1702
- this.s.bz = BrushUtil.j(255, 255, 255, 255);
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.j(255, 155, 155, 155);
1706
- this.t.bz = BrushUtil.j(255, 255, 255, 255);
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.j(b.l, b.o, b.n, b.m);
1759
- this.t.bx = BrushUtil.j(a.l, a.o, a.n, a.m);
1760
- this.o.a8 = BrushUtil.j(a.l, a.o, a.n, a.m);
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.j(a.l, a.o, a.n, a.m);
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.j(0, 0, 0, 0);
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.j(40, 0, 0, 0);
394
- XRipple.av = BrushUtil.j(189, 0, 0, 0);
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 ah(a, b, c) {
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 ac(a, b, c) {
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 am(a, b, c) {
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 ag(a, b, c) {
72
- return b.ae(a, c);
73
+ static ai(a, b, c) {
74
+ return b.ag(a, c);
73
75
  }
74
- static af(a, b, c, d) {
75
- return b.ad(a, c, d);
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 ab(a, b, c) {
102
- return b.z(a, c);
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 aa(a, b, c, d) {
105
- return b.y(a, c, d);
109
+ static ad(a, b, c, d, e) {
110
+ return c.y(a, b, d, e);
106
111
  }
107
- static al(a, b, c) {
108
- return b.aj(a, c);
112
+ static an(a, b, c) {
113
+ return b.al(a, c);
109
114
  }
110
- static ak(a, b, c, d) {
111
- return b.ai(a, c, d);
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
- ae(a, b) {
136
+ ag(a, b) {
132
137
  return this.t(a, b);
133
138
  }
134
- ad(a, b, c) {
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
- z(a, b) {
173
+ aa(a, b) {
162
174
  return this.t(a, b);
163
175
  }
164
- y(a, b, c) {
176
+ z(a, b, c) {
165
177
  return this.s(a, b, c);
166
178
  }
167
- aj(a, b) {
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
- ai(a, b, c) {
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.r = 0;
139
+ d.s = 0;
140
140
  break;
141
141
  case 1:
142
- d.r = 1;
142
+ d.s = 1;
143
143
  break;
144
144
  case 3:
145
- d.r = 3;
145
+ d.s = 3;
146
146
  break;
147
147
  case 2:
148
- d.r = 2;
148
+ d.s = 2;
149
149
  break;
150
150
  case 4:
151
- d.r = 4;
151
+ d.s = 4;
152
152
  break;
153
153
  }
154
154
  break;
155
155
  case 18:
156
- d.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
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.aw = c;
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.au = c;
190
+ d.av = c;
191
191
  break;
192
192
  case 6:
193
- d.a2 = !c;
193
+ d.a3 = !c;
194
194
  break;
195
195
  case 24:
196
- d.qg = c;
196
+ d.ql = c;
197
197
  break;
198
198
  case 55:
199
- d.bm = c.left;
200
- d.bo = c.top;
201
- d.bn = c.right;
202
- d.bl = c.bottom;
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.ay = c;
205
+ d.az = c;
206
206
  break;
207
207
  case 56:
208
- d.av = c;
208
+ d.aw = c;
209
209
  break;
210
210
  case 58:
211
- d.at = c;
211
+ d.au = c;
212
212
  break;
213
213
  case 17:
214
- d.k1 = c;
214
+ d.k6 = c;
215
215
  break;
216
216
  case 11:
217
- d.aa = c;
217
+ d.ab = c;
218
218
  break;
219
219
  case 88:
220
- d.by = c;
220
+ d.bz = c;
221
221
  break;
222
222
  case 59:
223
- d.a5 = c;
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.r) {
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.n);
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.aw;
257
+ case 4: return c.ax;
252
258
  case 32: return c.disabled;
253
- case 5: return c.au;
254
- case 6: return !c.a2;
255
- case 24: return c.qg;
256
- case 55: return new Thickness(1, c.bm, c.bo, c.bn, c.bl);
257
- case 57: return c.ay;
258
- case 56: return c.av;
259
- case 58: return c.at;
260
- case 17: return c.k1;
261
- case 88: return c.by;
262
- case 59: return c.a5;
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.le = 1;
277
+ this.t.lj = 1;
270
278
  break;
271
279
  case 0:
272
- this.t.le = 0;
280
+ this.t.lj = 0;
273
281
  break;
274
282
  case 2:
275
- this.t.le = 2;
283
+ this.t.lj = 2;
276
284
  break;
277
285
  case 3:
278
- this.t.le = 3;
286
+ this.t.lj = 3;
279
287
  break;
280
288
  }
281
289
  }
282
290
  getHorizontalContentAlignment(a) {
283
- switch (this.t.le) {
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.ri = 2;
301
+ this.t.rn = 2;
294
302
  break;
295
303
  case 1:
296
- this.t.ri = 1;
304
+ this.t.rn = 1;
297
305
  break;
298
306
  case 3:
299
- this.t.ri = 3;
307
+ this.t.rn = 3;
300
308
  break;
301
309
  case 0:
302
- this.t.ri = 0;
310
+ this.t.rn = 0;
303
311
  break;
304
312
  }
305
313
  }
306
314
  getVerticalContentAlignment(a) {
307
- switch (this.t.ri) {
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.eb();
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.t;
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.p);
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.hs;
92
- case 17: return c.a1;
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.t = e;
119
+ d.u = e;
119
120
  break;
120
121
  case 18:
121
- d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
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.hs = c;
141
+ d.ht = c;
141
142
  break;
142
143
  case 17:
143
- d.a1 = c.e;
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.a5();
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.n);
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.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
70
+ a.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
71
71
  break;
72
72
  }
73
73
  }