igniteui-webcomponents-inputs 7.0.1 → 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
@@ -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.fk = "none";
164
+ f.fj = "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.fk = "none";
242
+ l.fj = "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.l(0, 0, 0, 0);
819
+ _this.cm = BrushUtil.j(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.l(255, 0, 0, 255);
826
+ _this.co = BrushUtil.j(255, 0, 0, 255);
827
827
  _this.at = "";
828
- _this.cl = BrushUtil.l(255, 24, 29, 31);
828
+ _this.cl = BrushUtil.j(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.l(255, 24, 29, 31);
834
- _this.ck = BrushUtil.l(255, 163, 172, 184);
833
+ _this.cn = BrushUtil.j(255, 24, 29, 31);
834
+ _this.ck = BrushUtil.j(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.l(0, 0, 0, 0);
1210
+ this.value = BrushUtil.j(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.l(255, 255, 255, 255);
1254
+ b.ch = BrushUtil.j(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.l(255, 255, 255, 255);
1264
- _this.r.cd = BrushUtil.l(255, 0, 0, 0);
1263
+ _this.r.cc = BrushUtil.j(255, 255, 255, 255);
1264
+ _this.r.cd = BrushUtil.j(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.l(255, 0, 0, 255);
1268
+ _this.r.cb = BrushUtil.j(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.l(0, 0, 0, 0);
1461
+ _this.bv = BrushUtil.j(0, 0, 0, 0);
1462
1462
  _this.bo = null;
1463
- _this.bs = BrushUtil.l(0, 0, 0, 0);
1463
+ _this.bs = BrushUtil.j(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.l(255, 0, 0, 255);
1469
+ _this.bx = BrushUtil.j(255, 0, 0, 255);
1470
1470
  _this.g = 3;
1471
1471
  _this.e = 1;
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);
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);
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.l(0, 0, 0, 0);
1496
+ _this.bo = BrushUtil.j(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.l(0, 0, 0, 0);
1780
- i.bw = BrushUtil.l(0, 0, 0, 0);
1781
- g.bw = BrushUtil.l(0, 0, 0, 0);
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);
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.l(255, 255, 0, 0);
1793
+ p.a8 = BrushUtil.j(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.l(255, 255, 255, 255);
1877
- _this.s.bz = BrushUtil.l(255, 255, 255, 255);
1876
+ _this.s.by = BrushUtil.j(255, 255, 255, 255);
1877
+ _this.s.bz = BrushUtil.j(255, 255, 255, 255);
1878
1878
  _this.u.bq = 0;
1879
1879
  _this.u.bp = 1;
1880
- _this.t.by = BrushUtil.l(255, 155, 155, 155);
1881
- _this.t.bz = BrushUtil.l(255, 255, 255, 255);
1880
+ _this.t.by = BrushUtil.j(255, 155, 155, 155);
1881
+ _this.t.bz = BrushUtil.j(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.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);
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);
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.l(a.l, a.o, a.n, a.m);
1949
+ this.bx = BrushUtil.j(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.l(0, 0, 0, 0);
1973
+ this.value = BrushUtil.j(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.l(40, 0, 0, 0);
487
- XRipple.av = BrushUtil.l(189, 0, 0, 0);
486
+ XRipple.au = BrushUtil.j(40, 0, 0, 0);
487
+ XRipple.av = BrushUtil.j(189, 0, 0, 0);
488
488
  return XRipple;
489
489
  }(Base));
@@ -5,9 +5,7 @@ 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, typeCast, EnumUtil, markType } from "igniteui-webcomponents-core";
9
- import { CornerRadius } from "igniteui-webcomponents-core";
10
- import { Thickness } from "igniteui-webcomponents-core";
8
+ import { Base, typeGetValue, EnumUtil, markType } from "igniteui-webcomponents-core";
11
9
  import { ElevationMode_$type } from "igniteui-webcomponents-core";
12
10
  import { Theme } from "./Theme";
13
11
  /**
@@ -37,7 +35,7 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
37
35
  }
38
36
  return _this;
39
37
  }
40
- ThemeResolver.aj = function (a, b, c) {
38
+ ThemeResolver.ah = function (a, b, c) {
41
39
  if (a == 1) {
42
40
  return c;
43
41
  }
@@ -55,13 +53,13 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
55
53
  }
56
54
  return b;
57
55
  };
58
- ThemeResolver.ae = function (a, b, c) {
56
+ ThemeResolver.ac = function (a, b, c) {
59
57
  if (a == 1) {
60
58
  return c;
61
59
  }
62
60
  return b;
63
61
  };
64
- ThemeResolver.ao = function (a, b, c) {
62
+ ThemeResolver.am = function (a, b, c) {
65
63
  if (a == 1) {
66
64
  return c;
67
65
  }
@@ -76,11 +74,11 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
76
74
  ThemeResolver.a = function (a) {
77
75
  return new Theme(0, a);
78
76
  };
79
- ThemeResolver.ai = function (a, b, c) {
80
- return b.ag(a, c);
77
+ ThemeResolver.ag = function (a, b, c) {
78
+ return b.ae(a, c);
81
79
  };
82
- ThemeResolver.ah = function (a, b, c, d) {
83
- return b.af(a, c, d);
80
+ ThemeResolver.af = function (a, b, c, d) {
81
+ return b.ad(a, c, d);
84
82
  };
85
83
  ThemeResolver.q = function (a, b, c) {
86
84
  return b.o(a, c);
@@ -106,20 +104,17 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
106
104
  ThemeResolver.e = function (a, b, c, d) {
107
105
  return b.c(a, c, d);
108
106
  };
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);
107
+ ThemeResolver.ab = function (a, b, c) {
108
+ return b.z(a, c);
114
109
  };
115
- ThemeResolver.ad = function (a, b, c, d, e) {
116
- return c.y(a, b, d, e);
110
+ ThemeResolver.aa = function (a, b, c, d) {
111
+ return b.y(a, c, d);
117
112
  };
118
- ThemeResolver.an = function (a, b, c) {
119
- return b.al(a, c);
113
+ ThemeResolver.al = function (a, b, c) {
114
+ return b.aj(a, c);
120
115
  };
121
- ThemeResolver.am = function (a, b, c, d) {
122
- return b.ak(a, c, d);
116
+ ThemeResolver.ak = function (a, b, c, d) {
117
+ return b.ai(a, c, d);
123
118
  };
124
119
  ThemeResolver.prototype.t = function (a, b) {
125
120
  if (this.h.containsKey(a)) {
@@ -139,10 +134,10 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
139
134
  return e.item(b).item(c);
140
135
  }
141
136
  };
142
- ThemeResolver.prototype.ag = function (a, b) {
137
+ ThemeResolver.prototype.ae = function (a, b) {
143
138
  return this.t(a, b);
144
139
  };
145
- ThemeResolver.prototype.af = function (a, b, c) {
140
+ ThemeResolver.prototype.ad = function (a, b, c) {
146
141
  return this.s(a, b, c);
147
142
  };
148
143
  ThemeResolver.prototype.o = function (a, b) {
@@ -155,13 +150,6 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
155
150
  return this.t(a, b);
156
151
  };
157
152
  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
- }
165
153
  return this.s(a, b, c);
166
154
  };
167
155
  ThemeResolver.prototype.v = function (a, b) {
@@ -176,20 +164,16 @@ export var ThemeResolver = /** @class */ /*@__PURE__*/ (function (_super) {
176
164
  ThemeResolver.prototype.c = function (a, b, c) {
177
165
  return EnumUtil.getEnumValue(ElevationMode_$type, this.s(a, b, c));
178
166
  };
179
- ThemeResolver.prototype.aa = function (a, b) {
167
+ ThemeResolver.prototype.z = function (a, b) {
180
168
  return this.t(a, b);
181
169
  };
182
- ThemeResolver.prototype.z = function (a, b, c) {
170
+ ThemeResolver.prototype.y = function (a, b, c) {
183
171
  return this.s(a, b, c);
184
172
  };
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) {
173
+ ThemeResolver.prototype.aj = function (a, b) {
190
174
  return this.t(a, b);
191
175
  };
192
- ThemeResolver.prototype.ak = function (a, b, c) {
176
+ ThemeResolver.prototype.ai = function (a, b, c) {
193
177
  return this.s(a, b, c);
194
178
  };
195
179
  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.s = 0;
141
+ d.r = 0;
142
142
  break;
143
143
  case 1:
144
- d.s = 1;
144
+ d.r = 1;
145
145
  break;
146
146
  case 3:
147
- d.s = 3;
147
+ d.r = 3;
148
148
  break;
149
149
  case 2:
150
- d.s = 2;
150
+ d.r = 2;
151
151
  break;
152
152
  case 4:
153
- d.s = 4;
153
+ d.r = 4;
154
154
  break;
155
155
  }
156
156
  break;
157
157
  case 18:
158
- d.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
158
+ d.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
159
159
  break;
160
160
  case 54:
161
161
  if (typeCast(NativeUIComponent.$, c) !== null) {
@@ -183,52 +183,46 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
183
183
  }
184
184
  break;
185
185
  case 4:
186
- d.ax = c;
186
+ d.aw = c;
187
187
  break;
188
188
  case 32:
189
189
  d.disabled = c;
190
190
  break;
191
191
  case 5:
192
- d.av = c;
192
+ d.au = c;
193
193
  break;
194
194
  case 6:
195
- d.a3 = !c;
195
+ d.a2 = !c;
196
196
  break;
197
197
  case 24:
198
- d.ql = c;
198
+ d.qg = c;
199
199
  break;
200
200
  case 55:
201
- d.bn = c.left;
202
- d.bp = c.top;
203
- d.bo = c.right;
204
- d.bm = c.bottom;
201
+ d.bm = c.left;
202
+ d.bo = c.top;
203
+ d.bn = c.right;
204
+ d.bl = c.bottom;
205
205
  break;
206
206
  case 57:
207
- d.az = c;
207
+ d.ay = c;
208
208
  break;
209
209
  case 56:
210
- d.aw = c;
210
+ d.av = c;
211
211
  break;
212
212
  case 58:
213
- d.au = c;
213
+ d.at = c;
214
214
  break;
215
215
  case 17:
216
- d.k6 = c;
216
+ d.k1 = c;
217
217
  break;
218
218
  case 11:
219
- d.ab = c;
219
+ d.aa = c;
220
220
  break;
221
221
  case 88:
222
- d.bz = c;
222
+ d.by = c;
223
223
  break;
224
224
  case 59:
225
- d.a6 = c;
226
- break;
227
- case 118:
228
- d.n7 = c;
229
- break;
230
- case 23:
231
- d.n6 = c;
225
+ d.a5 = c;
232
226
  break;
233
227
  }
234
228
  };
@@ -238,7 +232,7 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
238
232
  case 3: return this.ac;
239
233
  case 54: return this.aa;
240
234
  case 1:
241
- switch (c.s) {
235
+ switch (c.r) {
242
236
  case 0: return enumGetBox(NativeUIDisplayDensity_$type, 0);
243
237
  case 1: return enumGetBox(NativeUIDisplayDensity_$type, 1);
244
238
  case 3: return enumGetBox(NativeUIDisplayDensity_$type, 3);
@@ -246,7 +240,7 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
246
240
  case 4: return enumGetBox(NativeUIDisplayDensity_$type, 4);
247
241
  }
248
242
  break;
249
- case 18: return enumGetBox(BaseControlTheme_$type, c.o);
243
+ case 18: return enumGetBox(BaseControlTheme_$type, c.n);
250
244
  case 0:
251
245
  switch (c.e) {
252
246
  case 3: return enumGetBox(NativeUIButtonDisplayType_$type, 3);
@@ -256,41 +250,39 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
256
250
  case 0: return enumGetBox(NativeUIButtonDisplayType_$type, 0);
257
251
  }
258
252
  return enumGetBox(NativeUIButtonDisplayType_$type, 0);
259
- case 4: return c.ax;
253
+ case 4: return c.aw;
260
254
  case 32: return c.disabled;
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;
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;
273
265
  }
274
266
  return null;
275
267
  };
276
268
  XButtonBridge.prototype.setHorizontalContentAlignment = function (a, b) {
277
269
  switch (b) {
278
270
  case 1:
279
- this.t.lj = 1;
271
+ this.t.le = 1;
280
272
  break;
281
273
  case 0:
282
- this.t.lj = 0;
274
+ this.t.le = 0;
283
275
  break;
284
276
  case 2:
285
- this.t.lj = 2;
277
+ this.t.le = 2;
286
278
  break;
287
279
  case 3:
288
- this.t.lj = 3;
280
+ this.t.le = 3;
289
281
  break;
290
282
  }
291
283
  };
292
284
  XButtonBridge.prototype.getHorizontalContentAlignment = function (a) {
293
- switch (this.t.lj) {
285
+ switch (this.t.le) {
294
286
  case 1: return 1;
295
287
  case 0: return 0;
296
288
  case 2: return 2;
@@ -300,21 +292,21 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
300
292
  XButtonBridge.prototype.setVerticalContentAlignment = function (a, b) {
301
293
  switch (b) {
302
294
  case 2:
303
- this.t.rn = 2;
295
+ this.t.ri = 2;
304
296
  break;
305
297
  case 1:
306
- this.t.rn = 1;
298
+ this.t.ri = 1;
307
299
  break;
308
300
  case 3:
309
- this.t.rn = 3;
301
+ this.t.ri = 3;
310
302
  break;
311
303
  case 0:
312
- this.t.rn = 0;
304
+ this.t.ri = 0;
313
305
  break;
314
306
  }
315
307
  };
316
308
  XButtonBridge.prototype.getVerticalContentAlignment = function (a) {
317
- switch (this.t.rn) {
309
+ switch (this.t.ri) {
318
310
  case 2: return 2;
319
311
  case 1: return 1;
320
312
  case 0: return 0;
@@ -322,7 +314,7 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
322
314
  }
323
315
  };
324
316
  XButtonBridge.prototype.exportVisualData = function (a) {
325
- return a.ec();
317
+ return a.eb();
326
318
  };
327
319
  XButtonBridge.$t = markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
328
320
  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.u;
64
+ var d = c.t;
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.q);
84
+ case 18: return enumGetBox(BaseControlTheme_$type, c.p);
85
85
  case 87: return c.d;
86
86
  case 0:
87
87
  switch (c.i) {
@@ -90,9 +90,8 @@ 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.ht;
94
- case 17: return c.a2;
95
- case 119: return c.hp;
93
+ case 24: return c.hs;
94
+ case 17: return c.a1;
96
95
  }
97
96
  return null;
98
97
  };
@@ -118,10 +117,10 @@ export var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
118
117
  e = 2;
119
118
  break;
120
119
  }
121
- d.u = e;
120
+ d.t = e;
122
121
  break;
123
122
  case 18:
124
- d.q = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
123
+ d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
125
124
  break;
126
125
  case 87:
127
126
  d.d = c;
@@ -140,18 +139,15 @@ export var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
140
139
  d.disabled = c;
141
140
  break;
142
141
  case 24:
143
- d.ht = c;
142
+ d.hs = c;
144
143
  break;
145
144
  case 17:
146
- d.a2 = c.e;
147
- break;
148
- case 119:
149
- d.hp = c;
145
+ d.a1 = c.e;
150
146
  break;
151
147
  }
152
148
  };
153
149
  XButtonGroupBridge.prototype.exportVisualData = function (a) {
154
- var b = a.a6();
150
+ var b = a.a5();
155
151
  var c = this.getBoundingRect(a);
156
152
  b.m = c.left;
157
153
  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.o);
54
+ case 18: return enumGetBox(BaseControlTheme_$type, a.n);
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.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
72
+ a.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
73
73
  break;
74
74
  }
75
75
  };