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.
Files changed (36) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +3868 -3539
  2. package/bundles/igniteui-webcomponents-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/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 +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/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 +3971 -3642
  32. package/fesm5/igniteui-webcomponents-inputs.js +3869 -3540
  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
@@ -161,7 +161,7 @@ export var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_supe
161
161
  var e = c.getSubRenderer(d);
162
162
  var f = new XButton();
163
163
  f.provideContainer(e);
164
- f.fj = "none";
164
+ f.fk = "none";
165
165
  var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
166
166
  var h = new XButtonBridge(f);
167
167
  var i = new NativeUIButton();
@@ -239,7 +239,7 @@ export var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_supe
239
239
  var l = new XButton();
240
240
  l.provideContainer(k);
241
241
  l.e = 4;
242
- l.fj = "none";
242
+ l.fk = "none";
243
243
  var m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
244
244
  var n = new XButtonBridge(l);
245
245
  var o = new NativeUIButton();
@@ -816,22 +816,22 @@ export var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
816
816
  _this.w = false;
817
817
  _this.ag = false;
818
818
  _this.ae = false;
819
- _this.cm = BrushUtil.j(0, 0, 0, 0);
819
+ _this.cm = BrushUtil.l(0, 0, 0, 0);
820
820
  _this.x = false;
821
821
  _this.propertyChanged = null;
822
822
  _this.valueChanged = null;
823
823
  _this.valueChanging = null;
824
824
  _this.t = null;
825
825
  _this.a = null;
826
- _this.co = BrushUtil.j(255, 0, 0, 255);
826
+ _this.co = BrushUtil.l(255, 0, 0, 255);
827
827
  _this.at = "";
828
- _this.cl = BrushUtil.j(255, 24, 29, 31);
828
+ _this.cl = BrushUtil.l(255, 24, 29, 31);
829
829
  _this.m = null;
830
830
  _this.k = 2;
831
831
  _this.i = 1;
832
832
  _this.n = null;
833
- _this.cn = BrushUtil.j(255, 24, 29, 31);
834
- _this.ck = BrushUtil.j(255, 163, 172, 184);
833
+ _this.cn = BrushUtil.l(255, 24, 29, 31);
834
+ _this.ck = BrushUtil.l(255, 163, 172, 184);
835
835
  _this.ad = true;
836
836
  _this.v = true;
837
837
  _this.ac = true;
@@ -1207,7 +1207,7 @@ export var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1207
1207
  if (this.r != null) {
1208
1208
  this.r.b7 = "";
1209
1209
  }
1210
- this.value = BrushUtil.j(0, 0, 0, 0);
1210
+ this.value = BrushUtil.l(0, 0, 0, 0);
1211
1211
  this.e.ax();
1212
1212
  this.aa = false;
1213
1213
  };
@@ -1251,7 +1251,7 @@ export var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1251
1251
  b.bn(d);
1252
1252
  d.bn(e);
1253
1253
  _this.h.l(c);
1254
- b.ch = BrushUtil.j(255, 255, 255, 255);
1254
+ b.ch = BrushUtil.l(255, 255, 255, 255);
1255
1255
  b.ca = 150;
1256
1256
  b.b8 = 8;
1257
1257
  b.cb = 4;
@@ -1260,12 +1260,12 @@ export var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1260
1260
  _this.r.c = _this.j;
1261
1261
  _this.r.bp = _this.l;
1262
1262
  _this.r.b6 = ColorEditor.a8;
1263
- _this.r.cc = BrushUtil.j(255, 255, 255, 255);
1264
- _this.r.cd = BrushUtil.j(255, 0, 0, 0);
1263
+ _this.r.cc = BrushUtil.l(255, 255, 255, 255);
1264
+ _this.r.cd = BrushUtil.l(255, 0, 0, 0);
1265
1265
  _this.r.bn = runOn(_this, _this.cf);
1266
1266
  _this.r.n = runOn(_this, _this.by);
1267
1267
  _this.r.o = runOn(_this, _this.b0);
1268
- _this.r.cb = BrushUtil.j(255, 0, 0, 255);
1268
+ _this.r.cb = BrushUtil.l(255, 0, 0, 255);
1269
1269
  _this.s = b;
1270
1270
  _this.e = _this.h.c(f);
1271
1271
  _this.e.value = _this.value;
@@ -1458,23 +1458,23 @@ export var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
1458
1458
  function ColorEditorPanel() {
1459
1459
  var _this = _super.call(this) || this;
1460
1460
  _this.d = null;
1461
- _this.bv = BrushUtil.j(0, 0, 0, 0);
1461
+ _this.bv = BrushUtil.l(0, 0, 0, 0);
1462
1462
  _this.bo = null;
1463
- _this.bs = BrushUtil.j(0, 0, 0, 0);
1463
+ _this.bs = BrushUtil.l(0, 0, 0, 0);
1464
1464
  _this.propertyChanged = null;
1465
1465
  _this.closed = null;
1466
1466
  _this.valueChanged = null;
1467
1467
  _this.valueChanging = null;
1468
1468
  _this.v = null;
1469
- _this.bx = BrushUtil.j(255, 0, 0, 255);
1469
+ _this.bx = BrushUtil.l(255, 0, 0, 255);
1470
1470
  _this.g = 3;
1471
1471
  _this.e = 1;
1472
- _this.bp = BrushUtil.j(0, 255, 255, 255);
1473
- _this.bt = BrushUtil.j(255, 33, 150, 243);
1474
- _this.bu = BrushUtil.j(255, 21, 112, 184);
1475
- _this.bq = BrushUtil.j(76, 33, 150, 243);
1476
- _this.br = BrushUtil.j(50, 186, 191, 199);
1477
- _this.bw = BrushUtil.j(255, 24, 29, 31);
1472
+ _this.bp = BrushUtil.l(0, 255, 255, 255);
1473
+ _this.bt = BrushUtil.l(255, 33, 150, 243);
1474
+ _this.bu = BrushUtil.l(255, 21, 112, 184);
1475
+ _this.bq = BrushUtil.l(76, 33, 150, 243);
1476
+ _this.br = BrushUtil.l(50, 186, 191, 199);
1477
+ _this.bw = BrushUtil.l(255, 24, 29, 31);
1478
1478
  _this.i = null;
1479
1479
  _this.n = null;
1480
1480
  _this.s = null;
@@ -1493,7 +1493,7 @@ export var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
1493
1493
  _this.x = false;
1494
1494
  NativeUIInputsFactory.n();
1495
1495
  NativeUIXInputsFactory.m();
1496
- _this.bo = BrushUtil.j(0, 0, 0, 0);
1496
+ _this.bo = BrushUtil.l(0, 0, 0, 0);
1497
1497
  var a = new ColorEditorPanelView();
1498
1498
  a.a = _this;
1499
1499
  _this.d = a;
@@ -1776,9 +1776,9 @@ export var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
1776
1776
  e.bk = 2;
1777
1777
  i.bk = 0;
1778
1778
  g.bk = 1;
1779
- e.bw = BrushUtil.j(0, 0, 0, 0);
1780
- i.bw = BrushUtil.j(0, 0, 0, 0);
1781
- g.bw = BrushUtil.j(0, 0, 0, 0);
1779
+ e.bw = BrushUtil.l(0, 0, 0, 0);
1780
+ i.bw = BrushUtil.l(0, 0, 0, 0);
1781
+ g.bw = BrushUtil.l(0, 0, 0, 0);
1782
1782
  g.bh = new Thickness(1, 0, 5, 5, 0);
1783
1783
  f.bh = new Thickness(1, 0, 5, 5, 0);
1784
1784
  l.bz = "Ok";
@@ -1790,7 +1790,7 @@ export var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
1790
1790
  e.bh = new Thickness(1, 5, 5, 5, 0);
1791
1791
  d.bh = new Thickness(1, 5, 5, 5, 0);
1792
1792
  p.bh = new Thickness(1, 5, 16, 0, 11);
1793
- p.a8 = BrushUtil.j(255, 255, 0, 0);
1793
+ p.a8 = BrushUtil.l(255, 255, 0, 0);
1794
1794
  c.cc(p, 0);
1795
1795
  c.ca(p, 0);
1796
1796
  c.bn(p);
@@ -1873,12 +1873,12 @@ export var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
1873
1873
  _this.q = o;
1874
1874
  _this.s.bq = 0;
1875
1875
  _this.s.bp = 360;
1876
- _this.s.by = BrushUtil.j(255, 255, 255, 255);
1877
- _this.s.bz = BrushUtil.j(255, 255, 255, 255);
1876
+ _this.s.by = BrushUtil.l(255, 255, 255, 255);
1877
+ _this.s.bz = BrushUtil.l(255, 255, 255, 255);
1878
1878
  _this.u.bq = 0;
1879
1879
  _this.u.bp = 1;
1880
- _this.t.by = BrushUtil.j(255, 155, 155, 155);
1881
- _this.t.bz = BrushUtil.j(255, 255, 255, 255);
1880
+ _this.t.by = BrushUtil.l(255, 155, 155, 155);
1881
+ _this.t.bz = BrushUtil.l(255, 255, 255, 255);
1882
1882
  _this.t.bq = 0;
1883
1883
  _this.t.bp = 1;
1884
1884
  _this.t.bu = 0;
@@ -1931,9 +1931,9 @@ export var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
1931
1931
  var f = 1 - this.u.bs;
1932
1932
  b = ColorUtil.r(1, c, 1, 0.5);
1933
1933
  a = ColorUtil.r(f, c, d, e);
1934
- this.s.bx = BrushUtil.j(b.l, b.o, b.n, b.m);
1935
- this.t.bx = BrushUtil.j(a.l, a.o, a.n, a.m);
1936
- this.o.a8 = BrushUtil.j(a.l, a.o, a.n, a.m);
1934
+ this.s.bx = BrushUtil.l(b.l, b.o, b.n, b.m);
1935
+ this.t.bx = BrushUtil.l(a.l, a.o, a.n, a.m);
1936
+ this.o.a8 = BrushUtil.l(a.l, a.o, a.n, a.m);
1937
1937
  this.d.bm(this.s.bs);
1938
1938
  this.d.bn(0);
1939
1939
  this.d.bo(this.s.bs, this.t.bs, 1 - this.t.bv);
@@ -1946,7 +1946,7 @@ export var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
1946
1946
  var h = ColorUtil.k(a, false);
1947
1947
  this.q.b7 = h;
1948
1948
  }
1949
- this.bx = BrushUtil.j(a.l, a.o, a.n, a.m);
1949
+ this.bx = BrushUtil.l(a.l, a.o, a.n, a.m);
1950
1950
  this.bc(this.value);
1951
1951
  };
1952
1952
  ColorEditorPanel.prototype.au = function (a, b) {
@@ -1970,7 +1970,7 @@ export var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
1970
1970
  ColorEditorPanel.prototype.bi = function () {
1971
1971
  };
1972
1972
  ColorEditorPanel.prototype.ax = function () {
1973
- this.value = BrushUtil.j(0, 0, 0, 0);
1973
+ this.value = BrushUtil.l(0, 0, 0, 0);
1974
1974
  };
1975
1975
  Object.defineProperty(ColorEditorPanel.prototype, "b5", {
1976
1976
  get: function () {
@@ -483,7 +483,7 @@ export var XRipple = /** @class */ /*@__PURE__*/ (function (_super) {
483
483
  this.c.t(a);
484
484
  };
485
485
  XRipple.$t = markType(XRipple, 'XRipple', Base.$, [INotifyPropertyChanged_$type]);
486
- XRipple.au = BrushUtil.j(40, 0, 0, 0);
487
- XRipple.av = BrushUtil.j(189, 0, 0, 0);
486
+ XRipple.au = BrushUtil.l(40, 0, 0, 0);
487
+ XRipple.av = BrushUtil.l(189, 0, 0, 0);
488
488
  return XRipple;
489
489
  }(Base));
@@ -5,7 +5,9 @@ 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
7
  import { __extends } from "tslib";
8
- import { Base, typeGetValue, EnumUtil, markType } from "igniteui-webcomponents-core";
8
+ import { Base, typeGetValue, typeCast, EnumUtil, markType } from "igniteui-webcomponents-core";
9
+ import { CornerRadius } from "igniteui-webcomponents-core";
10
+ import { Thickness } from "igniteui-webcomponents-core";
9
11
  import { ElevationMode_$type } from "igniteui-webcomponents-core";
10
12
  import { Theme } from "./Theme";
11
13
  /**
@@ -35,7 +37,7 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
35
37
  }
36
38
  return _this;
37
39
  }
38
- ThemeResolver.ah = function (a, b, c) {
40
+ ThemeResolver.aj = function (a, b, c) {
39
41
  if (a == 1) {
40
42
  return c;
41
43
  }
@@ -53,13 +55,13 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
53
55
  }
54
56
  return b;
55
57
  };
56
- ThemeResolver.ac = function (a, b, c) {
58
+ ThemeResolver.ae = function (a, b, c) {
57
59
  if (a == 1) {
58
60
  return c;
59
61
  }
60
62
  return b;
61
63
  };
62
- ThemeResolver.am = function (a, b, c) {
64
+ ThemeResolver.ao = function (a, b, c) {
63
65
  if (a == 1) {
64
66
  return c;
65
67
  }
@@ -74,11 +76,11 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
74
76
  ThemeResolver.a = function (a) {
75
77
  return new Theme(0, a);
76
78
  };
77
- ThemeResolver.ag = function (a, b, c) {
78
- return b.ae(a, c);
79
+ ThemeResolver.ai = function (a, b, c) {
80
+ return b.ag(a, c);
79
81
  };
80
- ThemeResolver.af = function (a, b, c, d) {
81
- return b.ad(a, c, d);
82
+ ThemeResolver.ah = function (a, b, c, d) {
83
+ return b.af(a, c, d);
82
84
  };
83
85
  ThemeResolver.q = function (a, b, c) {
84
86
  return b.o(a, c);
@@ -104,17 +106,20 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
104
106
  ThemeResolver.e = function (a, b, c, d) {
105
107
  return b.c(a, c, d);
106
108
  };
107
- ThemeResolver.ab = function (a, b, c) {
108
- return b.z(a, c);
109
+ ThemeResolver.ac = function (a, b, c) {
110
+ return b.aa(a, c);
111
+ };
112
+ ThemeResolver.ab = function (a, b, c, d) {
113
+ return b.z(a, c, d);
109
114
  };
110
- ThemeResolver.aa = function (a, b, c, d) {
111
- return b.y(a, c, d);
115
+ ThemeResolver.ad = function (a, b, c, d, e) {
116
+ return c.y(a, b, d, e);
112
117
  };
113
- ThemeResolver.al = function (a, b, c) {
114
- return b.aj(a, c);
118
+ ThemeResolver.an = function (a, b, c) {
119
+ return b.al(a, c);
115
120
  };
116
- ThemeResolver.ak = function (a, b, c, d) {
117
- return b.ai(a, c, d);
121
+ ThemeResolver.am = function (a, b, c, d) {
122
+ return b.ak(a, c, d);
118
123
  };
119
124
  ThemeResolver.prototype.t = function (a, b) {
120
125
  if (this.h.containsKey(a)) {
@@ -134,10 +139,10 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
134
139
  return e.item(b).item(c);
135
140
  }
136
141
  };
137
- ThemeResolver.prototype.ae = function (a, b) {
142
+ ThemeResolver.prototype.ag = function (a, b) {
138
143
  return this.t(a, b);
139
144
  };
140
- ThemeResolver.prototype.ad = function (a, b, c) {
145
+ ThemeResolver.prototype.af = function (a, b, c) {
141
146
  return this.s(a, b, c);
142
147
  };
143
148
  ThemeResolver.prototype.o = function (a, b) {
@@ -150,6 +155,13 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
150
155
  return this.t(a, b);
151
156
  };
152
157
  ThemeResolver.prototype.i = function (a, b, c) {
158
+ var d = this.s(a, b, c);
159
+ if (typeCast(CornerRadius.$, d) !== null) {
160
+ return d.d;
161
+ }
162
+ if (typeCast(Thickness.$, d) !== null) {
163
+ return d.left;
164
+ }
153
165
  return this.s(a, b, c);
154
166
  };
155
167
  ThemeResolver.prototype.v = function (a, b) {
@@ -164,16 +176,20 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
164
176
  ThemeResolver.prototype.c = function (a, b, c) {
165
177
  return EnumUtil.getEnumValue(ElevationMode_$type, this.s(a, b, c));
166
178
  };
167
- ThemeResolver.prototype.z = function (a, b) {
179
+ ThemeResolver.prototype.aa = function (a, b) {
168
180
  return this.t(a, b);
169
181
  };
170
- ThemeResolver.prototype.y = function (a, b, c) {
182
+ ThemeResolver.prototype.z = function (a, b, c) {
171
183
  return this.s(a, b, c);
172
184
  };
173
- ThemeResolver.prototype.aj = function (a, b) {
185
+ ThemeResolver.prototype.y = function (a, b, c, d) {
186
+ var e = this.s(a, c, d);
187
+ return e.item(b);
188
+ };
189
+ ThemeResolver.prototype.al = function (a, b) {
174
190
  return this.t(a, b);
175
191
  };
176
- ThemeResolver.prototype.ai = function (a, b, c) {
192
+ ThemeResolver.prototype.ak = function (a, b, c) {
177
193
  return this.s(a, b, c);
178
194
  };
179
195
  ThemeResolver.$t = markType(ThemeResolver, 'ThemeResolver');
@@ -138,24 +138,24 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
138
138
  case 1:
139
139
  switch (EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, c)) {
140
140
  case 0:
141
- d.r = 0;
141
+ d.s = 0;
142
142
  break;
143
143
  case 1:
144
- d.r = 1;
144
+ d.s = 1;
145
145
  break;
146
146
  case 3:
147
- d.r = 3;
147
+ d.s = 3;
148
148
  break;
149
149
  case 2:
150
- d.r = 2;
150
+ d.s = 2;
151
151
  break;
152
152
  case 4:
153
- d.r = 4;
153
+ d.s = 4;
154
154
  break;
155
155
  }
156
156
  break;
157
157
  case 18:
158
- d.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
158
+ d.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
159
159
  break;
160
160
  case 54:
161
161
  if (typeCast(NativeUIComponent.$, c) !== null) {
@@ -183,46 +183,52 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
183
183
  }
184
184
  break;
185
185
  case 4:
186
- d.aw = c;
186
+ d.ax = c;
187
187
  break;
188
188
  case 32:
189
189
  d.disabled = c;
190
190
  break;
191
191
  case 5:
192
- d.au = c;
192
+ d.av = c;
193
193
  break;
194
194
  case 6:
195
- d.a2 = !c;
195
+ d.a3 = !c;
196
196
  break;
197
197
  case 24:
198
- d.qg = c;
198
+ d.ql = c;
199
199
  break;
200
200
  case 55:
201
- d.bm = c.left;
202
- d.bo = c.top;
203
- d.bn = c.right;
204
- d.bl = c.bottom;
201
+ d.bn = c.left;
202
+ d.bp = c.top;
203
+ d.bo = c.right;
204
+ d.bm = c.bottom;
205
205
  break;
206
206
  case 57:
207
- d.ay = c;
207
+ d.az = c;
208
208
  break;
209
209
  case 56:
210
- d.av = c;
210
+ d.aw = c;
211
211
  break;
212
212
  case 58:
213
- d.at = c;
213
+ d.au = c;
214
214
  break;
215
215
  case 17:
216
- d.k1 = c;
216
+ d.k6 = c;
217
217
  break;
218
218
  case 11:
219
- d.aa = c;
219
+ d.ab = c;
220
220
  break;
221
221
  case 88:
222
- d.by = c;
222
+ d.bz = c;
223
223
  break;
224
224
  case 59:
225
- d.a5 = c;
225
+ d.a6 = c;
226
+ break;
227
+ case 118:
228
+ d.n7 = c;
229
+ break;
230
+ case 23:
231
+ d.n6 = c;
226
232
  break;
227
233
  }
228
234
  };
@@ -232,7 +238,7 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
232
238
  case 3: return this.ac;
233
239
  case 54: return this.aa;
234
240
  case 1:
235
- switch (c.r) {
241
+ switch (c.s) {
236
242
  case 0: return enumGetBox(NativeUIDisplayDensity_$type, 0);
237
243
  case 1: return enumGetBox(NativeUIDisplayDensity_$type, 1);
238
244
  case 3: return enumGetBox(NativeUIDisplayDensity_$type, 3);
@@ -240,7 +246,7 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
240
246
  case 4: return enumGetBox(NativeUIDisplayDensity_$type, 4);
241
247
  }
242
248
  break;
243
- case 18: return enumGetBox(BaseControlTheme_$type, c.n);
249
+ case 18: return enumGetBox(BaseControlTheme_$type, c.o);
244
250
  case 0:
245
251
  switch (c.e) {
246
252
  case 3: return enumGetBox(NativeUIButtonDisplayType_$type, 3);
@@ -250,39 +256,41 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
250
256
  case 0: return enumGetBox(NativeUIButtonDisplayType_$type, 0);
251
257
  }
252
258
  return enumGetBox(NativeUIButtonDisplayType_$type, 0);
253
- case 4: return c.aw;
259
+ case 4: return c.ax;
254
260
  case 32: return c.disabled;
255
- case 5: return c.au;
256
- case 6: return !c.a2;
257
- case 24: return c.qg;
258
- case 55: return new Thickness(1, c.bm, c.bo, c.bn, c.bl);
259
- case 57: return c.ay;
260
- case 56: return c.av;
261
- case 58: return c.at;
262
- case 17: return c.k1;
263
- case 88: return c.by;
264
- case 59: return c.a5;
261
+ case 5: return c.av;
262
+ case 6: return !c.a3;
263
+ case 24: return c.ql;
264
+ case 55: return new Thickness(1, c.bn, c.bp, c.bo, c.bm);
265
+ case 57: return c.az;
266
+ case 56: return c.aw;
267
+ case 58: return c.au;
268
+ case 17: return c.k6;
269
+ case 88: return c.bz;
270
+ case 59: return c.a6;
271
+ case 118: return c.n7;
272
+ case 23: return c.n6;
265
273
  }
266
274
  return null;
267
275
  };
268
276
  XButtonBridge.prototype.setHorizontalContentAlignment = function (a, b) {
269
277
  switch (b) {
270
278
  case 1:
271
- this.t.le = 1;
279
+ this.t.lj = 1;
272
280
  break;
273
281
  case 0:
274
- this.t.le = 0;
282
+ this.t.lj = 0;
275
283
  break;
276
284
  case 2:
277
- this.t.le = 2;
285
+ this.t.lj = 2;
278
286
  break;
279
287
  case 3:
280
- this.t.le = 3;
288
+ this.t.lj = 3;
281
289
  break;
282
290
  }
283
291
  };
284
292
  XButtonBridge.prototype.getHorizontalContentAlignment = function (a) {
285
- switch (this.t.le) {
293
+ switch (this.t.lj) {
286
294
  case 1: return 1;
287
295
  case 0: return 0;
288
296
  case 2: return 2;
@@ -292,21 +300,21 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
292
300
  XButtonBridge.prototype.setVerticalContentAlignment = function (a, b) {
293
301
  switch (b) {
294
302
  case 2:
295
- this.t.ri = 2;
303
+ this.t.rn = 2;
296
304
  break;
297
305
  case 1:
298
- this.t.ri = 1;
306
+ this.t.rn = 1;
299
307
  break;
300
308
  case 3:
301
- this.t.ri = 3;
309
+ this.t.rn = 3;
302
310
  break;
303
311
  case 0:
304
- this.t.ri = 0;
312
+ this.t.rn = 0;
305
313
  break;
306
314
  }
307
315
  };
308
316
  XButtonBridge.prototype.getVerticalContentAlignment = function (a) {
309
- switch (this.t.ri) {
317
+ switch (this.t.rn) {
310
318
  case 2: return 2;
311
319
  case 1: return 1;
312
320
  case 0: return 0;
@@ -314,7 +322,7 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
314
322
  }
315
323
  };
316
324
  XButtonBridge.prototype.exportVisualData = function (a) {
317
- return a.eb();
325
+ return a.ec();
318
326
  };
319
327
  XButtonBridge.$t = markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
320
328
  return XButtonBridge;
@@ -61,7 +61,7 @@ export var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
61
61
  var c = a;
62
62
  switch (b) {
63
63
  case 1:
64
- var d = c.t;
64
+ var d = c.u;
65
65
  var e = 1;
66
66
  switch (d) {
67
67
  case 0:
@@ -81,7 +81,7 @@ export var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
81
81
  break;
82
82
  }
83
83
  return enumGetBox(NativeUIDisplayDensity_$type, e);
84
- case 18: return enumGetBox(BaseControlTheme_$type, c.p);
84
+ case 18: return enumGetBox(BaseControlTheme_$type, c.q);
85
85
  case 87: return c.d;
86
86
  case 0:
87
87
  switch (c.i) {
@@ -90,8 +90,9 @@ export var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
90
90
  }
91
91
  return enumGetBox(NativeUIButtonDisplayType_$type, 0);
92
92
  case 32: return c.disabled;
93
- case 24: return c.hs;
94
- case 17: return c.a1;
93
+ case 24: return c.ht;
94
+ case 17: return c.a2;
95
+ case 119: return c.hp;
95
96
  }
96
97
  return null;
97
98
  };
@@ -117,10 +118,10 @@ export var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
117
118
  e = 2;
118
119
  break;
119
120
  }
120
- d.t = e;
121
+ d.u = e;
121
122
  break;
122
123
  case 18:
123
- d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
124
+ d.q = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
124
125
  break;
125
126
  case 87:
126
127
  d.d = c;
@@ -139,15 +140,18 @@ export var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
139
140
  d.disabled = c;
140
141
  break;
141
142
  case 24:
142
- d.hs = c;
143
+ d.ht = c;
143
144
  break;
144
145
  case 17:
145
- d.a1 = c.e;
146
+ d.a2 = c.e;
147
+ break;
148
+ case 119:
149
+ d.hp = c;
146
150
  break;
147
151
  }
148
152
  };
149
153
  XButtonGroupBridge.prototype.exportVisualData = function (a) {
150
- var b = a.a5();
154
+ var b = a.a6();
151
155
  var c = this.getBoundingRect(a);
152
156
  b.m = c.left;
153
157
  b.n = c.top;
@@ -51,7 +51,7 @@ export var XIconButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  case 47:
52
52
  case 48:
53
53
  case 49: return this.al.getValue(a, b);
54
- case 18: return enumGetBox(BaseControlTheme_$type, a.n);
54
+ case 18: return enumGetBox(BaseControlTheme_$type, a.o);
55
55
  }
56
56
  return _super.prototype.getValue.call(this, a, b);
57
57
  };
@@ -69,7 +69,7 @@ export var XIconButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
69
69
  this.al.setValue(a, b, c);
70
70
  break;
71
71
  case 18:
72
- a.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
72
+ a.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
73
73
  break;
74
74
  }
75
75
  };