igniteui-webcomponents-grids 4.7.2-beta.1 → 4.7.2-beta.2

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.
@@ -73772,14 +73772,14 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73772
73772
  }
73773
73773
  b2() {
73774
73774
  this.ag = this.ac.createElement("div");
73775
- this.cv();
73775
+ this.cx();
73776
73776
  this.a1();
73777
73777
  this.a0();
73778
73778
  this.ak.append(this.ai);
73779
73779
  this.cm();
73780
73780
  this.co();
73781
73781
  document.addEventListener("click", runOn(this, this.a2), false);
73782
- window.addEventListener("resize", runOn(this, this.c1), false);
73782
+ window.addEventListener("resize", runOn(this, this.c3), false);
73783
73783
  }
73784
73784
  aw(a) {
73785
73785
  let b = this.g.p();
@@ -73843,7 +73843,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73843
73843
  this.l.provideContainer(e);
73844
73844
  let f = e.getExternal(this.l, e.rootWrapper, e.getExternal(this.g, null, null));
73845
73845
  if (this.f.actualLabelVisible) {
73846
- this.cy();
73846
+ this.c0();
73847
73847
  }
73848
73848
  this.ah = a.createElement("div");
73849
73849
  this.ah.addClass("ig-input");
@@ -73866,7 +73866,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73866
73866
  l.mouseDown = delegateCombine(l.mouseDown, runOn(this, this.bm));
73867
73867
  this.k.appendContentChild(this.ah);
73868
73868
  this.k.inputs.add(this.j);
73869
- this.a5(this.g.bd);
73869
+ this.a5(this.g.bg);
73870
73870
  let m = a.createElement("div");
73871
73871
  let n = a.getSubRenderer(m);
73872
73872
  let o = new XSuffix();
@@ -73900,12 +73900,16 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73900
73900
  this.k.inputs.add(u);
73901
73901
  this.ae.listen("click", runOn(this, this.ax));
73902
73902
  this.af.listen("click", runOn(this, this.a4));
73903
- this.cp();
73903
+ this.cq();
73904
73904
  }
73905
73905
  a1() {
73906
73906
  let a = this.ac.createElement("div");
73907
73907
  let b = this.ac.getSubRenderer(a);
73908
73908
  this.m = new Popup();
73909
+ this.m.aq = this.f.bn;
73910
+ this.m.ax = this.f.br;
73911
+ this.m.cy = BrushUtil.h(255, 255, 255, 255);
73912
+ this.m.a8 = 150;
73909
73913
  this.m.provideRenderer(b);
73910
73914
  let c = b.getExternal(this.m, b.rootWrapper, b.getExternal(this.g, null, null));
73911
73915
  this.am = this.ac.createElement("div");
@@ -73961,7 +73965,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73961
73965
  else {
73962
73966
  if (h > 1) {
73963
73967
  }
73964
- let i = this.g.ez();
73968
+ let i = this.g.e5();
73965
73969
  a = this.a.getItemAtIndex(0);
73966
73970
  let j = this.a.getItemProperty(a, i).toString();
73967
73971
  this.g.text = j;
@@ -73999,7 +74003,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73999
74003
  if (null != d) {
74000
74004
  if (d.b >= a && d.b <= b) {
74001
74005
  this.cf(d.b);
74002
- this.cw();
74006
+ this.cy();
74003
74007
  }
74004
74008
  }
74005
74009
  }
@@ -74019,7 +74023,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74019
74023
  }
74020
74024
  }
74021
74025
  else {
74022
- this.cu();
74026
+ this.cw();
74023
74027
  }
74024
74028
  }
74025
74029
  b1(a, b) {
@@ -74031,18 +74035,23 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74031
74035
  return this.u(a);
74032
74036
  }
74033
74037
  a3() {
74034
- this.cz();
74038
+ this.c1();
74035
74039
  this.bp();
74036
74040
  let a = this.n;
74037
74041
  if (a.aw) {
74038
74042
  return;
74039
74043
  }
74040
- let b = this.c2();
74044
+ let b = this.c4();
74041
74045
  a.al = !this.w;
74042
- a.showRelativeToExclusionRect(b, 1, 1);
74046
+ if (this.f.bo) {
74047
+ a.cp(this.ac.rootWrapper.getNativeElement(), 1, 1);
74048
+ }
74049
+ else {
74050
+ a.showRelativeToExclusionRect(b, 1, 1);
74051
+ }
74043
74052
  this.co();
74044
74053
  }
74045
- c2() {
74054
+ c4() {
74046
74055
  let a = this.ac.rootWrapper.getNativeElement();
74047
74056
  let b = (a.getBoundingClientRect());
74048
74057
  return new Rect(0, b.left + window.pageXOffset, b.top + window.pageYOffset, b.width, b.height);
@@ -74092,7 +74101,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74092
74101
  if (b == null) {
74093
74102
  return;
74094
74103
  }
74095
- a.f9(b);
74104
+ a.gi(b);
74096
74105
  }
74097
74106
  bp() {
74098
74107
  this.n.b8();
@@ -74112,13 +74121,13 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74112
74121
  this.k.an = true;
74113
74122
  this.j.dp();
74114
74123
  let a = new GotFocusEventArgs();
74115
- this.g.f5(a);
74124
+ this.g.ge(a);
74116
74125
  }
74117
74126
  bz() {
74118
74127
  this.az();
74119
74128
  this.k.j8();
74120
74129
  let a = new LostFocusEventArgs();
74121
- this.g.f7(a);
74130
+ this.g.gg(a);
74122
74131
  }
74123
74132
  b4(a) {
74124
74133
  if (a == null) {
@@ -74151,7 +74160,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74151
74160
  switch (a) {
74152
74161
  case 2:
74153
74162
  {
74154
- let g = this.g.ez();
74163
+ let g = this.g.e5();
74155
74164
  if (stringIsNullOrEmpty(g)) {
74156
74165
  return;
74157
74166
  }
@@ -74196,7 +74205,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74196
74205
  }
74197
74206
  }
74198
74207
  b7() {
74199
- this.cs();
74208
+ this.cu();
74200
74209
  let a = this.f.text;
74201
74210
  let b = this.au.length;
74202
74211
  let c = !stringIsNullOrEmpty(a) ? a.length : 0;
@@ -74229,7 +74238,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74229
74238
  }
74230
74239
  cj() {
74231
74240
  if (this.ae != null && this.j != null) {
74232
- if (this.g.bl == false) {
74241
+ if (this.g.bq == false) {
74233
74242
  this.ae.setStyleProperty("display", "none");
74234
74243
  }
74235
74244
  else if ((this.g.value != null && this.g.value != "") || (this.j.cq != null && this.j.cq != "")) {
@@ -74250,7 +74259,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74250
74259
  a.selectedItemsChanged = delegateRemove(a.selectedItemsChanged, runOn(this, this.bd));
74251
74260
  this.v = true;
74252
74261
  try {
74253
- this.g.gh(this.au);
74262
+ this.g.gq(this.au);
74254
74263
  }
74255
74264
  finally {
74256
74265
  this.v = false;
@@ -74345,7 +74354,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74345
74354
  if (!this.r) {
74346
74355
  this.a8(b.activeCell);
74347
74356
  }
74348
- this.cw();
74357
+ this.cy();
74349
74358
  }
74350
74359
  cl(a) {
74351
74360
  this.b6(2, a);
@@ -74359,40 +74368,40 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74359
74368
  this.k.t = a.density;
74360
74369
  this.k.p = a.ah;
74361
74370
  this.k.d = a.ac;
74362
- this.k.mc = a.hc;
74363
- this.k.md = a.hd;
74364
- this.k.c0 = a.b6;
74365
- this.k.oi = a.ib;
74366
- this.k.ks = a.gn;
74371
+ this.k.mc = a.hl;
74372
+ this.k.md = a.hm;
74373
+ this.k.c0 = a.cc;
74374
+ this.k.oi = a.il;
74375
+ this.k.ks = a.gw;
74367
74376
  this.k.t = a.am;
74368
- this.k.no = a.he;
74369
- this.k.eg = a.b7;
74370
- this.k.np = a.hf;
74371
- this.k.eh = a.b8;
74372
- this.k.ei = a.b9;
74373
- this.k.nq = a.hg;
74374
- this.k.ej = a.ca;
74375
- this.k.ek = a.cb;
74376
- this.k.n6 = a.hl;
74377
- this.k.e5 = a.cc;
74378
- this.k.n7 = a.hm;
74379
- this.k.e6 = a.cd;
74380
- this.k.e7 = a.ce;
74381
- this.k.e8 = a.cf;
74377
+ this.k.no = a.hn;
74378
+ this.k.eg = a.cd;
74379
+ this.k.np = a.ho;
74380
+ this.k.eh = a.ce;
74381
+ this.k.ei = a.cf;
74382
+ this.k.nq = a.hp;
74383
+ this.k.ej = a.cg;
74384
+ this.k.ek = a.ch;
74385
+ this.k.n6 = a.hu;
74386
+ this.k.e5 = a.ci;
74387
+ this.k.n7 = a.hv;
74388
+ this.k.e6 = a.cj;
74389
+ this.k.e7 = a.ck;
74390
+ this.k.e8 = a.cl;
74382
74391
  }
74383
74392
  if (null != this.j) {
74384
- this.j.d8 = a.hk;
74393
+ this.j.d8 = a.ht;
74385
74394
  this.j.af = a.ax;
74386
- this.j.cg = a.ff;
74395
+ this.j.cg = a.fn;
74387
74396
  }
74388
74397
  if (null != this.l) {
74389
- this.l.text = a.e4;
74390
- this.l.df = a.hh;
74398
+ this.l.text = a.fb;
74399
+ this.l.df = a.hq;
74391
74400
  this.l.y = a.av;
74392
74401
  }
74393
74402
  if (null != this.am) {
74394
- NativeUI.q(this.am, a.hj);
74395
- NativeUI.m(this.am, a.hi);
74403
+ NativeUI.q(this.am, a.hs);
74404
+ NativeUI.m(this.am, a.hr);
74396
74405
  if (null != a.aw) {
74397
74406
  this.am.setStyleProperty("font", a.aw.fontString);
74398
74407
  }
@@ -74410,7 +74419,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74410
74419
  MultiColumnComboBoxUtilities.c(this.af, c);
74411
74420
  }
74412
74421
  }
74413
- cs() {
74422
+ cu() {
74414
74423
  if (!this.v) {
74415
74424
  if (null != this.j) {
74416
74425
  let a = this.f.text;
@@ -74423,7 +74432,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74423
74432
  let b = null != a ? a.aw : false;
74424
74433
  this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
74425
74434
  }
74426
- cr() {
74435
+ ct() {
74427
74436
  let a = this.d.actualHeaderHeight + 3;
74428
74437
  let b = this.d.actualRowHeight + this.d.rowSeparatorHeight;
74429
74438
  let c = this.d.actualDataSource;
@@ -74457,7 +74466,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74457
74466
  this.am.setStyleProperty("height", p);
74458
74467
  }
74459
74468
  }
74460
- ct() {
74469
+ cv() {
74461
74470
  if (this.w) {
74462
74471
  return;
74463
74472
  }
@@ -74469,11 +74478,11 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74469
74478
  a.ep = null;
74470
74479
  }
74471
74480
  else {
74472
- this.cu();
74481
+ this.cw();
74473
74482
  }
74474
74483
  }
74475
74484
  }
74476
- cu() {
74485
+ cw() {
74477
74486
  let a = this.g;
74478
74487
  if (null != a.value) {
74479
74488
  let b = this.g.value;
@@ -74485,19 +74494,19 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74485
74494
  }
74486
74495
  }
74487
74496
  }
74488
- cv() {
74497
+ cx() {
74489
74498
  if (null == this.d) {
74490
74499
  this.ac.getPortal(this.ag, "DataGrid", (a) => {
74491
74500
  this.aq = a.componentRef;
74492
74501
  this.aq.height = '100%';
74493
74502
  this.aq.width = '100%';
74494
74503
  this.d = (this.aq.i);
74495
- this.cx();
74504
+ this.cz();
74496
74505
  this.d.selectionMode = 1;
74497
74506
  this.d.selectionBehavior = 0;
74498
74507
  this.d.activationMode = 1;
74499
74508
  this.d.defaultColumnWidth = this.f.defaultColumnWidth;
74500
- this.cq();
74509
+ this.cr();
74501
74510
  this.d.editMode = 0;
74502
74511
  this.d.isColumnOptionsEnabled = false;
74503
74512
  this.d.isActiveCellStyleEnabled = false;
@@ -74524,10 +74533,10 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74524
74533
  cn(a) {
74525
74534
  if (this.d != null) {
74526
74535
  this.d.defaultColumnWidth = a;
74527
- this.cr();
74536
+ this.ct();
74528
74537
  }
74529
74538
  }
74530
- cq() {
74539
+ cr() {
74531
74540
  if (this.d != null) {
74532
74541
  let a = 0;
74533
74542
  switch (this.f.x) {
@@ -74550,7 +74559,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74550
74559
  this.d.headerClickAction = a;
74551
74560
  }
74552
74561
  }
74553
- cw() {
74562
+ cy() {
74554
74563
  if (!this.t) {
74555
74564
  return;
74556
74565
  }
@@ -74570,7 +74579,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74570
74579
  a.scrollToRowByIndex(0);
74571
74580
  }
74572
74581
  }
74573
- cx() {
74582
+ cz() {
74574
74583
  if (null != this.aq) {
74575
74584
  let a = this.g;
74576
74585
  let b = a.itemsSource;
@@ -74597,7 +74606,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74597
74606
  }
74598
74607
  this.a = null;
74599
74608
  if (this.n != null && this.n.aw) {
74600
- this.cz();
74609
+ this.c1();
74601
74610
  this.n.b8();
74602
74611
  }
74603
74612
  }
@@ -74608,7 +74617,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74608
74617
  this.ao = -1;
74609
74618
  }
74610
74619
  }
74611
- cy() {
74620
+ c0() {
74612
74621
  if (null != this.aj) {
74613
74622
  let a = this.f.actualLabelVisible;
74614
74623
  if (a) {
@@ -74629,8 +74638,8 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74629
74638
  this.k.disabled = !a;
74630
74639
  }
74631
74640
  }
74632
- cz() {
74633
- this.cr();
74641
+ c1() {
74642
+ this.ct();
74634
74643
  if (!this.w) {
74635
74644
  this.z = false;
74636
74645
  }
@@ -74665,7 +74674,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74665
74674
  get ad() {
74666
74675
  return this.ac;
74667
74676
  }
74668
- c0() {
74677
+ c2() {
74669
74678
  if (null != this.al) {
74670
74679
  this.al.setStyleProperty("box-sizing", "border-box");
74671
74680
  }
@@ -74701,7 +74710,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74701
74710
  this.r = true;
74702
74711
  }
74703
74712
  a9(a, b) {
74704
- this.ct();
74713
+ this.cv();
74705
74714
  }
74706
74715
  ba(a, b) {
74707
74716
  if (typeCast(TextHeaderCellModel.$, b.cellInfo) !== null) {
@@ -74710,7 +74719,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74710
74719
  this.br();
74711
74720
  }
74712
74721
  bb(a, b) {
74713
- this.cr();
74722
+ this.ct();
74714
74723
  this.bp();
74715
74724
  }
74716
74725
  bd(a, b) {
@@ -74720,10 +74729,10 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74720
74729
  }
74721
74730
  be(a, b) {
74722
74731
  this.t = b.b != 0 && b.a != 0;
74723
- this.cw();
74732
+ this.cy();
74724
74733
  }
74725
74734
  bf(a, b) {
74726
- this.cw();
74735
+ this.cy();
74727
74736
  let c = this.d;
74728
74737
  c.viewportChanged = delegateRemove(c.viewportChanged, runOn(this, this.bf));
74729
74738
  }
@@ -74731,7 +74740,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74731
74740
  if (b.isCompositionInProgress) {
74732
74741
  return;
74733
74742
  }
74734
- this.f.f4(b);
74743
+ this.f.gd(b);
74735
74744
  let c = b.value;
74736
74745
  this.b9(c);
74737
74746
  }
@@ -74743,7 +74752,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74743
74752
  this.cd();
74744
74753
  }
74745
74754
  bl(a, b) {
74746
- this.f.f6(b);
74755
+ this.f.gf(b);
74747
74756
  if (b.defaultPrevented) {
74748
74757
  return;
74749
74758
  }
@@ -74771,7 +74780,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74771
74780
  case 40:
74772
74781
  if (d == 1) {
74773
74782
  this.a3();
74774
- this.ct();
74783
+ this.cv();
74775
74784
  b.preventDefault();
74776
74785
  }
74777
74786
  else {
@@ -74853,15 +74862,15 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74853
74862
  this.bz();
74854
74863
  }
74855
74864
  }
74856
- c1(a) {
74865
+ c3(a) {
74857
74866
  let b = this.n;
74858
74867
  if (null == b || false == b.aw) {
74859
74868
  return;
74860
74869
  }
74861
- let c = this.c2();
74870
+ let c = this.c4();
74862
74871
  this.m.b9(c);
74863
74872
  }
74864
- cp() {
74873
+ cq() {
74865
74874
  if (this.g.disallowTabFocus) {
74866
74875
  if (this.ai != null) {
74867
74876
  this.ai.setAttribute("tabIndex", "-1");
@@ -74879,6 +74888,16 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
74879
74888
  }
74880
74889
  }
74881
74890
  }
74891
+ cp() {
74892
+ if (this.m != null) {
74893
+ this.m.aq = this.g.bn;
74894
+ }
74895
+ }
74896
+ cs() {
74897
+ if (this.m != null) {
74898
+ this.m.ax = this.g.br;
74899
+ }
74900
+ }
74882
74901
  }
74883
74902
  MultiColumnComboBoxView.$t = /*@__PURE__*/ markType(MultiColumnComboBoxView, 'MultiColumnComboBoxView');
74884
74903
  MultiColumnComboBoxView.ar = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
@@ -74893,108 +74912,111 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
74893
74912
  class MultiColumnComboBox extends Base {
74894
74913
  constructor() {
74895
74914
  super();
74896
- this.c7 = null;
74897
- this.hs = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
74898
- this.ht = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
74899
- this.ci = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
74900
- this.id = XInputGroup.m.ai(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
74901
- this.gp = XInputGroup.m.y(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
74902
- this.hu = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
74903
- this.cj = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
74904
- this.hv = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
74905
- this.ck = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
74906
- this.cl = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
74907
- this.hw = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
74908
- this.cm = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
74909
- this.cn = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
74910
- this.hx = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
74911
- this.co = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
74912
- this.hy = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
74913
- this.cp = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
74914
- this.cq = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
74915
- this.cr = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
74915
+ this.dd = null;
74916
+ this.h1 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
74917
+ this.h2 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
74918
+ this.co = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
74919
+ this.io = XInputGroup.m.ai(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
74920
+ this.gy = XInputGroup.m.y(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
74921
+ this.h3 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
74922
+ this.cp = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
74923
+ this.h4 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
74924
+ this.cq = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
74925
+ this.cr = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
74926
+ this.h5 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
74927
+ this.cs = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
74928
+ this.ct = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
74929
+ this.h6 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
74930
+ this.cu = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
74931
+ this.h7 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
74932
+ this.cv = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
74933
+ this.cw = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
74934
+ this.cx = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
74916
74935
  this.a5 = null;
74917
74936
  this.a0 = null;
74918
74937
  this.v = null;
74919
74938
  this.a8 = false;
74920
- this.ba = true;
74939
+ this.bc = true;
74921
74940
  this.c = null;
74922
74941
  this.m = ColumnWidth.a;
74923
- this.g1 = null;
74924
- this.gq = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
74942
+ this.ha = null;
74943
+ this.gz = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
74925
74944
  this.af = 0;
74926
74945
  this.ae = 1;
74927
- this.g2 = null;
74928
- this.gr = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
74929
- this.bw = NaN;
74930
- this.bm = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
74931
- this.be = true;
74932
- this.ia = new Thickness(1, NaN, NaN, NaN, NaN);
74933
- this.h9 = ThemeResolver.ak(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
74934
- this.gm = new CornerRadius(1, NaN, NaN, NaN, NaN);
74935
- this.gl = ThemeResolver.aa(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
74946
+ this.hb = null;
74947
+ this.g0 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
74948
+ this.b2 = NaN;
74949
+ this.bs = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
74950
+ this.bh = true;
74951
+ this.ik = new Thickness(1, NaN, NaN, NaN, NaN);
74952
+ this.ij = ThemeResolver.ak(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
74953
+ this.gv = new CornerRadius(1, NaN, NaN, NaN, NaN);
74954
+ this.gu = ThemeResolver.aa(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
74936
74955
  this.b = null;
74937
74956
  this.al = 0;
74938
74957
  this.ak = 0;
74939
- this.bh = true;
74940
- this.g3 = null;
74941
- this.gs = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
74942
- this.bx = NaN;
74943
- this.bn = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
74944
- this.g4 = null;
74945
- this.gt = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
74946
- this.by = NaN;
74947
- this.bo = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
74948
- this.bz = NaN;
74949
- this.bp = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
74950
- this.g5 = null;
74951
- this.gu = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
74952
- this.b0 = NaN;
74953
- this.bq = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
74954
- this.b1 = NaN;
74955
- this.br = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
74956
- this.c1 = null;
74957
- this.e6 = null;
74958
- this.g6 = null;
74959
- this.gv = MultiColumnComboBox.hp;
74958
+ this.bk = true;
74959
+ this.hc = null;
74960
+ this.g1 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
74961
+ this.b3 = NaN;
74962
+ this.bt = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
74963
+ this.hd = null;
74964
+ this.g2 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
74965
+ this.b4 = NaN;
74966
+ this.bu = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
74967
+ this.b5 = NaN;
74968
+ this.bv = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
74969
+ this.he = null;
74970
+ this.g3 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
74971
+ this.b6 = NaN;
74972
+ this.bw = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
74973
+ this.b7 = NaN;
74974
+ this.bx = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
74975
+ this.c7 = null;
74976
+ this.fd = null;
74977
+ this.hf = null;
74978
+ this.g4 = MultiColumnComboBox.hy;
74960
74979
  this.as = null;
74961
74980
  this.ap = null;
74962
- this.bb = false;
74963
- this.e9 = null;
74964
- this.dv = "No Matches Found";
74965
- this.g7 = null;
74966
- this.gw = MultiColumnComboBox.hq;
74967
- this.g8 = null;
74968
- this.gx = MultiColumnComboBox.hr;
74981
+ this.be = false;
74982
+ this.fg = null;
74983
+ this.d1 = "No Matches Found";
74984
+ this.hg = null;
74985
+ this.g5 = MultiColumnComboBox.hz;
74986
+ this.hh = null;
74987
+ this.g6 = MultiColumnComboBox.h0;
74969
74988
  this.at = null;
74970
74989
  this.aq = null;
74971
- this.fg = "";
74972
- this.a9 = true;
74973
- this.g9 = MultiColumnComboBox.hz;
74974
- this.gy = MultiColumnComboBox.hz;
74990
+ this.fo = "";
74991
+ this.bb = true;
74992
+ this.hi = MultiColumnComboBox.h8;
74993
+ this.g7 = MultiColumnComboBox.h8;
74975
74994
  this.au = null;
74976
74995
  this.ar = null;
74977
- this.ha = null;
74978
- this.gz = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
74979
- this.b2 = NaN;
74980
- this.bs = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
74981
- this.hb = null;
74982
- this.g0 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
74983
- this.b3 = NaN;
74984
- this.bt = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
74985
- this.b4 = NaN;
74986
- this.bu = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
74987
- this.b5 = NaN;
74988
- this.bv = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
74996
+ this.hj = null;
74997
+ this.g8 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
74998
+ this.b8 = NaN;
74999
+ this.by = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
75000
+ this.hk = null;
75001
+ this.g9 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
75002
+ this.b9 = NaN;
75003
+ this.bz = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
75004
+ this.ca = NaN;
75005
+ this.b0 = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
75006
+ this.cb = NaN;
75007
+ this.b1 = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
74989
75008
  this.a7 = true;
74990
75009
  this.w = 0;
74991
- this.da = null;
74992
- this.c9 = null;
75010
+ this.dg = null;
75011
+ this.df = null;
74993
75012
  this.d = null;
74994
75013
  this.a = null;
74995
- this.c2 = null;
75014
+ this.c8 = null;
74996
75015
  this.aa = 0;
74997
- this.bj = false;
75016
+ this.bm = false;
75017
+ this.a9 = false;
75018
+ this.ba = false;
75019
+ this.bd = false;
74998
75020
  this.gotFocus = null;
74999
75021
  this.lostFocus = null;
75000
75022
  this.textValueChanged = null;
@@ -75019,88 +75041,88 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75019
75041
  u() {
75020
75042
  return new MultiColumnComboBoxView();
75021
75043
  }
75022
- gd(a, b, c) {
75044
+ gm(a, b, c) {
75023
75045
  switch (a) {
75024
75046
  case "BackgroundColor":
75025
- this.hc = this.hn != null ? this.hn : this.hs;
75047
+ this.hl = this.hw != null ? this.hw : this.h1;
75026
75048
  break;
75027
75049
  case "BorderColor":
75028
- this.hd = this.ho != null ? this.ho : this.ht;
75050
+ this.hm = this.hx != null ? this.hx : this.h2;
75029
75051
  break;
75030
75052
  case "BorderWidth":
75031
- this.b6 = !isNaN_(this.cg) ? this.cg : this.ci;
75053
+ this.cc = !isNaN_(this.cm) ? this.cm : this.co;
75032
75054
  break;
75033
75055
  case "ContentPadding":
75034
- this.ib = XInputGroup.oh(this.ic, this.id);
75056
+ this.il = XInputGroup.oh(this.im, this.io);
75035
75057
  break;
75036
75058
  case "CornerRadius":
75037
- this.gn = XInputGroup.kr(this.go, this.gp);
75059
+ this.gw = XInputGroup.kr(this.gx, this.gy);
75038
75060
  break;
75039
75061
  case "FocusBorderColor":
75040
- this.he = this.h0 != null ? this.h0 : this.hu;
75062
+ this.hn = this.h9 != null ? this.h9 : this.h3;
75041
75063
  break;
75042
75064
  case "FocusBorderWidth":
75043
- this.b7 = !isNaN_(this.cs) ? this.cs : this.cj;
75065
+ this.cd = !isNaN_(this.cy) ? this.cy : this.cp;
75044
75066
  break;
75045
75067
  case "FocusUnderlineColor":
75046
- this.hf = this.h1 != null ? this.h1 : this.hv;
75068
+ this.ho = this.ia != null ? this.ia : this.h4;
75047
75069
  break;
75048
75070
  case "FocusUnderlineOpacity":
75049
- this.b8 = !isNaN_(this.ct) ? this.ct : this.ck;
75071
+ this.ce = !isNaN_(this.cz) ? this.cz : this.cq;
75050
75072
  break;
75051
75073
  case "FocusUnderlineRippleOpacity":
75052
- this.b9 = !isNaN_(this.cu) ? this.cu : this.cl;
75074
+ this.cf = !isNaN_(this.c0) ? this.c0 : this.cr;
75053
75075
  break;
75054
75076
  case "HoverUnderlineColor":
75055
- this.hg = this.h2 != null ? this.h2 : this.hw;
75077
+ this.hp = this.ib != null ? this.ib : this.h5;
75056
75078
  break;
75057
75079
  case "HoverUnderlineOpacity":
75058
- this.ca = !isNaN_(this.cv) ? this.cv : this.cm;
75080
+ this.cg = !isNaN_(this.c1) ? this.c1 : this.cs;
75059
75081
  break;
75060
75082
  case "HoverUnderlineWidth":
75061
- this.cb = !isNaN_(this.cw) ? this.cw : this.cn;
75083
+ this.ch = !isNaN_(this.c2) ? this.c2 : this.ct;
75062
75084
  break;
75063
75085
  case "ItemsSource":
75064
75086
  case "ValueField":
75065
75087
  case "DataSourceDesiredProperties":
75066
75088
  case "Fields":
75067
- this.v.cx();
75089
+ this.v.cz();
75068
75090
  break;
75069
75091
  case "DefaultColumnWidth":
75070
75092
  this.v.cn(this.defaultColumnWidth);
75071
75093
  break;
75072
75094
  case "LabelTextColor":
75073
- this.hh = this.h3 != null ? this.h3 : MultiColumnComboBox.hp;
75095
+ this.hq = this.ic != null ? this.ic : MultiColumnComboBox.hy;
75074
75096
  break;
75075
75097
  case "LabelTextStyle":
75076
75098
  this.av = this.a2 != null ? this.a2 : MultiColumnComboBox.ay;
75077
75099
  break;
75078
75100
  case "NoMatchesFoundLabelTextColor":
75079
- this.hj = this.h5 != null ? this.h5 : MultiColumnComboBox.hr;
75101
+ this.hs = this.ie != null ? this.ie : MultiColumnComboBox.h0;
75080
75102
  break;
75081
75103
  case "NoMatchesFoundLabelBackgroundColor":
75082
- this.hi = this.h4 != null ? this.h4 : MultiColumnComboBox.hq;
75104
+ this.hr = this.id != null ? this.id : MultiColumnComboBox.hz;
75083
75105
  break;
75084
75106
  case "NoMatchesFoundLabelTextStyle":
75085
75107
  this.aw = this.a3 != null ? this.a3 : MultiColumnComboBox.az;
75086
75108
  break;
75087
75109
  case "UnderlineColor":
75088
- this.hl = this.h7 != null ? this.h7 : this.hx;
75110
+ this.hu = this.ih != null ? this.ih : this.h6;
75089
75111
  break;
75090
75112
  case "UnderlineOpacity":
75091
- this.cc = !isNaN_(this.cx) ? this.cx : this.co;
75113
+ this.ci = !isNaN_(this.c3) ? this.c3 : this.cu;
75092
75114
  break;
75093
75115
  case "UnderlineRippleColor":
75094
- this.hm = this.h8 != null ? this.h8 : this.hy;
75116
+ this.hv = this.ii != null ? this.ii : this.h7;
75095
75117
  break;
75096
75118
  case "UnderlineRippleOpacity":
75097
- this.cd = !isNaN_(this.cy) ? this.cy : this.cp;
75119
+ this.cj = !isNaN_(this.c4) ? this.c4 : this.cv;
75098
75120
  break;
75099
75121
  case "UnderlineRippleWidth":
75100
- this.ce = !isNaN_(this.cz) ? this.cz : this.cq;
75122
+ this.ck = !isNaN_(this.c5) ? this.c5 : this.cw;
75101
75123
  break;
75102
75124
  case "UnderlineWidth":
75103
- this.cf = !isNaN_(this.c0) ? this.c0 : this.cr;
75125
+ this.cl = !isNaN_(this.c6) ? this.c6 : this.cx;
75104
75126
  break;
75105
75127
  case "BaseTheme":
75106
75128
  this.ah = this.ai == 0 ? 1 : this.ai;
@@ -75109,7 +75131,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75109
75131
  this.am = this.density == 0 ? 0 : this.density;
75110
75132
  break;
75111
75133
  case "TextColor":
75112
- this.hk = this.h6 != null ? this.h6 : MultiColumnComboBox.hz;
75134
+ this.ht = this.ig != null ? this.ig : MultiColumnComboBox.h8;
75113
75135
  break;
75114
75136
  case "TextStyle":
75115
75137
  this.ax = this.a4 != null ? this.a4 : null;
@@ -75146,47 +75168,53 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75146
75168
  case "ActualNoMatchesFoundLabel":
75147
75169
  case "ActualNoMatchesFoundLabelTextColor":
75148
75170
  case "ActualNoMatchesFoundLabelTextStyle":
75149
- case MultiColumnComboBox.dx:
75171
+ case MultiColumnComboBox.d3:
75150
75172
  this.v.cm();
75151
75173
  break;
75152
75174
  case "NoMatchesFoundLabel":
75153
- this.actualNoMatchesFoundLabel = stringIsNullOrEmpty(this.fa) ? "No Matches Found" : this.fa;
75175
+ this.actualNoMatchesFoundLabel = stringIsNullOrEmpty(this.fh) ? "No Matches Found" : this.fh;
75154
75176
  break;
75155
75177
  case "ActualLabelVisible":
75156
- this.v.cy();
75178
+ this.v.c0();
75157
75179
  break;
75158
75180
  case "Label":
75159
75181
  case "PlaceholderText":
75160
75182
  this.v.cm();
75161
- this.actualLabelVisible = !stringIsNullOrEmpty(this.e6);
75183
+ this.actualLabelVisible = !stringIsNullOrEmpty(this.fd);
75162
75184
  break;
75163
75185
  case "Text":
75164
- this.v.cs();
75186
+ this.v.cu();
75165
75187
  let d = b != null ? b.toString() : null;
75166
75188
  let e = c != null ? c.toString() : null;
75167
- this.gb(new MultiColumnComboBoxTextChangedEventArgs(d, e));
75168
- this.gc(1, e);
75189
+ this.gk(new MultiColumnComboBoxTextChangedEventArgs(d, e));
75190
+ this.gl(1, e);
75169
75191
  break;
75170
75192
  case "Value":
75171
- this.ga(new MultiColumnComboBoxValueChangedEventArgs(b, c));
75172
- this.gc(0, c);
75193
+ this.gj(new MultiColumnComboBoxValueChangedEventArgs(b, c));
75194
+ this.gl(0, c);
75173
75195
  break;
75174
75196
  case "ShowClearButton":
75175
75197
  this.v.cj();
75176
75198
  break;
75177
75199
  case "AllowFilter":
75178
- this.v.a5(this.bd);
75200
+ this.v.a5(this.bg);
75179
75201
  break;
75180
75202
  case "SortMode":
75181
- this.v.cq();
75203
+ this.v.cr();
75182
75204
  break;
75183
75205
  case "DisallowTabFocus":
75206
+ this.v.cq();
75207
+ break;
75208
+ case "IsFixed":
75184
75209
  this.v.cp();
75185
75210
  break;
75211
+ case "UseTopLayer":
75212
+ this.v.cs();
75213
+ break;
75186
75214
  }
75187
75215
  }
75188
- gk() {
75189
- this.v.c0();
75216
+ gt() {
75217
+ this.v.c2();
75190
75218
  }
75191
75219
  get a1() {
75192
75220
  if (null == this.a0) {
@@ -75209,17 +75237,17 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75209
75237
  let b = this.a8;
75210
75238
  this.a8 = a;
75211
75239
  if (b != this.a8) {
75212
- this.f8("DisallowTabFocus", b, this.a8);
75240
+ this.gh("DisallowTabFocus", b, this.a8);
75213
75241
  }
75214
75242
  }
75215
- get bl() {
75216
- return this.ba;
75243
+ get bq() {
75244
+ return this.bc;
75217
75245
  }
75218
- set bl(a) {
75219
- let b = this.ba;
75220
- this.ba = a;
75221
- if (b != this.ba) {
75222
- this.f8("ShowClearButton", b, this.ba);
75246
+ set bq(a) {
75247
+ let b = this.bc;
75248
+ this.bc = a;
75249
+ if (b != this.bc) {
75250
+ this.gh("ShowClearButton", b, this.bc);
75223
75251
  }
75224
75252
  }
75225
75253
  get g() {
@@ -75229,7 +75257,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75229
75257
  let b = this.c;
75230
75258
  this.c = a;
75231
75259
  if (b != this.c) {
75232
- this.f8("Fields", b, this.c);
75260
+ this.gh("Fields", b, this.c);
75233
75261
  }
75234
75262
  }
75235
75263
  get defaultColumnWidth() {
@@ -75239,27 +75267,27 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75239
75267
  let b = this.m;
75240
75268
  this.m = a;
75241
75269
  if (b != this.m) {
75242
- this.f8("DefaultColumnWidth", b, this.m);
75270
+ this.gh("DefaultColumnWidth", b, this.m);
75243
75271
  }
75244
75272
  }
75245
- get hn() {
75246
- return this.g1;
75273
+ get hw() {
75274
+ return this.ha;
75247
75275
  }
75248
- set hn(a) {
75249
- let b = this.g1;
75250
- this.g1 = a;
75251
- if (b != this.g1) {
75252
- this.f8("BackgroundColor", b, a);
75276
+ set hw(a) {
75277
+ let b = this.ha;
75278
+ this.ha = a;
75279
+ if (b != this.ha) {
75280
+ this.gh("BackgroundColor", b, a);
75253
75281
  }
75254
75282
  }
75255
- get hc() {
75256
- return this.gq;
75283
+ get hl() {
75284
+ return this.gz;
75257
75285
  }
75258
- set hc(a) {
75259
- let b = this.gq;
75260
- this.gq = a;
75261
- if (b != this.gq) {
75262
- this.f8("ActualBackgroundColor", b, a);
75286
+ set hl(a) {
75287
+ let b = this.gz;
75288
+ this.gz = a;
75289
+ if (b != this.gz) {
75290
+ this.gh("ActualBackgroundColor", b, a);
75263
75291
  }
75264
75292
  }
75265
75293
  get ai() {
@@ -75269,7 +75297,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75269
75297
  let b = this.af;
75270
75298
  this.af = a;
75271
75299
  if (b != this.af) {
75272
- this.f8("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
75300
+ this.gh("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
75273
75301
  }
75274
75302
  }
75275
75303
  get ah() {
@@ -75279,97 +75307,97 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75279
75307
  let b = this.ae;
75280
75308
  this.ae = a;
75281
75309
  if (b != this.ae) {
75282
- this.f8("ActualBaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
75310
+ this.gh("ActualBaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
75283
75311
  }
75284
75312
  }
75285
- get ho() {
75286
- return this.g2;
75313
+ get hx() {
75314
+ return this.hb;
75287
75315
  }
75288
- set ho(a) {
75289
- let b = this.g2;
75290
- this.g2 = a;
75291
- if (b != this.g2) {
75292
- this.f8("BorderColor", b, a);
75316
+ set hx(a) {
75317
+ let b = this.hb;
75318
+ this.hb = a;
75319
+ if (b != this.hb) {
75320
+ this.gh("BorderColor", b, a);
75293
75321
  }
75294
75322
  }
75295
- get hd() {
75296
- return this.gr;
75323
+ get hm() {
75324
+ return this.g0;
75297
75325
  }
75298
- set hd(a) {
75299
- let b = this.gr;
75300
- this.gr = a;
75301
- if (b != this.gr) {
75302
- this.f8("ActualBorderColor", b, a);
75326
+ set hm(a) {
75327
+ let b = this.g0;
75328
+ this.g0 = a;
75329
+ if (b != this.g0) {
75330
+ this.gh("ActualBorderColor", b, a);
75303
75331
  }
75304
75332
  }
75305
- get cg() {
75306
- return this.bw;
75333
+ get cm() {
75334
+ return this.b2;
75307
75335
  }
75308
- set cg(a) {
75309
- let b = this.bw;
75310
- this.bw = a;
75311
- if (b != this.bw) {
75312
- this.f8("BorderWidth", b, a);
75336
+ set cm(a) {
75337
+ let b = this.b2;
75338
+ this.b2 = a;
75339
+ if (b != this.b2) {
75340
+ this.gh("BorderWidth", b, a);
75313
75341
  }
75314
75342
  }
75315
- get b6() {
75316
- return this.bm;
75343
+ get cc() {
75344
+ return this.bs;
75317
75345
  }
75318
- set b6(a) {
75319
- let b = this.bm;
75320
- this.bm = a;
75321
- if (b != this.bm) {
75322
- this.f8("ActualBorderWidth", b, a);
75346
+ set cc(a) {
75347
+ let b = this.bs;
75348
+ this.bs = a;
75349
+ if (b != this.bs) {
75350
+ this.gh("ActualBorderWidth", b, a);
75323
75351
  }
75324
75352
  }
75325
75353
  get columnHeadersVisible() {
75326
- return this.be;
75354
+ return this.bh;
75327
75355
  }
75328
75356
  set columnHeadersVisible(a) {
75329
- let b = this.be;
75330
- this.be = a;
75331
- if (b != this.be) {
75332
- this.f8("ColumnHeadersVisible", b, a);
75357
+ let b = this.bh;
75358
+ this.bh = a;
75359
+ if (b != this.bh) {
75360
+ this.gh("ColumnHeadersVisible", b, a);
75333
75361
  }
75334
75362
  }
75335
- get ic() {
75336
- return this.ia;
75363
+ get im() {
75364
+ return this.ik;
75337
75365
  }
75338
- set ic(a) {
75339
- let b = this.ia;
75340
- this.ia = a;
75341
- if (b != this.ia) {
75342
- this.f8("ContentPadding", b, a);
75366
+ set im(a) {
75367
+ let b = this.ik;
75368
+ this.ik = a;
75369
+ if (b != this.ik) {
75370
+ this.gh("ContentPadding", b, a);
75343
75371
  }
75344
75372
  }
75345
- get ib() {
75346
- return this.h9;
75373
+ get il() {
75374
+ return this.ij;
75347
75375
  }
75348
- set ib(a) {
75349
- let b = this.h9;
75350
- this.h9 = a;
75351
- if (b != this.h9) {
75352
- this.f8("ActualContentPadding", b, a);
75376
+ set il(a) {
75377
+ let b = this.ij;
75378
+ this.ij = a;
75379
+ if (b != this.ij) {
75380
+ this.gh("ActualContentPadding", b, a);
75353
75381
  }
75354
75382
  }
75355
- get go() {
75356
- return this.gm;
75383
+ get gx() {
75384
+ return this.gv;
75357
75385
  }
75358
- set go(a) {
75359
- let b = this.gm;
75360
- this.gm = a;
75361
- if (b != this.gm) {
75362
- this.f8("CornerRadius", b, a);
75386
+ set gx(a) {
75387
+ let b = this.gv;
75388
+ this.gv = a;
75389
+ if (b != this.gv) {
75390
+ this.gh("CornerRadius", b, a);
75363
75391
  }
75364
75392
  }
75365
- get gn() {
75366
- return this.gl;
75393
+ get gw() {
75394
+ return this.gu;
75367
75395
  }
75368
- set gn(a) {
75369
- let b = this.gl;
75370
- this.gl = a;
75371
- if (b != this.gl) {
75372
- this.f8("ActualCornerRadius", b, a);
75396
+ set gw(a) {
75397
+ let b = this.gu;
75398
+ this.gu = a;
75399
+ if (b != this.gu) {
75400
+ this.gh("ActualCornerRadius", b, a);
75373
75401
  }
75374
75402
  }
75375
75403
  get f() {
@@ -75379,7 +75407,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75379
75407
  let b = this.b;
75380
75408
  this.b = a;
75381
75409
  if (b != this.b) {
75382
- this.f8("DataSourceDesiredProperties", b, this.b);
75410
+ this.gh("DataSourceDesiredProperties", b, this.b);
75383
75411
  }
75384
75412
  }
75385
75413
  get density() {
@@ -75389,7 +75417,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75389
75417
  let b = this.al;
75390
75418
  this.al = a;
75391
75419
  if (b != this.al) {
75392
- this.f8("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
75420
+ this.gh("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
75393
75421
  }
75394
75422
  }
75395
75423
  get am() {
@@ -75399,221 +75427,221 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75399
75427
  let b = this.ak;
75400
75428
  this.ak = a;
75401
75429
  if (b != this.ak) {
75402
- this.f8("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
75430
+ this.gh("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
75403
75431
  }
75404
75432
  }
75405
75433
  get dropDownButtonVisible() {
75406
- return this.bh;
75434
+ return this.bk;
75407
75435
  }
75408
75436
  set dropDownButtonVisible(a) {
75409
- let b = this.bh;
75410
- this.bh = a;
75411
- if (b != this.bh) {
75412
- this.f8("DropDownButtonVisible", b, a);
75437
+ let b = this.bk;
75438
+ this.bk = a;
75439
+ if (b != this.bk) {
75440
+ this.gh("DropDownButtonVisible", b, a);
75413
75441
  }
75414
75442
  }
75415
- get h0() {
75416
- return this.g3;
75443
+ get h9() {
75444
+ return this.hc;
75417
75445
  }
75418
- set h0(a) {
75419
- let b = this.g3;
75420
- this.g3 = a;
75421
- if (b != this.g3) {
75422
- this.f8("FocusBorderColor", b, a);
75446
+ set h9(a) {
75447
+ let b = this.hc;
75448
+ this.hc = a;
75449
+ if (b != this.hc) {
75450
+ this.gh("FocusBorderColor", b, a);
75423
75451
  }
75424
75452
  }
75425
- get he() {
75426
- return this.gs;
75453
+ get hn() {
75454
+ return this.g1;
75427
75455
  }
75428
- set he(a) {
75429
- let b = this.gs;
75430
- this.gs = a;
75431
- if (b != this.gs) {
75432
- this.f8("ActualFocusBorderColor", b, a);
75456
+ set hn(a) {
75457
+ let b = this.g1;
75458
+ this.g1 = a;
75459
+ if (b != this.g1) {
75460
+ this.gh("ActualFocusBorderColor", b, a);
75433
75461
  }
75434
75462
  }
75435
- get cs() {
75436
- return this.bx;
75463
+ get cy() {
75464
+ return this.b3;
75437
75465
  }
75438
- set cs(a) {
75439
- let b = this.bx;
75440
- this.bx = a;
75441
- if (b != this.bx) {
75442
- this.f8("FocusBorderWidth", b, a);
75466
+ set cy(a) {
75467
+ let b = this.b3;
75468
+ this.b3 = a;
75469
+ if (b != this.b3) {
75470
+ this.gh("FocusBorderWidth", b, a);
75443
75471
  }
75444
75472
  }
75445
- get b7() {
75446
- return this.bn;
75473
+ get cd() {
75474
+ return this.bt;
75447
75475
  }
75448
- set b7(a) {
75449
- let b = this.bn;
75450
- this.bn = a;
75451
- if (b != this.bn) {
75452
- this.f8("ActualFocusBorderWidth", b, a);
75476
+ set cd(a) {
75477
+ let b = this.bt;
75478
+ this.bt = a;
75479
+ if (b != this.bt) {
75480
+ this.gh("ActualFocusBorderWidth", b, a);
75453
75481
  }
75454
75482
  }
75455
- get h1() {
75456
- return this.g4;
75483
+ get ia() {
75484
+ return this.hd;
75457
75485
  }
75458
- set h1(a) {
75459
- let b = this.g4;
75460
- this.g4 = a;
75461
- if (b != this.g4) {
75462
- this.f8("FocusUnderlineColor", b, a);
75486
+ set ia(a) {
75487
+ let b = this.hd;
75488
+ this.hd = a;
75489
+ if (b != this.hd) {
75490
+ this.gh("FocusUnderlineColor", b, a);
75463
75491
  }
75464
75492
  }
75465
- get hf() {
75466
- return this.gt;
75493
+ get ho() {
75494
+ return this.g2;
75467
75495
  }
75468
- set hf(a) {
75469
- let b = this.gt;
75470
- this.g4 = a;
75471
- if (b != this.gt) {
75472
- this.f8("ActualFocusUnderlineColor", b, a);
75496
+ set ho(a) {
75497
+ let b = this.g2;
75498
+ this.hd = a;
75499
+ if (b != this.g2) {
75500
+ this.gh("ActualFocusUnderlineColor", b, a);
75473
75501
  }
75474
75502
  }
75475
- get ct() {
75476
- return this.by;
75503
+ get cz() {
75504
+ return this.b4;
75477
75505
  }
75478
- set ct(a) {
75479
- let b = this.by;
75480
- this.by = a;
75481
- if (b != this.by) {
75482
- this.f8("FocusUnderlineOpacity", b, a);
75506
+ set cz(a) {
75507
+ let b = this.b4;
75508
+ this.b4 = a;
75509
+ if (b != this.b4) {
75510
+ this.gh("FocusUnderlineOpacity", b, a);
75483
75511
  }
75484
75512
  }
75485
- get b8() {
75486
- return this.bo;
75513
+ get ce() {
75514
+ return this.bu;
75487
75515
  }
75488
- set b8(a) {
75489
- let b = this.bo;
75490
- this.bo = a;
75491
- if (b != this.bo) {
75492
- this.f8("ActualFocusUnderlineOpacity", b, a);
75516
+ set ce(a) {
75517
+ let b = this.bu;
75518
+ this.bu = a;
75519
+ if (b != this.bu) {
75520
+ this.gh("ActualFocusUnderlineOpacity", b, a);
75493
75521
  }
75494
75522
  }
75495
- get cu() {
75496
- return this.bz;
75523
+ get c0() {
75524
+ return this.b5;
75497
75525
  }
75498
- set cu(a) {
75499
- let b = this.bz;
75500
- this.bz = a;
75501
- if (b != this.bz) {
75502
- this.f8("FocusUnderlineRippleOpacity", b, a);
75526
+ set c0(a) {
75527
+ let b = this.b5;
75528
+ this.b5 = a;
75529
+ if (b != this.b5) {
75530
+ this.gh("FocusUnderlineRippleOpacity", b, a);
75503
75531
  }
75504
75532
  }
75505
- get b9() {
75506
- return this.bp;
75533
+ get cf() {
75534
+ return this.bv;
75507
75535
  }
75508
- set b9(a) {
75509
- let b = this.bp;
75510
- this.bp = a;
75511
- if (b != this.bp) {
75512
- this.f8("ActualFocusUnderlineRippleOpacity", b, a);
75536
+ set cf(a) {
75537
+ let b = this.bv;
75538
+ this.bv = a;
75539
+ if (b != this.bv) {
75540
+ this.gh("ActualFocusUnderlineRippleOpacity", b, a);
75513
75541
  }
75514
75542
  }
75515
- get h2() {
75516
- return this.g5;
75543
+ get ib() {
75544
+ return this.he;
75517
75545
  }
75518
- set h2(a) {
75519
- let b = this.g5;
75520
- this.g5 = a;
75521
- if (b != this.g5) {
75522
- this.f8("HoverUnderlineColor", b, a);
75546
+ set ib(a) {
75547
+ let b = this.he;
75548
+ this.he = a;
75549
+ if (b != this.he) {
75550
+ this.gh("HoverUnderlineColor", b, a);
75523
75551
  }
75524
75552
  }
75525
- get hg() {
75526
- return this.gu;
75553
+ get hp() {
75554
+ return this.g3;
75527
75555
  }
75528
- set hg(a) {
75529
- let b = this.gu;
75530
- this.gu = a;
75531
- if (b != this.gu) {
75532
- this.f8("ActualHoverUnderlineColor", b, a);
75556
+ set hp(a) {
75557
+ let b = this.g3;
75558
+ this.g3 = a;
75559
+ if (b != this.g3) {
75560
+ this.gh("ActualHoverUnderlineColor", b, a);
75533
75561
  }
75534
75562
  }
75535
- get cv() {
75536
- return this.b0;
75563
+ get c1() {
75564
+ return this.b6;
75537
75565
  }
75538
- set cv(a) {
75539
- let b = this.b0;
75540
- this.b0 = a;
75541
- if (b != this.b0) {
75542
- this.f8("HoverUnderlineOpacity", b, a);
75566
+ set c1(a) {
75567
+ let b = this.b6;
75568
+ this.b6 = a;
75569
+ if (b != this.b6) {
75570
+ this.gh("HoverUnderlineOpacity", b, a);
75543
75571
  }
75544
75572
  }
75545
- get ca() {
75546
- return this.bq;
75573
+ get cg() {
75574
+ return this.bw;
75547
75575
  }
75548
- set ca(a) {
75549
- let b = this.bq;
75550
- this.bq = a;
75551
- if (b != this.bq) {
75552
- this.f8("ActualHoverUnderlineOpacity", b, a);
75576
+ set cg(a) {
75577
+ let b = this.bw;
75578
+ this.bw = a;
75579
+ if (b != this.bw) {
75580
+ this.gh("ActualHoverUnderlineOpacity", b, a);
75553
75581
  }
75554
75582
  }
75555
- get cw() {
75556
- return this.b1;
75583
+ get c2() {
75584
+ return this.b7;
75557
75585
  }
75558
- set cw(a) {
75559
- let b = this.b1;
75560
- this.b1 = a;
75561
- if (b != this.b1) {
75562
- this.f8("HoverUnderlineWidth", b, a);
75586
+ set c2(a) {
75587
+ let b = this.b7;
75588
+ this.b7 = a;
75589
+ if (b != this.b7) {
75590
+ this.gh("HoverUnderlineWidth", b, a);
75563
75591
  }
75564
75592
  }
75565
- get cb() {
75566
- return this.br;
75593
+ get ch() {
75594
+ return this.bx;
75567
75595
  }
75568
- set cb(a) {
75569
- let b = this.br;
75570
- this.br = a;
75571
- if (b != this.br) {
75572
- this.f8("ActualHoverUnderlineWidth", b, a);
75596
+ set ch(a) {
75597
+ let b = this.bx;
75598
+ this.bx = a;
75599
+ if (b != this.bx) {
75600
+ this.gh("ActualHoverUnderlineWidth", b, a);
75573
75601
  }
75574
75602
  }
75575
75603
  get itemsSource() {
75576
- return this.c1;
75604
+ return this.c7;
75577
75605
  }
75578
75606
  set itemsSource(a) {
75579
- let b = this.c1;
75580
- this.c1 = a;
75581
- if (b != this.c1) {
75582
- this.f8("ItemsSource", b, this.c1);
75607
+ let b = this.c7;
75608
+ this.c7 = a;
75609
+ if (b != this.c7) {
75610
+ this.gh("ItemsSource", b, this.c7);
75583
75611
  }
75584
75612
  }
75585
75613
  get actualDataSource() {
75586
75614
  return this.v.b();
75587
75615
  }
75588
- get e4() {
75589
- return this.e6;
75616
+ get fb() {
75617
+ return this.fd;
75590
75618
  }
75591
- set e4(a) {
75592
- let b = this.e4;
75619
+ set fb(a) {
75620
+ let b = this.fb;
75593
75621
  if (0 == StringComparer.b.compare(a, b)) {
75594
75622
  return;
75595
75623
  }
75596
- this.e6 = a;
75597
- this.f8("Label", b, this.e6);
75624
+ this.fd = a;
75625
+ this.gh("Label", b, this.fd);
75598
75626
  }
75599
- get h3() {
75600
- return this.g6;
75627
+ get ic() {
75628
+ return this.hf;
75601
75629
  }
75602
- set h3(a) {
75603
- let b = this.g6;
75604
- this.g6 = a;
75605
- if (b != this.g6) {
75606
- this.f8("LabelTextColor", b, a);
75630
+ set ic(a) {
75631
+ let b = this.hf;
75632
+ this.hf = a;
75633
+ if (b != this.hf) {
75634
+ this.gh("LabelTextColor", b, a);
75607
75635
  }
75608
75636
  }
75609
- get hh() {
75610
- return this.gv;
75637
+ get hq() {
75638
+ return this.g4;
75611
75639
  }
75612
- set hh(a) {
75613
- let b = this.gv;
75614
- this.gv = a;
75615
- if (b != this.gv) {
75616
- this.f8("ActualLabelTextColor", b, a);
75640
+ set hq(a) {
75641
+ let b = this.g4;
75642
+ this.g4 = a;
75643
+ if (b != this.g4) {
75644
+ this.gh("ActualLabelTextColor", b, a);
75617
75645
  }
75618
75646
  }
75619
75647
  get a2() {
@@ -75623,7 +75651,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75623
75651
  let b = this.as;
75624
75652
  this.as = a;
75625
75653
  if (b != this.as) {
75626
- this.f8("LabelTextStyle", b, this.as);
75654
+ this.gh("LabelTextStyle", b, this.as);
75627
75655
  }
75628
75656
  }
75629
75657
  get av() {
@@ -75633,78 +75661,78 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75633
75661
  let b = this.ap;
75634
75662
  this.ap = a;
75635
75663
  if (this.ap != b) {
75636
- this.f8("ActualLabelTextStyle", b, this.ap);
75664
+ this.gh("ActualLabelTextStyle", b, this.ap);
75637
75665
  }
75638
75666
  }
75639
75667
  get actualLabelVisible() {
75640
- return this.bb;
75668
+ return this.be;
75641
75669
  }
75642
75670
  set actualLabelVisible(a) {
75643
- let b = this.bb;
75644
- this.bb = a;
75645
- if (b != this.bb) {
75646
- this.f8("ActualLabelVisible", b, a);
75671
+ let b = this.be;
75672
+ this.be = a;
75673
+ if (b != this.be) {
75674
+ this.gh("ActualLabelVisible", b, a);
75647
75675
  }
75648
75676
  }
75649
- get fa() {
75650
- return this.e9;
75677
+ get fh() {
75678
+ return this.fg;
75651
75679
  }
75652
- set fa(a) {
75653
- let b = this.e9;
75680
+ set fh(a) {
75681
+ let b = this.fg;
75654
75682
  if (0 == StringComparer.b.compare(a, b)) {
75655
75683
  return;
75656
75684
  }
75657
- this.e9 = a;
75658
- this.f8("NoMatchesFoundLabel", b, this.e9);
75685
+ this.fg = a;
75686
+ this.gh("NoMatchesFoundLabel", b, this.fg);
75659
75687
  }
75660
75688
  get actualNoMatchesFoundLabel() {
75661
- return this.dv;
75689
+ return this.d1;
75662
75690
  }
75663
75691
  set actualNoMatchesFoundLabel(a) {
75664
- let b = this.dv;
75665
- this.dv = a;
75666
- if (b != this.dv) {
75667
- this.f8("ActualNoMatchesFoundLabel", b, a);
75692
+ let b = this.d1;
75693
+ this.d1 = a;
75694
+ if (b != this.d1) {
75695
+ this.gh("ActualNoMatchesFoundLabel", b, a);
75668
75696
  }
75669
75697
  }
75670
- get h4() {
75671
- return this.g7;
75698
+ get id() {
75699
+ return this.hg;
75672
75700
  }
75673
- set h4(a) {
75674
- let b = this.g7;
75675
- this.g7 = a;
75676
- if (b != this.g7) {
75677
- this.f8("NoMatchesFoundLabelBackgroundColor", b, a);
75701
+ set id(a) {
75702
+ let b = this.hg;
75703
+ this.hg = a;
75704
+ if (b != this.hg) {
75705
+ this.gh("NoMatchesFoundLabelBackgroundColor", b, a);
75678
75706
  }
75679
75707
  }
75680
- get hi() {
75681
- return this.gw;
75708
+ get hr() {
75709
+ return this.g5;
75682
75710
  }
75683
- set hi(a) {
75684
- let b = this.gw;
75685
- this.gw = a;
75686
- if (b != this.gw) {
75687
- this.f8(MultiColumnComboBox.dx, b, a);
75711
+ set hr(a) {
75712
+ let b = this.g5;
75713
+ this.g5 = a;
75714
+ if (b != this.g5) {
75715
+ this.gh(MultiColumnComboBox.d3, b, a);
75688
75716
  }
75689
75717
  }
75690
- get h5() {
75691
- return this.g8;
75718
+ get ie() {
75719
+ return this.hh;
75692
75720
  }
75693
- set h5(a) {
75694
- let b = this.g8;
75695
- this.g8 = a;
75696
- if (b != this.g8) {
75697
- this.f8("NoMatchesFoundLabelTextColor", b, a);
75721
+ set ie(a) {
75722
+ let b = this.hh;
75723
+ this.hh = a;
75724
+ if (b != this.hh) {
75725
+ this.gh("NoMatchesFoundLabelTextColor", b, a);
75698
75726
  }
75699
75727
  }
75700
- get hj() {
75701
- return this.gx;
75728
+ get hs() {
75729
+ return this.g6;
75702
75730
  }
75703
- set hj(a) {
75704
- let b = this.gx;
75705
- this.gx = a;
75706
- if (b != this.gx) {
75707
- this.f8("ActualNoMatchesFoundLabelTextColor", b, a);
75731
+ set hs(a) {
75732
+ let b = this.g6;
75733
+ this.g6 = a;
75734
+ if (b != this.g6) {
75735
+ this.gh("ActualNoMatchesFoundLabelTextColor", b, a);
75708
75736
  }
75709
75737
  }
75710
75738
  get a3() {
@@ -75714,7 +75742,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75714
75742
  let b = this.at;
75715
75743
  this.at = a;
75716
75744
  if (b != this.at) {
75717
- this.f8("NoMatchesFoundLabelTextStyle", b, this.at);
75745
+ this.gh("NoMatchesFoundLabelTextStyle", b, this.at);
75718
75746
  }
75719
75747
  }
75720
75748
  get aw() {
@@ -75724,48 +75752,48 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75724
75752
  let b = this.aq;
75725
75753
  this.aq = a;
75726
75754
  if (this.aq != b) {
75727
- this.f8("ActualNoMatchesFoundLabelTextStyle", b, this.aq);
75755
+ this.gh("ActualNoMatchesFoundLabelTextStyle", b, this.aq);
75728
75756
  }
75729
75757
  }
75730
- get ff() {
75731
- return this.fg;
75758
+ get fn() {
75759
+ return this.fo;
75732
75760
  }
75733
- set ff(a) {
75734
- let b = this.ff;
75761
+ set fn(a) {
75762
+ let b = this.fn;
75735
75763
  if (0 == StringComparer.b.compare(a, b)) {
75736
75764
  return;
75737
75765
  }
75738
- this.fg = a;
75739
- this.f8("PlaceholderText", b, this.fg);
75766
+ this.fo = a;
75767
+ this.gh("PlaceholderText", b, this.fo);
75740
75768
  }
75741
75769
  get rowSeparatorsVisible() {
75742
- return this.a9;
75770
+ return this.bb;
75743
75771
  }
75744
75772
  set rowSeparatorsVisible(a) {
75745
- let b = this.a9;
75746
- this.a9 = a;
75747
- if (b != this.a9) {
75748
- this.f8("RowSeparatorsVisible", b, a);
75773
+ let b = this.bb;
75774
+ this.bb = a;
75775
+ if (b != this.bb) {
75776
+ this.gh("RowSeparatorsVisible", b, a);
75749
75777
  }
75750
75778
  }
75751
- get h6() {
75752
- return this.g9;
75779
+ get ig() {
75780
+ return this.hi;
75753
75781
  }
75754
- set h6(a) {
75755
- let b = this.g9;
75756
- this.g9 = a;
75757
- if (b != this.g9) {
75758
- this.f8("TextColor", b, a);
75782
+ set ig(a) {
75783
+ let b = this.hi;
75784
+ this.hi = a;
75785
+ if (b != this.hi) {
75786
+ this.gh("TextColor", b, a);
75759
75787
  }
75760
75788
  }
75761
- get hk() {
75762
- return this.gy;
75789
+ get ht() {
75790
+ return this.g7;
75763
75791
  }
75764
- set hk(a) {
75765
- let b = this.gy;
75766
- this.gy = a;
75767
- if (b != this.gy) {
75768
- this.f8("ActualTextColor", b, a);
75792
+ set ht(a) {
75793
+ let b = this.g7;
75794
+ this.g7 = a;
75795
+ if (b != this.g7) {
75796
+ this.gh("ActualTextColor", b, a);
75769
75797
  }
75770
75798
  }
75771
75799
  get a4() {
@@ -75775,7 +75803,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75775
75803
  let b = this.au;
75776
75804
  this.au = a;
75777
75805
  if (b != this.au) {
75778
- this.f8("TextStyle", b, this.au);
75806
+ this.gh("TextStyle", b, this.au);
75779
75807
  }
75780
75808
  }
75781
75809
  get ax() {
@@ -75785,137 +75813,137 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75785
75813
  let b = this.ar;
75786
75814
  this.ar = a;
75787
75815
  if (this.ar != b) {
75788
- this.f8("ActualTextStyle", b, this.ar);
75816
+ this.gh("ActualTextStyle", b, this.ar);
75789
75817
  }
75790
75818
  }
75791
- get h7() {
75792
- return this.ha;
75819
+ get ih() {
75820
+ return this.hj;
75793
75821
  }
75794
- set h7(a) {
75795
- let b = this.ha;
75796
- this.ha = a;
75797
- if (b != this.ha) {
75798
- this.f8("UnderlineColor", b, a);
75822
+ set ih(a) {
75823
+ let b = this.hj;
75824
+ this.hj = a;
75825
+ if (b != this.hj) {
75826
+ this.gh("UnderlineColor", b, a);
75799
75827
  }
75800
75828
  }
75801
- get hl() {
75802
- return this.gz;
75829
+ get hu() {
75830
+ return this.g8;
75803
75831
  }
75804
- set hl(a) {
75805
- let b = this.gz;
75806
- this.gz = a;
75807
- if (b != this.gz) {
75808
- this.f8("ActualUnderlineColor", b, a);
75832
+ set hu(a) {
75833
+ let b = this.g8;
75834
+ this.g8 = a;
75835
+ if (b != this.g8) {
75836
+ this.gh("ActualUnderlineColor", b, a);
75809
75837
  }
75810
75838
  }
75811
- get cx() {
75812
- return this.b2;
75839
+ get c3() {
75840
+ return this.b8;
75813
75841
  }
75814
- set cx(a) {
75815
- let b = this.b2;
75816
- this.b2 = a;
75817
- if (b != this.b2) {
75818
- this.f8("UnderlineOpacity", b, a);
75842
+ set c3(a) {
75843
+ let b = this.b8;
75844
+ this.b8 = a;
75845
+ if (b != this.b8) {
75846
+ this.gh("UnderlineOpacity", b, a);
75819
75847
  }
75820
75848
  }
75821
- get cc() {
75822
- return this.bs;
75849
+ get ci() {
75850
+ return this.by;
75823
75851
  }
75824
- set cc(a) {
75825
- let b = this.bs;
75826
- this.bs = a;
75827
- if (b != this.bs) {
75828
- this.f8("ActualUnderlineOpacity", b, a);
75852
+ set ci(a) {
75853
+ let b = this.by;
75854
+ this.by = a;
75855
+ if (b != this.by) {
75856
+ this.gh("ActualUnderlineOpacity", b, a);
75829
75857
  }
75830
75858
  }
75831
- get h8() {
75832
- return this.hb;
75859
+ get ii() {
75860
+ return this.hk;
75833
75861
  }
75834
- set h8(a) {
75835
- let b = this.hb;
75836
- this.hb = a;
75837
- if (b != this.hb) {
75838
- this.f8("UnderlineRippleColor", b, a);
75862
+ set ii(a) {
75863
+ let b = this.hk;
75864
+ this.hk = a;
75865
+ if (b != this.hk) {
75866
+ this.gh("UnderlineRippleColor", b, a);
75839
75867
  }
75840
75868
  }
75841
- get hm() {
75842
- return this.g0;
75869
+ get hv() {
75870
+ return this.g9;
75843
75871
  }
75844
- set hm(a) {
75845
- let b = this.g0;
75846
- this.g0 = a;
75847
- if (b != this.g0) {
75848
- this.f8("ActualUnderlineRippleColor", b, a);
75872
+ set hv(a) {
75873
+ let b = this.g9;
75874
+ this.g9 = a;
75875
+ if (b != this.g9) {
75876
+ this.gh("ActualUnderlineRippleColor", b, a);
75849
75877
  }
75850
75878
  }
75851
- get cy() {
75852
- return this.b3;
75879
+ get c4() {
75880
+ return this.b9;
75853
75881
  }
75854
- set cy(a) {
75855
- let b = this.b3;
75856
- this.b3 = a;
75857
- if (b != this.b3) {
75858
- this.f8("UnderlineRippleOpacity", b, a);
75882
+ set c4(a) {
75883
+ let b = this.b9;
75884
+ this.b9 = a;
75885
+ if (b != this.b9) {
75886
+ this.gh("UnderlineRippleOpacity", b, a);
75859
75887
  }
75860
75888
  }
75861
- get cd() {
75862
- return this.bt;
75889
+ get cj() {
75890
+ return this.bz;
75863
75891
  }
75864
- set cd(a) {
75865
- let b = this.bt;
75866
- this.bt = a;
75867
- if (b != this.bt) {
75868
- this.f8("ActualUnderlineRippleOpacity", b, a);
75892
+ set cj(a) {
75893
+ let b = this.bz;
75894
+ this.bz = a;
75895
+ if (b != this.bz) {
75896
+ this.gh("ActualUnderlineRippleOpacity", b, a);
75869
75897
  }
75870
75898
  }
75871
- get cz() {
75872
- return this.b4;
75899
+ get c5() {
75900
+ return this.ca;
75873
75901
  }
75874
- set cz(a) {
75875
- let b = this.b4;
75876
- this.b4 = a;
75877
- if (b != this.b4) {
75878
- this.f8("UnderlineRippleWidth", b, a);
75902
+ set c5(a) {
75903
+ let b = this.ca;
75904
+ this.ca = a;
75905
+ if (b != this.ca) {
75906
+ this.gh("UnderlineRippleWidth", b, a);
75879
75907
  }
75880
75908
  }
75881
- get ce() {
75882
- return this.bu;
75909
+ get ck() {
75910
+ return this.b0;
75883
75911
  }
75884
- set ce(a) {
75885
- let b = this.bu;
75886
- this.bu = a;
75887
- if (b != this.bu) {
75888
- this.f8("ActualUnderlineRippleWidth", b, a);
75912
+ set ck(a) {
75913
+ let b = this.b0;
75914
+ this.b0 = a;
75915
+ if (b != this.b0) {
75916
+ this.gh("ActualUnderlineRippleWidth", b, a);
75889
75917
  }
75890
75918
  }
75891
- get c0() {
75892
- return this.b5;
75919
+ get c6() {
75920
+ return this.cb;
75893
75921
  }
75894
- set c0(a) {
75895
- let b = this.b5;
75896
- this.b5 = a;
75897
- if (b != this.b5) {
75898
- this.f8("UnderlineWidth", b, a);
75922
+ set c6(a) {
75923
+ let b = this.cb;
75924
+ this.cb = a;
75925
+ if (b != this.cb) {
75926
+ this.gh("UnderlineWidth", b, a);
75899
75927
  }
75900
75928
  }
75901
- get cf() {
75902
- return this.bv;
75929
+ get cl() {
75930
+ return this.b1;
75903
75931
  }
75904
- set cf(a) {
75905
- let b = this.bv;
75906
- this.bv = a;
75907
- if (b != this.bv) {
75908
- this.f8("ActualUnderlineWidth", b, a);
75932
+ set cl(a) {
75933
+ let b = this.b1;
75934
+ this.b1 = a;
75935
+ if (b != this.b1) {
75936
+ this.gh("ActualUnderlineWidth", b, a);
75909
75937
  }
75910
75938
  }
75911
- get bd() {
75939
+ get bg() {
75912
75940
  return this.a7;
75913
75941
  }
75914
- set bd(a) {
75942
+ set bg(a) {
75915
75943
  let b = this.a7;
75916
75944
  this.a7 = a;
75917
75945
  if (b != this.a7) {
75918
- this.f8("AllowFilter", b, a);
75946
+ this.gh("AllowFilter", b, a);
75919
75947
  }
75920
75948
  }
75921
75949
  get x() {
@@ -75925,27 +75953,27 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75925
75953
  let b = this.w;
75926
75954
  this.w = a;
75927
75955
  if (b != this.w) {
75928
- this.f8("SortMode", enumGetBox(SortMode_$type, b), enumGetBox(SortMode_$type, this.w));
75956
+ this.gh("SortMode", enumGetBox(SortMode_$type, b), enumGetBox(SortMode_$type, this.w));
75929
75957
  }
75930
75958
  }
75931
- get fn() {
75932
- return this.da;
75959
+ get fv() {
75960
+ return this.dg;
75933
75961
  }
75934
- set fn(a) {
75935
- let b = this.da;
75936
- this.da = a;
75937
- if (b != this.da) {
75938
- this.f8("TextField", b, a);
75962
+ set fv(a) {
75963
+ let b = this.dg;
75964
+ this.dg = a;
75965
+ if (b != this.dg) {
75966
+ this.gh("TextField", b, a);
75939
75967
  }
75940
75968
  }
75941
75969
  get text() {
75942
- return this.c9;
75970
+ return this.df;
75943
75971
  }
75944
75972
  set text(a) {
75945
- let b = this.c9;
75946
- this.c9 = a;
75947
- if (b != this.c9) {
75948
- this.f8("Text", b, a);
75973
+ let b = this.df;
75974
+ this.df = a;
75975
+ if (b != this.df) {
75976
+ this.gh("Text", b, a);
75949
75977
  }
75950
75978
  }
75951
75979
  get j() {
@@ -75955,7 +75983,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75955
75983
  let b = this.d;
75956
75984
  this.d = a;
75957
75985
  if (b != this.d) {
75958
- this.f8("ValueField", b, a);
75986
+ this.gh("ValueField", b, a);
75959
75987
  }
75960
75988
  }
75961
75989
  get e() {
@@ -75965,17 +75993,17 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75965
75993
  let b = this.a;
75966
75994
  this.a = a;
75967
75995
  if (b != this.a) {
75968
- this.f8("ActualValueField", b, a);
75996
+ this.gh("ActualValueField", b, a);
75969
75997
  }
75970
75998
  }
75971
75999
  get value() {
75972
- return this.c2;
76000
+ return this.c8;
75973
76001
  }
75974
76002
  set value(a) {
75975
- let b = this.c2;
75976
- this.c2 = a;
75977
- if (b != this.c2) {
75978
- this.f8("Value", b, a);
76003
+ let b = this.c8;
76004
+ this.c8 = a;
76005
+ if (b != this.c8) {
76006
+ this.gh("Value", b, a);
75979
76007
  }
75980
76008
  }
75981
76009
  get ac() {
@@ -75985,21 +76013,21 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
75985
76013
  let b = this.aa;
75986
76014
  this.aa = a;
75987
76015
  if (b != this.aa) {
75988
- this.f8("DisplayType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, a));
76016
+ this.gh("DisplayType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, a));
75989
76017
  }
75990
76018
  }
75991
- c4(a, b) {
76019
+ da(a, b) {
75992
76020
  let c = new FastReflectionHelper(false, b);
75993
76021
  return c.getPropertyValue(a);
75994
76022
  }
75995
76023
  p() {
75996
- let a = this.ez();
76024
+ let a = this.e5();
75997
76025
  return this.o(a);
75998
76026
  }
75999
- ez() {
76000
- return this.ey(this.fn);
76027
+ e5() {
76028
+ return this.e4(this.fv);
76001
76029
  }
76002
- c5(a) {
76030
+ db(a) {
76003
76031
  let b = this.i();
76004
76032
  if (null == b || b.length == 0) {
76005
76033
  return null;
@@ -76007,7 +76035,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
76007
76035
  let c = new List$1(Base.$, 0);
76008
76036
  for (let e = 0; e < b.length; e++) {
76009
76037
  let d = b[e];
76010
- let f = this.c4(a, d);
76038
+ let f = this.da(a, d);
76011
76039
  c.add1(f);
76012
76040
  }
76013
76041
  if (c.count == 1) {
@@ -76015,11 +76043,11 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
76015
76043
  }
76016
76044
  return c.toArray();
76017
76045
  }
76018
- ex(a) {
76019
- let b = this.ez();
76046
+ e3(a) {
76047
+ let b = this.e5();
76020
76048
  let c;
76021
76049
  if (null != b) {
76022
- let d = this.c4(a, b);
76050
+ let d = this.da(a, b);
76023
76051
  c = null != d ? d.toString() : null;
76024
76052
  }
76025
76053
  else {
@@ -76046,7 +76074,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
76046
76074
  }
76047
76075
  return null;
76048
76076
  }
76049
- ey(a) {
76077
+ e4(a) {
76050
76078
  if (stringIsNullOrEmpty(a)) {
76051
76079
  let b = this.actualDataSource;
76052
76080
  if (null == b) {
@@ -76067,7 +76095,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
76067
76095
  h(a) {
76068
76096
  let b = new List$1(String_$type, 0);
76069
76097
  if (null == a || a.length == 0) {
76070
- let c = this.ey(null);
76098
+ let c = this.e4(null);
76071
76099
  if (stringIsNullOrEmpty(c)) {
76072
76100
  return null;
76073
76101
  }
@@ -76076,7 +76104,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
76076
76104
  }
76077
76105
  for (let e = 0; e < a.length; e++) {
76078
76106
  let d = a[e];
76079
- let f = this.ey(d);
76107
+ let f = this.e4(d);
76080
76108
  if (null != f) {
76081
76109
  b.add(f);
76082
76110
  }
@@ -76090,14 +76118,14 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
76090
76118
  let a = this.j;
76091
76119
  return this.h(a);
76092
76120
  }
76093
- f9(a) {
76094
- this.gc(2, a);
76121
+ gi(a) {
76122
+ this.gl(2, a);
76095
76123
  }
76096
- gc(a, b) {
76097
- if (this.bj) {
76124
+ gl(a, b) {
76125
+ if (this.bm) {
76098
76126
  return;
76099
76127
  }
76100
- this.bj = true;
76128
+ this.bm = true;
76101
76129
  try {
76102
76130
  switch (a) {
76103
76131
  case 2:
@@ -76106,8 +76134,8 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
76106
76134
  let d;
76107
76135
  let e;
76108
76136
  if (null != c) {
76109
- d = this.ex(c);
76110
- e = this.c5(c);
76137
+ d = this.e3(c);
76138
+ e = this.db(c);
76111
76139
  }
76112
76140
  else {
76113
76141
  d = stringEmpty();
@@ -76130,18 +76158,18 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
76130
76158
  }
76131
76159
  }
76132
76160
  finally {
76133
- this.bj = false;
76161
+ this.bm = false;
76134
76162
  }
76135
76163
  this.v.cj();
76136
76164
  }
76137
- gh(a) {
76165
+ gq(a) {
76138
76166
  this.text = a;
76139
76167
  }
76140
- gj() {
76168
+ gs() {
76141
76169
  this.ax = (null == this.a4) ? this.a1 : this.a4;
76142
76170
  this.av = (null == this.a2) ? this.a1 : this.a2;
76143
76171
  }
76144
- gi() {
76172
+ gr() {
76145
76173
  }
76146
76174
  closeUp() {
76147
76175
  this.v.az();
@@ -76162,40 +76190,40 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
76162
76190
  this.v.b4(a);
76163
76191
  this.actualNoMatchesFoundLabel = !stringIsNullOrWhiteSpace(this.a6.b1("NoMatches")) ? this.a6.b1("NoMatches") : "No Matches Found";
76164
76192
  }
76165
- c3() {
76193
+ c9() {
76166
76194
  return this.l();
76167
76195
  }
76168
- eq() {
76196
+ ew() {
76169
76197
  let a = this.l();
76170
76198
  return a.am();
76171
76199
  }
76172
76200
  l() {
76173
76201
  let a = new MultiColumnComboVisualModelExport();
76174
- a.a = AppearanceHelper.a(this.hc);
76202
+ a.a = AppearanceHelper.a(this.hl);
76175
76203
  a.j = this.ah;
76176
- a.b = AppearanceHelper.a(this.hd);
76177
- a.p = this.b6;
76204
+ a.b = AppearanceHelper.a(this.hm);
76205
+ a.p = this.cc;
76178
76206
  a.columnHeadersVisible = this.columnHeadersVisible;
76179
- a.au = this.ib;
76180
- a.at = this.gn;
76207
+ a.au = this.il;
76208
+ a.at = this.gw;
76181
76209
  a.k = this.am;
76182
76210
  a.dropDownButtonVisible = this.dropDownButtonVisible;
76183
- a.q = this.b8;
76184
- a.aa = this.e4;
76185
- a.c = AppearanceHelper.a(this.hh);
76211
+ a.q = this.ce;
76212
+ a.aa = this.fb;
76213
+ a.c = AppearanceHelper.a(this.hq);
76186
76214
  a.actualLabelVisible = this.actualLabelVisible;
76187
76215
  a.actualNoMatchesFoundLabel = this.actualNoMatchesFoundLabel;
76188
- a.d = AppearanceHelper.a(this.hi);
76189
- a.e = AppearanceHelper.a(this.hj);
76190
- a.al = this.ff;
76216
+ a.d = AppearanceHelper.a(this.hr);
76217
+ a.e = AppearanceHelper.a(this.hs);
76218
+ a.al = this.fn;
76191
76219
  a.rowSeparatorsVisible = this.rowSeparatorsVisible;
76192
- a.f = AppearanceHelper.a(this.hk);
76193
- a.g = AppearanceHelper.a(this.hl);
76194
- a.r = this.cc;
76195
- a.h = AppearanceHelper.a(this.hm);
76196
- a.s = this.cd;
76197
- a.t = this.ce;
76198
- a.u = this.cf;
76220
+ a.f = AppearanceHelper.a(this.ht);
76221
+ a.g = AppearanceHelper.a(this.hu);
76222
+ a.r = this.ci;
76223
+ a.h = AppearanceHelper.a(this.hv);
76224
+ a.s = this.cj;
76225
+ a.t = this.ck;
76226
+ a.u = this.cl;
76199
76227
  a.an = this.text;
76200
76228
  a.y = this.value;
76201
76229
  a.i = this.v.e.exportVisualModel();
@@ -76285,38 +76313,68 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
76285
76313
  }
76286
76314
  return a;
76287
76315
  }
76288
- f5(a) {
76316
+ get bn() {
76317
+ return this.a9;
76318
+ }
76319
+ set bn(a) {
76320
+ let b = this.a9;
76321
+ this.a9 = a;
76322
+ if (b != this.a9) {
76323
+ this.gh("IsFixed", b, this.a9);
76324
+ }
76325
+ }
76326
+ get bo() {
76327
+ return this.ba;
76328
+ }
76329
+ set bo(a) {
76330
+ let b = this.ba;
76331
+ this.ba = a;
76332
+ if (b != this.ba) {
76333
+ this.gh("OpenAsChild", b, this.ba);
76334
+ }
76335
+ }
76336
+ get br() {
76337
+ return this.bd;
76338
+ }
76339
+ set br(a) {
76340
+ let b = this.bd;
76341
+ this.bd = a;
76342
+ if (b != this.bd) {
76343
+ this.gh("UseTopLayer", b, this.bd);
76344
+ }
76345
+ }
76346
+ ge(a) {
76289
76347
  if (null != this.gotFocus) {
76290
76348
  this.gotFocus(this, a);
76291
76349
  }
76292
76350
  }
76293
- f7(a) {
76351
+ gg(a) {
76294
76352
  if (null != this.lostFocus) {
76295
76353
  this.lostFocus(this, a);
76296
76354
  }
76297
76355
  }
76298
- gb(a) {
76356
+ gk(a) {
76299
76357
  if (null != this.textValueChanged) {
76300
76358
  this.textValueChanged(this, a);
76301
76359
  }
76302
76360
  }
76303
- ga(a) {
76361
+ gj(a) {
76304
76362
  if (null != this.selectedValueChanged) {
76305
76363
  this.selectedValueChanged(this, a);
76306
76364
  }
76307
76365
  }
76308
- f8(a, b, c) {
76366
+ gh(a, b, c) {
76309
76367
  if (this.propertyChanged != null) {
76310
76368
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
76311
76369
  }
76312
- this.gd(a, b, c);
76370
+ this.gm(a, b, c);
76313
76371
  }
76314
- f6(a) {
76372
+ gf(a) {
76315
76373
  if (null != this.keyDown) {
76316
76374
  this.keyDown(this, a);
76317
76375
  }
76318
76376
  }
76319
- f4(a) {
76377
+ gd(a) {
76320
76378
  if (null != this.changing) {
76321
76379
  this.changing(this, a);
76322
76380
  }
@@ -76324,13 +76382,13 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
76324
76382
  }
76325
76383
  MultiColumnComboBox.$t = /*@__PURE__*/ markType(MultiColumnComboBox, 'MultiColumnComboBox', Base.$, [INotifyPropertyChanged_$type]);
76326
76384
  MultiColumnComboBox.ag = 1;
76327
- MultiColumnComboBox.hp = /*@__PURE__*/ ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
76328
- MultiColumnComboBox.hr = /*@__PURE__*/ ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
76329
- MultiColumnComboBox.hq = /*@__PURE__*/ BrushUtil.h(255, 255, 255, 255);
76385
+ MultiColumnComboBox.hy = /*@__PURE__*/ ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
76386
+ MultiColumnComboBox.h0 = /*@__PURE__*/ ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
76387
+ MultiColumnComboBox.hz = /*@__PURE__*/ BrushUtil.h(255, 255, 255, 255);
76330
76388
  MultiColumnComboBox.ay = null;
76331
- MultiColumnComboBox.dx = "ActualNoMatchesFoundLabelBackgroundColor";
76389
+ MultiColumnComboBox.d3 = "ActualNoMatchesFoundLabelBackgroundColor";
76332
76390
  MultiColumnComboBox.az = null;
76333
- MultiColumnComboBox.hz = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
76391
+ MultiColumnComboBox.h8 = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
76334
76392
  return MultiColumnComboBox;
76335
76393
  })();
76336
76394
  /**
@@ -76706,11 +76764,11 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
76706
76764
  * Gets or sets the ShowClearButton property to detirmine if the clear button is shown
76707
76765
  */
76708
76766
  get showClearButton() {
76709
- return this.i.bl;
76767
+ return this.i.bq;
76710
76768
  }
76711
76769
  set showClearButton(v) {
76712
- this.i.bl = ensureBool(v);
76713
- this._a("showClearButton", this.i.bl);
76770
+ this.i.bq = ensureBool(v);
76771
+ this._a("showClearButton", this.i.bq);
76714
76772
  }
76715
76773
  /**
76716
76774
  * Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source.
@@ -76729,21 +76787,21 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
76729
76787
  * Gets or sets the background color to use for the input group.
76730
76788
  */
76731
76789
  get backgroundColor() {
76732
- return brushToString(this.i.hn);
76790
+ return brushToString(this.i.hw);
76733
76791
  }
76734
76792
  set backgroundColor(v) {
76735
- this.i.hn = stringToBrush(v);
76736
- this._a("backgroundColor", brushToString(this.i.hn));
76793
+ this.i.hw = stringToBrush(v);
76794
+ this._a("backgroundColor", brushToString(this.i.hw));
76737
76795
  }
76738
76796
  /**
76739
76797
  * Gets the actual opacity to use for the underline ripple element.
76740
76798
  */
76741
76799
  get actualBackgroundColor() {
76742
- return brushToString(this.i.hc);
76800
+ return brushToString(this.i.hl);
76743
76801
  }
76744
76802
  set actualBackgroundColor(v) {
76745
- this.i.hc = stringToBrush(v);
76746
- this._a("actualBackgroundColor", brushToString(this.i.hc));
76803
+ this.i.hl = stringToBrush(v);
76804
+ this._a("actualBackgroundColor", brushToString(this.i.hl));
76747
76805
  }
76748
76806
  /**
76749
76807
  * Gets or sets the base built in theme to use for the component.
@@ -76769,41 +76827,41 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
76769
76827
  * Gets or sets the color to use the border of the input group.
76770
76828
  */
76771
76829
  get borderColor() {
76772
- return brushToString(this.i.ho);
76830
+ return brushToString(this.i.hx);
76773
76831
  }
76774
76832
  set borderColor(v) {
76775
- this.i.ho = stringToBrush(v);
76776
- this._a("borderColor", brushToString(this.i.ho));
76833
+ this.i.hx = stringToBrush(v);
76834
+ this._a("borderColor", brushToString(this.i.hx));
76777
76835
  }
76778
76836
  /**
76779
76837
  * Gets the actual item background color.
76780
76838
  */
76781
76839
  get actualBorderColor() {
76782
- return brushToString(this.i.hd);
76840
+ return brushToString(this.i.hm);
76783
76841
  }
76784
76842
  set actualBorderColor(v) {
76785
- this.i.hd = stringToBrush(v);
76786
- this._a("actualBorderColor", brushToString(this.i.hd));
76843
+ this.i.hm = stringToBrush(v);
76844
+ this._a("actualBorderColor", brushToString(this.i.hm));
76787
76845
  }
76788
76846
  /**
76789
76847
  * Gets or sets the border width to use for the border of the item group.
76790
76848
  */
76791
76849
  get borderWidth() {
76792
- return this.i.cg;
76850
+ return this.i.cm;
76793
76851
  }
76794
76852
  set borderWidth(v) {
76795
- this.i.cg = +v;
76796
- this._a("borderWidth", this.i.cg);
76853
+ this.i.cm = +v;
76854
+ this._a("borderWidth", this.i.cm);
76797
76855
  }
76798
76856
  /**
76799
76857
  * Gets the actual item border width.
76800
76858
  */
76801
76859
  get actualBorderWidth() {
76802
- return this.i.b6;
76860
+ return this.i.cc;
76803
76861
  }
76804
76862
  set actualBorderWidth(v) {
76805
- this.i.b6 = +v;
76806
- this._a("actualBorderWidth", this.i.b6);
76863
+ this.i.cc = +v;
76864
+ this._a("actualBorderWidth", this.i.cc);
76807
76865
  }
76808
76866
  /**
76809
76867
  * Gets or sets the visibility of the drop down button.
@@ -76816,172 +76874,172 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
76816
76874
  this._a("columnHeadersVisible", this.i.columnHeadersVisible);
76817
76875
  }
76818
76876
  get contentPaddingBottom() {
76819
- return this.i.ic ? this.i.ic.bottom : NaN;
76877
+ return this.i.im ? this.i.im.bottom : NaN;
76820
76878
  }
76821
76879
  set contentPaddingBottom(v) {
76822
76880
  this.ensureContentPadding();
76823
- this.i.ic.bottom = +v;
76824
- this._a("contentPaddingBottom", this.i.ic.bottom);
76825
- this.i.ic = this.i.ic;
76881
+ this.i.im.bottom = +v;
76882
+ this._a("contentPaddingBottom", this.i.im.bottom);
76883
+ this.i.im = this.i.im;
76826
76884
  }
76827
76885
  get contentPaddingLeft() {
76828
- return this.i.ic ? this.i.ic.left : NaN;
76886
+ return this.i.im ? this.i.im.left : NaN;
76829
76887
  }
76830
76888
  set contentPaddingLeft(v) {
76831
76889
  this.ensureContentPadding();
76832
- this.i.ic.left = +v;
76833
- this._a("contentPaddingLeft", this.i.ic.left);
76834
- this.i.ic = this.i.ic;
76890
+ this.i.im.left = +v;
76891
+ this._a("contentPaddingLeft", this.i.im.left);
76892
+ this.i.im = this.i.im;
76835
76893
  }
76836
76894
  get contentPaddingRight() {
76837
- return this.i.ic ? this.i.ic.right : NaN;
76895
+ return this.i.im ? this.i.im.right : NaN;
76838
76896
  }
76839
76897
  set contentPaddingRight(v) {
76840
76898
  this.ensureContentPadding();
76841
- this.i.ic.right = +v;
76842
- this._a("contentPaddingRight", this.i.ic.right);
76843
- this.i.ic = this.i.ic;
76899
+ this.i.im.right = +v;
76900
+ this._a("contentPaddingRight", this.i.im.right);
76901
+ this.i.im = this.i.im;
76844
76902
  }
76845
76903
  get contentPaddingTop() {
76846
- return this.i.ic ? this.i.ic.top : NaN;
76904
+ return this.i.im ? this.i.im.top : NaN;
76847
76905
  }
76848
76906
  set contentPaddingTop(v) {
76849
76907
  this.ensureContentPadding();
76850
- this.i.ic.top = +v;
76851
- this._a("contentPaddingTop", this.i.ic.top);
76852
- this.i.ic = this.i.ic;
76908
+ this.i.im.top = +v;
76909
+ this._a("contentPaddingTop", this.i.im.top);
76910
+ this.i.im = this.i.im;
76853
76911
  }
76854
76912
  ensureContentPadding() {
76855
- if (this.i.ic) {
76913
+ if (this.i.im) {
76856
76914
  return;
76857
76915
  }
76858
- this.i.ic = new Thickness(2);
76916
+ this.i.im = new Thickness(2);
76859
76917
  }
76860
76918
  get actualContentPaddingBottom() {
76861
- return this.i.ib ? this.i.ib.bottom : NaN;
76919
+ return this.i.il ? this.i.il.bottom : NaN;
76862
76920
  }
76863
76921
  set actualContentPaddingBottom(v) {
76864
76922
  this.ensureActualContentPadding();
76865
- this.i.ib.bottom = +v;
76866
- this._a("actualContentPaddingBottom", this.i.ib.bottom);
76867
- this.i.ib = this.i.ib;
76923
+ this.i.il.bottom = +v;
76924
+ this._a("actualContentPaddingBottom", this.i.il.bottom);
76925
+ this.i.il = this.i.il;
76868
76926
  }
76869
76927
  get actualContentPaddingLeft() {
76870
- return this.i.ib ? this.i.ib.left : NaN;
76928
+ return this.i.il ? this.i.il.left : NaN;
76871
76929
  }
76872
76930
  set actualContentPaddingLeft(v) {
76873
76931
  this.ensureActualContentPadding();
76874
- this.i.ib.left = +v;
76875
- this._a("actualContentPaddingLeft", this.i.ib.left);
76876
- this.i.ib = this.i.ib;
76932
+ this.i.il.left = +v;
76933
+ this._a("actualContentPaddingLeft", this.i.il.left);
76934
+ this.i.il = this.i.il;
76877
76935
  }
76878
76936
  get actualContentPaddingRight() {
76879
- return this.i.ib ? this.i.ib.right : NaN;
76937
+ return this.i.il ? this.i.il.right : NaN;
76880
76938
  }
76881
76939
  set actualContentPaddingRight(v) {
76882
76940
  this.ensureActualContentPadding();
76883
- this.i.ib.right = +v;
76884
- this._a("actualContentPaddingRight", this.i.ib.right);
76885
- this.i.ib = this.i.ib;
76941
+ this.i.il.right = +v;
76942
+ this._a("actualContentPaddingRight", this.i.il.right);
76943
+ this.i.il = this.i.il;
76886
76944
  }
76887
76945
  get actualContentPaddingTop() {
76888
- return this.i.ib ? this.i.ib.top : NaN;
76946
+ return this.i.il ? this.i.il.top : NaN;
76889
76947
  }
76890
76948
  set actualContentPaddingTop(v) {
76891
76949
  this.ensureActualContentPadding();
76892
- this.i.ib.top = +v;
76893
- this._a("actualContentPaddingTop", this.i.ib.top);
76894
- this.i.ib = this.i.ib;
76950
+ this.i.il.top = +v;
76951
+ this._a("actualContentPaddingTop", this.i.il.top);
76952
+ this.i.il = this.i.il;
76895
76953
  }
76896
76954
  ensureActualContentPadding() {
76897
- if (this.i.ib) {
76955
+ if (this.i.il) {
76898
76956
  return;
76899
76957
  }
76900
- this.i.ib = new Thickness(2);
76958
+ this.i.il = new Thickness(2);
76901
76959
  }
76902
76960
  get cornerRadiusBottomRight() {
76903
- return this.i.go ? this.i.go.b : NaN;
76961
+ return this.i.gx ? this.i.gx.b : NaN;
76904
76962
  }
76905
76963
  set cornerRadiusBottomRight(v) {
76906
76964
  this.ensureCornerRadius();
76907
- this.i.go.b = +v;
76908
- this._a("cornerRadiusBottomRight", this.i.go.b);
76909
- this.i.go = this.i.go;
76965
+ this.i.gx.b = +v;
76966
+ this._a("cornerRadiusBottomRight", this.i.gx.b);
76967
+ this.i.gx = this.i.gx;
76910
76968
  }
76911
76969
  get cornerRadiusBottomLeft() {
76912
- return this.i.go ? this.i.go.a : NaN;
76970
+ return this.i.gx ? this.i.gx.a : NaN;
76913
76971
  }
76914
76972
  set cornerRadiusBottomLeft(v) {
76915
76973
  this.ensureCornerRadius();
76916
- this.i.go.a = +v;
76917
- this._a("cornerRadiusBottomLeft", this.i.go.a);
76918
- this.i.go = this.i.go;
76974
+ this.i.gx.a = +v;
76975
+ this._a("cornerRadiusBottomLeft", this.i.gx.a);
76976
+ this.i.gx = this.i.gx;
76919
76977
  }
76920
76978
  get cornerRadiusTopLeft() {
76921
- return this.i.go ? this.i.go.c : NaN;
76979
+ return this.i.gx ? this.i.gx.c : NaN;
76922
76980
  }
76923
76981
  set cornerRadiusTopLeft(v) {
76924
76982
  this.ensureCornerRadius();
76925
- this.i.go.c = +v;
76926
- this._a("cornerRadiusTopLeft", this.i.go.c);
76927
- this.i.go = this.i.go;
76983
+ this.i.gx.c = +v;
76984
+ this._a("cornerRadiusTopLeft", this.i.gx.c);
76985
+ this.i.gx = this.i.gx;
76928
76986
  }
76929
76987
  get cornerRadiusTopRight() {
76930
- return this.i.go ? this.i.go.d : NaN;
76988
+ return this.i.gx ? this.i.gx.d : NaN;
76931
76989
  }
76932
76990
  set cornerRadiusTopRight(v) {
76933
76991
  this.ensureCornerRadius();
76934
- this.i.go.d = +v;
76935
- this._a("cornerRadiusTopRight", this.i.go.d);
76936
- this.i.go = this.i.go;
76992
+ this.i.gx.d = +v;
76993
+ this._a("cornerRadiusTopRight", this.i.gx.d);
76994
+ this.i.gx = this.i.gx;
76937
76995
  }
76938
76996
  ensureCornerRadius() {
76939
- if (this.i.go) {
76997
+ if (this.i.gx) {
76940
76998
  return;
76941
76999
  }
76942
- this.i.go = new CornerRadius(2);
77000
+ this.i.gx = new CornerRadius(2);
76943
77001
  }
76944
77002
  get actualCornerRadiusBottomRight() {
76945
- return this.i.gn ? this.i.gn.b : NaN;
77003
+ return this.i.gw ? this.i.gw.b : NaN;
76946
77004
  }
76947
77005
  set actualCornerRadiusBottomRight(v) {
76948
77006
  this.ensureActualCornerRadius();
76949
- this.i.gn.b = +v;
76950
- this._a("actualCornerRadiusBottomRight", this.i.gn.b);
76951
- this.i.gn = this.i.gn;
77007
+ this.i.gw.b = +v;
77008
+ this._a("actualCornerRadiusBottomRight", this.i.gw.b);
77009
+ this.i.gw = this.i.gw;
76952
77010
  }
76953
77011
  get actualCornerRadiusBottomLeft() {
76954
- return this.i.gn ? this.i.gn.a : NaN;
77012
+ return this.i.gw ? this.i.gw.a : NaN;
76955
77013
  }
76956
77014
  set actualCornerRadiusBottomLeft(v) {
76957
77015
  this.ensureActualCornerRadius();
76958
- this.i.gn.a = +v;
76959
- this._a("actualCornerRadiusBottomLeft", this.i.gn.a);
76960
- this.i.gn = this.i.gn;
77016
+ this.i.gw.a = +v;
77017
+ this._a("actualCornerRadiusBottomLeft", this.i.gw.a);
77018
+ this.i.gw = this.i.gw;
76961
77019
  }
76962
77020
  get actualCornerRadiusTopLeft() {
76963
- return this.i.gn ? this.i.gn.c : NaN;
77021
+ return this.i.gw ? this.i.gw.c : NaN;
76964
77022
  }
76965
77023
  set actualCornerRadiusTopLeft(v) {
76966
77024
  this.ensureActualCornerRadius();
76967
- this.i.gn.c = +v;
76968
- this._a("actualCornerRadiusTopLeft", this.i.gn.c);
76969
- this.i.gn = this.i.gn;
77025
+ this.i.gw.c = +v;
77026
+ this._a("actualCornerRadiusTopLeft", this.i.gw.c);
77027
+ this.i.gw = this.i.gw;
76970
77028
  }
76971
77029
  get actualCornerRadiusTopRight() {
76972
- return this.i.gn ? this.i.gn.d : NaN;
77030
+ return this.i.gw ? this.i.gw.d : NaN;
76973
77031
  }
76974
77032
  set actualCornerRadiusTopRight(v) {
76975
77033
  this.ensureActualCornerRadius();
76976
- this.i.gn.d = +v;
76977
- this._a("actualCornerRadiusTopRight", this.i.gn.d);
76978
- this.i.gn = this.i.gn;
77034
+ this.i.gw.d = +v;
77035
+ this._a("actualCornerRadiusTopRight", this.i.gw.d);
77036
+ this.i.gw = this.i.gw;
76979
77037
  }
76980
77038
  ensureActualCornerRadius() {
76981
- if (this.i.gn) {
77039
+ if (this.i.gw) {
76982
77040
  return;
76983
77041
  }
76984
- this.i.gn = new CornerRadius(2);
77042
+ this.i.gw = new CornerRadius(2);
76985
77043
  }
76986
77044
  /**
76987
77045
  * Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source.
@@ -77030,161 +77088,161 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
77030
77088
  * Gets or sets the color to use the hovered background of the inputs in the group.
77031
77089
  */
77032
77090
  get focusBorderColor() {
77033
- return brushToString(this.i.h0);
77091
+ return brushToString(this.i.h9);
77034
77092
  }
77035
77093
  set focusBorderColor(v) {
77036
- this.i.h0 = stringToBrush(v);
77037
- this._a("focusBorderColor", brushToString(this.i.h0));
77094
+ this.i.h9 = stringToBrush(v);
77095
+ this._a("focusBorderColor", brushToString(this.i.h9));
77038
77096
  }
77039
77097
  /**
77040
77098
  * Gets the actual item border color.
77041
77099
  */
77042
77100
  get actualFocusBorderColor() {
77043
- return brushToString(this.i.he);
77101
+ return brushToString(this.i.hn);
77044
77102
  }
77045
77103
  set actualFocusBorderColor(v) {
77046
- this.i.he = stringToBrush(v);
77047
- this._a("actualFocusBorderColor", brushToString(this.i.he));
77104
+ this.i.hn = stringToBrush(v);
77105
+ this._a("actualFocusBorderColor", brushToString(this.i.hn));
77048
77106
  }
77049
77107
  /**
77050
77108
  * Gets or sets the border width to use for the border of the item group when focused.
77051
77109
  */
77052
77110
  get focusBorderWidth() {
77053
- return this.i.cs;
77111
+ return this.i.cy;
77054
77112
  }
77055
77113
  set focusBorderWidth(v) {
77056
- this.i.cs = +v;
77057
- this._a("focusBorderWidth", this.i.cs);
77114
+ this.i.cy = +v;
77115
+ this._a("focusBorderWidth", this.i.cy);
77058
77116
  }
77059
77117
  /**
77060
77118
  * Gets the actual item border width.
77061
77119
  */
77062
77120
  get actualFocusBorderWidth() {
77063
- return this.i.b7;
77121
+ return this.i.cd;
77064
77122
  }
77065
77123
  set actualFocusBorderWidth(v) {
77066
- this.i.b7 = +v;
77067
- this._a("actualFocusBorderWidth", this.i.b7);
77124
+ this.i.cd = +v;
77125
+ this._a("actualFocusBorderWidth", this.i.cd);
77068
77126
  }
77069
77127
  /**
77070
77128
  * Gets or sets the color to use for the underline element.
77071
77129
  */
77072
77130
  get focusUnderlineColor() {
77073
- return brushToString(this.i.h1);
77131
+ return brushToString(this.i.ia);
77074
77132
  }
77075
77133
  set focusUnderlineColor(v) {
77076
- this.i.h1 = stringToBrush(v);
77077
- this._a("focusUnderlineColor", brushToString(this.i.h1));
77134
+ this.i.ia = stringToBrush(v);
77135
+ this._a("focusUnderlineColor", brushToString(this.i.ia));
77078
77136
  }
77079
77137
  /**
77080
77138
  * Gets the actual color to use for the underline element when focused.
77081
77139
  */
77082
77140
  get actualFocusUnderlineColor() {
77083
- return brushToString(this.i.hf);
77141
+ return brushToString(this.i.ho);
77084
77142
  }
77085
77143
  set actualFocusUnderlineColor(v) {
77086
- this.i.hf = stringToBrush(v);
77087
- this._a("actualFocusUnderlineColor", brushToString(this.i.hf));
77144
+ this.i.ho = stringToBrush(v);
77145
+ this._a("actualFocusUnderlineColor", brushToString(this.i.ho));
77088
77146
  }
77089
77147
  /**
77090
77148
  * Gets or sets the color to use for the underline element.
77091
77149
  */
77092
77150
  get focusUnderlineOpacity() {
77093
- return this.i.ct;
77151
+ return this.i.cz;
77094
77152
  }
77095
77153
  set focusUnderlineOpacity(v) {
77096
- this.i.ct = +v;
77097
- this._a("focusUnderlineOpacity", this.i.ct);
77154
+ this.i.cz = +v;
77155
+ this._a("focusUnderlineOpacity", this.i.cz);
77098
77156
  }
77099
77157
  /**
77100
77158
  * Gets the actual opacity to use for the underline element when focused.
77101
77159
  */
77102
77160
  get actualFocusUnderlineOpacity() {
77103
- return this.i.b8;
77161
+ return this.i.ce;
77104
77162
  }
77105
77163
  set actualFocusUnderlineOpacity(v) {
77106
- this.i.b8 = +v;
77107
- this._a("actualFocusUnderlineOpacity", this.i.b8);
77164
+ this.i.ce = +v;
77165
+ this._a("actualFocusUnderlineOpacity", this.i.ce);
77108
77166
  }
77109
77167
  /**
77110
77168
  * Gets or sets the opacity to use for the underline ripple element when focused.
77111
77169
  */
77112
77170
  get focusUnderlineRippleOpacity() {
77113
- return this.i.cu;
77171
+ return this.i.c0;
77114
77172
  }
77115
77173
  set focusUnderlineRippleOpacity(v) {
77116
- this.i.cu = +v;
77117
- this._a("focusUnderlineRippleOpacity", this.i.cu);
77174
+ this.i.c0 = +v;
77175
+ this._a("focusUnderlineRippleOpacity", this.i.c0);
77118
77176
  }
77119
77177
  /**
77120
77178
  * Gets the actual opacity to use for the underline ripple element when focused.
77121
77179
  */
77122
77180
  get actualFocusUnderlineRippleOpacity() {
77123
- return this.i.b9;
77181
+ return this.i.cf;
77124
77182
  }
77125
77183
  set actualFocusUnderlineRippleOpacity(v) {
77126
- this.i.b9 = +v;
77127
- this._a("actualFocusUnderlineRippleOpacity", this.i.b9);
77184
+ this.i.cf = +v;
77185
+ this._a("actualFocusUnderlineRippleOpacity", this.i.cf);
77128
77186
  }
77129
77187
  /**
77130
77188
  * Gets or sets the color to use for the underline element.
77131
77189
  */
77132
77190
  get hoverUnderlineColor() {
77133
- return brushToString(this.i.h2);
77191
+ return brushToString(this.i.ib);
77134
77192
  }
77135
77193
  set hoverUnderlineColor(v) {
77136
- this.i.h2 = stringToBrush(v);
77137
- this._a("hoverUnderlineColor", brushToString(this.i.h2));
77194
+ this.i.ib = stringToBrush(v);
77195
+ this._a("hoverUnderlineColor", brushToString(this.i.ib));
77138
77196
  }
77139
77197
  /**
77140
77198
  * Gets the actual color to use for the underline element.
77141
77199
  */
77142
77200
  get actualHoverUnderlineColor() {
77143
- return brushToString(this.i.hg);
77201
+ return brushToString(this.i.hp);
77144
77202
  }
77145
77203
  set actualHoverUnderlineColor(v) {
77146
- this.i.hg = stringToBrush(v);
77147
- this._a("actualHoverUnderlineColor", brushToString(this.i.hg));
77204
+ this.i.hp = stringToBrush(v);
77205
+ this._a("actualHoverUnderlineColor", brushToString(this.i.hp));
77148
77206
  }
77149
77207
  /**
77150
77208
  * Gets or sets the color to use for the underline element.
77151
77209
  */
77152
77210
  get hoverUnderlineOpacity() {
77153
- return this.i.cv;
77211
+ return this.i.c1;
77154
77212
  }
77155
77213
  set hoverUnderlineOpacity(v) {
77156
- this.i.cv = +v;
77157
- this._a("hoverUnderlineOpacity", this.i.cv);
77214
+ this.i.c1 = +v;
77215
+ this._a("hoverUnderlineOpacity", this.i.c1);
77158
77216
  }
77159
77217
  /**
77160
77218
  * Gets the actual opacity to use for the underline element when hovered.
77161
77219
  */
77162
77220
  get actualHoverUnderlineOpacity() {
77163
- return this.i.ca;
77221
+ return this.i.cg;
77164
77222
  }
77165
77223
  set actualHoverUnderlineOpacity(v) {
77166
- this.i.ca = +v;
77167
- this._a("actualHoverUnderlineOpacity", this.i.ca);
77224
+ this.i.cg = +v;
77225
+ this._a("actualHoverUnderlineOpacity", this.i.cg);
77168
77226
  }
77169
77227
  /**
77170
77228
  * Gets or sets the width to use for the underline element when hovered.
77171
77229
  */
77172
77230
  get hoverUnderlineWidth() {
77173
- return this.i.cw;
77231
+ return this.i.c2;
77174
77232
  }
77175
77233
  set hoverUnderlineWidth(v) {
77176
- this.i.cw = +v;
77177
- this._a("hoverUnderlineWidth", this.i.cw);
77234
+ this.i.c2 = +v;
77235
+ this._a("hoverUnderlineWidth", this.i.c2);
77178
77236
  }
77179
77237
  /**
77180
77238
  * Gets the width to use for the underline element when hovered.
77181
77239
  */
77182
77240
  get actualHoverUnderlineWidth() {
77183
- return this.i.cb;
77241
+ return this.i.ch;
77184
77242
  }
77185
77243
  set actualHoverUnderlineWidth(v) {
77186
- this.i.cb = +v;
77187
- this._a("actualHoverUnderlineWidth", this.i.cb);
77244
+ this.i.ch = +v;
77245
+ this._a("actualHoverUnderlineWidth", this.i.ch);
77188
77246
  }
77189
77247
  /**
77190
77248
  * Gets or sets the data to which to bind the combo box list. This can be some type of array or list, or it can
@@ -77206,30 +77264,30 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
77206
77264
  * The text displayed in the label portion of the control.
77207
77265
  */
77208
77266
  get label() {
77209
- return this.i.e4;
77267
+ return this.i.fb;
77210
77268
  }
77211
77269
  set label(v) {
77212
- this.i.e4 = v;
77270
+ this.i.fb = v;
77213
77271
  }
77214
77272
  /**
77215
77273
  * Gets or sets the color to use for the text.
77216
77274
  */
77217
77275
  get labelTextColor() {
77218
- return brushToString(this.i.h3);
77276
+ return brushToString(this.i.ic);
77219
77277
  }
77220
77278
  set labelTextColor(v) {
77221
- this.i.h3 = stringToBrush(v);
77222
- this._a("labelTextColor", brushToString(this.i.h3));
77279
+ this.i.ic = stringToBrush(v);
77280
+ this._a("labelTextColor", brushToString(this.i.ic));
77223
77281
  }
77224
77282
  /**
77225
77283
  * Gets the actual color to use for the text color.
77226
77284
  */
77227
77285
  get actualLabelTextColor() {
77228
- return brushToString(this.i.hh);
77286
+ return brushToString(this.i.hq);
77229
77287
  }
77230
77288
  set actualLabelTextColor(v) {
77231
- this.i.hh = stringToBrush(v);
77232
- this._a("actualLabelTextColor", brushToString(this.i.hh));
77289
+ this.i.hq = stringToBrush(v);
77290
+ this._a("actualLabelTextColor", brushToString(this.i.hq));
77233
77291
  }
77234
77292
  /**
77235
77293
  * Gets or sets the font to use for the combobox.
@@ -77260,10 +77318,10 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
77260
77318
  * Gets or sets the text to display on the list when no suggested matches are found.
77261
77319
  */
77262
77320
  get noMatchesFoundLabel() {
77263
- return this.i.fa;
77321
+ return this.i.fh;
77264
77322
  }
77265
77323
  set noMatchesFoundLabel(v) {
77266
- this.i.fa = v;
77324
+ this.i.fh = v;
77267
77325
  }
77268
77326
  /**
77269
77327
  * Gets the actual text to display on the list when no suggested matches are found.
@@ -77278,41 +77336,41 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
77278
77336
  * Gets or sets the color to use for the "no matches found" label.
77279
77337
  */
77280
77338
  get noMatchesFoundLabelBackgroundColor() {
77281
- return brushToString(this.i.h4);
77339
+ return brushToString(this.i.id);
77282
77340
  }
77283
77341
  set noMatchesFoundLabelBackgroundColor(v) {
77284
- this.i.h4 = stringToBrush(v);
77285
- this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.h4));
77342
+ this.i.id = stringToBrush(v);
77343
+ this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.id));
77286
77344
  }
77287
77345
  /**
77288
77346
  * Gets the actual color to use for the "no matches found" label.
77289
77347
  */
77290
77348
  get actualNoMatchesFoundLabelBackgroundColor() {
77291
- return brushToString(this.i.hi);
77349
+ return brushToString(this.i.hr);
77292
77350
  }
77293
77351
  set actualNoMatchesFoundLabelBackgroundColor(v) {
77294
- this.i.hi = stringToBrush(v);
77295
- this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.hi));
77352
+ this.i.hr = stringToBrush(v);
77353
+ this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.hr));
77296
77354
  }
77297
77355
  /**
77298
77356
  * Gets or sets the color to use for the "no matches found" label.
77299
77357
  */
77300
77358
  get noMatchesFoundLabelTextColor() {
77301
- return brushToString(this.i.h5);
77359
+ return brushToString(this.i.ie);
77302
77360
  }
77303
77361
  set noMatchesFoundLabelTextColor(v) {
77304
- this.i.h5 = stringToBrush(v);
77305
- this._a("noMatchesFoundLabelTextColor", brushToString(this.i.h5));
77362
+ this.i.ie = stringToBrush(v);
77363
+ this._a("noMatchesFoundLabelTextColor", brushToString(this.i.ie));
77306
77364
  }
77307
77365
  /**
77308
77366
  * Gets the actual color to use for the "no matches found" label.
77309
77367
  */
77310
77368
  get actualNoMatchesFoundLabelTextColor() {
77311
- return brushToString(this.i.hj);
77369
+ return brushToString(this.i.hs);
77312
77370
  }
77313
77371
  set actualNoMatchesFoundLabelTextColor(v) {
77314
- this.i.hj = stringToBrush(v);
77315
- this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.hj));
77372
+ this.i.hs = stringToBrush(v);
77373
+ this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.hs));
77316
77374
  }
77317
77375
  /**
77318
77376
  * Gets or sets the font to use for the combobox.
@@ -77333,10 +77391,10 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
77333
77391
  * Placeholder text which gives the user a hint about what kind of text is expected.
77334
77392
  */
77335
77393
  get placeholder() {
77336
- return this.i.ff;
77394
+ return this.i.fn;
77337
77395
  }
77338
77396
  set placeholder(v) {
77339
- this.i.ff = v;
77397
+ this.i.fn = v;
77340
77398
  }
77341
77399
  /**
77342
77400
  * Gets or sets the visibility of the row separators in the drop down.
@@ -77352,21 +77410,21 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
77352
77410
  * Gets or sets the color to use for the text.
77353
77411
  */
77354
77412
  get textColor() {
77355
- return brushToString(this.i.h6);
77413
+ return brushToString(this.i.ig);
77356
77414
  }
77357
77415
  set textColor(v) {
77358
- this.i.h6 = stringToBrush(v);
77359
- this._a("textColor", brushToString(this.i.h6));
77416
+ this.i.ig = stringToBrush(v);
77417
+ this._a("textColor", brushToString(this.i.ig));
77360
77418
  }
77361
77419
  /**
77362
77420
  * Gets the actual color to use for the text color.
77363
77421
  */
77364
77422
  get actualTextColor() {
77365
- return brushToString(this.i.hk);
77423
+ return brushToString(this.i.ht);
77366
77424
  }
77367
77425
  set actualTextColor(v) {
77368
- this.i.hk = stringToBrush(v);
77369
- this._a("actualTextColor", brushToString(this.i.hk));
77426
+ this.i.ht = stringToBrush(v);
77427
+ this._a("actualTextColor", brushToString(this.i.ht));
77370
77428
  }
77371
77429
  /**
77372
77430
  * Gets or sets the font to use for the combobox.
@@ -77387,131 +77445,131 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
77387
77445
  * Gets or sets the color to use for the underline element.
77388
77446
  */
77389
77447
  get underlineColor() {
77390
- return brushToString(this.i.h7);
77448
+ return brushToString(this.i.ih);
77391
77449
  }
77392
77450
  set underlineColor(v) {
77393
- this.i.h7 = stringToBrush(v);
77394
- this._a("underlineColor", brushToString(this.i.h7));
77451
+ this.i.ih = stringToBrush(v);
77452
+ this._a("underlineColor", brushToString(this.i.ih));
77395
77453
  }
77396
77454
  /**
77397
77455
  * Gets the actual color to use for the underline element.
77398
77456
  */
77399
77457
  get actualUnderlineColor() {
77400
- return brushToString(this.i.hl);
77458
+ return brushToString(this.i.hu);
77401
77459
  }
77402
77460
  set actualUnderlineColor(v) {
77403
- this.i.hl = stringToBrush(v);
77404
- this._a("actualUnderlineColor", brushToString(this.i.hl));
77461
+ this.i.hu = stringToBrush(v);
77462
+ this._a("actualUnderlineColor", brushToString(this.i.hu));
77405
77463
  }
77406
77464
  /**
77407
77465
  * Gets or sets the color to use for the underline element.
77408
77466
  */
77409
77467
  get underlineOpacity() {
77410
- return this.i.cx;
77468
+ return this.i.c3;
77411
77469
  }
77412
77470
  set underlineOpacity(v) {
77413
- this.i.cx = +v;
77414
- this._a("underlineOpacity", this.i.cx);
77471
+ this.i.c3 = +v;
77472
+ this._a("underlineOpacity", this.i.c3);
77415
77473
  }
77416
77474
  /**
77417
77475
  * Gets the actual opacity to use for the underline element.
77418
77476
  */
77419
77477
  get actualUnderlineOpacity() {
77420
- return this.i.cc;
77478
+ return this.i.ci;
77421
77479
  }
77422
77480
  set actualUnderlineOpacity(v) {
77423
- this.i.cc = +v;
77424
- this._a("actualUnderlineOpacity", this.i.cc);
77481
+ this.i.ci = +v;
77482
+ this._a("actualUnderlineOpacity", this.i.ci);
77425
77483
  }
77426
77484
  /**
77427
77485
  * Gets or sets the color to use for the underline ripple element.
77428
77486
  */
77429
77487
  get underlineRippleColor() {
77430
- return brushToString(this.i.h8);
77488
+ return brushToString(this.i.ii);
77431
77489
  }
77432
77490
  set underlineRippleColor(v) {
77433
- this.i.h8 = stringToBrush(v);
77434
- this._a("underlineRippleColor", brushToString(this.i.h8));
77491
+ this.i.ii = stringToBrush(v);
77492
+ this._a("underlineRippleColor", brushToString(this.i.ii));
77435
77493
  }
77436
77494
  /**
77437
77495
  * Gets the actual color to use for the underline ripple element.
77438
77496
  */
77439
77497
  get actualUnderlineRippleColor() {
77440
- return brushToString(this.i.hm);
77498
+ return brushToString(this.i.hv);
77441
77499
  }
77442
77500
  set actualUnderlineRippleColor(v) {
77443
- this.i.hm = stringToBrush(v);
77444
- this._a("actualUnderlineRippleColor", brushToString(this.i.hm));
77501
+ this.i.hv = stringToBrush(v);
77502
+ this._a("actualUnderlineRippleColor", brushToString(this.i.hv));
77445
77503
  }
77446
77504
  /**
77447
77505
  * Gets or sets the opacity to use for the underline ripple element.
77448
77506
  */
77449
77507
  get underlineRippleOpacity() {
77450
- return this.i.cy;
77508
+ return this.i.c4;
77451
77509
  }
77452
77510
  set underlineRippleOpacity(v) {
77453
- this.i.cy = +v;
77454
- this._a("underlineRippleOpacity", this.i.cy);
77511
+ this.i.c4 = +v;
77512
+ this._a("underlineRippleOpacity", this.i.c4);
77455
77513
  }
77456
77514
  /**
77457
77515
  * Gets the actual opacity to use for the underline ripple element.
77458
77516
  */
77459
77517
  get actualUnderlineRippleOpacity() {
77460
- return this.i.cd;
77518
+ return this.i.cj;
77461
77519
  }
77462
77520
  set actualUnderlineRippleOpacity(v) {
77463
- this.i.cd = +v;
77464
- this._a("actualUnderlineRippleOpacity", this.i.cd);
77521
+ this.i.cj = +v;
77522
+ this._a("actualUnderlineRippleOpacity", this.i.cj);
77465
77523
  }
77466
77524
  /**
77467
77525
  * Gets or sets the width to use for the underline element.
77468
77526
  */
77469
77527
  get underlineRippleWidth() {
77470
- return this.i.cz;
77528
+ return this.i.c5;
77471
77529
  }
77472
77530
  set underlineRippleWidth(v) {
77473
- this.i.cz = +v;
77474
- this._a("underlineRippleWidth", this.i.cz);
77531
+ this.i.c5 = +v;
77532
+ this._a("underlineRippleWidth", this.i.c5);
77475
77533
  }
77476
77534
  /**
77477
77535
  * Gets the actual width to use for the underline element.
77478
77536
  */
77479
77537
  get actualUnderlineRippleWidth() {
77480
- return this.i.ce;
77538
+ return this.i.ck;
77481
77539
  }
77482
77540
  set actualUnderlineRippleWidth(v) {
77483
- this.i.ce = +v;
77484
- this._a("actualUnderlineRippleWidth", this.i.ce);
77541
+ this.i.ck = +v;
77542
+ this._a("actualUnderlineRippleWidth", this.i.ck);
77485
77543
  }
77486
77544
  /**
77487
77545
  * Gets or sets the width to use for the underline element.
77488
77546
  */
77489
77547
  get underlineWidth() {
77490
- return this.i.c0;
77548
+ return this.i.c6;
77491
77549
  }
77492
77550
  set underlineWidth(v) {
77493
- this.i.c0 = +v;
77494
- this._a("underlineWidth", this.i.c0);
77551
+ this.i.c6 = +v;
77552
+ this._a("underlineWidth", this.i.c6);
77495
77553
  }
77496
77554
  /**
77497
77555
  * Gets the actual width to use for the underline element.
77498
77556
  */
77499
77557
  get actualUnderlineWidth() {
77500
- return this.i.cf;
77558
+ return this.i.cl;
77501
77559
  }
77502
77560
  set actualUnderlineWidth(v) {
77503
- this.i.cf = +v;
77504
- this._a("actualUnderlineWidth", this.i.cf);
77561
+ this.i.cl = +v;
77562
+ this._a("actualUnderlineWidth", this.i.cl);
77505
77563
  }
77506
77564
  /**
77507
77565
  * Whether to allow filtering of the combo
77508
77566
  */
77509
77567
  get allowFilter() {
77510
- return this.i.bd;
77568
+ return this.i.bg;
77511
77569
  }
77512
77570
  set allowFilter(v) {
77513
- this.i.bd = ensureBool(v);
77514
- this._a("allowFilter", this.i.bd);
77571
+ this.i.bg = ensureBool(v);
77572
+ this._a("allowFilter", this.i.bg);
77515
77573
  }
77516
77574
  /**
77517
77575
  * Returns/sets the action to take when a column header is clicked.
@@ -77527,10 +77585,10 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
77527
77585
  * Determines the name of the field in the data source will be used as the Text of the MultiColumnComboBox.
77528
77586
  */
77529
77587
  get textField() {
77530
- return this.i.fn;
77588
+ return this.i.fv;
77531
77589
  }
77532
77590
  set textField(v) {
77533
- this.i.fn = v;
77591
+ this.i.fv = v;
77534
77592
  }
77535
77593
  /**
77536
77594
  * The text displayed in the edit portion of the control.
@@ -77581,6 +77639,36 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
77581
77639
  set value(v) {
77582
77640
  this.i.value = v;
77583
77641
  }
77642
+ /**
77643
+ * Indicates that the dropdown will position itself relative to the window instead of the document.
77644
+ */
77645
+ get isFixed() {
77646
+ return this.i.bn;
77647
+ }
77648
+ set isFixed(v) {
77649
+ this.i.bn = ensureBool(v);
77650
+ this._a("isFixed", this.i.bn);
77651
+ }
77652
+ /**
77653
+ * Indicates that the dropdown should open as a child of the combobox.
77654
+ */
77655
+ get openAsChild() {
77656
+ return this.i.bo;
77657
+ }
77658
+ set openAsChild(v) {
77659
+ this.i.bo = ensureBool(v);
77660
+ this._a("openAsChild", this.i.bo);
77661
+ }
77662
+ /**
77663
+ * Indicates that the dropdown will place itself into the browser top layer.
77664
+ */
77665
+ get useTopLayer() {
77666
+ return this.i.br;
77667
+ }
77668
+ set useTopLayer(v) {
77669
+ this.i.br = ensureBool(v);
77670
+ this._a("useTopLayer", this.i.br);
77671
+ }
77584
77672
  findByName(name) {
77585
77673
  if (this.findEphemera) {
77586
77674
  if (name && name.indexOf("@@e:") == 0) {
@@ -77668,7 +77756,7 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
77668
77756
 
77669
77757
  */
77670
77758
  exportVisualModel() {
77671
- let iv = this.i.c3();
77759
+ let iv = this.i.c9();
77672
77760
  return (iv);
77673
77761
  }
77674
77762
  /**
@@ -77676,7 +77764,7 @@ let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
77676
77764
 
77677
77765
  */
77678
77766
  exportSerializedVisualModel() {
77679
- let iv = this.i.eq();
77767
+ let iv = this.i.ew();
77680
77768
  return (iv);
77681
77769
  }
77682
77770
  get gotFocus() {
@@ -85100,11 +85188,11 @@ let PropertyEditor = /*@__PURE__*/ (() => {
85100
85188
  c.density = 3;
85101
85189
  }
85102
85190
  let e = this.s(a, b.cellInfo.et, b.cellInfo.g4);
85103
- if (c.c7 != e) {
85191
+ if (c.dd != e) {
85104
85192
  if (!d) {
85105
85193
  c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(this, this.cq));
85106
85194
  }
85107
- c.c7 = e;
85195
+ c.dd = e;
85108
85196
  c.value = null;
85109
85197
  c.itemsSource = this.b(this.a(e));
85110
85198
  if (e.af != c.value) {
@@ -85131,7 +85219,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
85131
85219
  }
85132
85220
  if (d) {
85133
85221
  c.selectedValueChanged = delegateCombine(c.selectedValueChanged, runOn(this, this.cq));
85134
- c.hn = BrushUtil.h(255, 255, 255, 255);
85222
+ c.hw = BrushUtil.h(255, 255, 255, 255);
85135
85223
  c.g = ["Name"];
85136
85224
  c.columnHeadersVisible = false;
85137
85225
  c.defaultColumnWidth = ((() => {
@@ -85140,7 +85228,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
85140
85228
  $ret.f = this.ba(e);
85141
85229
  return $ret;
85142
85230
  })());
85143
- c.fn = "Name";
85231
+ c.fv = "Name";
85144
85232
  }
85145
85233
  });
85146
85234
  }
@@ -85164,7 +85252,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
85164
85252
  }
85165
85253
  cq(a, b) {
85166
85254
  let c = a;
85167
- let d = c.c7;
85255
+ let d = c.dd;
85168
85256
  this.an = true;
85169
85257
  d.af = c.value;
85170
85258
  d.ao();