igniteui-webcomponents-grids 4.7.2-beta.1 → 4.7.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.
@@ -12,6 +12,7 @@ import { XLabel } from "igniteui-webcomponents-inputs";
12
12
  import { XInput } from "igniteui-webcomponents-inputs";
13
13
  import { List$1 } from "igniteui-webcomponents-core";
14
14
  import { XIcon } from "igniteui-webcomponents-inputs";
15
+ import { BrushUtil } from "igniteui-webcomponents-core";
15
16
  import { GridCellPosition } from "./GridCellPosition";
16
17
  import { Rect } from "igniteui-webcomponents-core";
17
18
  import { GotFocusEventArgs } from "./GotFocusEventArgs";
@@ -43,7 +44,6 @@ import { FastReflectionHelper } from "igniteui-webcomponents-core";
43
44
  import { MultiColumnComboVisualModelExport } from "./MultiColumnComboVisualModelExport";
44
45
  import { AppearanceHelper } from "igniteui-webcomponents-core";
45
46
  import { FontUtil } from "igniteui-webcomponents-core";
46
- import { BrushUtil } from "igniteui-webcomponents-core";
47
47
  import { isNaN_ } from "igniteui-webcomponents-core";
48
48
  /**
49
49
  * @hidden
@@ -107,14 +107,14 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
107
107
  }
108
108
  b2() {
109
109
  this.ag = this.ac.createElement("div");
110
- this.cv();
110
+ this.cx();
111
111
  this.a1();
112
112
  this.a0();
113
113
  this.ak.append(this.ai);
114
114
  this.cm();
115
115
  this.co();
116
116
  document.addEventListener("click", runOn(this, this.a2), false);
117
- window.addEventListener("resize", runOn(this, this.c1), false);
117
+ window.addEventListener("resize", runOn(this, this.c3), false);
118
118
  }
119
119
  aw(a) {
120
120
  let b = this.g.p();
@@ -178,7 +178,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
178
178
  this.l.provideContainer(e);
179
179
  let f = e.getExternal(this.l, e.rootWrapper, e.getExternal(this.g, null, null));
180
180
  if (this.f.actualLabelVisible) {
181
- this.cy();
181
+ this.c0();
182
182
  }
183
183
  this.ah = a.createElement("div");
184
184
  this.ah.addClass("ig-input");
@@ -201,7 +201,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
201
201
  l.mouseDown = delegateCombine(l.mouseDown, runOn(this, this.bm));
202
202
  this.k.appendContentChild(this.ah);
203
203
  this.k.inputs.add(this.j);
204
- this.a5(this.g.bd);
204
+ this.a5(this.g.bg);
205
205
  let m = a.createElement("div");
206
206
  let n = a.getSubRenderer(m);
207
207
  let o = new XSuffix();
@@ -235,12 +235,16 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
235
235
  this.k.inputs.add(u);
236
236
  this.ae.listen("click", runOn(this, this.ax));
237
237
  this.af.listen("click", runOn(this, this.a4));
238
- this.cp();
238
+ this.cq();
239
239
  }
240
240
  a1() {
241
241
  let a = this.ac.createElement("div");
242
242
  let b = this.ac.getSubRenderer(a);
243
243
  this.m = new Popup();
244
+ this.m.aq = this.f.bn;
245
+ this.m.ax = this.f.br;
246
+ this.m.cy = BrushUtil.h(255, 255, 255, 255);
247
+ this.m.a8 = 150;
244
248
  this.m.provideRenderer(b);
245
249
  let c = b.getExternal(this.m, b.rootWrapper, b.getExternal(this.g, null, null));
246
250
  this.am = this.ac.createElement("div");
@@ -296,7 +300,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
296
300
  else {
297
301
  if (h > 1) {
298
302
  }
299
- let i = this.g.ez();
303
+ let i = this.g.e5();
300
304
  a = this.a.getItemAtIndex(0);
301
305
  let j = this.a.getItemProperty(a, i).toString();
302
306
  this.g.text = j;
@@ -334,7 +338,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
334
338
  if (null != d) {
335
339
  if (d.b >= a && d.b <= b) {
336
340
  this.cf(d.b);
337
- this.cw();
341
+ this.cy();
338
342
  }
339
343
  }
340
344
  }
@@ -354,7 +358,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
354
358
  }
355
359
  }
356
360
  else {
357
- this.cu();
361
+ this.cw();
358
362
  }
359
363
  }
360
364
  b1(a, b) {
@@ -366,18 +370,23 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
366
370
  return this.u(a);
367
371
  }
368
372
  a3() {
369
- this.cz();
373
+ this.c1();
370
374
  this.bp();
371
375
  let a = this.n;
372
376
  if (a.aw) {
373
377
  return;
374
378
  }
375
- let b = this.c2();
379
+ let b = this.c4();
376
380
  a.al = !this.w;
377
- a.showRelativeToExclusionRect(b, 1, 1);
381
+ if (this.f.bo) {
382
+ a.cp(this.ac.rootWrapper.getNativeElement(), 1, 1);
383
+ }
384
+ else {
385
+ a.showRelativeToExclusionRect(b, 1, 1);
386
+ }
378
387
  this.co();
379
388
  }
380
- c2() {
389
+ c4() {
381
390
  let a = this.ac.rootWrapper.getNativeElement();
382
391
  let b = (a.getBoundingClientRect());
383
392
  return new Rect(0, b.left + window.pageXOffset, b.top + window.pageYOffset, b.width, b.height);
@@ -427,7 +436,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
427
436
  if (b == null) {
428
437
  return;
429
438
  }
430
- a.f9(b);
439
+ a.gi(b);
431
440
  }
432
441
  bp() {
433
442
  this.n.b8();
@@ -447,13 +456,13 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
447
456
  this.k.an = true;
448
457
  this.j.dp();
449
458
  let a = new GotFocusEventArgs();
450
- this.g.f5(a);
459
+ this.g.ge(a);
451
460
  }
452
461
  bz() {
453
462
  this.az();
454
463
  this.k.j8();
455
464
  let a = new LostFocusEventArgs();
456
- this.g.f7(a);
465
+ this.g.gg(a);
457
466
  }
458
467
  b4(a) {
459
468
  if (a == null) {
@@ -486,7 +495,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
486
495
  switch (a) {
487
496
  case 2:
488
497
  {
489
- let g = this.g.ez();
498
+ let g = this.g.e5();
490
499
  if (stringIsNullOrEmpty(g)) {
491
500
  return;
492
501
  }
@@ -531,7 +540,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
531
540
  }
532
541
  }
533
542
  b7() {
534
- this.cs();
543
+ this.cu();
535
544
  let a = this.f.text;
536
545
  let b = this.au.length;
537
546
  let c = !stringIsNullOrEmpty(a) ? a.length : 0;
@@ -564,7 +573,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
564
573
  }
565
574
  cj() {
566
575
  if (this.ae != null && this.j != null) {
567
- if (this.g.bl == false) {
576
+ if (this.g.bq == false) {
568
577
  this.ae.setStyleProperty("display", "none");
569
578
  }
570
579
  else if ((this.g.value != null && this.g.value != "") || (this.j.cq != null && this.j.cq != "")) {
@@ -585,7 +594,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
585
594
  a.selectedItemsChanged = delegateRemove(a.selectedItemsChanged, runOn(this, this.bd));
586
595
  this.v = true;
587
596
  try {
588
- this.g.gh(this.au);
597
+ this.g.gq(this.au);
589
598
  }
590
599
  finally {
591
600
  this.v = false;
@@ -680,7 +689,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
680
689
  if (!this.r) {
681
690
  this.a8(b.activeCell);
682
691
  }
683
- this.cw();
692
+ this.cy();
684
693
  }
685
694
  cl(a) {
686
695
  this.b6(2, a);
@@ -694,40 +703,40 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
694
703
  this.k.t = a.density;
695
704
  this.k.p = a.ah;
696
705
  this.k.d = a.ac;
697
- this.k.mc = a.hc;
698
- this.k.md = a.hd;
699
- this.k.c0 = a.b6;
700
- this.k.oi = a.ib;
701
- this.k.ks = a.gn;
706
+ this.k.mc = a.hl;
707
+ this.k.md = a.hm;
708
+ this.k.c0 = a.cc;
709
+ this.k.oi = a.il;
710
+ this.k.ks = a.gw;
702
711
  this.k.t = a.am;
703
- this.k.no = a.he;
704
- this.k.eg = a.b7;
705
- this.k.np = a.hf;
706
- this.k.eh = a.b8;
707
- this.k.ei = a.b9;
708
- this.k.nq = a.hg;
709
- this.k.ej = a.ca;
710
- this.k.ek = a.cb;
711
- this.k.n6 = a.hl;
712
- this.k.e5 = a.cc;
713
- this.k.n7 = a.hm;
714
- this.k.e6 = a.cd;
715
- this.k.e7 = a.ce;
716
- this.k.e8 = a.cf;
712
+ this.k.no = a.hn;
713
+ this.k.eg = a.cd;
714
+ this.k.np = a.ho;
715
+ this.k.eh = a.ce;
716
+ this.k.ei = a.cf;
717
+ this.k.nq = a.hp;
718
+ this.k.ej = a.cg;
719
+ this.k.ek = a.ch;
720
+ this.k.n6 = a.hu;
721
+ this.k.e5 = a.ci;
722
+ this.k.n7 = a.hv;
723
+ this.k.e6 = a.cj;
724
+ this.k.e7 = a.ck;
725
+ this.k.e8 = a.cl;
717
726
  }
718
727
  if (null != this.j) {
719
- this.j.d8 = a.hk;
728
+ this.j.d8 = a.ht;
720
729
  this.j.af = a.ax;
721
- this.j.cg = a.ff;
730
+ this.j.cg = a.fn;
722
731
  }
723
732
  if (null != this.l) {
724
- this.l.text = a.e4;
725
- this.l.df = a.hh;
733
+ this.l.text = a.fb;
734
+ this.l.df = a.hq;
726
735
  this.l.y = a.av;
727
736
  }
728
737
  if (null != this.am) {
729
- NativeUI.q(this.am, a.hj);
730
- NativeUI.m(this.am, a.hi);
738
+ NativeUI.q(this.am, a.hs);
739
+ NativeUI.m(this.am, a.hr);
731
740
  if (null != a.aw) {
732
741
  this.am.setStyleProperty("font", a.aw.fontString);
733
742
  }
@@ -745,7 +754,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
745
754
  MultiColumnComboBoxUtilities.c(this.af, c);
746
755
  }
747
756
  }
748
- cs() {
757
+ cu() {
749
758
  if (!this.v) {
750
759
  if (null != this.j) {
751
760
  let a = this.f.text;
@@ -758,7 +767,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
758
767
  let b = null != a ? a.aw : false;
759
768
  this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
760
769
  }
761
- cr() {
770
+ ct() {
762
771
  let a = this.d.actualHeaderHeight + 3;
763
772
  let b = this.d.actualRowHeight + this.d.rowSeparatorHeight;
764
773
  let c = this.d.actualDataSource;
@@ -792,7 +801,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
792
801
  this.am.setStyleProperty("height", p);
793
802
  }
794
803
  }
795
- ct() {
804
+ cv() {
796
805
  if (this.w) {
797
806
  return;
798
807
  }
@@ -804,11 +813,11 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
804
813
  a.ep = null;
805
814
  }
806
815
  else {
807
- this.cu();
816
+ this.cw();
808
817
  }
809
818
  }
810
819
  }
811
- cu() {
820
+ cw() {
812
821
  let a = this.g;
813
822
  if (null != a.value) {
814
823
  let b = this.g.value;
@@ -820,19 +829,19 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
820
829
  }
821
830
  }
822
831
  }
823
- cv() {
832
+ cx() {
824
833
  if (null == this.d) {
825
834
  this.ac.getPortal(this.ag, "DataGrid", (a) => {
826
835
  this.aq = a.componentRef;
827
836
  this.aq.height = '100%';
828
837
  this.aq.width = '100%';
829
838
  this.d = (this.aq.i);
830
- this.cx();
839
+ this.cz();
831
840
  this.d.selectionMode = 1;
832
841
  this.d.selectionBehavior = 0;
833
842
  this.d.activationMode = 1;
834
843
  this.d.defaultColumnWidth = this.f.defaultColumnWidth;
835
- this.cq();
844
+ this.cr();
836
845
  this.d.editMode = 0;
837
846
  this.d.isColumnOptionsEnabled = false;
838
847
  this.d.isActiveCellStyleEnabled = false;
@@ -859,10 +868,10 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
859
868
  cn(a) {
860
869
  if (this.d != null) {
861
870
  this.d.defaultColumnWidth = a;
862
- this.cr();
871
+ this.ct();
863
872
  }
864
873
  }
865
- cq() {
874
+ cr() {
866
875
  if (this.d != null) {
867
876
  let a = 0;
868
877
  switch (this.f.x) {
@@ -885,7 +894,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
885
894
  this.d.headerClickAction = a;
886
895
  }
887
896
  }
888
- cw() {
897
+ cy() {
889
898
  if (!this.t) {
890
899
  return;
891
900
  }
@@ -905,7 +914,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
905
914
  a.scrollToRowByIndex(0);
906
915
  }
907
916
  }
908
- cx() {
917
+ cz() {
909
918
  if (null != this.aq) {
910
919
  let a = this.g;
911
920
  let b = a.itemsSource;
@@ -932,7 +941,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
932
941
  }
933
942
  this.a = null;
934
943
  if (this.n != null && this.n.aw) {
935
- this.cz();
944
+ this.c1();
936
945
  this.n.b8();
937
946
  }
938
947
  }
@@ -943,7 +952,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
943
952
  this.ao = -1;
944
953
  }
945
954
  }
946
- cy() {
955
+ c0() {
947
956
  if (null != this.aj) {
948
957
  let a = this.f.actualLabelVisible;
949
958
  if (a) {
@@ -964,8 +973,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
964
973
  this.k.disabled = !a;
965
974
  }
966
975
  }
967
- cz() {
968
- this.cr();
976
+ c1() {
977
+ this.ct();
969
978
  if (!this.w) {
970
979
  this.z = false;
971
980
  }
@@ -1000,7 +1009,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1000
1009
  get ad() {
1001
1010
  return this.ac;
1002
1011
  }
1003
- c0() {
1012
+ c2() {
1004
1013
  if (null != this.al) {
1005
1014
  this.al.setStyleProperty("box-sizing", "border-box");
1006
1015
  }
@@ -1036,7 +1045,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1036
1045
  this.r = true;
1037
1046
  }
1038
1047
  a9(a, b) {
1039
- this.ct();
1048
+ this.cv();
1040
1049
  }
1041
1050
  ba(a, b) {
1042
1051
  if (typeCast(TextHeaderCellModel.$, b.cellInfo) !== null) {
@@ -1045,7 +1054,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1045
1054
  this.br();
1046
1055
  }
1047
1056
  bb(a, b) {
1048
- this.cr();
1057
+ this.ct();
1049
1058
  this.bp();
1050
1059
  }
1051
1060
  bd(a, b) {
@@ -1055,10 +1064,10 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1055
1064
  }
1056
1065
  be(a, b) {
1057
1066
  this.t = b.b != 0 && b.a != 0;
1058
- this.cw();
1067
+ this.cy();
1059
1068
  }
1060
1069
  bf(a, b) {
1061
- this.cw();
1070
+ this.cy();
1062
1071
  let c = this.d;
1063
1072
  c.viewportChanged = delegateRemove(c.viewportChanged, runOn(this, this.bf));
1064
1073
  }
@@ -1066,7 +1075,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1066
1075
  if (b.isCompositionInProgress) {
1067
1076
  return;
1068
1077
  }
1069
- this.f.f4(b);
1078
+ this.f.gd(b);
1070
1079
  let c = b.value;
1071
1080
  this.b9(c);
1072
1081
  }
@@ -1078,7 +1087,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1078
1087
  this.cd();
1079
1088
  }
1080
1089
  bl(a, b) {
1081
- this.f.f6(b);
1090
+ this.f.gf(b);
1082
1091
  if (b.defaultPrevented) {
1083
1092
  return;
1084
1093
  }
@@ -1106,7 +1115,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1106
1115
  case 40:
1107
1116
  if (d == 1) {
1108
1117
  this.a3();
1109
- this.ct();
1118
+ this.cv();
1110
1119
  b.preventDefault();
1111
1120
  }
1112
1121
  else {
@@ -1188,15 +1197,15 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1188
1197
  this.bz();
1189
1198
  }
1190
1199
  }
1191
- c1(a) {
1200
+ c3(a) {
1192
1201
  let b = this.n;
1193
1202
  if (null == b || false == b.aw) {
1194
1203
  return;
1195
1204
  }
1196
- let c = this.c2();
1205
+ let c = this.c4();
1197
1206
  this.m.b9(c);
1198
1207
  }
1199
- cp() {
1208
+ cq() {
1200
1209
  if (this.g.disallowTabFocus) {
1201
1210
  if (this.ai != null) {
1202
1211
  this.ai.setAttribute("tabIndex", "-1");
@@ -1214,6 +1223,16 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1214
1223
  }
1215
1224
  }
1216
1225
  }
1226
+ cp() {
1227
+ if (this.m != null) {
1228
+ this.m.aq = this.g.bn;
1229
+ }
1230
+ }
1231
+ cs() {
1232
+ if (this.m != null) {
1233
+ this.m.ax = this.g.br;
1234
+ }
1235
+ }
1217
1236
  }
1218
1237
  MultiColumnComboBoxView.$t = /*@__PURE__*/ markType(MultiColumnComboBoxView, 'MultiColumnComboBoxView');
1219
1238
  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";
@@ -1228,108 +1247,111 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1228
1247
  class MultiColumnComboBox extends Base {
1229
1248
  constructor() {
1230
1249
  super();
1231
- this.c7 = null;
1232
- this.hs = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1233
- this.ht = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1234
- this.ci = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
1235
- this.id = XInputGroup.m.ai(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1236
- this.gp = XInputGroup.m.y(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1237
- this.hu = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1238
- this.cj = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
1239
- this.hv = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1240
- this.ck = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
1241
- this.cl = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1242
- this.hw = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1243
- this.cm = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
1244
- this.cn = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
1245
- this.hx = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1246
- this.co = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
1247
- this.hy = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1248
- this.cp = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1249
- this.cq = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
1250
- this.cr = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
1250
+ this.dd = null;
1251
+ this.h1 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1252
+ this.h2 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1253
+ this.co = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
1254
+ this.io = XInputGroup.m.ai(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1255
+ this.gy = XInputGroup.m.y(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1256
+ this.h3 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1257
+ this.cp = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
1258
+ this.h4 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1259
+ this.cq = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
1260
+ this.cr = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1261
+ this.h5 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1262
+ this.cs = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
1263
+ this.ct = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
1264
+ this.h6 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1265
+ this.cu = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
1266
+ this.h7 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1267
+ this.cv = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1268
+ this.cw = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
1269
+ this.cx = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
1251
1270
  this.a5 = null;
1252
1271
  this.a0 = null;
1253
1272
  this.v = null;
1254
1273
  this.a8 = false;
1255
- this.ba = true;
1274
+ this.bc = true;
1256
1275
  this.c = null;
1257
1276
  this.m = ColumnWidth.a;
1258
- this.g1 = null;
1259
- this.gq = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1277
+ this.ha = null;
1278
+ this.gz = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
1260
1279
  this.af = 0;
1261
1280
  this.ae = 1;
1262
- this.g2 = null;
1263
- this.gr = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1264
- this.bw = NaN;
1265
- this.bm = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
1266
- this.be = true;
1267
- this.ia = new Thickness(1, NaN, NaN, NaN, NaN);
1268
- this.h9 = ThemeResolver.ak(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1269
- this.gm = new CornerRadius(1, NaN, NaN, NaN, NaN);
1270
- this.gl = ThemeResolver.aa(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1281
+ this.hb = null;
1282
+ this.g0 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
1283
+ this.b2 = NaN;
1284
+ this.bs = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
1285
+ this.bh = true;
1286
+ this.ik = new Thickness(1, NaN, NaN, NaN, NaN);
1287
+ this.ij = ThemeResolver.ak(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
1288
+ this.gv = new CornerRadius(1, NaN, NaN, NaN, NaN);
1289
+ this.gu = ThemeResolver.aa(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
1271
1290
  this.b = null;
1272
1291
  this.al = 0;
1273
1292
  this.ak = 0;
1274
- this.bh = true;
1275
- this.g3 = null;
1276
- this.gs = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1277
- this.bx = NaN;
1278
- this.bn = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
1279
- this.g4 = null;
1280
- this.gt = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1281
- this.by = NaN;
1282
- this.bo = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
1283
- this.bz = NaN;
1284
- this.bp = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1285
- this.g5 = null;
1286
- this.gu = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1287
- this.b0 = NaN;
1288
- this.bq = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
1289
- this.b1 = NaN;
1290
- this.br = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
1291
- this.c1 = null;
1292
- this.e6 = null;
1293
- this.g6 = null;
1294
- this.gv = MultiColumnComboBox.hp;
1293
+ this.bk = true;
1294
+ this.hc = null;
1295
+ this.g1 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
1296
+ this.b3 = NaN;
1297
+ this.bt = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
1298
+ this.hd = null;
1299
+ this.g2 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
1300
+ this.b4 = NaN;
1301
+ this.bu = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
1302
+ this.b5 = NaN;
1303
+ this.bv = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
1304
+ this.he = null;
1305
+ this.g3 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
1306
+ this.b6 = NaN;
1307
+ this.bw = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
1308
+ this.b7 = NaN;
1309
+ this.bx = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
1310
+ this.c7 = null;
1311
+ this.fd = null;
1312
+ this.hf = null;
1313
+ this.g4 = MultiColumnComboBox.hy;
1295
1314
  this.as = null;
1296
1315
  this.ap = null;
1297
- this.bb = false;
1298
- this.e9 = null;
1299
- this.dv = "No Matches Found";
1300
- this.g7 = null;
1301
- this.gw = MultiColumnComboBox.hq;
1302
- this.g8 = null;
1303
- this.gx = MultiColumnComboBox.hr;
1316
+ this.be = false;
1317
+ this.fg = null;
1318
+ this.d1 = "No Matches Found";
1319
+ this.hg = null;
1320
+ this.g5 = MultiColumnComboBox.hz;
1321
+ this.hh = null;
1322
+ this.g6 = MultiColumnComboBox.h0;
1304
1323
  this.at = null;
1305
1324
  this.aq = null;
1306
- this.fg = "";
1307
- this.a9 = true;
1308
- this.g9 = MultiColumnComboBox.hz;
1309
- this.gy = MultiColumnComboBox.hz;
1325
+ this.fo = "";
1326
+ this.bb = true;
1327
+ this.hi = MultiColumnComboBox.h8;
1328
+ this.g7 = MultiColumnComboBox.h8;
1310
1329
  this.au = null;
1311
1330
  this.ar = null;
1312
- this.ha = null;
1313
- this.gz = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1314
- this.b2 = NaN;
1315
- this.bs = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
1316
- this.hb = null;
1317
- this.g0 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1318
- this.b3 = NaN;
1319
- this.bt = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
1320
- this.b4 = NaN;
1321
- this.bu = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
1322
- this.b5 = NaN;
1323
- this.bv = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
1331
+ this.hj = null;
1332
+ this.g8 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
1333
+ this.b8 = NaN;
1334
+ this.by = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
1335
+ this.hk = null;
1336
+ this.g9 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
1337
+ this.b9 = NaN;
1338
+ this.bz = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
1339
+ this.ca = NaN;
1340
+ this.b0 = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
1341
+ this.cb = NaN;
1342
+ this.b1 = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
1324
1343
  this.a7 = true;
1325
1344
  this.w = 0;
1326
- this.da = null;
1327
- this.c9 = null;
1345
+ this.dg = null;
1346
+ this.df = null;
1328
1347
  this.d = null;
1329
1348
  this.a = null;
1330
- this.c2 = null;
1349
+ this.c8 = null;
1331
1350
  this.aa = 0;
1332
- this.bj = false;
1351
+ this.bm = false;
1352
+ this.a9 = false;
1353
+ this.ba = false;
1354
+ this.bd = false;
1333
1355
  this.gotFocus = null;
1334
1356
  this.lostFocus = null;
1335
1357
  this.textValueChanged = null;
@@ -1354,88 +1376,88 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1354
1376
  u() {
1355
1377
  return new MultiColumnComboBoxView();
1356
1378
  }
1357
- gd(a, b, c) {
1379
+ gm(a, b, c) {
1358
1380
  switch (a) {
1359
1381
  case "BackgroundColor":
1360
- this.hc = this.hn != null ? this.hn : this.hs;
1382
+ this.hl = this.hw != null ? this.hw : this.h1;
1361
1383
  break;
1362
1384
  case "BorderColor":
1363
- this.hd = this.ho != null ? this.ho : this.ht;
1385
+ this.hm = this.hx != null ? this.hx : this.h2;
1364
1386
  break;
1365
1387
  case "BorderWidth":
1366
- this.b6 = !isNaN_(this.cg) ? this.cg : this.ci;
1388
+ this.cc = !isNaN_(this.cm) ? this.cm : this.co;
1367
1389
  break;
1368
1390
  case "ContentPadding":
1369
- this.ib = XInputGroup.oh(this.ic, this.id);
1391
+ this.il = XInputGroup.oh(this.im, this.io);
1370
1392
  break;
1371
1393
  case "CornerRadius":
1372
- this.gn = XInputGroup.kr(this.go, this.gp);
1394
+ this.gw = XInputGroup.kr(this.gx, this.gy);
1373
1395
  break;
1374
1396
  case "FocusBorderColor":
1375
- this.he = this.h0 != null ? this.h0 : this.hu;
1397
+ this.hn = this.h9 != null ? this.h9 : this.h3;
1376
1398
  break;
1377
1399
  case "FocusBorderWidth":
1378
- this.b7 = !isNaN_(this.cs) ? this.cs : this.cj;
1400
+ this.cd = !isNaN_(this.cy) ? this.cy : this.cp;
1379
1401
  break;
1380
1402
  case "FocusUnderlineColor":
1381
- this.hf = this.h1 != null ? this.h1 : this.hv;
1403
+ this.ho = this.ia != null ? this.ia : this.h4;
1382
1404
  break;
1383
1405
  case "FocusUnderlineOpacity":
1384
- this.b8 = !isNaN_(this.ct) ? this.ct : this.ck;
1406
+ this.ce = !isNaN_(this.cz) ? this.cz : this.cq;
1385
1407
  break;
1386
1408
  case "FocusUnderlineRippleOpacity":
1387
- this.b9 = !isNaN_(this.cu) ? this.cu : this.cl;
1409
+ this.cf = !isNaN_(this.c0) ? this.c0 : this.cr;
1388
1410
  break;
1389
1411
  case "HoverUnderlineColor":
1390
- this.hg = this.h2 != null ? this.h2 : this.hw;
1412
+ this.hp = this.ib != null ? this.ib : this.h5;
1391
1413
  break;
1392
1414
  case "HoverUnderlineOpacity":
1393
- this.ca = !isNaN_(this.cv) ? this.cv : this.cm;
1415
+ this.cg = !isNaN_(this.c1) ? this.c1 : this.cs;
1394
1416
  break;
1395
1417
  case "HoverUnderlineWidth":
1396
- this.cb = !isNaN_(this.cw) ? this.cw : this.cn;
1418
+ this.ch = !isNaN_(this.c2) ? this.c2 : this.ct;
1397
1419
  break;
1398
1420
  case "ItemsSource":
1399
1421
  case "ValueField":
1400
1422
  case "DataSourceDesiredProperties":
1401
1423
  case "Fields":
1402
- this.v.cx();
1424
+ this.v.cz();
1403
1425
  break;
1404
1426
  case "DefaultColumnWidth":
1405
1427
  this.v.cn(this.defaultColumnWidth);
1406
1428
  break;
1407
1429
  case "LabelTextColor":
1408
- this.hh = this.h3 != null ? this.h3 : MultiColumnComboBox.hp;
1430
+ this.hq = this.ic != null ? this.ic : MultiColumnComboBox.hy;
1409
1431
  break;
1410
1432
  case "LabelTextStyle":
1411
1433
  this.av = this.a2 != null ? this.a2 : MultiColumnComboBox.ay;
1412
1434
  break;
1413
1435
  case "NoMatchesFoundLabelTextColor":
1414
- this.hj = this.h5 != null ? this.h5 : MultiColumnComboBox.hr;
1436
+ this.hs = this.ie != null ? this.ie : MultiColumnComboBox.h0;
1415
1437
  break;
1416
1438
  case "NoMatchesFoundLabelBackgroundColor":
1417
- this.hi = this.h4 != null ? this.h4 : MultiColumnComboBox.hq;
1439
+ this.hr = this.id != null ? this.id : MultiColumnComboBox.hz;
1418
1440
  break;
1419
1441
  case "NoMatchesFoundLabelTextStyle":
1420
1442
  this.aw = this.a3 != null ? this.a3 : MultiColumnComboBox.az;
1421
1443
  break;
1422
1444
  case "UnderlineColor":
1423
- this.hl = this.h7 != null ? this.h7 : this.hx;
1445
+ this.hu = this.ih != null ? this.ih : this.h6;
1424
1446
  break;
1425
1447
  case "UnderlineOpacity":
1426
- this.cc = !isNaN_(this.cx) ? this.cx : this.co;
1448
+ this.ci = !isNaN_(this.c3) ? this.c3 : this.cu;
1427
1449
  break;
1428
1450
  case "UnderlineRippleColor":
1429
- this.hm = this.h8 != null ? this.h8 : this.hy;
1451
+ this.hv = this.ii != null ? this.ii : this.h7;
1430
1452
  break;
1431
1453
  case "UnderlineRippleOpacity":
1432
- this.cd = !isNaN_(this.cy) ? this.cy : this.cp;
1454
+ this.cj = !isNaN_(this.c4) ? this.c4 : this.cv;
1433
1455
  break;
1434
1456
  case "UnderlineRippleWidth":
1435
- this.ce = !isNaN_(this.cz) ? this.cz : this.cq;
1457
+ this.ck = !isNaN_(this.c5) ? this.c5 : this.cw;
1436
1458
  break;
1437
1459
  case "UnderlineWidth":
1438
- this.cf = !isNaN_(this.c0) ? this.c0 : this.cr;
1460
+ this.cl = !isNaN_(this.c6) ? this.c6 : this.cx;
1439
1461
  break;
1440
1462
  case "BaseTheme":
1441
1463
  this.ah = this.ai == 0 ? 1 : this.ai;
@@ -1444,7 +1466,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1444
1466
  this.am = this.density == 0 ? 0 : this.density;
1445
1467
  break;
1446
1468
  case "TextColor":
1447
- this.hk = this.h6 != null ? this.h6 : MultiColumnComboBox.hz;
1469
+ this.ht = this.ig != null ? this.ig : MultiColumnComboBox.h8;
1448
1470
  break;
1449
1471
  case "TextStyle":
1450
1472
  this.ax = this.a4 != null ? this.a4 : null;
@@ -1481,47 +1503,53 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1481
1503
  case "ActualNoMatchesFoundLabel":
1482
1504
  case "ActualNoMatchesFoundLabelTextColor":
1483
1505
  case "ActualNoMatchesFoundLabelTextStyle":
1484
- case MultiColumnComboBox.dx:
1506
+ case MultiColumnComboBox.d3:
1485
1507
  this.v.cm();
1486
1508
  break;
1487
1509
  case "NoMatchesFoundLabel":
1488
- this.actualNoMatchesFoundLabel = stringIsNullOrEmpty(this.fa) ? "No Matches Found" : this.fa;
1510
+ this.actualNoMatchesFoundLabel = stringIsNullOrEmpty(this.fh) ? "No Matches Found" : this.fh;
1489
1511
  break;
1490
1512
  case "ActualLabelVisible":
1491
- this.v.cy();
1513
+ this.v.c0();
1492
1514
  break;
1493
1515
  case "Label":
1494
1516
  case "PlaceholderText":
1495
1517
  this.v.cm();
1496
- this.actualLabelVisible = !stringIsNullOrEmpty(this.e6);
1518
+ this.actualLabelVisible = !stringIsNullOrEmpty(this.fd);
1497
1519
  break;
1498
1520
  case "Text":
1499
- this.v.cs();
1521
+ this.v.cu();
1500
1522
  let d = b != null ? b.toString() : null;
1501
1523
  let e = c != null ? c.toString() : null;
1502
- this.gb(new MultiColumnComboBoxTextChangedEventArgs(d, e));
1503
- this.gc(1, e);
1524
+ this.gk(new MultiColumnComboBoxTextChangedEventArgs(d, e));
1525
+ this.gl(1, e);
1504
1526
  break;
1505
1527
  case "Value":
1506
- this.ga(new MultiColumnComboBoxValueChangedEventArgs(b, c));
1507
- this.gc(0, c);
1528
+ this.gj(new MultiColumnComboBoxValueChangedEventArgs(b, c));
1529
+ this.gl(0, c);
1508
1530
  break;
1509
1531
  case "ShowClearButton":
1510
1532
  this.v.cj();
1511
1533
  break;
1512
1534
  case "AllowFilter":
1513
- this.v.a5(this.bd);
1535
+ this.v.a5(this.bg);
1514
1536
  break;
1515
1537
  case "SortMode":
1516
- this.v.cq();
1538
+ this.v.cr();
1517
1539
  break;
1518
1540
  case "DisallowTabFocus":
1541
+ this.v.cq();
1542
+ break;
1543
+ case "IsFixed":
1519
1544
  this.v.cp();
1520
1545
  break;
1546
+ case "UseTopLayer":
1547
+ this.v.cs();
1548
+ break;
1521
1549
  }
1522
1550
  }
1523
- gk() {
1524
- this.v.c0();
1551
+ gt() {
1552
+ this.v.c2();
1525
1553
  }
1526
1554
  get a1() {
1527
1555
  if (null == this.a0) {
@@ -1544,17 +1572,17 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1544
1572
  let b = this.a8;
1545
1573
  this.a8 = a;
1546
1574
  if (b != this.a8) {
1547
- this.f8("DisallowTabFocus", b, this.a8);
1575
+ this.gh("DisallowTabFocus", b, this.a8);
1548
1576
  }
1549
1577
  }
1550
- get bl() {
1551
- return this.ba;
1578
+ get bq() {
1579
+ return this.bc;
1552
1580
  }
1553
- set bl(a) {
1554
- let b = this.ba;
1555
- this.ba = a;
1556
- if (b != this.ba) {
1557
- this.f8("ShowClearButton", b, this.ba);
1581
+ set bq(a) {
1582
+ let b = this.bc;
1583
+ this.bc = a;
1584
+ if (b != this.bc) {
1585
+ this.gh("ShowClearButton", b, this.bc);
1558
1586
  }
1559
1587
  }
1560
1588
  get g() {
@@ -1564,7 +1592,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1564
1592
  let b = this.c;
1565
1593
  this.c = a;
1566
1594
  if (b != this.c) {
1567
- this.f8("Fields", b, this.c);
1595
+ this.gh("Fields", b, this.c);
1568
1596
  }
1569
1597
  }
1570
1598
  get defaultColumnWidth() {
@@ -1574,27 +1602,27 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1574
1602
  let b = this.m;
1575
1603
  this.m = a;
1576
1604
  if (b != this.m) {
1577
- this.f8("DefaultColumnWidth", b, this.m);
1605
+ this.gh("DefaultColumnWidth", b, this.m);
1578
1606
  }
1579
1607
  }
1580
- get hn() {
1581
- return this.g1;
1608
+ get hw() {
1609
+ return this.ha;
1582
1610
  }
1583
- set hn(a) {
1584
- let b = this.g1;
1585
- this.g1 = a;
1586
- if (b != this.g1) {
1587
- this.f8("BackgroundColor", b, a);
1611
+ set hw(a) {
1612
+ let b = this.ha;
1613
+ this.ha = a;
1614
+ if (b != this.ha) {
1615
+ this.gh("BackgroundColor", b, a);
1588
1616
  }
1589
1617
  }
1590
- get hc() {
1591
- return this.gq;
1618
+ get hl() {
1619
+ return this.gz;
1592
1620
  }
1593
- set hc(a) {
1594
- let b = this.gq;
1595
- this.gq = a;
1596
- if (b != this.gq) {
1597
- this.f8("ActualBackgroundColor", b, a);
1621
+ set hl(a) {
1622
+ let b = this.gz;
1623
+ this.gz = a;
1624
+ if (b != this.gz) {
1625
+ this.gh("ActualBackgroundColor", b, a);
1598
1626
  }
1599
1627
  }
1600
1628
  get ai() {
@@ -1604,7 +1632,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1604
1632
  let b = this.af;
1605
1633
  this.af = a;
1606
1634
  if (b != this.af) {
1607
- this.f8("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
1635
+ this.gh("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
1608
1636
  }
1609
1637
  }
1610
1638
  get ah() {
@@ -1614,97 +1642,97 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1614
1642
  let b = this.ae;
1615
1643
  this.ae = a;
1616
1644
  if (b != this.ae) {
1617
- this.f8("ActualBaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
1645
+ this.gh("ActualBaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
1618
1646
  }
1619
1647
  }
1620
- get ho() {
1621
- return this.g2;
1648
+ get hx() {
1649
+ return this.hb;
1622
1650
  }
1623
- set ho(a) {
1624
- let b = this.g2;
1625
- this.g2 = a;
1626
- if (b != this.g2) {
1627
- this.f8("BorderColor", b, a);
1651
+ set hx(a) {
1652
+ let b = this.hb;
1653
+ this.hb = a;
1654
+ if (b != this.hb) {
1655
+ this.gh("BorderColor", b, a);
1628
1656
  }
1629
1657
  }
1630
- get hd() {
1631
- return this.gr;
1658
+ get hm() {
1659
+ return this.g0;
1632
1660
  }
1633
- set hd(a) {
1634
- let b = this.gr;
1635
- this.gr = a;
1636
- if (b != this.gr) {
1637
- this.f8("ActualBorderColor", b, a);
1661
+ set hm(a) {
1662
+ let b = this.g0;
1663
+ this.g0 = a;
1664
+ if (b != this.g0) {
1665
+ this.gh("ActualBorderColor", b, a);
1638
1666
  }
1639
1667
  }
1640
- get cg() {
1641
- return this.bw;
1668
+ get cm() {
1669
+ return this.b2;
1642
1670
  }
1643
- set cg(a) {
1644
- let b = this.bw;
1645
- this.bw = a;
1646
- if (b != this.bw) {
1647
- this.f8("BorderWidth", b, a);
1671
+ set cm(a) {
1672
+ let b = this.b2;
1673
+ this.b2 = a;
1674
+ if (b != this.b2) {
1675
+ this.gh("BorderWidth", b, a);
1648
1676
  }
1649
1677
  }
1650
- get b6() {
1651
- return this.bm;
1678
+ get cc() {
1679
+ return this.bs;
1652
1680
  }
1653
- set b6(a) {
1654
- let b = this.bm;
1655
- this.bm = a;
1656
- if (b != this.bm) {
1657
- this.f8("ActualBorderWidth", b, a);
1681
+ set cc(a) {
1682
+ let b = this.bs;
1683
+ this.bs = a;
1684
+ if (b != this.bs) {
1685
+ this.gh("ActualBorderWidth", b, a);
1658
1686
  }
1659
1687
  }
1660
1688
  get columnHeadersVisible() {
1661
- return this.be;
1689
+ return this.bh;
1662
1690
  }
1663
1691
  set columnHeadersVisible(a) {
1664
- let b = this.be;
1665
- this.be = a;
1666
- if (b != this.be) {
1667
- this.f8("ColumnHeadersVisible", b, a);
1692
+ let b = this.bh;
1693
+ this.bh = a;
1694
+ if (b != this.bh) {
1695
+ this.gh("ColumnHeadersVisible", b, a);
1668
1696
  }
1669
1697
  }
1670
- get ic() {
1671
- return this.ia;
1698
+ get im() {
1699
+ return this.ik;
1672
1700
  }
1673
- set ic(a) {
1674
- let b = this.ia;
1675
- this.ia = a;
1676
- if (b != this.ia) {
1677
- this.f8("ContentPadding", b, a);
1701
+ set im(a) {
1702
+ let b = this.ik;
1703
+ this.ik = a;
1704
+ if (b != this.ik) {
1705
+ this.gh("ContentPadding", b, a);
1678
1706
  }
1679
1707
  }
1680
- get ib() {
1681
- return this.h9;
1708
+ get il() {
1709
+ return this.ij;
1682
1710
  }
1683
- set ib(a) {
1684
- let b = this.h9;
1685
- this.h9 = a;
1686
- if (b != this.h9) {
1687
- this.f8("ActualContentPadding", b, a);
1711
+ set il(a) {
1712
+ let b = this.ij;
1713
+ this.ij = a;
1714
+ if (b != this.ij) {
1715
+ this.gh("ActualContentPadding", b, a);
1688
1716
  }
1689
1717
  }
1690
- get go() {
1691
- return this.gm;
1718
+ get gx() {
1719
+ return this.gv;
1692
1720
  }
1693
- set go(a) {
1694
- let b = this.gm;
1695
- this.gm = a;
1696
- if (b != this.gm) {
1697
- this.f8("CornerRadius", b, a);
1721
+ set gx(a) {
1722
+ let b = this.gv;
1723
+ this.gv = a;
1724
+ if (b != this.gv) {
1725
+ this.gh("CornerRadius", b, a);
1698
1726
  }
1699
1727
  }
1700
- get gn() {
1701
- return this.gl;
1728
+ get gw() {
1729
+ return this.gu;
1702
1730
  }
1703
- set gn(a) {
1704
- let b = this.gl;
1705
- this.gl = a;
1706
- if (b != this.gl) {
1707
- this.f8("ActualCornerRadius", b, a);
1731
+ set gw(a) {
1732
+ let b = this.gu;
1733
+ this.gu = a;
1734
+ if (b != this.gu) {
1735
+ this.gh("ActualCornerRadius", b, a);
1708
1736
  }
1709
1737
  }
1710
1738
  get f() {
@@ -1714,7 +1742,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1714
1742
  let b = this.b;
1715
1743
  this.b = a;
1716
1744
  if (b != this.b) {
1717
- this.f8("DataSourceDesiredProperties", b, this.b);
1745
+ this.gh("DataSourceDesiredProperties", b, this.b);
1718
1746
  }
1719
1747
  }
1720
1748
  get density() {
@@ -1724,7 +1752,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1724
1752
  let b = this.al;
1725
1753
  this.al = a;
1726
1754
  if (b != this.al) {
1727
- this.f8("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
1755
+ this.gh("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
1728
1756
  }
1729
1757
  }
1730
1758
  get am() {
@@ -1734,221 +1762,221 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1734
1762
  let b = this.ak;
1735
1763
  this.ak = a;
1736
1764
  if (b != this.ak) {
1737
- this.f8("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
1765
+ this.gh("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
1738
1766
  }
1739
1767
  }
1740
1768
  get dropDownButtonVisible() {
1741
- return this.bh;
1769
+ return this.bk;
1742
1770
  }
1743
1771
  set dropDownButtonVisible(a) {
1744
- let b = this.bh;
1745
- this.bh = a;
1746
- if (b != this.bh) {
1747
- this.f8("DropDownButtonVisible", b, a);
1772
+ let b = this.bk;
1773
+ this.bk = a;
1774
+ if (b != this.bk) {
1775
+ this.gh("DropDownButtonVisible", b, a);
1748
1776
  }
1749
1777
  }
1750
- get h0() {
1751
- return this.g3;
1778
+ get h9() {
1779
+ return this.hc;
1752
1780
  }
1753
- set h0(a) {
1754
- let b = this.g3;
1755
- this.g3 = a;
1756
- if (b != this.g3) {
1757
- this.f8("FocusBorderColor", b, a);
1781
+ set h9(a) {
1782
+ let b = this.hc;
1783
+ this.hc = a;
1784
+ if (b != this.hc) {
1785
+ this.gh("FocusBorderColor", b, a);
1758
1786
  }
1759
1787
  }
1760
- get he() {
1761
- return this.gs;
1788
+ get hn() {
1789
+ return this.g1;
1762
1790
  }
1763
- set he(a) {
1764
- let b = this.gs;
1765
- this.gs = a;
1766
- if (b != this.gs) {
1767
- this.f8("ActualFocusBorderColor", b, a);
1791
+ set hn(a) {
1792
+ let b = this.g1;
1793
+ this.g1 = a;
1794
+ if (b != this.g1) {
1795
+ this.gh("ActualFocusBorderColor", b, a);
1768
1796
  }
1769
1797
  }
1770
- get cs() {
1771
- return this.bx;
1798
+ get cy() {
1799
+ return this.b3;
1772
1800
  }
1773
- set cs(a) {
1774
- let b = this.bx;
1775
- this.bx = a;
1776
- if (b != this.bx) {
1777
- this.f8("FocusBorderWidth", b, a);
1801
+ set cy(a) {
1802
+ let b = this.b3;
1803
+ this.b3 = a;
1804
+ if (b != this.b3) {
1805
+ this.gh("FocusBorderWidth", b, a);
1778
1806
  }
1779
1807
  }
1780
- get b7() {
1781
- return this.bn;
1808
+ get cd() {
1809
+ return this.bt;
1782
1810
  }
1783
- set b7(a) {
1784
- let b = this.bn;
1785
- this.bn = a;
1786
- if (b != this.bn) {
1787
- this.f8("ActualFocusBorderWidth", b, a);
1811
+ set cd(a) {
1812
+ let b = this.bt;
1813
+ this.bt = a;
1814
+ if (b != this.bt) {
1815
+ this.gh("ActualFocusBorderWidth", b, a);
1788
1816
  }
1789
1817
  }
1790
- get h1() {
1791
- return this.g4;
1818
+ get ia() {
1819
+ return this.hd;
1792
1820
  }
1793
- set h1(a) {
1794
- let b = this.g4;
1795
- this.g4 = a;
1796
- if (b != this.g4) {
1797
- this.f8("FocusUnderlineColor", b, a);
1821
+ set ia(a) {
1822
+ let b = this.hd;
1823
+ this.hd = a;
1824
+ if (b != this.hd) {
1825
+ this.gh("FocusUnderlineColor", b, a);
1798
1826
  }
1799
1827
  }
1800
- get hf() {
1801
- return this.gt;
1828
+ get ho() {
1829
+ return this.g2;
1802
1830
  }
1803
- set hf(a) {
1804
- let b = this.gt;
1805
- this.g4 = a;
1806
- if (b != this.gt) {
1807
- this.f8("ActualFocusUnderlineColor", b, a);
1831
+ set ho(a) {
1832
+ let b = this.g2;
1833
+ this.hd = a;
1834
+ if (b != this.g2) {
1835
+ this.gh("ActualFocusUnderlineColor", b, a);
1808
1836
  }
1809
1837
  }
1810
- get ct() {
1811
- return this.by;
1838
+ get cz() {
1839
+ return this.b4;
1812
1840
  }
1813
- set ct(a) {
1814
- let b = this.by;
1815
- this.by = a;
1816
- if (b != this.by) {
1817
- this.f8("FocusUnderlineOpacity", b, a);
1841
+ set cz(a) {
1842
+ let b = this.b4;
1843
+ this.b4 = a;
1844
+ if (b != this.b4) {
1845
+ this.gh("FocusUnderlineOpacity", b, a);
1818
1846
  }
1819
1847
  }
1820
- get b8() {
1821
- return this.bo;
1848
+ get ce() {
1849
+ return this.bu;
1822
1850
  }
1823
- set b8(a) {
1824
- let b = this.bo;
1825
- this.bo = a;
1826
- if (b != this.bo) {
1827
- this.f8("ActualFocusUnderlineOpacity", b, a);
1851
+ set ce(a) {
1852
+ let b = this.bu;
1853
+ this.bu = a;
1854
+ if (b != this.bu) {
1855
+ this.gh("ActualFocusUnderlineOpacity", b, a);
1828
1856
  }
1829
1857
  }
1830
- get cu() {
1831
- return this.bz;
1858
+ get c0() {
1859
+ return this.b5;
1832
1860
  }
1833
- set cu(a) {
1834
- let b = this.bz;
1835
- this.bz = a;
1836
- if (b != this.bz) {
1837
- this.f8("FocusUnderlineRippleOpacity", b, a);
1861
+ set c0(a) {
1862
+ let b = this.b5;
1863
+ this.b5 = a;
1864
+ if (b != this.b5) {
1865
+ this.gh("FocusUnderlineRippleOpacity", b, a);
1838
1866
  }
1839
1867
  }
1840
- get b9() {
1841
- return this.bp;
1868
+ get cf() {
1869
+ return this.bv;
1842
1870
  }
1843
- set b9(a) {
1844
- let b = this.bp;
1845
- this.bp = a;
1846
- if (b != this.bp) {
1847
- this.f8("ActualFocusUnderlineRippleOpacity", b, a);
1871
+ set cf(a) {
1872
+ let b = this.bv;
1873
+ this.bv = a;
1874
+ if (b != this.bv) {
1875
+ this.gh("ActualFocusUnderlineRippleOpacity", b, a);
1848
1876
  }
1849
1877
  }
1850
- get h2() {
1851
- return this.g5;
1878
+ get ib() {
1879
+ return this.he;
1852
1880
  }
1853
- set h2(a) {
1854
- let b = this.g5;
1855
- this.g5 = a;
1856
- if (b != this.g5) {
1857
- this.f8("HoverUnderlineColor", b, a);
1881
+ set ib(a) {
1882
+ let b = this.he;
1883
+ this.he = a;
1884
+ if (b != this.he) {
1885
+ this.gh("HoverUnderlineColor", b, a);
1858
1886
  }
1859
1887
  }
1860
- get hg() {
1861
- return this.gu;
1888
+ get hp() {
1889
+ return this.g3;
1862
1890
  }
1863
- set hg(a) {
1864
- let b = this.gu;
1865
- this.gu = a;
1866
- if (b != this.gu) {
1867
- this.f8("ActualHoverUnderlineColor", b, a);
1891
+ set hp(a) {
1892
+ let b = this.g3;
1893
+ this.g3 = a;
1894
+ if (b != this.g3) {
1895
+ this.gh("ActualHoverUnderlineColor", b, a);
1868
1896
  }
1869
1897
  }
1870
- get cv() {
1871
- return this.b0;
1898
+ get c1() {
1899
+ return this.b6;
1872
1900
  }
1873
- set cv(a) {
1874
- let b = this.b0;
1875
- this.b0 = a;
1876
- if (b != this.b0) {
1877
- this.f8("HoverUnderlineOpacity", b, a);
1901
+ set c1(a) {
1902
+ let b = this.b6;
1903
+ this.b6 = a;
1904
+ if (b != this.b6) {
1905
+ this.gh("HoverUnderlineOpacity", b, a);
1878
1906
  }
1879
1907
  }
1880
- get ca() {
1881
- return this.bq;
1908
+ get cg() {
1909
+ return this.bw;
1882
1910
  }
1883
- set ca(a) {
1884
- let b = this.bq;
1885
- this.bq = a;
1886
- if (b != this.bq) {
1887
- this.f8("ActualHoverUnderlineOpacity", b, a);
1911
+ set cg(a) {
1912
+ let b = this.bw;
1913
+ this.bw = a;
1914
+ if (b != this.bw) {
1915
+ this.gh("ActualHoverUnderlineOpacity", b, a);
1888
1916
  }
1889
1917
  }
1890
- get cw() {
1891
- return this.b1;
1918
+ get c2() {
1919
+ return this.b7;
1892
1920
  }
1893
- set cw(a) {
1894
- let b = this.b1;
1895
- this.b1 = a;
1896
- if (b != this.b1) {
1897
- this.f8("HoverUnderlineWidth", b, a);
1921
+ set c2(a) {
1922
+ let b = this.b7;
1923
+ this.b7 = a;
1924
+ if (b != this.b7) {
1925
+ this.gh("HoverUnderlineWidth", b, a);
1898
1926
  }
1899
1927
  }
1900
- get cb() {
1901
- return this.br;
1928
+ get ch() {
1929
+ return this.bx;
1902
1930
  }
1903
- set cb(a) {
1904
- let b = this.br;
1905
- this.br = a;
1906
- if (b != this.br) {
1907
- this.f8("ActualHoverUnderlineWidth", b, a);
1931
+ set ch(a) {
1932
+ let b = this.bx;
1933
+ this.bx = a;
1934
+ if (b != this.bx) {
1935
+ this.gh("ActualHoverUnderlineWidth", b, a);
1908
1936
  }
1909
1937
  }
1910
1938
  get itemsSource() {
1911
- return this.c1;
1939
+ return this.c7;
1912
1940
  }
1913
1941
  set itemsSource(a) {
1914
- let b = this.c1;
1915
- this.c1 = a;
1916
- if (b != this.c1) {
1917
- this.f8("ItemsSource", b, this.c1);
1942
+ let b = this.c7;
1943
+ this.c7 = a;
1944
+ if (b != this.c7) {
1945
+ this.gh("ItemsSource", b, this.c7);
1918
1946
  }
1919
1947
  }
1920
1948
  get actualDataSource() {
1921
1949
  return this.v.b();
1922
1950
  }
1923
- get e4() {
1924
- return this.e6;
1951
+ get fb() {
1952
+ return this.fd;
1925
1953
  }
1926
- set e4(a) {
1927
- let b = this.e4;
1954
+ set fb(a) {
1955
+ let b = this.fb;
1928
1956
  if (0 == StringComparer.b.compare(a, b)) {
1929
1957
  return;
1930
1958
  }
1931
- this.e6 = a;
1932
- this.f8("Label", b, this.e6);
1959
+ this.fd = a;
1960
+ this.gh("Label", b, this.fd);
1933
1961
  }
1934
- get h3() {
1935
- return this.g6;
1962
+ get ic() {
1963
+ return this.hf;
1936
1964
  }
1937
- set h3(a) {
1938
- let b = this.g6;
1939
- this.g6 = a;
1940
- if (b != this.g6) {
1941
- this.f8("LabelTextColor", b, a);
1965
+ set ic(a) {
1966
+ let b = this.hf;
1967
+ this.hf = a;
1968
+ if (b != this.hf) {
1969
+ this.gh("LabelTextColor", b, a);
1942
1970
  }
1943
1971
  }
1944
- get hh() {
1945
- return this.gv;
1972
+ get hq() {
1973
+ return this.g4;
1946
1974
  }
1947
- set hh(a) {
1948
- let b = this.gv;
1949
- this.gv = a;
1950
- if (b != this.gv) {
1951
- this.f8("ActualLabelTextColor", b, a);
1975
+ set hq(a) {
1976
+ let b = this.g4;
1977
+ this.g4 = a;
1978
+ if (b != this.g4) {
1979
+ this.gh("ActualLabelTextColor", b, a);
1952
1980
  }
1953
1981
  }
1954
1982
  get a2() {
@@ -1958,7 +1986,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1958
1986
  let b = this.as;
1959
1987
  this.as = a;
1960
1988
  if (b != this.as) {
1961
- this.f8("LabelTextStyle", b, this.as);
1989
+ this.gh("LabelTextStyle", b, this.as);
1962
1990
  }
1963
1991
  }
1964
1992
  get av() {
@@ -1968,78 +1996,78 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
1968
1996
  let b = this.ap;
1969
1997
  this.ap = a;
1970
1998
  if (this.ap != b) {
1971
- this.f8("ActualLabelTextStyle", b, this.ap);
1999
+ this.gh("ActualLabelTextStyle", b, this.ap);
1972
2000
  }
1973
2001
  }
1974
2002
  get actualLabelVisible() {
1975
- return this.bb;
2003
+ return this.be;
1976
2004
  }
1977
2005
  set actualLabelVisible(a) {
1978
- let b = this.bb;
1979
- this.bb = a;
1980
- if (b != this.bb) {
1981
- this.f8("ActualLabelVisible", b, a);
2006
+ let b = this.be;
2007
+ this.be = a;
2008
+ if (b != this.be) {
2009
+ this.gh("ActualLabelVisible", b, a);
1982
2010
  }
1983
2011
  }
1984
- get fa() {
1985
- return this.e9;
2012
+ get fh() {
2013
+ return this.fg;
1986
2014
  }
1987
- set fa(a) {
1988
- let b = this.e9;
2015
+ set fh(a) {
2016
+ let b = this.fg;
1989
2017
  if (0 == StringComparer.b.compare(a, b)) {
1990
2018
  return;
1991
2019
  }
1992
- this.e9 = a;
1993
- this.f8("NoMatchesFoundLabel", b, this.e9);
2020
+ this.fg = a;
2021
+ this.gh("NoMatchesFoundLabel", b, this.fg);
1994
2022
  }
1995
2023
  get actualNoMatchesFoundLabel() {
1996
- return this.dv;
2024
+ return this.d1;
1997
2025
  }
1998
2026
  set actualNoMatchesFoundLabel(a) {
1999
- let b = this.dv;
2000
- this.dv = a;
2001
- if (b != this.dv) {
2002
- this.f8("ActualNoMatchesFoundLabel", b, a);
2027
+ let b = this.d1;
2028
+ this.d1 = a;
2029
+ if (b != this.d1) {
2030
+ this.gh("ActualNoMatchesFoundLabel", b, a);
2003
2031
  }
2004
2032
  }
2005
- get h4() {
2006
- return this.g7;
2033
+ get id() {
2034
+ return this.hg;
2007
2035
  }
2008
- set h4(a) {
2009
- let b = this.g7;
2010
- this.g7 = a;
2011
- if (b != this.g7) {
2012
- this.f8("NoMatchesFoundLabelBackgroundColor", b, a);
2036
+ set id(a) {
2037
+ let b = this.hg;
2038
+ this.hg = a;
2039
+ if (b != this.hg) {
2040
+ this.gh("NoMatchesFoundLabelBackgroundColor", b, a);
2013
2041
  }
2014
2042
  }
2015
- get hi() {
2016
- return this.gw;
2043
+ get hr() {
2044
+ return this.g5;
2017
2045
  }
2018
- set hi(a) {
2019
- let b = this.gw;
2020
- this.gw = a;
2021
- if (b != this.gw) {
2022
- this.f8(MultiColumnComboBox.dx, b, a);
2046
+ set hr(a) {
2047
+ let b = this.g5;
2048
+ this.g5 = a;
2049
+ if (b != this.g5) {
2050
+ this.gh(MultiColumnComboBox.d3, b, a);
2023
2051
  }
2024
2052
  }
2025
- get h5() {
2026
- return this.g8;
2053
+ get ie() {
2054
+ return this.hh;
2027
2055
  }
2028
- set h5(a) {
2029
- let b = this.g8;
2030
- this.g8 = a;
2031
- if (b != this.g8) {
2032
- this.f8("NoMatchesFoundLabelTextColor", b, a);
2056
+ set ie(a) {
2057
+ let b = this.hh;
2058
+ this.hh = a;
2059
+ if (b != this.hh) {
2060
+ this.gh("NoMatchesFoundLabelTextColor", b, a);
2033
2061
  }
2034
2062
  }
2035
- get hj() {
2036
- return this.gx;
2063
+ get hs() {
2064
+ return this.g6;
2037
2065
  }
2038
- set hj(a) {
2039
- let b = this.gx;
2040
- this.gx = a;
2041
- if (b != this.gx) {
2042
- this.f8("ActualNoMatchesFoundLabelTextColor", b, a);
2066
+ set hs(a) {
2067
+ let b = this.g6;
2068
+ this.g6 = a;
2069
+ if (b != this.g6) {
2070
+ this.gh("ActualNoMatchesFoundLabelTextColor", b, a);
2043
2071
  }
2044
2072
  }
2045
2073
  get a3() {
@@ -2049,7 +2077,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2049
2077
  let b = this.at;
2050
2078
  this.at = a;
2051
2079
  if (b != this.at) {
2052
- this.f8("NoMatchesFoundLabelTextStyle", b, this.at);
2080
+ this.gh("NoMatchesFoundLabelTextStyle", b, this.at);
2053
2081
  }
2054
2082
  }
2055
2083
  get aw() {
@@ -2059,48 +2087,48 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2059
2087
  let b = this.aq;
2060
2088
  this.aq = a;
2061
2089
  if (this.aq != b) {
2062
- this.f8("ActualNoMatchesFoundLabelTextStyle", b, this.aq);
2090
+ this.gh("ActualNoMatchesFoundLabelTextStyle", b, this.aq);
2063
2091
  }
2064
2092
  }
2065
- get ff() {
2066
- return this.fg;
2093
+ get fn() {
2094
+ return this.fo;
2067
2095
  }
2068
- set ff(a) {
2069
- let b = this.ff;
2096
+ set fn(a) {
2097
+ let b = this.fn;
2070
2098
  if (0 == StringComparer.b.compare(a, b)) {
2071
2099
  return;
2072
2100
  }
2073
- this.fg = a;
2074
- this.f8("PlaceholderText", b, this.fg);
2101
+ this.fo = a;
2102
+ this.gh("PlaceholderText", b, this.fo);
2075
2103
  }
2076
2104
  get rowSeparatorsVisible() {
2077
- return this.a9;
2105
+ return this.bb;
2078
2106
  }
2079
2107
  set rowSeparatorsVisible(a) {
2080
- let b = this.a9;
2081
- this.a9 = a;
2082
- if (b != this.a9) {
2083
- this.f8("RowSeparatorsVisible", b, a);
2108
+ let b = this.bb;
2109
+ this.bb = a;
2110
+ if (b != this.bb) {
2111
+ this.gh("RowSeparatorsVisible", b, a);
2084
2112
  }
2085
2113
  }
2086
- get h6() {
2087
- return this.g9;
2114
+ get ig() {
2115
+ return this.hi;
2088
2116
  }
2089
- set h6(a) {
2090
- let b = this.g9;
2091
- this.g9 = a;
2092
- if (b != this.g9) {
2093
- this.f8("TextColor", b, a);
2117
+ set ig(a) {
2118
+ let b = this.hi;
2119
+ this.hi = a;
2120
+ if (b != this.hi) {
2121
+ this.gh("TextColor", b, a);
2094
2122
  }
2095
2123
  }
2096
- get hk() {
2097
- return this.gy;
2124
+ get ht() {
2125
+ return this.g7;
2098
2126
  }
2099
- set hk(a) {
2100
- let b = this.gy;
2101
- this.gy = a;
2102
- if (b != this.gy) {
2103
- this.f8("ActualTextColor", b, a);
2127
+ set ht(a) {
2128
+ let b = this.g7;
2129
+ this.g7 = a;
2130
+ if (b != this.g7) {
2131
+ this.gh("ActualTextColor", b, a);
2104
2132
  }
2105
2133
  }
2106
2134
  get a4() {
@@ -2110,7 +2138,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2110
2138
  let b = this.au;
2111
2139
  this.au = a;
2112
2140
  if (b != this.au) {
2113
- this.f8("TextStyle", b, this.au);
2141
+ this.gh("TextStyle", b, this.au);
2114
2142
  }
2115
2143
  }
2116
2144
  get ax() {
@@ -2120,137 +2148,137 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2120
2148
  let b = this.ar;
2121
2149
  this.ar = a;
2122
2150
  if (this.ar != b) {
2123
- this.f8("ActualTextStyle", b, this.ar);
2151
+ this.gh("ActualTextStyle", b, this.ar);
2124
2152
  }
2125
2153
  }
2126
- get h7() {
2127
- return this.ha;
2154
+ get ih() {
2155
+ return this.hj;
2128
2156
  }
2129
- set h7(a) {
2130
- let b = this.ha;
2131
- this.ha = a;
2132
- if (b != this.ha) {
2133
- this.f8("UnderlineColor", b, a);
2157
+ set ih(a) {
2158
+ let b = this.hj;
2159
+ this.hj = a;
2160
+ if (b != this.hj) {
2161
+ this.gh("UnderlineColor", b, a);
2134
2162
  }
2135
2163
  }
2136
- get hl() {
2137
- return this.gz;
2164
+ get hu() {
2165
+ return this.g8;
2138
2166
  }
2139
- set hl(a) {
2140
- let b = this.gz;
2141
- this.gz = a;
2142
- if (b != this.gz) {
2143
- this.f8("ActualUnderlineColor", b, a);
2167
+ set hu(a) {
2168
+ let b = this.g8;
2169
+ this.g8 = a;
2170
+ if (b != this.g8) {
2171
+ this.gh("ActualUnderlineColor", b, a);
2144
2172
  }
2145
2173
  }
2146
- get cx() {
2147
- return this.b2;
2174
+ get c3() {
2175
+ return this.b8;
2148
2176
  }
2149
- set cx(a) {
2150
- let b = this.b2;
2151
- this.b2 = a;
2152
- if (b != this.b2) {
2153
- this.f8("UnderlineOpacity", b, a);
2177
+ set c3(a) {
2178
+ let b = this.b8;
2179
+ this.b8 = a;
2180
+ if (b != this.b8) {
2181
+ this.gh("UnderlineOpacity", b, a);
2154
2182
  }
2155
2183
  }
2156
- get cc() {
2157
- return this.bs;
2184
+ get ci() {
2185
+ return this.by;
2158
2186
  }
2159
- set cc(a) {
2160
- let b = this.bs;
2161
- this.bs = a;
2162
- if (b != this.bs) {
2163
- this.f8("ActualUnderlineOpacity", b, a);
2187
+ set ci(a) {
2188
+ let b = this.by;
2189
+ this.by = a;
2190
+ if (b != this.by) {
2191
+ this.gh("ActualUnderlineOpacity", b, a);
2164
2192
  }
2165
2193
  }
2166
- get h8() {
2167
- return this.hb;
2194
+ get ii() {
2195
+ return this.hk;
2168
2196
  }
2169
- set h8(a) {
2170
- let b = this.hb;
2171
- this.hb = a;
2172
- if (b != this.hb) {
2173
- this.f8("UnderlineRippleColor", b, a);
2197
+ set ii(a) {
2198
+ let b = this.hk;
2199
+ this.hk = a;
2200
+ if (b != this.hk) {
2201
+ this.gh("UnderlineRippleColor", b, a);
2174
2202
  }
2175
2203
  }
2176
- get hm() {
2177
- return this.g0;
2204
+ get hv() {
2205
+ return this.g9;
2178
2206
  }
2179
- set hm(a) {
2180
- let b = this.g0;
2181
- this.g0 = a;
2182
- if (b != this.g0) {
2183
- this.f8("ActualUnderlineRippleColor", b, a);
2207
+ set hv(a) {
2208
+ let b = this.g9;
2209
+ this.g9 = a;
2210
+ if (b != this.g9) {
2211
+ this.gh("ActualUnderlineRippleColor", b, a);
2184
2212
  }
2185
2213
  }
2186
- get cy() {
2187
- return this.b3;
2214
+ get c4() {
2215
+ return this.b9;
2188
2216
  }
2189
- set cy(a) {
2190
- let b = this.b3;
2191
- this.b3 = a;
2192
- if (b != this.b3) {
2193
- this.f8("UnderlineRippleOpacity", b, a);
2217
+ set c4(a) {
2218
+ let b = this.b9;
2219
+ this.b9 = a;
2220
+ if (b != this.b9) {
2221
+ this.gh("UnderlineRippleOpacity", b, a);
2194
2222
  }
2195
2223
  }
2196
- get cd() {
2197
- return this.bt;
2224
+ get cj() {
2225
+ return this.bz;
2198
2226
  }
2199
- set cd(a) {
2200
- let b = this.bt;
2201
- this.bt = a;
2202
- if (b != this.bt) {
2203
- this.f8("ActualUnderlineRippleOpacity", b, a);
2227
+ set cj(a) {
2228
+ let b = this.bz;
2229
+ this.bz = a;
2230
+ if (b != this.bz) {
2231
+ this.gh("ActualUnderlineRippleOpacity", b, a);
2204
2232
  }
2205
2233
  }
2206
- get cz() {
2207
- return this.b4;
2234
+ get c5() {
2235
+ return this.ca;
2208
2236
  }
2209
- set cz(a) {
2210
- let b = this.b4;
2211
- this.b4 = a;
2212
- if (b != this.b4) {
2213
- this.f8("UnderlineRippleWidth", b, a);
2237
+ set c5(a) {
2238
+ let b = this.ca;
2239
+ this.ca = a;
2240
+ if (b != this.ca) {
2241
+ this.gh("UnderlineRippleWidth", b, a);
2214
2242
  }
2215
2243
  }
2216
- get ce() {
2217
- return this.bu;
2244
+ get ck() {
2245
+ return this.b0;
2218
2246
  }
2219
- set ce(a) {
2220
- let b = this.bu;
2221
- this.bu = a;
2222
- if (b != this.bu) {
2223
- this.f8("ActualUnderlineRippleWidth", b, a);
2247
+ set ck(a) {
2248
+ let b = this.b0;
2249
+ this.b0 = a;
2250
+ if (b != this.b0) {
2251
+ this.gh("ActualUnderlineRippleWidth", b, a);
2224
2252
  }
2225
2253
  }
2226
- get c0() {
2227
- return this.b5;
2254
+ get c6() {
2255
+ return this.cb;
2228
2256
  }
2229
- set c0(a) {
2230
- let b = this.b5;
2231
- this.b5 = a;
2232
- if (b != this.b5) {
2233
- this.f8("UnderlineWidth", b, a);
2257
+ set c6(a) {
2258
+ let b = this.cb;
2259
+ this.cb = a;
2260
+ if (b != this.cb) {
2261
+ this.gh("UnderlineWidth", b, a);
2234
2262
  }
2235
2263
  }
2236
- get cf() {
2237
- return this.bv;
2264
+ get cl() {
2265
+ return this.b1;
2238
2266
  }
2239
- set cf(a) {
2240
- let b = this.bv;
2241
- this.bv = a;
2242
- if (b != this.bv) {
2243
- this.f8("ActualUnderlineWidth", b, a);
2267
+ set cl(a) {
2268
+ let b = this.b1;
2269
+ this.b1 = a;
2270
+ if (b != this.b1) {
2271
+ this.gh("ActualUnderlineWidth", b, a);
2244
2272
  }
2245
2273
  }
2246
- get bd() {
2274
+ get bg() {
2247
2275
  return this.a7;
2248
2276
  }
2249
- set bd(a) {
2277
+ set bg(a) {
2250
2278
  let b = this.a7;
2251
2279
  this.a7 = a;
2252
2280
  if (b != this.a7) {
2253
- this.f8("AllowFilter", b, a);
2281
+ this.gh("AllowFilter", b, a);
2254
2282
  }
2255
2283
  }
2256
2284
  get x() {
@@ -2260,27 +2288,27 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2260
2288
  let b = this.w;
2261
2289
  this.w = a;
2262
2290
  if (b != this.w) {
2263
- this.f8("SortMode", enumGetBox(SortMode_$type, b), enumGetBox(SortMode_$type, this.w));
2291
+ this.gh("SortMode", enumGetBox(SortMode_$type, b), enumGetBox(SortMode_$type, this.w));
2264
2292
  }
2265
2293
  }
2266
- get fn() {
2267
- return this.da;
2294
+ get fv() {
2295
+ return this.dg;
2268
2296
  }
2269
- set fn(a) {
2270
- let b = this.da;
2271
- this.da = a;
2272
- if (b != this.da) {
2273
- this.f8("TextField", b, a);
2297
+ set fv(a) {
2298
+ let b = this.dg;
2299
+ this.dg = a;
2300
+ if (b != this.dg) {
2301
+ this.gh("TextField", b, a);
2274
2302
  }
2275
2303
  }
2276
2304
  get text() {
2277
- return this.c9;
2305
+ return this.df;
2278
2306
  }
2279
2307
  set text(a) {
2280
- let b = this.c9;
2281
- this.c9 = a;
2282
- if (b != this.c9) {
2283
- this.f8("Text", b, a);
2308
+ let b = this.df;
2309
+ this.df = a;
2310
+ if (b != this.df) {
2311
+ this.gh("Text", b, a);
2284
2312
  }
2285
2313
  }
2286
2314
  get j() {
@@ -2290,7 +2318,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2290
2318
  let b = this.d;
2291
2319
  this.d = a;
2292
2320
  if (b != this.d) {
2293
- this.f8("ValueField", b, a);
2321
+ this.gh("ValueField", b, a);
2294
2322
  }
2295
2323
  }
2296
2324
  get e() {
@@ -2300,17 +2328,17 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2300
2328
  let b = this.a;
2301
2329
  this.a = a;
2302
2330
  if (b != this.a) {
2303
- this.f8("ActualValueField", b, a);
2331
+ this.gh("ActualValueField", b, a);
2304
2332
  }
2305
2333
  }
2306
2334
  get value() {
2307
- return this.c2;
2335
+ return this.c8;
2308
2336
  }
2309
2337
  set value(a) {
2310
- let b = this.c2;
2311
- this.c2 = a;
2312
- if (b != this.c2) {
2313
- this.f8("Value", b, a);
2338
+ let b = this.c8;
2339
+ this.c8 = a;
2340
+ if (b != this.c8) {
2341
+ this.gh("Value", b, a);
2314
2342
  }
2315
2343
  }
2316
2344
  get ac() {
@@ -2320,21 +2348,21 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2320
2348
  let b = this.aa;
2321
2349
  this.aa = a;
2322
2350
  if (b != this.aa) {
2323
- this.f8("DisplayType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, a));
2351
+ this.gh("DisplayType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, a));
2324
2352
  }
2325
2353
  }
2326
- c4(a, b) {
2354
+ da(a, b) {
2327
2355
  let c = new FastReflectionHelper(false, b);
2328
2356
  return c.getPropertyValue(a);
2329
2357
  }
2330
2358
  p() {
2331
- let a = this.ez();
2359
+ let a = this.e5();
2332
2360
  return this.o(a);
2333
2361
  }
2334
- ez() {
2335
- return this.ey(this.fn);
2362
+ e5() {
2363
+ return this.e4(this.fv);
2336
2364
  }
2337
- c5(a) {
2365
+ db(a) {
2338
2366
  let b = this.i();
2339
2367
  if (null == b || b.length == 0) {
2340
2368
  return null;
@@ -2342,7 +2370,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2342
2370
  let c = new List$1(Base.$, 0);
2343
2371
  for (let e = 0; e < b.length; e++) {
2344
2372
  let d = b[e];
2345
- let f = this.c4(a, d);
2373
+ let f = this.da(a, d);
2346
2374
  c.add1(f);
2347
2375
  }
2348
2376
  if (c.count == 1) {
@@ -2350,11 +2378,11 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2350
2378
  }
2351
2379
  return c.toArray();
2352
2380
  }
2353
- ex(a) {
2354
- let b = this.ez();
2381
+ e3(a) {
2382
+ let b = this.e5();
2355
2383
  let c;
2356
2384
  if (null != b) {
2357
- let d = this.c4(a, b);
2385
+ let d = this.da(a, b);
2358
2386
  c = null != d ? d.toString() : null;
2359
2387
  }
2360
2388
  else {
@@ -2381,7 +2409,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2381
2409
  }
2382
2410
  return null;
2383
2411
  }
2384
- ey(a) {
2412
+ e4(a) {
2385
2413
  if (stringIsNullOrEmpty(a)) {
2386
2414
  let b = this.actualDataSource;
2387
2415
  if (null == b) {
@@ -2402,7 +2430,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2402
2430
  h(a) {
2403
2431
  let b = new List$1(String_$type, 0);
2404
2432
  if (null == a || a.length == 0) {
2405
- let c = this.ey(null);
2433
+ let c = this.e4(null);
2406
2434
  if (stringIsNullOrEmpty(c)) {
2407
2435
  return null;
2408
2436
  }
@@ -2411,7 +2439,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2411
2439
  }
2412
2440
  for (let e = 0; e < a.length; e++) {
2413
2441
  let d = a[e];
2414
- let f = this.ey(d);
2442
+ let f = this.e4(d);
2415
2443
  if (null != f) {
2416
2444
  b.add(f);
2417
2445
  }
@@ -2425,14 +2453,14 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2425
2453
  let a = this.j;
2426
2454
  return this.h(a);
2427
2455
  }
2428
- f9(a) {
2429
- this.gc(2, a);
2456
+ gi(a) {
2457
+ this.gl(2, a);
2430
2458
  }
2431
- gc(a, b) {
2432
- if (this.bj) {
2459
+ gl(a, b) {
2460
+ if (this.bm) {
2433
2461
  return;
2434
2462
  }
2435
- this.bj = true;
2463
+ this.bm = true;
2436
2464
  try {
2437
2465
  switch (a) {
2438
2466
  case 2:
@@ -2441,8 +2469,8 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2441
2469
  let d;
2442
2470
  let e;
2443
2471
  if (null != c) {
2444
- d = this.ex(c);
2445
- e = this.c5(c);
2472
+ d = this.e3(c);
2473
+ e = this.db(c);
2446
2474
  }
2447
2475
  else {
2448
2476
  d = stringEmpty();
@@ -2465,18 +2493,18 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2465
2493
  }
2466
2494
  }
2467
2495
  finally {
2468
- this.bj = false;
2496
+ this.bm = false;
2469
2497
  }
2470
2498
  this.v.cj();
2471
2499
  }
2472
- gh(a) {
2500
+ gq(a) {
2473
2501
  this.text = a;
2474
2502
  }
2475
- gj() {
2503
+ gs() {
2476
2504
  this.ax = (null == this.a4) ? this.a1 : this.a4;
2477
2505
  this.av = (null == this.a2) ? this.a1 : this.a2;
2478
2506
  }
2479
- gi() {
2507
+ gr() {
2480
2508
  }
2481
2509
  closeUp() {
2482
2510
  this.v.az();
@@ -2497,40 +2525,40 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2497
2525
  this.v.b4(a);
2498
2526
  this.actualNoMatchesFoundLabel = !stringIsNullOrWhiteSpace(this.a6.b1("NoMatches")) ? this.a6.b1("NoMatches") : "No Matches Found";
2499
2527
  }
2500
- c3() {
2528
+ c9() {
2501
2529
  return this.l();
2502
2530
  }
2503
- eq() {
2531
+ ew() {
2504
2532
  let a = this.l();
2505
2533
  return a.am();
2506
2534
  }
2507
2535
  l() {
2508
2536
  let a = new MultiColumnComboVisualModelExport();
2509
- a.a = AppearanceHelper.a(this.hc);
2537
+ a.a = AppearanceHelper.a(this.hl);
2510
2538
  a.j = this.ah;
2511
- a.b = AppearanceHelper.a(this.hd);
2512
- a.p = this.b6;
2539
+ a.b = AppearanceHelper.a(this.hm);
2540
+ a.p = this.cc;
2513
2541
  a.columnHeadersVisible = this.columnHeadersVisible;
2514
- a.au = this.ib;
2515
- a.at = this.gn;
2542
+ a.au = this.il;
2543
+ a.at = this.gw;
2516
2544
  a.k = this.am;
2517
2545
  a.dropDownButtonVisible = this.dropDownButtonVisible;
2518
- a.q = this.b8;
2519
- a.aa = this.e4;
2520
- a.c = AppearanceHelper.a(this.hh);
2546
+ a.q = this.ce;
2547
+ a.aa = this.fb;
2548
+ a.c = AppearanceHelper.a(this.hq);
2521
2549
  a.actualLabelVisible = this.actualLabelVisible;
2522
2550
  a.actualNoMatchesFoundLabel = this.actualNoMatchesFoundLabel;
2523
- a.d = AppearanceHelper.a(this.hi);
2524
- a.e = AppearanceHelper.a(this.hj);
2525
- a.al = this.ff;
2551
+ a.d = AppearanceHelper.a(this.hr);
2552
+ a.e = AppearanceHelper.a(this.hs);
2553
+ a.al = this.fn;
2526
2554
  a.rowSeparatorsVisible = this.rowSeparatorsVisible;
2527
- a.f = AppearanceHelper.a(this.hk);
2528
- a.g = AppearanceHelper.a(this.hl);
2529
- a.r = this.cc;
2530
- a.h = AppearanceHelper.a(this.hm);
2531
- a.s = this.cd;
2532
- a.t = this.ce;
2533
- a.u = this.cf;
2555
+ a.f = AppearanceHelper.a(this.ht);
2556
+ a.g = AppearanceHelper.a(this.hu);
2557
+ a.r = this.ci;
2558
+ a.h = AppearanceHelper.a(this.hv);
2559
+ a.s = this.cj;
2560
+ a.t = this.ck;
2561
+ a.u = this.cl;
2534
2562
  a.an = this.text;
2535
2563
  a.y = this.value;
2536
2564
  a.i = this.v.e.exportVisualModel();
@@ -2620,38 +2648,68 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2620
2648
  }
2621
2649
  return a;
2622
2650
  }
2623
- f5(a) {
2651
+ get bn() {
2652
+ return this.a9;
2653
+ }
2654
+ set bn(a) {
2655
+ let b = this.a9;
2656
+ this.a9 = a;
2657
+ if (b != this.a9) {
2658
+ this.gh("IsFixed", b, this.a9);
2659
+ }
2660
+ }
2661
+ get bo() {
2662
+ return this.ba;
2663
+ }
2664
+ set bo(a) {
2665
+ let b = this.ba;
2666
+ this.ba = a;
2667
+ if (b != this.ba) {
2668
+ this.gh("OpenAsChild", b, this.ba);
2669
+ }
2670
+ }
2671
+ get br() {
2672
+ return this.bd;
2673
+ }
2674
+ set br(a) {
2675
+ let b = this.bd;
2676
+ this.bd = a;
2677
+ if (b != this.bd) {
2678
+ this.gh("UseTopLayer", b, this.bd);
2679
+ }
2680
+ }
2681
+ ge(a) {
2624
2682
  if (null != this.gotFocus) {
2625
2683
  this.gotFocus(this, a);
2626
2684
  }
2627
2685
  }
2628
- f7(a) {
2686
+ gg(a) {
2629
2687
  if (null != this.lostFocus) {
2630
2688
  this.lostFocus(this, a);
2631
2689
  }
2632
2690
  }
2633
- gb(a) {
2691
+ gk(a) {
2634
2692
  if (null != this.textValueChanged) {
2635
2693
  this.textValueChanged(this, a);
2636
2694
  }
2637
2695
  }
2638
- ga(a) {
2696
+ gj(a) {
2639
2697
  if (null != this.selectedValueChanged) {
2640
2698
  this.selectedValueChanged(this, a);
2641
2699
  }
2642
2700
  }
2643
- f8(a, b, c) {
2701
+ gh(a, b, c) {
2644
2702
  if (this.propertyChanged != null) {
2645
2703
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
2646
2704
  }
2647
- this.gd(a, b, c);
2705
+ this.gm(a, b, c);
2648
2706
  }
2649
- f6(a) {
2707
+ gf(a) {
2650
2708
  if (null != this.keyDown) {
2651
2709
  this.keyDown(this, a);
2652
2710
  }
2653
2711
  }
2654
- f4(a) {
2712
+ gd(a) {
2655
2713
  if (null != this.changing) {
2656
2714
  this.changing(this, a);
2657
2715
  }
@@ -2659,13 +2717,13 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2659
2717
  }
2660
2718
  MultiColumnComboBox.$t = /*@__PURE__*/ markType(MultiColumnComboBox, 'MultiColumnComboBox', Base.$, [INotifyPropertyChanged_$type]);
2661
2719
  MultiColumnComboBox.ag = 1;
2662
- MultiColumnComboBox.hp = /*@__PURE__*/ ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
2663
- MultiColumnComboBox.hr = /*@__PURE__*/ ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
2664
- MultiColumnComboBox.hq = /*@__PURE__*/ BrushUtil.h(255, 255, 255, 255);
2720
+ MultiColumnComboBox.hy = /*@__PURE__*/ ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
2721
+ MultiColumnComboBox.h0 = /*@__PURE__*/ ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
2722
+ MultiColumnComboBox.hz = /*@__PURE__*/ BrushUtil.h(255, 255, 255, 255);
2665
2723
  MultiColumnComboBox.ay = null;
2666
- MultiColumnComboBox.dx = "ActualNoMatchesFoundLabelBackgroundColor";
2724
+ MultiColumnComboBox.d3 = "ActualNoMatchesFoundLabelBackgroundColor";
2667
2725
  MultiColumnComboBox.az = null;
2668
- MultiColumnComboBox.hz = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
2726
+ MultiColumnComboBox.h8 = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
2669
2727
  return MultiColumnComboBox;
2670
2728
  })();
2671
2729
  /**