igniteui-webcomponents-inputs 5.2.0 → 5.2.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 (48) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +3252 -3096
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +26 -26
  4. package/esm2015/lib/ButtonView_combined.js +1716 -1662
  5. package/esm2015/lib/CalendarView_combined.js +312 -298
  6. package/esm2015/lib/IconViewType.js +11 -0
  7. package/esm2015/lib/IconView_combined.js +462 -432
  8. package/esm2015/lib/InputGroupView_combined.js +115 -93
  9. package/esm2015/lib/MultiSliderBridge.js +14 -14
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +4 -4
  11. package/esm2015/lib/XButtonBridge.js +39 -35
  12. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  13. package/esm2015/lib/XCheckboxBridge.js +8 -8
  14. package/esm2015/lib/XComponentBridge.js +1 -1
  15. package/esm2015/lib/XIconBridge.js +25 -23
  16. package/esm2015/lib/XInputBridge.js +16 -16
  17. package/esm2015/lib/XPopupBridge.js +3 -3
  18. package/esm2015/lib/igc-x-button-component.js +555 -545
  19. package/esm2015/lib/igc-x-icon-component.js +89 -89
  20. package/esm2015/public_api.js +1 -0
  21. package/esm5/lib/ButtonGroupView_combined.js +26 -26
  22. package/esm5/lib/ButtonView_combined.js +1583 -1525
  23. package/esm5/lib/CalendarView_combined.js +312 -298
  24. package/esm5/lib/IconViewType.js +11 -0
  25. package/esm5/lib/IconView_combined.js +449 -419
  26. package/esm5/lib/InputGroupView_combined.js +115 -93
  27. package/esm5/lib/MultiSliderBridge.js +14 -14
  28. package/esm5/lib/NativeUIXInputsFactory_combined.js +4 -4
  29. package/esm5/lib/XButtonBridge.js +39 -35
  30. package/esm5/lib/XButtonGroupBridge.js +2 -2
  31. package/esm5/lib/XCheckboxBridge.js +8 -8
  32. package/esm5/lib/XComponentBridge.js +1 -1
  33. package/esm5/lib/XIconBridge.js +25 -23
  34. package/esm5/lib/XInputBridge.js +16 -16
  35. package/esm5/lib/XPopupBridge.js +3 -3
  36. package/esm5/lib/igc-x-button-component.js +559 -545
  37. package/esm5/lib/igc-x-icon-component.js +89 -89
  38. package/esm5/public_api.js +1 -0
  39. package/fesm2015/igniteui-webcomponents-inputs.js +3399 -3252
  40. package/fesm5/igniteui-webcomponents-inputs.js +3253 -3098
  41. package/lib/ButtonView_combined.d.ts +513 -504
  42. package/lib/CalendarView_combined.d.ts +38 -35
  43. package/lib/IconViewType.d.ts +16 -0
  44. package/lib/IconView_combined.d.ts +115 -111
  45. package/lib/InputGroupView_combined.d.ts +28 -26
  46. package/lib/igc-x-button-component.d.ts +5 -0
  47. package/package.json +2 -2
  48. package/public_api.d.ts +1 -0
@@ -17,9 +17,9 @@ import { stringReplace, stringIsNullOrEmpty } from "igniteui-webcomponents-core"
17
17
  import { TransformGroup } from "igniteui-webcomponents-core";
18
18
  import { TranslateTransform } from "igniteui-webcomponents-core";
19
19
  import { SuffixShiftType_$type } from "./SuffixShiftType";
20
+ import { isNaN_ } from "igniteui-webcomponents-core";
20
21
  import { PrefixShiftType_$type } from "./PrefixShiftType";
21
22
  import { LabelShiftType_$type } from "./LabelShiftType";
22
- import { isNaN_ } from "igniteui-webcomponents-core";
23
23
  import { HorizontalAlignment_$type } from "igniteui-webcomponents-core";
24
24
  import { MouseButtonEventArgs } from "igniteui-webcomponents-core";
25
25
  import { KeyEventArgs } from "igniteui-webcomponents-core";
@@ -267,82 +267,93 @@ export let SuffixView = /*@__PURE__*/ (() => {
267
267
  constructor() {
268
268
  super();
269
269
  this.a = null;
270
- this.g = null;
270
+ this.h = null;
271
271
  this.b = null;
272
- this.e = new List$1(Delegate_$type, 0);
272
+ this.f = new List$1(Delegate_$type, 0);
273
+ this.d = false;
273
274
  this.c = true;
274
- this.h = null;
275
+ this.i = null;
275
276
  }
276
- o() {
277
+ p() {
277
278
  }
278
- d() {
279
+ e() {
279
280
  return true;
280
281
  }
281
- get r() {
282
+ get s() {
282
283
  return null;
283
284
  }
284
- m(a) {
285
+ n(a) {
285
286
  if (a == null) {
286
- for (let b of fromEnum(this.e)) {
287
+ for (let b of fromEnum(this.f)) {
287
288
  b();
288
289
  }
289
- this.e.clear();
290
+ this.f.clear();
290
291
  }
291
- this.g = a;
292
- this.g.rootWrapper.setStyleProperty("display", "inline-block");
293
- let c = this.g.createElement("div");
292
+ this.h = a;
293
+ this.h.rootWrapper.setStyleProperty("display", "inline-block");
294
+ let c = this.h.createElement("div");
294
295
  c.addClass("ig-suffix-content");
295
- this.g.append(c);
296
+ this.h.append(c);
296
297
  c.setStyleProperty("cursor", "pointer");
297
- this.h = c;
298
- this.g.getPortal(c, "ChildContent", (d) => {
298
+ this.i = c;
299
+ this.h.getPortal(c, "ChildContent", (d) => {
299
300
  }, true);
300
301
  this.a.am();
301
302
  }
302
- q() {
303
- let a = new TransformGroup();
304
- a.j.add(((() => {
303
+ r() {
304
+ let a = this.g();
305
+ if (isNaN_(a) || a == 0) {
306
+ if (!this.d) {
307
+ this.d = true;
308
+ this.h.setTimeout(() => {
309
+ this.d = false;
310
+ this.r();
311
+ }, 100);
312
+ }
313
+ }
314
+ let b = new TransformGroup();
315
+ b.j.add(((() => {
305
316
  let $ret = new TranslateTransform();
306
- $ret.k = this.a.k == 2 ? (this.f() * -0.25) : 0;
317
+ $ret.k = this.a.k == 2 ? (this.g() * -0.25) : 0;
307
318
  return $ret;
308
319
  })()));
309
- a.j.add(((() => {
320
+ b.j.add(((() => {
310
321
  let $ret = new ScaleTransform();
311
322
  $ret.l = 1;
312
323
  $ret.m = 1;
313
324
  return $ret;
314
325
  })()));
315
- NativeUI.af(this.g.rootWrapper, a);
316
- this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
326
+ NativeUI.af(this.h.rootWrapper, b);
327
+ this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
317
328
  }
318
- f() {
319
- let a = this.g.rootWrapper.getStyleProperty("height");
329
+ g() {
330
+ let a = this.h.rootWrapper.getStyleProperty("height");
320
331
  return parseFloat(stringReplace(a, "px", ""));
321
332
  }
322
- p() {
323
- if (this.d()) {
333
+ q() {
334
+ if (this.e()) {
324
335
  }
325
336
  }
326
- i(a) {
337
+ j(a) {
327
338
  this.a.aj();
328
339
  }
329
- j(a) {
340
+ k(a) {
330
341
  this.a.ak();
331
342
  }
332
- l() {
343
+ m() {
333
344
  this.c = true;
334
- this.e.add(this.g.rootWrapper.listen("mouseenter", runOn(this, this.i)));
335
- this.e.add(this.g.rootWrapper.listen("mouseleave", runOn(this, this.j)));
345
+ this.f.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.j)));
346
+ this.f.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.k)));
336
347
  }
337
- n() {
348
+ o() {
338
349
  this.c = false;
339
- for (let a of fromEnum(this.e)) {
350
+ for (let a of fromEnum(this.f)) {
340
351
  a();
341
352
  }
342
- this.e.clear();
353
+ this.f.clear();
343
354
  }
344
- k(a) {
345
- this.h.append(a);
355
+ l(a) {
356
+ this.i.append(a);
346
357
  }
347
358
  }
348
359
  SuffixView.$t = /*@__PURE__*/ markType(SuffixView, 'SuffixView');
@@ -356,82 +367,93 @@ export let PrefixView = /*@__PURE__*/ (() => {
356
367
  constructor() {
357
368
  super();
358
369
  this.a = null;
359
- this.g = null;
370
+ this.h = null;
360
371
  this.b = null;
361
- this.e = new List$1(Delegate_$type, 0);
372
+ this.f = new List$1(Delegate_$type, 0);
373
+ this.d = false;
362
374
  this.c = true;
363
- this.h = null;
375
+ this.i = null;
364
376
  }
365
- o() {
377
+ p() {
366
378
  }
367
- d() {
379
+ e() {
368
380
  return true;
369
381
  }
370
- get r() {
382
+ get s() {
371
383
  return null;
372
384
  }
373
- m(a) {
385
+ n(a) {
374
386
  if (a == null) {
375
- for (let b of fromEnum(this.e)) {
387
+ for (let b of fromEnum(this.f)) {
376
388
  b();
377
389
  }
378
- this.e.clear();
390
+ this.f.clear();
379
391
  }
380
- this.g = a;
381
- this.g.rootWrapper.setStyleProperty("display", "inline-block");
382
- let c = this.g.createElement("div");
392
+ this.h = a;
393
+ this.h.rootWrapper.setStyleProperty("display", "inline-block");
394
+ let c = this.h.createElement("div");
383
395
  c.addClass("ig-prefix-content");
384
- this.g.append(c);
396
+ this.h.append(c);
385
397
  c.setStyleProperty("cursor", "pointer");
386
- this.h = c;
387
- this.g.getPortal(c, "ChildContent", (d) => {
398
+ this.i = c;
399
+ this.h.getPortal(c, "ChildContent", (d) => {
388
400
  }, true);
389
401
  this.a.am();
390
402
  }
391
- q() {
392
- let a = new TransformGroup();
393
- a.j.add(((() => {
403
+ r() {
404
+ let a = this.g();
405
+ if (isNaN_(a) || a == 0) {
406
+ if (!this.d) {
407
+ this.d = true;
408
+ this.h.setTimeout(() => {
409
+ this.d = false;
410
+ this.r();
411
+ }, 100);
412
+ }
413
+ }
414
+ let b = new TransformGroup();
415
+ b.j.add(((() => {
394
416
  let $ret = new TranslateTransform();
395
- $ret.k = this.a.k == 2 ? (this.f() * -0.25) : 0;
417
+ $ret.k = this.a.k == 2 ? (this.g() * -0.25) : 0;
396
418
  return $ret;
397
419
  })()));
398
- a.j.add(((() => {
420
+ b.j.add(((() => {
399
421
  let $ret = new ScaleTransform();
400
422
  $ret.l = 1;
401
423
  $ret.m = 1;
402
424
  return $ret;
403
425
  })()));
404
- NativeUI.af(this.g.rootWrapper, a);
405
- this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
426
+ NativeUI.af(this.h.rootWrapper, b);
427
+ this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
406
428
  }
407
- f() {
408
- let a = this.g.rootWrapper.getStyleProperty("height");
429
+ g() {
430
+ let a = this.h.rootWrapper.getStyleProperty("height");
409
431
  return parseFloat(stringReplace(a, "px", ""));
410
432
  }
411
- p() {
412
- if (this.d()) {
433
+ q() {
434
+ if (this.e()) {
413
435
  }
414
436
  }
415
- i(a) {
437
+ j(a) {
416
438
  this.a.aj();
417
439
  }
418
- j(a) {
440
+ k(a) {
419
441
  this.a.ak();
420
442
  }
421
- l() {
443
+ m() {
422
444
  this.c = true;
423
- this.e.add(this.g.rootWrapper.listen("mouseenter", runOn(this, this.i)));
424
- this.e.add(this.g.rootWrapper.listen("mouseleave", runOn(this, this.j)));
445
+ this.f.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.j)));
446
+ this.f.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.k)));
425
447
  }
426
- n() {
448
+ o() {
427
449
  this.c = false;
428
- for (let a of fromEnum(this.e)) {
450
+ for (let a of fromEnum(this.f)) {
429
451
  a();
430
452
  }
431
- this.e.clear();
453
+ this.f.clear();
432
454
  }
433
- k(a) {
434
- this.h.append(a);
455
+ l(a) {
456
+ this.i.append(a);
435
457
  }
436
458
  }
437
459
  PrefixView.$t = /*@__PURE__*/ markType(PrefixView, 'PrefixView');
@@ -1154,7 +1176,7 @@ export let XSuffix = /*@__PURE__*/ (() => {
1154
1176
  let a = new SuffixView();
1155
1177
  a.a = this;
1156
1178
  this.view = a;
1157
- this.view.o();
1179
+ this.view.p();
1158
1180
  }
1159
1181
  get view() {
1160
1182
  return this._view;
@@ -1187,10 +1209,10 @@ export let XSuffix = /*@__PURE__*/ (() => {
1187
1209
  }
1188
1210
  }
1189
1211
  al() {
1190
- this.view.q();
1212
+ this.view.r();
1191
1213
  }
1192
1214
  ai() {
1193
- this.view.q();
1215
+ this.view.r();
1194
1216
  }
1195
1217
  ap() {
1196
1218
  }
@@ -1245,13 +1267,13 @@ export let XSuffix = /*@__PURE__*/ (() => {
1245
1267
  am() {
1246
1268
  }
1247
1269
  onDetachedFromUI() {
1248
- this.view.n();
1270
+ this.view.o();
1249
1271
  }
1250
1272
  onAttachedToUI() {
1251
- this.view.l();
1273
+ this.view.m();
1252
1274
  }
1253
1275
  r() {
1254
- return this.view.d();
1276
+ return this.view.e();
1255
1277
  }
1256
1278
  t() {
1257
1279
  return this.i();
@@ -1269,10 +1291,10 @@ export let XSuffix = /*@__PURE__*/ (() => {
1269
1291
  return a;
1270
1292
  }
1271
1293
  appendContentChild(a) {
1272
- this.view.k(a);
1294
+ this.view.l(a);
1273
1295
  }
1274
1296
  provideContainer(a) {
1275
- this.view.m(a);
1297
+ this.view.n(a);
1276
1298
  }
1277
1299
  }
1278
1300
  XSuffix.$t = /*@__PURE__*/ markType(XSuffix, 'XSuffix', XInputGroupItem.$);
@@ -1296,7 +1318,7 @@ export let XPrefix = /*@__PURE__*/ (() => {
1296
1318
  let a = new PrefixView();
1297
1319
  a.a = this;
1298
1320
  this.view = a;
1299
- this.view.o();
1321
+ this.view.p();
1300
1322
  }
1301
1323
  get view() {
1302
1324
  return this._view;
@@ -1329,10 +1351,10 @@ export let XPrefix = /*@__PURE__*/ (() => {
1329
1351
  }
1330
1352
  }
1331
1353
  al() {
1332
- this.view.q();
1354
+ this.view.r();
1333
1355
  }
1334
1356
  ai() {
1335
- this.view.q();
1357
+ this.view.r();
1336
1358
  }
1337
1359
  ap() {
1338
1360
  }
@@ -1387,13 +1409,13 @@ export let XPrefix = /*@__PURE__*/ (() => {
1387
1409
  am() {
1388
1410
  }
1389
1411
  onDetachedFromUI() {
1390
- this.view.n();
1412
+ this.view.o();
1391
1413
  }
1392
1414
  onAttachedToUI() {
1393
- this.view.l();
1415
+ this.view.m();
1394
1416
  }
1395
1417
  r() {
1396
- return this.view.d();
1418
+ return this.view.e();
1397
1419
  }
1398
1420
  t() {
1399
1421
  return this.i();
@@ -1411,10 +1433,10 @@ export let XPrefix = /*@__PURE__*/ (() => {
1411
1433
  return a;
1412
1434
  }
1413
1435
  appendContentChild(a) {
1414
- this.view.k(a);
1436
+ this.view.l(a);
1415
1437
  }
1416
1438
  provideContainer(a) {
1417
- this.view.m(a);
1439
+ this.view.n(a);
1418
1440
  }
1419
1441
  }
1420
1442
  XPrefix.$t = /*@__PURE__*/ markType(XPrefix, 'XPrefix', XInputGroupItem.$);
@@ -2145,8 +2167,8 @@ export let XInputGroup = /*@__PURE__*/ (() => {
2145
2167
  onChildrenMutated() {
2146
2168
  this.jr((a) => a.view.a8());
2147
2169
  this.js((a) => a.view.aj());
2148
- this.jt((a) => a.view.q());
2149
- this.ju((a) => a.view.q());
2170
+ this.jt((a) => a.view.r());
2171
+ this.ju((a) => a.view.r());
2150
2172
  }
2151
2173
  jp() {
2152
2174
  this.view.af();
@@ -3593,8 +3615,8 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3593
3615
  ensureShift() {
3594
3616
  this.jr((a) => a.view.a8());
3595
3617
  this.js((a) => a.view.aj());
3596
- this.jt((a) => a.view.q());
3597
- this.ju((a) => a.view.q());
3618
+ this.jt((a) => a.view.r());
3619
+ this.ju((a) => a.view.r());
3598
3620
  }
3599
3621
  aq() {
3600
3622
  return this.view.g();
@@ -68,15 +68,15 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
68
68
  switch (b) {
69
69
  case 12: return a.bg;
70
70
  case 13: return a.bf;
71
- case 94: return a.bv;
72
- case 95: return a.bf;
71
+ case 95: return a.bv;
72
+ case 96: return a.bf;
73
73
  case 14: return a.bl;
74
74
  case 2: return a.thumbs._inner[0].s;
75
- case 89: return a.b0;
76
- case 90: return a.ek;
77
- case 91: return a.es;
78
- case 93: return a.eu;
79
- case 92: return a.et;
75
+ case 90: return a.b0;
76
+ case 91: return a.ek;
77
+ case 92: return a.es;
78
+ case 94: return a.eu;
79
+ case 93: return a.et;
80
80
  case 30:
81
81
  let c = a.e;
82
82
  switch (c) {
@@ -116,10 +116,10 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
116
116
  case 13:
117
117
  a.bf = c;
118
118
  break;
119
- case 94:
119
+ case 95:
120
120
  a.bv = c;
121
121
  break;
122
- case 95:
122
+ case 96:
123
123
  a.bu = c;
124
124
  break;
125
125
  case 14:
@@ -128,19 +128,19 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
128
128
  case 2:
129
129
  a.thumbs._inner[0].s = c;
130
130
  break;
131
- case 89:
131
+ case 90:
132
132
  a.b0 = c;
133
133
  break;
134
- case 90:
134
+ case 91:
135
135
  a.ek = c;
136
136
  break;
137
- case 91:
137
+ case 92:
138
138
  a.es = c;
139
139
  break;
140
- case 93:
140
+ case 94:
141
141
  a.eu = c;
142
142
  break;
143
- case 92:
143
+ case 93:
144
144
  a.et = c;
145
145
  break;
146
146
  case 30:
@@ -149,7 +149,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
149
149
  let e = c.getSubRenderer(d);
150
150
  let f = new XButton();
151
151
  f.provideContainer(e);
152
- f.ff = "none";
152
+ f.fj = "none";
153
153
  let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
154
154
  let h = new XButtonBridge(f);
155
155
  let i = new NativeUIButton();
@@ -227,7 +227,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
227
227
  let l = new XButton();
228
228
  l.provideContainer(k);
229
229
  l.e = 4;
230
- l.ff = "none";
230
+ l.fj = "none";
231
231
  let m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
232
232
  let n = new XButtonBridge(l);
233
233
  let o = new NativeUIButton();
@@ -1581,9 +1581,9 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
1581
1581
  g.bw = BrushUtil.h(0, 0, 0, 0);
1582
1582
  g.bh = new Thickness(1, 0, 5, 5, 0);
1583
1583
  f.bh = new Thickness(1, 0, 5, 5, 0);
1584
- l.by = "Ok";
1584
+ l.bz = "Ok";
1585
1585
  l.c = this.f;
1586
- m.by = "Cancel";
1586
+ m.bz = "Cancel";
1587
1587
  m.c = this.f;
1588
1588
  i.bh = new Thickness(1, 5, 0, 5, 2);
1589
1589
  h.bh = new Thickness(1, 5, 0, 5, 2);
@@ -181,43 +181,46 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
181
181
  }
182
182
  break;
183
183
  case 4:
184
- d.at = c;
184
+ d.aw = c;
185
185
  break;
186
186
  case 32:
187
187
  d.disabled = c;
188
188
  break;
189
189
  case 5:
190
- d.ar = c;
190
+ d.au = c;
191
191
  break;
192
192
  case 6:
193
- d.az = !c;
193
+ d.a2 = !c;
194
194
  break;
195
195
  case 24:
196
- d.p9 = c;
196
+ d.qg = c;
197
197
  break;
198
198
  case 55:
199
- d.bi = c.left;
200
- d.bk = c.top;
201
- d.bj = c.right;
202
- d.bh = c.bottom;
199
+ d.bm = c.left;
200
+ d.bo = c.top;
201
+ d.bn = c.right;
202
+ d.bl = c.bottom;
203
203
  break;
204
204
  case 57:
205
- d.av = c;
205
+ d.ay = c;
206
206
  break;
207
207
  case 56:
208
- d.as = c;
208
+ d.av = c;
209
209
  break;
210
210
  case 58:
211
- d.aq = c;
211
+ d.at = c;
212
212
  break;
213
213
  case 17:
214
- d.ku = c;
214
+ d.k1 = c;
215
215
  break;
216
216
  case 11:
217
217
  d.aa = c;
218
218
  break;
219
- case 85:
220
- d.bu = c;
219
+ case 86:
220
+ d.by = c;
221
+ break;
222
+ case 59:
223
+ d.a5 = c;
221
224
  break;
222
225
  }
223
226
  }
@@ -245,38 +248,39 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
245
248
  case 0: return enumGetBox(NativeUIButtonDisplayType_$type, 0);
246
249
  }
247
250
  return enumGetBox(NativeUIButtonDisplayType_$type, 0);
248
- case 4: return c.at;
251
+ case 4: return c.aw;
249
252
  case 32: return c.disabled;
250
- case 5: return c.ar;
251
- case 6: return !c.az;
252
- case 24: return c.p9;
253
- case 55: return new Thickness(1, c.bi, c.bk, c.bj, c.bh);
254
- case 57: return c.av;
255
- case 56: return c.as;
256
- case 58: return c.aq;
257
- case 17: return c.ku;
258
- case 85: return c.bu;
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 86: return c.by;
262
+ case 59: return c.a5;
259
263
  }
260
264
  return null;
261
265
  }
262
266
  setHorizontalContentAlignment(a, b) {
263
267
  switch (b) {
264
268
  case 1:
265
- this.t.k7 = 1;
269
+ this.t.le = 1;
266
270
  break;
267
271
  case 0:
268
- this.t.k7 = 0;
272
+ this.t.le = 0;
269
273
  break;
270
274
  case 2:
271
- this.t.k7 = 2;
275
+ this.t.le = 2;
272
276
  break;
273
277
  case 3:
274
- this.t.k7 = 3;
278
+ this.t.le = 3;
275
279
  break;
276
280
  }
277
281
  }
278
282
  getHorizontalContentAlignment(a) {
279
- switch (this.t.k7) {
283
+ switch (this.t.le) {
280
284
  case 1: return 1;
281
285
  case 0: return 0;
282
286
  case 2: return 2;
@@ -286,21 +290,21 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
286
290
  setVerticalContentAlignment(a, b) {
287
291
  switch (b) {
288
292
  case 2:
289
- this.t.rb = 2;
293
+ this.t.ri = 2;
290
294
  break;
291
295
  case 1:
292
- this.t.rb = 1;
296
+ this.t.ri = 1;
293
297
  break;
294
298
  case 3:
295
- this.t.rb = 3;
299
+ this.t.ri = 3;
296
300
  break;
297
301
  case 0:
298
- this.t.rb = 0;
302
+ this.t.ri = 0;
299
303
  break;
300
304
  }
301
305
  }
302
306
  getVerticalContentAlignment(a) {
303
- switch (this.t.rb) {
307
+ switch (this.t.ri) {
304
308
  case 2: return 2;
305
309
  case 1: return 1;
306
310
  case 0: return 0;
@@ -308,7 +312,7 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
308
312
  }
309
313
  }
310
314
  exportVisualData(a) {
311
- return a.d7();
315
+ return a.eb();
312
316
  }
313
317
  }
314
318
  XButtonBridge.$t = /*@__PURE__*/ markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
@@ -80,7 +80,7 @@ export let XButtonGroupBridge = /*@__PURE__*/ (() => {
80
80
  }
81
81
  return enumGetBox(NativeUIDisplayDensity_$type, e);
82
82
  case 18: return enumGetBox(BaseControlTheme_$type, c.p);
83
- case 84: return c.d;
83
+ case 85: return c.d;
84
84
  case 0:
85
85
  switch (c.i) {
86
86
  case 0: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 0);
@@ -120,7 +120,7 @@ export let XButtonGroupBridge = /*@__PURE__*/ (() => {
120
120
  case 18:
121
121
  d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
122
122
  break;
123
- case 84:
123
+ case 85:
124
124
  d.d = c;
125
125
  break;
126
126
  case 0: