igniteui-webcomponents-inputs 5.4.0-beta.0 → 5.4.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 (31) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +688 -626
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/DatePickerView_combined.js +2 -2
  4. package/esm2015/lib/IconView_combined.js +336 -288
  5. package/esm2015/lib/InputGroupView_combined.js +216 -209
  6. package/esm2015/lib/MultiSliderBridge.js +14 -14
  7. package/esm2015/lib/XButtonBridge.js +2 -2
  8. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  9. package/esm2015/lib/XComponentBridge.js +1 -1
  10. package/esm2015/lib/XIconBridge.js +5 -5
  11. package/esm2015/lib/XInputBridge.js +22 -22
  12. package/esm2015/lib/XPopupBridge.js +5 -5
  13. package/esm2015/lib/igc-x-icon-component.js +46 -46
  14. package/esm2015/lib/igc-x-label-component.js +51 -51
  15. package/esm5/lib/DatePickerView_combined.js +2 -2
  16. package/esm5/lib/IconView_combined.js +328 -272
  17. package/esm5/lib/InputGroupView_combined.js +209 -202
  18. package/esm5/lib/MultiSliderBridge.js +14 -14
  19. package/esm5/lib/XButtonBridge.js +2 -2
  20. package/esm5/lib/XButtonGroupBridge.js +2 -2
  21. package/esm5/lib/XComponentBridge.js +1 -1
  22. package/esm5/lib/XIconBridge.js +5 -5
  23. package/esm5/lib/XInputBridge.js +22 -22
  24. package/esm5/lib/XPopupBridge.js +5 -5
  25. package/esm5/lib/igc-x-icon-component.js +46 -46
  26. package/esm5/lib/igc-x-label-component.js +51 -51
  27. package/fesm2015/igniteui-webcomponents-inputs.js +703 -649
  28. package/fesm5/igniteui-webcomponents-inputs.js +687 -625
  29. package/lib/IconView_combined.d.ts +94 -84
  30. package/lib/InputGroupView_combined.d.ts +75 -74
  31. package/package.json +2 -2
@@ -70,7 +70,7 @@ export let InputGroupView = /*@__PURE__*/ (() => {
70
70
  }
71
71
  ac(a) {
72
72
  if (typeCast(XLabel.$, a) !== null) {
73
- a.bd = "flex-start";
73
+ a.be = "flex-start";
74
74
  }
75
75
  }
76
76
  ae(a) {
@@ -520,20 +520,20 @@ export let LabelView = /*@__PURE__*/ (() => {
520
520
  c.setStyleProperty("overflow", "hidden");
521
521
  c.setStyleProperty("height", "1.125rem");
522
522
  c.setStyleProperty("backface-visibility", "hidden");
523
- NativeUI.q(this.m.rootWrapper, this.c.c2);
523
+ NativeUI.q(this.m.rootWrapper, this.c.c3);
524
524
  c.setStyleProperty("outline-style", "none");
525
525
  c.setStyleProperty("box-shadow", "none");
526
526
  c.setStyleProperty("font-family", "Verdana");
527
527
  c.setStyleProperty("font-size", "1rem");
528
528
  this.n = c;
529
529
  this.m.append(this.n);
530
- this.c.ck();
530
+ this.c.cl();
531
531
  }
532
532
  l() {
533
533
  return this.c.l == 0 ? (this.j() * 0.5) : 0;
534
534
  }
535
535
  aj() {
536
- this.c.bj = "block";
536
+ this.c.bk = "block";
537
537
  let a = new TransformGroup();
538
538
  a.j.add(((() => {
539
539
  let $ret = new TranslateTransform();
@@ -580,8 +580,8 @@ export let LabelView = /*@__PURE__*/ (() => {
580
580
  }
581
581
  ab() {
582
582
  if (this.m != null) {
583
- this.m.rootWrapper.setStyleProperty("display", this.c.bj);
584
- this.n.setStyleProperty("display", this.c.bj);
583
+ this.m.rootWrapper.setStyleProperty("display", this.c.bk);
584
+ this.n.setStyleProperty("display", this.c.bk);
585
585
  let ext_ = this.m.getExternal(this.c, null, null);
586
586
  if (ext_ && ext_._onDisplayChanged) {
587
587
  ext_._onDisplayChanged();
@@ -591,8 +591,8 @@ export let LabelView = /*@__PURE__*/ (() => {
591
591
  }
592
592
  w() {
593
593
  if (this.m != null) {
594
- this.m.rootWrapper.setStyleProperty("align-items", this.c.bb);
595
- this.n.setStyleProperty("align-items", this.c.bb);
594
+ this.m.rootWrapper.setStyleProperty("align-items", this.c.bc);
595
+ this.n.setStyleProperty("align-items", this.c.bc);
596
596
  let ext_ = this.m.getExternal(this.c, null, null);
597
597
  if (ext_ && ext_._onAlignItemsChanged) {
598
598
  ext_._onAlignItemsChanged();
@@ -602,8 +602,8 @@ export let LabelView = /*@__PURE__*/ (() => {
602
602
  }
603
603
  x() {
604
604
  if (this.m != null) {
605
- this.m.rootWrapper.setStyleProperty("align-self", this.c.bd);
606
- this.n.setStyleProperty("align-self", this.c.bd);
605
+ this.m.rootWrapper.setStyleProperty("align-self", this.c.be);
606
+ this.n.setStyleProperty("align-self", this.c.be);
607
607
  let ext_ = this.m.getExternal(this.c, null, null);
608
608
  if (ext_ && ext_._onAlignSelfChanged) {
609
609
  ext_._onAlignSelfChanged();
@@ -613,8 +613,8 @@ export let LabelView = /*@__PURE__*/ (() => {
613
613
  }
614
614
  ac() {
615
615
  if (this.m != null) {
616
- this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bm);
617
- this.n.setStyleProperty("flex-direction", this.c.bm);
616
+ this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bn);
617
+ this.n.setStyleProperty("flex-direction", this.c.bn);
618
618
  let ext_ = this.m.getExternal(this.c, null, null);
619
619
  if (ext_ && ext_._onFlexDirectionChanged) {
620
620
  ext_._onFlexDirectionChanged();
@@ -624,8 +624,8 @@ export let LabelView = /*@__PURE__*/ (() => {
624
624
  }
625
625
  ad() {
626
626
  if (this.m != null) {
627
- this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bo);
628
- this.n.setStyleProperty("flex-grow", this.c.bo);
627
+ this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bp);
628
+ this.n.setStyleProperty("flex-grow", this.c.bp);
629
629
  let ext_ = this.m.getExternal(this.c, null, null);
630
630
  if (ext_ && ext_._onFlexGrowChanged) {
631
631
  ext_._onFlexGrowChanged();
@@ -694,10 +694,10 @@ export let LabelView = /*@__PURE__*/ (() => {
694
694
  return parseFloat(stringReplace(a, "px", ""));
695
695
  }
696
696
  t(a) {
697
- this.c.cg();
697
+ this.c.ch();
698
698
  }
699
699
  u(a) {
700
- this.c.ch();
700
+ this.c.ci();
701
701
  }
702
702
  y() {
703
703
  this.f = true;
@@ -1961,7 +1961,7 @@ export let XInputGroup = /*@__PURE__*/ (() => {
1961
1961
  a.l = 2;
1962
1962
  break;
1963
1963
  }
1964
- a.cn(this.ai, false);
1964
+ a.co(this.ai, false);
1965
1965
  });
1966
1966
  }
1967
1967
  kf() {
@@ -2294,11 +2294,11 @@ export let XInputGroup = /*@__PURE__*/ (() => {
2294
2294
  jv() {
2295
2295
  this.jp();
2296
2296
  if (this.ai) {
2297
- this.js((a) => a.cn(true, !this.aj));
2297
+ this.js((a) => a.co(true, !this.aj));
2298
2298
  this.jr((a) => a.dq(this.ar, !this.aj));
2299
2299
  }
2300
2300
  else {
2301
- this.js((a) => a.cn(false, !this.aj));
2301
+ this.js((a) => a.co(false, !this.aj));
2302
2302
  this.jr((a) => a.dq(this.ar, !this.aj));
2303
2303
  }
2304
2304
  }
@@ -2306,12 +2306,12 @@ export let XInputGroup = /*@__PURE__*/ (() => {
2306
2306
  this.jp();
2307
2307
  if (this.ao) {
2308
2308
  let a = 1;
2309
- this.js((b) => b.am = true);
2309
+ this.js((b) => b.an = true);
2310
2310
  this.j4(a);
2311
2311
  }
2312
2312
  else {
2313
2313
  let b = -1;
2314
- this.js((c) => c.am = false);
2314
+ this.js((c) => c.an = false);
2315
2315
  this.j4(b);
2316
2316
  }
2317
2317
  }
@@ -3667,7 +3667,7 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3667
3667
  if (this.inputs._inner[b].e == null) {
3668
3668
  this.inputs._inner[b].e = "Label" + a.l.count.toString();
3669
3669
  }
3670
- a.l.add1(this.inputs._inner[b].av());
3670
+ a.l.add1(this.inputs._inner[b].aw());
3671
3671
  }
3672
3672
  else if (typeCast(XInput.$, this.inputs._inner[b]) !== null) {
3673
3673
  if (this.inputs._inner[b].e == null) {
@@ -4162,41 +4162,42 @@ export let XLabel = /*@__PURE__*/ (() => {
4162
4162
  super();
4163
4163
  this.n = 0;
4164
4164
  this._view = null;
4165
+ this.ak = false;
4165
4166
  this.aa = null;
4166
4167
  this.z = null;
4167
4168
  this.ab = false;
4168
4169
  this.r = 0;
4169
4170
  this.q = 1;
4170
- this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
4171
- this.cr = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
4171
+ this.cv = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
4172
4172
  this.cs = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
4173
4173
  this.ct = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
4174
+ this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
4174
4175
  this.u = null;
4175
- this.cy = XLabel.de;
4176
- this.cv = XLabel.c7;
4176
+ this.cz = XLabel.df;
4177
4177
  this.cw = XLabel.c8;
4178
+ this.cx = XLabel.c9;
4178
4179
  this.k = 0;
4179
4180
  this.ag = false;
4180
4181
  this.ae = false;
4181
4182
  this.v = null;
4182
- this.cx = null;
4183
- this.a3 = "ig-label-" + XLabel.au++;
4184
- this.az = "inline-block";
4183
+ this.cy = null;
4184
+ this.a4 = "ig-label-" + XLabel.av++;
4185
4185
  this.a0 = "inline-block";
4186
- this.a1 = null;
4187
- this.aw = "center";
4186
+ this.a1 = "inline-block";
4187
+ this.a2 = null;
4188
4188
  this.ax = "center";
4189
- this.as = 0;
4189
+ this.ay = "center";
4190
+ this.at = 0;
4190
4191
  this.ac = false;
4191
- this.a2 = null;
4192
- this.ay = null;
4193
- this.a4 = null;
4192
+ this.a3 = null;
4193
+ this.az = null;
4194
+ this.a5 = null;
4194
4195
  this.af = false;
4195
4196
  this.aj = false;
4196
4197
  this.ad = false;
4197
4198
  this.ai = false;
4198
4199
  this.ah = false;
4199
- this.aq = false;
4200
+ this.ar = false;
4200
4201
  let a = new LabelView();
4201
4202
  a.c = this;
4202
4203
  this.view = a;
@@ -4227,7 +4228,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4227
4228
  a.b = 0;
4228
4229
  return a;
4229
4230
  }
4230
- ca() {
4231
+ cb() {
4231
4232
  this.view.v();
4232
4233
  let a = false;
4233
4234
  if (this.aa == null) {
@@ -4268,36 +4269,36 @@ export let XLabel = /*@__PURE__*/ (() => {
4268
4269
  this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.h(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.h(this.l == 2 ? 255 : 0, 255, 255, 255))));
4269
4270
  }
4270
4271
  if (this.z == null) {
4271
- this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c2)).m(new AnimationKeyFrameProperty(7, this.cz)));
4272
+ this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c3)).m(new AnimationKeyFrameProperty(7, this.c0)));
4272
4273
  }
4273
4274
  }
4274
- cl(a, b) {
4275
+ cm(a, b) {
4275
4276
  if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
4276
4277
  a.reverse();
4277
- if (this.aq) {
4278
+ if (this.ar) {
4278
4279
  a.finish();
4279
- this.cb(a);
4280
+ this.cc(a);
4280
4281
  return;
4281
4282
  }
4282
- a.finished.f((c) => this.cb(a));
4283
+ a.finished.f((c) => this.cc(a));
4283
4284
  }
4284
4285
  else {
4285
4286
  a.play();
4286
- if (this.aq) {
4287
+ if (this.ar) {
4287
4288
  a.finish();
4288
- this.cb(a);
4289
+ this.cc(a);
4289
4290
  return;
4290
4291
  }
4291
- a.finished.f((c) => this.cb(a));
4292
+ a.finished.f((c) => this.cc(a));
4292
4293
  }
4293
4294
  }
4294
- cb(a) {
4295
+ cc(a) {
4295
4296
  a.commitStyles();
4296
4297
  if (a == this.aa && this.ai) {
4297
4298
  this.aa = null;
4298
4299
  if (this.ab) {
4299
4300
  this.ab = false;
4300
- this.cf();
4301
+ this.cg();
4301
4302
  }
4302
4303
  }
4303
4304
  if (a == this.z && this.ah) {
@@ -4308,15 +4309,15 @@ export let XLabel = /*@__PURE__*/ (() => {
4308
4309
  super.h(a, b, c);
4309
4310
  switch (a) {
4310
4311
  case "BaseTheme":
4311
- this.co(this.p);
4312
- this.cq();
4312
+ this.cp(this.p);
4313
+ this.cr();
4313
4314
  break;
4314
4315
  case "TextColor":
4315
4316
  case "HoverTextColor":
4316
4317
  case "TextStyle":
4317
4318
  case "HighlightTextColor":
4318
4319
  case "HoverHighlightTextColor":
4319
- this.cq();
4320
+ this.cr();
4320
4321
  break;
4321
4322
  case "ActualTextColor":
4322
4323
  case "ActualHoverTextColor":
@@ -4339,7 +4340,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4339
4340
  this.ah = true;
4340
4341
  }
4341
4342
  }
4342
- this.cp();
4343
+ this.cq();
4343
4344
  break;
4344
4345
  case "Text":
4345
4346
  this.view.ai();
@@ -4355,10 +4356,10 @@ export let XLabel = /*@__PURE__*/ (() => {
4355
4356
  this.view.aj();
4356
4357
  break;
4357
4358
  case "IsHighlighted":
4358
- this.ce();
4359
+ this.cf();
4359
4360
  break;
4360
4361
  case "IsShifted":
4361
- this.cf();
4362
+ this.cg();
4362
4363
  break;
4363
4364
  case "ShiftType":
4364
4365
  if (this.aa != null) {
@@ -4369,7 +4370,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4369
4370
  this.ai = true;
4370
4371
  }
4371
4372
  }
4372
- this.ci();
4373
+ this.cj();
4373
4374
  break;
4374
4375
  case "Display":
4375
4376
  this.view.ab();
@@ -4388,38 +4389,44 @@ export let XLabel = /*@__PURE__*/ (() => {
4388
4389
  break;
4389
4390
  }
4390
4391
  }
4391
- ci() {
4392
+ cj() {
4392
4393
  this.view.aj();
4393
4394
  }
4394
- cf() {
4395
+ cg() {
4395
4396
  this.view.af();
4396
- this.ca();
4397
+ if (this.ak) {
4398
+ return;
4399
+ }
4400
+ this.cb();
4397
4401
  let a = 1;
4398
- let b = this.ao;
4402
+ let b = this.ap;
4399
4403
  if (!b) {
4400
4404
  a = -1;
4401
4405
  }
4402
- this.cl(this.aa, a);
4406
+ this.cm(this.aa, a);
4403
4407
  }
4404
- ce() {
4405
- this.ca();
4408
+ cf() {
4409
+ if (this.ak) {
4410
+ return;
4411
+ }
4412
+ this.cb();
4406
4413
  let a = 1;
4407
- let b = this.am;
4414
+ let b = this.an;
4408
4415
  if (!b) {
4409
4416
  a = -1;
4410
4417
  }
4411
- this.cl(this.z, a);
4418
+ this.cm(this.z, a);
4412
4419
  }
4413
4420
  onSizeReady() {
4414
4421
  if (this.aa != null) {
4415
- this.b9();
4416
- if (this.ao) {
4422
+ this.ca();
4423
+ if (this.ap) {
4417
4424
  this.view.aj();
4418
- this.cf();
4425
+ this.cg();
4419
4426
  }
4420
4427
  }
4421
4428
  }
4422
- b9() {
4429
+ ca() {
4423
4430
  if (this.aa != null && this.aa.playState == 3) {
4424
4431
  this.aa = null;
4425
4432
  }
@@ -4428,26 +4435,26 @@ export let XLabel = /*@__PURE__*/ (() => {
4428
4435
  this.ai = true;
4429
4436
  }
4430
4437
  }
4431
- cq() {
4432
- this.c2 = this.di != null ? this.di : XLabel.de;
4433
- this.c1 = this.dh != null ? this.dh : XLabel.de;
4434
- this.cz = this.df != null ? this.df : XLabel.c7;
4438
+ cr() {
4439
+ this.c3 = this.dj != null ? this.dj : XLabel.df;
4440
+ this.c2 = this.di != null ? this.di : XLabel.df;
4441
+ this.c0 = this.dg != null ? this.dg : XLabel.c8;
4435
4442
  this.w = this.y != null ? this.y : XLabel.x;
4436
4443
  }
4437
- cp() {
4444
+ cq() {
4438
4445
  if (this.w != null) {
4439
4446
  this.view.am(this.w);
4440
4447
  }
4441
4448
  else {
4442
4449
  this.view.am(this.view.e());
4443
4450
  }
4444
- this.view.ah(this.c2);
4451
+ this.view.ah(this.c3);
4445
4452
  }
4446
- co(a) {
4447
- XLabel.de = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
4448
- XLabel.c7 = ThemeResolver.ah(a, XLabel.da, XLabel.c3);
4449
- XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
4453
+ cp(a) {
4454
+ XLabel.df = ThemeResolver.ah(a, XLabel.de, XLabel.c7);
4450
4455
  XLabel.c8 = ThemeResolver.ah(a, XLabel.db, XLabel.c4);
4456
+ XLabel.da = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
4457
+ XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
4451
4458
  }
4452
4459
  get t() {
4453
4460
  return this.r;
@@ -4469,26 +4476,16 @@ export let XLabel = /*@__PURE__*/ (() => {
4469
4476
  this.g("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
4470
4477
  }
4471
4478
  }
4472
- get c2() {
4473
- return this.cu;
4479
+ get c3() {
4480
+ return this.cv;
4474
4481
  }
4475
- set c2(a) {
4476
- let b = this.cu;
4477
- this.cu = a;
4478
- if (b != this.cu) {
4482
+ set c3(a) {
4483
+ let b = this.cv;
4484
+ this.cv = a;
4485
+ if (b != this.cv) {
4479
4486
  this.g("ActualTextColor", b, a);
4480
4487
  }
4481
4488
  }
4482
- get cz() {
4483
- return this.cr;
4484
- }
4485
- set cz(a) {
4486
- let b = this.cr;
4487
- this.cr = a;
4488
- if (b != this.cr) {
4489
- this.g("ActualHighlightTextColor", b, a);
4490
- }
4491
- }
4492
4489
  get c0() {
4493
4490
  return this.cs;
4494
4491
  }
@@ -4496,7 +4493,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4496
4493
  let b = this.cs;
4497
4494
  this.cs = a;
4498
4495
  if (b != this.cs) {
4499
- this.g("ActualHoverHighlightTextColor", b, a);
4496
+ this.g("ActualHighlightTextColor", b, a);
4500
4497
  }
4501
4498
  }
4502
4499
  get c1() {
@@ -4506,6 +4503,16 @@ export let XLabel = /*@__PURE__*/ (() => {
4506
4503
  let b = this.ct;
4507
4504
  this.ct = a;
4508
4505
  if (b != this.ct) {
4506
+ this.g("ActualHoverHighlightTextColor", b, a);
4507
+ }
4508
+ }
4509
+ get c2() {
4510
+ return this.cu;
4511
+ }
4512
+ set c2(a) {
4513
+ let b = this.cu;
4514
+ this.cu = a;
4515
+ if (b != this.cu) {
4509
4516
  this.g("ActualHoverTextColor", b, a);
4510
4517
  }
4511
4518
  }
@@ -4519,26 +4526,16 @@ export let XLabel = /*@__PURE__*/ (() => {
4519
4526
  this.g("ActualTextStyle", b, a);
4520
4527
  }
4521
4528
  }
4522
- get di() {
4523
- return this.cy;
4529
+ get dj() {
4530
+ return this.cz;
4524
4531
  }
4525
- set di(a) {
4526
- let b = this.cy;
4527
- this.cy = a;
4528
- if (b != this.cy) {
4532
+ set dj(a) {
4533
+ let b = this.cz;
4534
+ this.cz = a;
4535
+ if (b != this.cz) {
4529
4536
  this.g("TextColor", b, a);
4530
4537
  }
4531
4538
  }
4532
- get df() {
4533
- return this.cv;
4534
- }
4535
- set df(a) {
4536
- let b = this.cv;
4537
- this.cv = a;
4538
- if (b != this.cv) {
4539
- this.g("HighlightTextColor", b, a);
4540
- }
4541
- }
4542
4539
  get dg() {
4543
4540
  return this.cw;
4544
4541
  }
@@ -4546,6 +4543,16 @@ export let XLabel = /*@__PURE__*/ (() => {
4546
4543
  let b = this.cw;
4547
4544
  this.cw = a;
4548
4545
  if (b != this.cw) {
4546
+ this.g("HighlightTextColor", b, a);
4547
+ }
4548
+ }
4549
+ get dh() {
4550
+ return this.cx;
4551
+ }
4552
+ set dh(a) {
4553
+ let b = this.cx;
4554
+ this.cx = a;
4555
+ if (b != this.cx) {
4549
4556
  this.g("HoverHighlightTextColor", b, a);
4550
4557
  }
4551
4558
  }
@@ -4559,45 +4566,45 @@ export let XLabel = /*@__PURE__*/ (() => {
4559
4566
  this.g("ShiftType", enumGetBox(LabelShiftType_$type, b), enumGetBox(LabelShiftType_$type, a));
4560
4567
  }
4561
4568
  }
4562
- get ao() {
4569
+ get ap() {
4563
4570
  return this.ag;
4564
4571
  }
4565
- set ao(a) {
4572
+ set ap(a) {
4566
4573
  let b = this.ag;
4567
4574
  this.ag = a;
4568
4575
  if (b != this.ag) {
4569
4576
  this.g("IsShifted", b, a);
4570
4577
  }
4571
4578
  }
4572
- cn(a, b = true) {
4573
- let c = this.aq;
4579
+ co(a, b = true) {
4580
+ let c = this.ar;
4574
4581
  if (!b) {
4575
- this.aq = true;
4582
+ this.ar = true;
4576
4583
  }
4577
4584
  try {
4578
- this.ao = a;
4585
+ this.ap = a;
4579
4586
  }
4580
4587
  finally {
4581
4588
  if (!b) {
4582
- this.aq = c;
4589
+ this.ar = c;
4583
4590
  }
4584
4591
  }
4585
4592
  }
4586
- get am() {
4593
+ get an() {
4587
4594
  return this.ae;
4588
4595
  }
4589
- set am(a) {
4596
+ set an(a) {
4590
4597
  let b = this.ae;
4591
4598
  this.ae = a;
4592
4599
  if (b != this.ae) {
4593
4600
  this.g("IsHighlighted", b, a);
4594
4601
  }
4595
4602
  }
4596
- cg() {
4597
- this.an = true;
4598
- }
4599
4603
  ch() {
4600
- this.an = false;
4604
+ this.ao = true;
4605
+ }
4606
+ ci() {
4607
+ this.ao = false;
4601
4608
  }
4602
4609
  get y() {
4603
4610
  return this.v;
@@ -4609,134 +4616,134 @@ export let XLabel = /*@__PURE__*/ (() => {
4609
4616
  this.g("TextStyle", b, a);
4610
4617
  }
4611
4618
  }
4612
- get dh() {
4613
- return this.cx;
4619
+ get di() {
4620
+ return this.cy;
4614
4621
  }
4615
- set dh(a) {
4616
- let b = this.cx;
4617
- this.cx = a;
4618
- if (b != this.cx) {
4622
+ set di(a) {
4623
+ let b = this.cy;
4624
+ this.cy = a;
4625
+ if (b != this.cy) {
4619
4626
  this.g("HoverTextColor", b, a);
4620
4627
  }
4621
4628
  }
4622
- get bv() {
4623
- return this.a3;
4629
+ get bw() {
4630
+ return this.a4;
4624
4631
  }
4625
- set bv(a) {
4626
- let b = this.a3;
4627
- this.a3 = a;
4628
- if (b != this.a3) {
4632
+ set bw(a) {
4633
+ let b = this.a4;
4634
+ this.a4 = a;
4635
+ if (b != this.a4) {
4629
4636
  this.g("Id", b, a);
4630
4637
  }
4631
4638
  }
4632
- get bj() {
4633
- return this.az;
4634
- }
4635
- set bj(a) {
4636
- let b = this.az;
4637
- this.az = a;
4638
- if (b != this.az) {
4639
- this.g("Display", b, a);
4640
- }
4641
- }
4642
- get bm() {
4639
+ get bk() {
4643
4640
  return this.a0;
4644
4641
  }
4645
- set bm(a) {
4642
+ set bk(a) {
4646
4643
  let b = this.a0;
4647
4644
  this.a0 = a;
4648
4645
  if (b != this.a0) {
4649
- this.g("FlexDirection", b, a);
4646
+ this.g("Display", b, a);
4650
4647
  }
4651
4648
  }
4652
- get bo() {
4649
+ get bn() {
4653
4650
  return this.a1;
4654
4651
  }
4655
- set bo(a) {
4652
+ set bn(a) {
4656
4653
  let b = this.a1;
4657
4654
  this.a1 = a;
4658
4655
  if (b != this.a1) {
4659
- this.g("FlexGrow", b, a);
4656
+ this.g("FlexDirection", b, a);
4660
4657
  }
4661
4658
  }
4662
- get bb() {
4663
- return this.aw;
4659
+ get bp() {
4660
+ return this.a2;
4664
4661
  }
4665
- set bb(a) {
4666
- let b = this.aw;
4667
- this.aw = a;
4668
- if (b != this.aw) {
4669
- this.g("AlignItems", b, a);
4662
+ set bp(a) {
4663
+ let b = this.a2;
4664
+ this.a2 = a;
4665
+ if (b != this.a2) {
4666
+ this.g("FlexGrow", b, a);
4670
4667
  }
4671
4668
  }
4672
- get bd() {
4669
+ get bc() {
4673
4670
  return this.ax;
4674
4671
  }
4675
- set bd(a) {
4672
+ set bc(a) {
4676
4673
  let b = this.ax;
4677
4674
  this.ax = a;
4678
4675
  if (b != this.ax) {
4676
+ this.g("AlignItems", b, a);
4677
+ }
4678
+ }
4679
+ get be() {
4680
+ return this.ay;
4681
+ }
4682
+ set be(a) {
4683
+ let b = this.ay;
4684
+ this.ay = a;
4685
+ if (b != this.ay) {
4679
4686
  this.g("AlignSelf", b, a);
4680
4687
  }
4681
4688
  }
4682
- get ak() {
4689
+ get al() {
4683
4690
  return this.ac;
4684
4691
  }
4685
- get at() {
4686
- return this.as;
4692
+ get au() {
4693
+ return this.at;
4687
4694
  }
4688
- set at(a) {
4689
- let b = this.as;
4690
- this.as = a;
4695
+ set au(a) {
4696
+ let b = this.at;
4697
+ this.at = a;
4691
4698
  this.ac = true;
4692
- if (b != this.as) {
4699
+ if (b != this.at) {
4693
4700
  this.g("TabIndex", b, a);
4694
4701
  }
4695
4702
  }
4696
- get bq() {
4697
- return this.a2;
4703
+ get br() {
4704
+ return this.a3;
4698
4705
  }
4699
- set bq(a) {
4700
- let b = this.a2;
4701
- this.a2 = a;
4702
- if (b != this.a2) {
4706
+ set br(a) {
4707
+ let b = this.a3;
4708
+ this.a3 = a;
4709
+ if (b != this.a3) {
4703
4710
  this.g("TabIndex", b, a);
4704
4711
  }
4705
4712
  }
4706
- get bf() {
4707
- return this.ay;
4713
+ get bg() {
4714
+ return this.az;
4708
4715
  }
4709
- set bf(a) {
4710
- let b = this.ay;
4711
- this.ay = a;
4712
- if (b != this.ay) {
4716
+ set bg(a) {
4717
+ let b = this.az;
4718
+ this.az = a;
4719
+ if (b != this.az) {
4713
4720
  this.g("AriaLabel", b, a);
4714
4721
  }
4715
4722
  }
4716
4723
  get text() {
4717
- return this.a4;
4724
+ return this.a5;
4718
4725
  }
4719
4726
  set text(a) {
4720
- let b = this.a4;
4721
- this.a4 = a;
4722
- if (b != this.a4) {
4727
+ let b = this.a5;
4728
+ this.a5 = a;
4729
+ if (b != this.a5) {
4723
4730
  this.g("Text", b, a);
4724
4731
  }
4725
4732
  }
4726
- get an() {
4733
+ get ao() {
4727
4734
  return this.af;
4728
4735
  }
4729
- set an(a) {
4736
+ set ao(a) {
4730
4737
  let b = this.af;
4731
4738
  this.af = a;
4732
4739
  if (b != this.af) {
4733
4740
  this.g("IsHover", b, a);
4734
4741
  }
4735
4742
  }
4736
- get ar() {
4743
+ get as() {
4737
4744
  return this.aj;
4738
4745
  }
4739
- set ar(a) {
4746
+ set as(a) {
4740
4747
  let b = this.aj;
4741
4748
  this.aj = a;
4742
4749
  if (b != this.aj) {
@@ -4753,7 +4760,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4753
4760
  this.g("IsDisabled", b, a);
4754
4761
  }
4755
4762
  }
4756
- ck() {
4763
+ cl() {
4757
4764
  this.view.ai();
4758
4765
  }
4759
4766
  onDetachedFromUI() {
@@ -4762,13 +4769,13 @@ export let XLabel = /*@__PURE__*/ (() => {
4762
4769
  onAttachedToUI() {
4763
4770
  this.view.y();
4764
4771
  }
4765
- ap() {
4772
+ aq() {
4766
4773
  return this.view.g();
4767
4774
  }
4768
- av() {
4775
+ aw() {
4769
4776
  return this.j();
4770
4777
  }
4771
- bl() {
4778
+ bm() {
4772
4779
  let a = this.j();
4773
4780
  return a.q();
4774
4781
  }
@@ -4780,15 +4787,15 @@ export let XLabel = /*@__PURE__*/ (() => {
4780
4787
  a.d = this.s;
4781
4788
  a.a = AppearanceHelper.a(NativeUI.al(b));
4782
4789
  a.b = this.l;
4783
- a.i = this.ao;
4784
- a.g = this.am;
4785
- a.m = this.bj;
4786
- a.n = this.bm;
4787
- a.o = this.bo;
4788
- a.l = this.bb;
4790
+ a.i = this.ap;
4791
+ a.g = this.an;
4792
+ a.m = this.bk;
4793
+ a.n = this.bn;
4794
+ a.o = this.bp;
4795
+ a.l = this.bc;
4789
4796
  a.r = this.text;
4790
- a.h = this.an;
4791
- a.j = this.ar;
4797
+ a.h = this.ao;
4798
+ a.j = this.as;
4792
4799
  a.f = this.disabled;
4793
4800
  a.p = this.e;
4794
4801
  if (this.w != null) {
@@ -4826,21 +4833,21 @@ export let XLabel = /*@__PURE__*/ (() => {
4826
4833
  }
4827
4834
  }
4828
4835
  XLabel.$t = /*@__PURE__*/ markType(XLabel, 'XLabel', XInputGroupItem.$);
4829
- XLabel.dd = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
4830
- XLabel.da = /*@__PURE__*/ BrushUtil.h(255, 0, 153, 155);
4831
- XLabel.dc = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
4836
+ XLabel.de = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
4832
4837
  XLabel.db = /*@__PURE__*/ BrushUtil.h(255, 0, 153, 155);
4833
- XLabel.c6 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
4834
- XLabel.c3 = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
4835
- XLabel.c5 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
4838
+ XLabel.dd = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
4839
+ XLabel.dc = /*@__PURE__*/ BrushUtil.h(255, 0, 153, 155);
4840
+ XLabel.c7 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
4836
4841
  XLabel.c4 = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
4842
+ XLabel.c6 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
4843
+ XLabel.c5 = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
4837
4844
  XLabel.o = 2;
4838
- XLabel.de = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
4839
- XLabel.c7 = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
4840
- XLabel.c9 = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
4845
+ XLabel.df = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
4841
4846
  XLabel.c8 = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
4847
+ XLabel.da = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
4848
+ XLabel.c9 = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
4842
4849
  XLabel.x = null;
4843
- XLabel.au = 0;
4850
+ XLabel.av = 0;
4844
4851
  return XLabel;
4845
4852
  })();
4846
4853
  /**