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.
- package/bundles/igniteui-webcomponents-grids.umd.js +940 -828
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +720 -662
- package/esm2015/lib/PropertyEditorView_combined.js +5 -5
- package/esm2015/lib/igc-multi-column-combo-box-component.js +244 -214
- package/esm5/lib/MultiColumnComboBoxView_combined.js +680 -610
- package/esm5/lib/PropertyEditorView_combined.js +5 -5
- package/esm5/lib/igc-multi-column-combo-box-component.js +256 -214
- package/fesm2015/igniteui-webcomponents-grids.js +968 -880
- package/fesm5/igniteui-webcomponents-grids.js +940 -828
- package/grids/combined.js +23 -7
- package/grids/lib/igc-column-component.d.ts +1 -3
- package/grids/lib/igc-position-settings.d.ts +2 -2
- package/grids/lib/igc-row-selector-template-details.d.ts +3 -1
- package/lib/MultiColumnComboBoxView_combined.d.ts +226 -215
- package/lib/igc-multi-column-combo-box-component.d.ts +15 -0
- package/package.json +4 -4
|
@@ -13,6 +13,7 @@ import { XLabel } from "igniteui-webcomponents-inputs";
|
|
|
13
13
|
import { XInput } from "igniteui-webcomponents-inputs";
|
|
14
14
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
15
15
|
import { XIcon } from "igniteui-webcomponents-inputs";
|
|
16
|
+
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
16
17
|
import { GridCellPosition } from "./GridCellPosition";
|
|
17
18
|
import { Rect } from "igniteui-webcomponents-core";
|
|
18
19
|
import { GotFocusEventArgs } from "./GotFocusEventArgs";
|
|
@@ -44,7 +45,6 @@ import { FastReflectionHelper } from "igniteui-webcomponents-core";
|
|
|
44
45
|
import { MultiColumnComboVisualModelExport } from "./MultiColumnComboVisualModelExport";
|
|
45
46
|
import { AppearanceHelper } from "igniteui-webcomponents-core";
|
|
46
47
|
import { FontUtil } from "igniteui-webcomponents-core";
|
|
47
|
-
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
48
48
|
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
49
49
|
/**
|
|
50
50
|
* @hidden
|
|
@@ -121,14 +121,14 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
121
121
|
};
|
|
122
122
|
MultiColumnComboBoxView.prototype.b2 = function () {
|
|
123
123
|
this.ag = this.ac.createElement("div");
|
|
124
|
-
this.
|
|
124
|
+
this.cx();
|
|
125
125
|
this.a1();
|
|
126
126
|
this.a0();
|
|
127
127
|
this.ak.append(this.ai);
|
|
128
128
|
this.cm();
|
|
129
129
|
this.co();
|
|
130
130
|
document.addEventListener("click", runOn(this, this.a2), false);
|
|
131
|
-
window.addEventListener("resize", runOn(this, this.
|
|
131
|
+
window.addEventListener("resize", runOn(this, this.c3), false);
|
|
132
132
|
};
|
|
133
133
|
MultiColumnComboBoxView.prototype.aw = function (a) {
|
|
134
134
|
var b = this.g.p();
|
|
@@ -192,7 +192,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
192
192
|
this.l.provideContainer(e);
|
|
193
193
|
var f = e.getExternal(this.l, e.rootWrapper, e.getExternal(this.g, null, null));
|
|
194
194
|
if (this.f.actualLabelVisible) {
|
|
195
|
-
this.
|
|
195
|
+
this.c0();
|
|
196
196
|
}
|
|
197
197
|
this.ah = a.createElement("div");
|
|
198
198
|
this.ah.addClass("ig-input");
|
|
@@ -215,7 +215,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
215
215
|
l.mouseDown = delegateCombine(l.mouseDown, runOn(this, this.bm));
|
|
216
216
|
this.k.appendContentChild(this.ah);
|
|
217
217
|
this.k.inputs.add(this.j);
|
|
218
|
-
this.a5(this.g.
|
|
218
|
+
this.a5(this.g.bg);
|
|
219
219
|
var m = a.createElement("div");
|
|
220
220
|
var n = a.getSubRenderer(m);
|
|
221
221
|
var o = new XSuffix();
|
|
@@ -249,12 +249,16 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
249
249
|
this.k.inputs.add(u);
|
|
250
250
|
this.ae.listen("click", runOn(this, this.ax));
|
|
251
251
|
this.af.listen("click", runOn(this, this.a4));
|
|
252
|
-
this.
|
|
252
|
+
this.cq();
|
|
253
253
|
};
|
|
254
254
|
MultiColumnComboBoxView.prototype.a1 = function () {
|
|
255
255
|
var a = this.ac.createElement("div");
|
|
256
256
|
var b = this.ac.getSubRenderer(a);
|
|
257
257
|
this.m = new Popup();
|
|
258
|
+
this.m.aq = this.f.bn;
|
|
259
|
+
this.m.ax = this.f.br;
|
|
260
|
+
this.m.cy = BrushUtil.h(255, 255, 255, 255);
|
|
261
|
+
this.m.a8 = 150;
|
|
258
262
|
this.m.provideRenderer(b);
|
|
259
263
|
var c = b.getExternal(this.m, b.rootWrapper, b.getExternal(this.g, null, null));
|
|
260
264
|
this.am = this.ac.createElement("div");
|
|
@@ -310,7 +314,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
310
314
|
else {
|
|
311
315
|
if (h > 1) {
|
|
312
316
|
}
|
|
313
|
-
var i = this.g.
|
|
317
|
+
var i = this.g.e5();
|
|
314
318
|
a = this.a.getItemAtIndex(0);
|
|
315
319
|
var j = this.a.getItemProperty(a, i).toString();
|
|
316
320
|
this.g.text = j;
|
|
@@ -348,7 +352,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
348
352
|
if (null != d) {
|
|
349
353
|
if (d.b >= a && d.b <= b) {
|
|
350
354
|
this.cf(d.b);
|
|
351
|
-
this.
|
|
355
|
+
this.cy();
|
|
352
356
|
}
|
|
353
357
|
}
|
|
354
358
|
}
|
|
@@ -368,7 +372,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
368
372
|
}
|
|
369
373
|
}
|
|
370
374
|
else {
|
|
371
|
-
this.
|
|
375
|
+
this.cw();
|
|
372
376
|
}
|
|
373
377
|
};
|
|
374
378
|
MultiColumnComboBoxView.prototype.b1 = function (a, b) {
|
|
@@ -380,18 +384,23 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
380
384
|
return this.u(a);
|
|
381
385
|
};
|
|
382
386
|
MultiColumnComboBoxView.prototype.a3 = function () {
|
|
383
|
-
this.
|
|
387
|
+
this.c1();
|
|
384
388
|
this.bp();
|
|
385
389
|
var a = this.n;
|
|
386
390
|
if (a.aw) {
|
|
387
391
|
return;
|
|
388
392
|
}
|
|
389
|
-
var b = this.
|
|
393
|
+
var b = this.c4();
|
|
390
394
|
a.al = !this.w;
|
|
391
|
-
|
|
395
|
+
if (this.f.bo) {
|
|
396
|
+
a.cp(this.ac.rootWrapper.getNativeElement(), 1, 1);
|
|
397
|
+
}
|
|
398
|
+
else {
|
|
399
|
+
a.showRelativeToExclusionRect(b, 1, 1);
|
|
400
|
+
}
|
|
392
401
|
this.co();
|
|
393
402
|
};
|
|
394
|
-
MultiColumnComboBoxView.prototype.
|
|
403
|
+
MultiColumnComboBoxView.prototype.c4 = function () {
|
|
395
404
|
var a = this.ac.rootWrapper.getNativeElement();
|
|
396
405
|
var b = (a.getBoundingClientRect());
|
|
397
406
|
return new Rect(0, b.left + window.pageXOffset, b.top + window.pageYOffset, b.width, b.height);
|
|
@@ -442,7 +451,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
442
451
|
if (b == null) {
|
|
443
452
|
return;
|
|
444
453
|
}
|
|
445
|
-
a.
|
|
454
|
+
a.gi(b);
|
|
446
455
|
};
|
|
447
456
|
MultiColumnComboBoxView.prototype.bp = function () {
|
|
448
457
|
this.n.b8();
|
|
@@ -462,13 +471,13 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
462
471
|
this.k.an = true;
|
|
463
472
|
this.j.dp();
|
|
464
473
|
var a = new GotFocusEventArgs();
|
|
465
|
-
this.g.
|
|
474
|
+
this.g.ge(a);
|
|
466
475
|
};
|
|
467
476
|
MultiColumnComboBoxView.prototype.bz = function () {
|
|
468
477
|
this.az();
|
|
469
478
|
this.k.j8();
|
|
470
479
|
var a = new LostFocusEventArgs();
|
|
471
|
-
this.g.
|
|
480
|
+
this.g.gg(a);
|
|
472
481
|
};
|
|
473
482
|
MultiColumnComboBoxView.prototype.b4 = function (a) {
|
|
474
483
|
var e_1, _a;
|
|
@@ -518,7 +527,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
518
527
|
switch (a) {
|
|
519
528
|
case 2:
|
|
520
529
|
{
|
|
521
|
-
var g = this.g.
|
|
530
|
+
var g = this.g.e5();
|
|
522
531
|
if (stringIsNullOrEmpty(g)) {
|
|
523
532
|
return;
|
|
524
533
|
}
|
|
@@ -563,7 +572,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
563
572
|
}
|
|
564
573
|
};
|
|
565
574
|
MultiColumnComboBoxView.prototype.b7 = function () {
|
|
566
|
-
this.
|
|
575
|
+
this.cu();
|
|
567
576
|
var a = this.f.text;
|
|
568
577
|
var b = this.au.length;
|
|
569
578
|
var c = !stringIsNullOrEmpty(a) ? a.length : 0;
|
|
@@ -596,7 +605,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
596
605
|
};
|
|
597
606
|
MultiColumnComboBoxView.prototype.cj = function () {
|
|
598
607
|
if (this.ae != null && this.j != null) {
|
|
599
|
-
if (this.g.
|
|
608
|
+
if (this.g.bq == false) {
|
|
600
609
|
this.ae.setStyleProperty("display", "none");
|
|
601
610
|
}
|
|
602
611
|
else if ((this.g.value != null && this.g.value != "") || (this.j.cq != null && this.j.cq != "")) {
|
|
@@ -617,7 +626,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
617
626
|
a.selectedItemsChanged = delegateRemove(a.selectedItemsChanged, runOn(this, this.bd));
|
|
618
627
|
this.v = true;
|
|
619
628
|
try {
|
|
620
|
-
this.g.
|
|
629
|
+
this.g.gq(this.au);
|
|
621
630
|
}
|
|
622
631
|
finally {
|
|
623
632
|
this.v = false;
|
|
@@ -712,7 +721,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
712
721
|
if (!this.r) {
|
|
713
722
|
this.a8(b.activeCell);
|
|
714
723
|
}
|
|
715
|
-
this.
|
|
724
|
+
this.cy();
|
|
716
725
|
};
|
|
717
726
|
MultiColumnComboBoxView.prototype.cl = function (a) {
|
|
718
727
|
this.b6(2, a);
|
|
@@ -726,40 +735,40 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
726
735
|
this.k.t = a.density;
|
|
727
736
|
this.k.p = a.ah;
|
|
728
737
|
this.k.d = a.ac;
|
|
729
|
-
this.k.mc = a.
|
|
730
|
-
this.k.md = a.
|
|
731
|
-
this.k.c0 = a.
|
|
732
|
-
this.k.oi = a.
|
|
733
|
-
this.k.ks = a.
|
|
738
|
+
this.k.mc = a.hl;
|
|
739
|
+
this.k.md = a.hm;
|
|
740
|
+
this.k.c0 = a.cc;
|
|
741
|
+
this.k.oi = a.il;
|
|
742
|
+
this.k.ks = a.gw;
|
|
734
743
|
this.k.t = a.am;
|
|
735
|
-
this.k.no = a.
|
|
736
|
-
this.k.eg = a.
|
|
737
|
-
this.k.np = a.
|
|
738
|
-
this.k.eh = a.
|
|
739
|
-
this.k.ei = a.
|
|
740
|
-
this.k.nq = a.
|
|
741
|
-
this.k.ej = a.
|
|
742
|
-
this.k.ek = a.
|
|
743
|
-
this.k.n6 = a.
|
|
744
|
-
this.k.e5 = a.
|
|
745
|
-
this.k.n7 = a.
|
|
746
|
-
this.k.e6 = a.
|
|
747
|
-
this.k.e7 = a.
|
|
748
|
-
this.k.e8 = a.
|
|
744
|
+
this.k.no = a.hn;
|
|
745
|
+
this.k.eg = a.cd;
|
|
746
|
+
this.k.np = a.ho;
|
|
747
|
+
this.k.eh = a.ce;
|
|
748
|
+
this.k.ei = a.cf;
|
|
749
|
+
this.k.nq = a.hp;
|
|
750
|
+
this.k.ej = a.cg;
|
|
751
|
+
this.k.ek = a.ch;
|
|
752
|
+
this.k.n6 = a.hu;
|
|
753
|
+
this.k.e5 = a.ci;
|
|
754
|
+
this.k.n7 = a.hv;
|
|
755
|
+
this.k.e6 = a.cj;
|
|
756
|
+
this.k.e7 = a.ck;
|
|
757
|
+
this.k.e8 = a.cl;
|
|
749
758
|
}
|
|
750
759
|
if (null != this.j) {
|
|
751
|
-
this.j.d8 = a.
|
|
760
|
+
this.j.d8 = a.ht;
|
|
752
761
|
this.j.af = a.ax;
|
|
753
|
-
this.j.cg = a.
|
|
762
|
+
this.j.cg = a.fn;
|
|
754
763
|
}
|
|
755
764
|
if (null != this.l) {
|
|
756
|
-
this.l.text = a.
|
|
757
|
-
this.l.df = a.
|
|
765
|
+
this.l.text = a.fb;
|
|
766
|
+
this.l.df = a.hq;
|
|
758
767
|
this.l.y = a.av;
|
|
759
768
|
}
|
|
760
769
|
if (null != this.am) {
|
|
761
|
-
NativeUI.q(this.am, a.
|
|
762
|
-
NativeUI.m(this.am, a.
|
|
770
|
+
NativeUI.q(this.am, a.hs);
|
|
771
|
+
NativeUI.m(this.am, a.hr);
|
|
763
772
|
if (null != a.aw) {
|
|
764
773
|
this.am.setStyleProperty("font", a.aw.fontString);
|
|
765
774
|
}
|
|
@@ -777,7 +786,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
777
786
|
MultiColumnComboBoxUtilities.c(this.af, c);
|
|
778
787
|
}
|
|
779
788
|
};
|
|
780
|
-
MultiColumnComboBoxView.prototype.
|
|
789
|
+
MultiColumnComboBoxView.prototype.cu = function () {
|
|
781
790
|
if (!this.v) {
|
|
782
791
|
if (null != this.j) {
|
|
783
792
|
var a = this.f.text;
|
|
@@ -790,7 +799,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
790
799
|
var b = null != a ? a.aw : false;
|
|
791
800
|
this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
|
|
792
801
|
};
|
|
793
|
-
MultiColumnComboBoxView.prototype.
|
|
802
|
+
MultiColumnComboBoxView.prototype.ct = function () {
|
|
794
803
|
var a = this.d.actualHeaderHeight + 3;
|
|
795
804
|
var b = this.d.actualRowHeight + this.d.rowSeparatorHeight;
|
|
796
805
|
var c = this.d.actualDataSource;
|
|
@@ -824,7 +833,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
824
833
|
this.am.setStyleProperty("height", p);
|
|
825
834
|
}
|
|
826
835
|
};
|
|
827
|
-
MultiColumnComboBoxView.prototype.
|
|
836
|
+
MultiColumnComboBoxView.prototype.cv = function () {
|
|
828
837
|
if (this.w) {
|
|
829
838
|
return;
|
|
830
839
|
}
|
|
@@ -836,11 +845,11 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
836
845
|
a.ep = null;
|
|
837
846
|
}
|
|
838
847
|
else {
|
|
839
|
-
this.
|
|
848
|
+
this.cw();
|
|
840
849
|
}
|
|
841
850
|
}
|
|
842
851
|
};
|
|
843
|
-
MultiColumnComboBoxView.prototype.
|
|
852
|
+
MultiColumnComboBoxView.prototype.cw = function () {
|
|
844
853
|
var a = this.g;
|
|
845
854
|
if (null != a.value) {
|
|
846
855
|
var b = this.g.value;
|
|
@@ -852,7 +861,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
852
861
|
}
|
|
853
862
|
}
|
|
854
863
|
};
|
|
855
|
-
MultiColumnComboBoxView.prototype.
|
|
864
|
+
MultiColumnComboBoxView.prototype.cx = function () {
|
|
856
865
|
var _this = this;
|
|
857
866
|
if (null == this.d) {
|
|
858
867
|
this.ac.getPortal(this.ag, "DataGrid", function (a) {
|
|
@@ -860,12 +869,12 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
860
869
|
_this.aq.height = '100%';
|
|
861
870
|
_this.aq.width = '100%';
|
|
862
871
|
_this.d = (_this.aq.i);
|
|
863
|
-
_this.
|
|
872
|
+
_this.cz();
|
|
864
873
|
_this.d.selectionMode = 1;
|
|
865
874
|
_this.d.selectionBehavior = 0;
|
|
866
875
|
_this.d.activationMode = 1;
|
|
867
876
|
_this.d.defaultColumnWidth = _this.f.defaultColumnWidth;
|
|
868
|
-
_this.
|
|
877
|
+
_this.cr();
|
|
869
878
|
_this.d.editMode = 0;
|
|
870
879
|
_this.d.isColumnOptionsEnabled = false;
|
|
871
880
|
_this.d.isActiveCellStyleEnabled = false;
|
|
@@ -892,10 +901,10 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
892
901
|
MultiColumnComboBoxView.prototype.cn = function (a) {
|
|
893
902
|
if (this.d != null) {
|
|
894
903
|
this.d.defaultColumnWidth = a;
|
|
895
|
-
this.
|
|
904
|
+
this.ct();
|
|
896
905
|
}
|
|
897
906
|
};
|
|
898
|
-
MultiColumnComboBoxView.prototype.
|
|
907
|
+
MultiColumnComboBoxView.prototype.cr = function () {
|
|
899
908
|
if (this.d != null) {
|
|
900
909
|
var a = 0;
|
|
901
910
|
switch (this.f.x) {
|
|
@@ -918,7 +927,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
918
927
|
this.d.headerClickAction = a;
|
|
919
928
|
}
|
|
920
929
|
};
|
|
921
|
-
MultiColumnComboBoxView.prototype.
|
|
930
|
+
MultiColumnComboBoxView.prototype.cy = function () {
|
|
922
931
|
if (!this.t) {
|
|
923
932
|
return;
|
|
924
933
|
}
|
|
@@ -938,7 +947,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
938
947
|
a.scrollToRowByIndex(0);
|
|
939
948
|
}
|
|
940
949
|
};
|
|
941
|
-
MultiColumnComboBoxView.prototype.
|
|
950
|
+
MultiColumnComboBoxView.prototype.cz = function () {
|
|
942
951
|
if (null != this.aq) {
|
|
943
952
|
var a = this.g;
|
|
944
953
|
var b = a.itemsSource;
|
|
@@ -965,7 +974,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
965
974
|
}
|
|
966
975
|
this.a = null;
|
|
967
976
|
if (this.n != null && this.n.aw) {
|
|
968
|
-
this.
|
|
977
|
+
this.c1();
|
|
969
978
|
this.n.b8();
|
|
970
979
|
}
|
|
971
980
|
}
|
|
@@ -976,7 +985,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
976
985
|
this.ao = -1;
|
|
977
986
|
}
|
|
978
987
|
};
|
|
979
|
-
MultiColumnComboBoxView.prototype.
|
|
988
|
+
MultiColumnComboBoxView.prototype.c0 = function () {
|
|
980
989
|
if (null != this.aj) {
|
|
981
990
|
var a = this.f.actualLabelVisible;
|
|
982
991
|
if (a) {
|
|
@@ -997,8 +1006,8 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
997
1006
|
this.k.disabled = !a;
|
|
998
1007
|
}
|
|
999
1008
|
};
|
|
1000
|
-
MultiColumnComboBoxView.prototype.
|
|
1001
|
-
this.
|
|
1009
|
+
MultiColumnComboBoxView.prototype.c1 = function () {
|
|
1010
|
+
this.ct();
|
|
1002
1011
|
if (!this.w) {
|
|
1003
1012
|
this.z = false;
|
|
1004
1013
|
}
|
|
@@ -1045,7 +1054,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1045
1054
|
enumerable: false,
|
|
1046
1055
|
configurable: true
|
|
1047
1056
|
});
|
|
1048
|
-
MultiColumnComboBoxView.prototype.
|
|
1057
|
+
MultiColumnComboBoxView.prototype.c2 = function () {
|
|
1049
1058
|
if (null != this.al) {
|
|
1050
1059
|
this.al.setStyleProperty("box-sizing", "border-box");
|
|
1051
1060
|
}
|
|
@@ -1081,7 +1090,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1081
1090
|
this.r = true;
|
|
1082
1091
|
};
|
|
1083
1092
|
MultiColumnComboBoxView.prototype.a9 = function (a, b) {
|
|
1084
|
-
this.
|
|
1093
|
+
this.cv();
|
|
1085
1094
|
};
|
|
1086
1095
|
MultiColumnComboBoxView.prototype.ba = function (a, b) {
|
|
1087
1096
|
if (typeCast(TextHeaderCellModel.$, b.cellInfo) !== null) {
|
|
@@ -1090,7 +1099,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1090
1099
|
this.br();
|
|
1091
1100
|
};
|
|
1092
1101
|
MultiColumnComboBoxView.prototype.bb = function (a, b) {
|
|
1093
|
-
this.
|
|
1102
|
+
this.ct();
|
|
1094
1103
|
this.bp();
|
|
1095
1104
|
};
|
|
1096
1105
|
MultiColumnComboBoxView.prototype.bd = function (a, b) {
|
|
@@ -1100,10 +1109,10 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1100
1109
|
};
|
|
1101
1110
|
MultiColumnComboBoxView.prototype.be = function (a, b) {
|
|
1102
1111
|
this.t = b.b != 0 && b.a != 0;
|
|
1103
|
-
this.
|
|
1112
|
+
this.cy();
|
|
1104
1113
|
};
|
|
1105
1114
|
MultiColumnComboBoxView.prototype.bf = function (a, b) {
|
|
1106
|
-
this.
|
|
1115
|
+
this.cy();
|
|
1107
1116
|
var c = this.d;
|
|
1108
1117
|
c.viewportChanged = delegateRemove(c.viewportChanged, runOn(this, this.bf));
|
|
1109
1118
|
};
|
|
@@ -1111,7 +1120,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1111
1120
|
if (b.isCompositionInProgress) {
|
|
1112
1121
|
return;
|
|
1113
1122
|
}
|
|
1114
|
-
this.f.
|
|
1123
|
+
this.f.gd(b);
|
|
1115
1124
|
var c = b.value;
|
|
1116
1125
|
this.b9(c);
|
|
1117
1126
|
};
|
|
@@ -1123,7 +1132,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1123
1132
|
this.cd();
|
|
1124
1133
|
};
|
|
1125
1134
|
MultiColumnComboBoxView.prototype.bl = function (a, b) {
|
|
1126
|
-
this.f.
|
|
1135
|
+
this.f.gf(b);
|
|
1127
1136
|
if (b.defaultPrevented) {
|
|
1128
1137
|
return;
|
|
1129
1138
|
}
|
|
@@ -1151,7 +1160,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1151
1160
|
case 40:
|
|
1152
1161
|
if (d == 1) {
|
|
1153
1162
|
this.a3();
|
|
1154
|
-
this.
|
|
1163
|
+
this.cv();
|
|
1155
1164
|
b.preventDefault();
|
|
1156
1165
|
}
|
|
1157
1166
|
else {
|
|
@@ -1233,15 +1242,15 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1233
1242
|
this.bz();
|
|
1234
1243
|
}
|
|
1235
1244
|
};
|
|
1236
|
-
MultiColumnComboBoxView.prototype.
|
|
1245
|
+
MultiColumnComboBoxView.prototype.c3 = function (a) {
|
|
1237
1246
|
var b = this.n;
|
|
1238
1247
|
if (null == b || false == b.aw) {
|
|
1239
1248
|
return;
|
|
1240
1249
|
}
|
|
1241
|
-
var c = this.
|
|
1250
|
+
var c = this.c4();
|
|
1242
1251
|
this.m.b9(c);
|
|
1243
1252
|
};
|
|
1244
|
-
MultiColumnComboBoxView.prototype.
|
|
1253
|
+
MultiColumnComboBoxView.prototype.cq = function () {
|
|
1245
1254
|
if (this.g.disallowTabFocus) {
|
|
1246
1255
|
if (this.ai != null) {
|
|
1247
1256
|
this.ai.setAttribute("tabIndex", "-1");
|
|
@@ -1259,6 +1268,16 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1259
1268
|
}
|
|
1260
1269
|
}
|
|
1261
1270
|
};
|
|
1271
|
+
MultiColumnComboBoxView.prototype.cp = function () {
|
|
1272
|
+
if (this.m != null) {
|
|
1273
|
+
this.m.aq = this.g.bn;
|
|
1274
|
+
}
|
|
1275
|
+
};
|
|
1276
|
+
MultiColumnComboBoxView.prototype.cs = function () {
|
|
1277
|
+
if (this.m != null) {
|
|
1278
|
+
this.m.ax = this.g.br;
|
|
1279
|
+
}
|
|
1280
|
+
};
|
|
1262
1281
|
MultiColumnComboBoxView.$t = markType(MultiColumnComboBoxView, 'MultiColumnComboBoxView');
|
|
1263
1282
|
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";
|
|
1264
1283
|
MultiColumnComboBoxView.at = "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z";
|
|
@@ -1273,108 +1292,111 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1273
1292
|
__extends(MultiColumnComboBox, _super);
|
|
1274
1293
|
function MultiColumnComboBox() {
|
|
1275
1294
|
var _this = _super.call(this) || this;
|
|
1276
|
-
_this.
|
|
1277
|
-
_this.
|
|
1278
|
-
_this.
|
|
1279
|
-
_this.
|
|
1280
|
-
_this.
|
|
1281
|
-
_this.
|
|
1282
|
-
_this.
|
|
1283
|
-
_this.
|
|
1284
|
-
_this.
|
|
1285
|
-
_this.
|
|
1286
|
-
_this.
|
|
1287
|
-
_this.
|
|
1288
|
-
_this.
|
|
1289
|
-
_this.
|
|
1290
|
-
_this.
|
|
1291
|
-
_this.
|
|
1292
|
-
_this.
|
|
1293
|
-
_this.
|
|
1294
|
-
_this.
|
|
1295
|
-
_this.
|
|
1295
|
+
_this.dd = null;
|
|
1296
|
+
_this.h1 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1297
|
+
_this.h2 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1298
|
+
_this.co = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1299
|
+
_this.io = XInputGroup.m.ai(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1300
|
+
_this.gy = XInputGroup.m.y(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1301
|
+
_this.h3 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1302
|
+
_this.cp = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1303
|
+
_this.h4 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1304
|
+
_this.cq = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1305
|
+
_this.cr = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1306
|
+
_this.h5 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1307
|
+
_this.cs = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1308
|
+
_this.ct = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
1309
|
+
_this.h6 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1310
|
+
_this.cu = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1311
|
+
_this.h7 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1312
|
+
_this.cv = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1313
|
+
_this.cw = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
1314
|
+
_this.cx = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
1296
1315
|
_this.a5 = null;
|
|
1297
1316
|
_this.a0 = null;
|
|
1298
1317
|
_this.v = null;
|
|
1299
1318
|
_this.a8 = false;
|
|
1300
|
-
_this.
|
|
1319
|
+
_this.bc = true;
|
|
1301
1320
|
_this.c = null;
|
|
1302
1321
|
_this.m = ColumnWidth.a;
|
|
1303
|
-
_this.
|
|
1304
|
-
_this.
|
|
1322
|
+
_this.ha = null;
|
|
1323
|
+
_this.gz = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1305
1324
|
_this.af = 0;
|
|
1306
1325
|
_this.ae = 1;
|
|
1307
|
-
_this.
|
|
1308
|
-
_this.
|
|
1309
|
-
_this.
|
|
1310
|
-
_this.
|
|
1311
|
-
_this.
|
|
1312
|
-
_this.
|
|
1313
|
-
_this.
|
|
1314
|
-
_this.
|
|
1315
|
-
_this.
|
|
1326
|
+
_this.hb = null;
|
|
1327
|
+
_this.g0 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1328
|
+
_this.b2 = NaN;
|
|
1329
|
+
_this.bs = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1330
|
+
_this.bh = true;
|
|
1331
|
+
_this.ik = new Thickness(1, NaN, NaN, NaN, NaN);
|
|
1332
|
+
_this.ij = ThemeResolver.ak(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1333
|
+
_this.gv = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
1334
|
+
_this.gu = ThemeResolver.aa(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1316
1335
|
_this.b = null;
|
|
1317
1336
|
_this.al = 0;
|
|
1318
1337
|
_this.ak = 0;
|
|
1319
|
-
_this.
|
|
1320
|
-
_this.
|
|
1321
|
-
_this.
|
|
1322
|
-
_this.
|
|
1323
|
-
_this.
|
|
1324
|
-
_this.
|
|
1325
|
-
_this.
|
|
1326
|
-
_this.
|
|
1327
|
-
_this.
|
|
1328
|
-
_this.
|
|
1329
|
-
_this.
|
|
1330
|
-
_this.
|
|
1331
|
-
_this.
|
|
1332
|
-
_this.
|
|
1333
|
-
_this.
|
|
1334
|
-
_this.
|
|
1335
|
-
_this.
|
|
1336
|
-
_this.
|
|
1337
|
-
_this.
|
|
1338
|
-
_this.
|
|
1339
|
-
_this.
|
|
1338
|
+
_this.bk = true;
|
|
1339
|
+
_this.hc = null;
|
|
1340
|
+
_this.g1 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1341
|
+
_this.b3 = NaN;
|
|
1342
|
+
_this.bt = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1343
|
+
_this.hd = null;
|
|
1344
|
+
_this.g2 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1345
|
+
_this.b4 = NaN;
|
|
1346
|
+
_this.bu = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1347
|
+
_this.b5 = NaN;
|
|
1348
|
+
_this.bv = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1349
|
+
_this.he = null;
|
|
1350
|
+
_this.g3 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1351
|
+
_this.b6 = NaN;
|
|
1352
|
+
_this.bw = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1353
|
+
_this.b7 = NaN;
|
|
1354
|
+
_this.bx = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
1355
|
+
_this.c7 = null;
|
|
1356
|
+
_this.fd = null;
|
|
1357
|
+
_this.hf = null;
|
|
1358
|
+
_this.g4 = MultiColumnComboBox.hy;
|
|
1340
1359
|
_this.as = null;
|
|
1341
1360
|
_this.ap = null;
|
|
1342
|
-
_this.
|
|
1343
|
-
_this.
|
|
1344
|
-
_this.
|
|
1345
|
-
_this.
|
|
1346
|
-
_this.
|
|
1347
|
-
_this.
|
|
1348
|
-
_this.
|
|
1361
|
+
_this.be = false;
|
|
1362
|
+
_this.fg = null;
|
|
1363
|
+
_this.d1 = "No Matches Found";
|
|
1364
|
+
_this.hg = null;
|
|
1365
|
+
_this.g5 = MultiColumnComboBox.hz;
|
|
1366
|
+
_this.hh = null;
|
|
1367
|
+
_this.g6 = MultiColumnComboBox.h0;
|
|
1349
1368
|
_this.at = null;
|
|
1350
1369
|
_this.aq = null;
|
|
1351
|
-
_this.
|
|
1352
|
-
_this.
|
|
1353
|
-
_this.
|
|
1354
|
-
_this.
|
|
1370
|
+
_this.fo = "";
|
|
1371
|
+
_this.bb = true;
|
|
1372
|
+
_this.hi = MultiColumnComboBox.h8;
|
|
1373
|
+
_this.g7 = MultiColumnComboBox.h8;
|
|
1355
1374
|
_this.au = null;
|
|
1356
1375
|
_this.ar = null;
|
|
1357
|
-
_this.
|
|
1358
|
-
_this.
|
|
1359
|
-
_this.
|
|
1360
|
-
_this.
|
|
1361
|
-
_this.
|
|
1362
|
-
_this.
|
|
1363
|
-
_this.
|
|
1364
|
-
_this.
|
|
1365
|
-
_this.
|
|
1366
|
-
_this.
|
|
1367
|
-
_this.
|
|
1368
|
-
_this.
|
|
1376
|
+
_this.hj = null;
|
|
1377
|
+
_this.g8 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1378
|
+
_this.b8 = NaN;
|
|
1379
|
+
_this.by = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1380
|
+
_this.hk = null;
|
|
1381
|
+
_this.g9 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1382
|
+
_this.b9 = NaN;
|
|
1383
|
+
_this.bz = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
1384
|
+
_this.ca = NaN;
|
|
1385
|
+
_this.b0 = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
1386
|
+
_this.cb = NaN;
|
|
1387
|
+
_this.b1 = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
|
|
1369
1388
|
_this.a7 = true;
|
|
1370
1389
|
_this.w = 0;
|
|
1371
|
-
_this.
|
|
1372
|
-
_this.
|
|
1390
|
+
_this.dg = null;
|
|
1391
|
+
_this.df = null;
|
|
1373
1392
|
_this.d = null;
|
|
1374
1393
|
_this.a = null;
|
|
1375
|
-
_this.
|
|
1394
|
+
_this.c8 = null;
|
|
1376
1395
|
_this.aa = 0;
|
|
1377
|
-
_this.
|
|
1396
|
+
_this.bm = false;
|
|
1397
|
+
_this.a9 = false;
|
|
1398
|
+
_this.ba = false;
|
|
1399
|
+
_this.bd = false;
|
|
1378
1400
|
_this.gotFocus = null;
|
|
1379
1401
|
_this.lostFocus = null;
|
|
1380
1402
|
_this.textValueChanged = null;
|
|
@@ -1404,88 +1426,88 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1404
1426
|
MultiColumnComboBox.prototype.u = function () {
|
|
1405
1427
|
return new MultiColumnComboBoxView();
|
|
1406
1428
|
};
|
|
1407
|
-
MultiColumnComboBox.prototype.
|
|
1429
|
+
MultiColumnComboBox.prototype.gm = function (a, b, c) {
|
|
1408
1430
|
switch (a) {
|
|
1409
1431
|
case "BackgroundColor":
|
|
1410
|
-
this.
|
|
1432
|
+
this.hl = this.hw != null ? this.hw : this.h1;
|
|
1411
1433
|
break;
|
|
1412
1434
|
case "BorderColor":
|
|
1413
|
-
this.
|
|
1435
|
+
this.hm = this.hx != null ? this.hx : this.h2;
|
|
1414
1436
|
break;
|
|
1415
1437
|
case "BorderWidth":
|
|
1416
|
-
this.
|
|
1438
|
+
this.cc = !isNaN_(this.cm) ? this.cm : this.co;
|
|
1417
1439
|
break;
|
|
1418
1440
|
case "ContentPadding":
|
|
1419
|
-
this.
|
|
1441
|
+
this.il = XInputGroup.oh(this.im, this.io);
|
|
1420
1442
|
break;
|
|
1421
1443
|
case "CornerRadius":
|
|
1422
|
-
this.
|
|
1444
|
+
this.gw = XInputGroup.kr(this.gx, this.gy);
|
|
1423
1445
|
break;
|
|
1424
1446
|
case "FocusBorderColor":
|
|
1425
|
-
this.
|
|
1447
|
+
this.hn = this.h9 != null ? this.h9 : this.h3;
|
|
1426
1448
|
break;
|
|
1427
1449
|
case "FocusBorderWidth":
|
|
1428
|
-
this.
|
|
1450
|
+
this.cd = !isNaN_(this.cy) ? this.cy : this.cp;
|
|
1429
1451
|
break;
|
|
1430
1452
|
case "FocusUnderlineColor":
|
|
1431
|
-
this.
|
|
1453
|
+
this.ho = this.ia != null ? this.ia : this.h4;
|
|
1432
1454
|
break;
|
|
1433
1455
|
case "FocusUnderlineOpacity":
|
|
1434
|
-
this.
|
|
1456
|
+
this.ce = !isNaN_(this.cz) ? this.cz : this.cq;
|
|
1435
1457
|
break;
|
|
1436
1458
|
case "FocusUnderlineRippleOpacity":
|
|
1437
|
-
this.
|
|
1459
|
+
this.cf = !isNaN_(this.c0) ? this.c0 : this.cr;
|
|
1438
1460
|
break;
|
|
1439
1461
|
case "HoverUnderlineColor":
|
|
1440
|
-
this.
|
|
1462
|
+
this.hp = this.ib != null ? this.ib : this.h5;
|
|
1441
1463
|
break;
|
|
1442
1464
|
case "HoverUnderlineOpacity":
|
|
1443
|
-
this.
|
|
1465
|
+
this.cg = !isNaN_(this.c1) ? this.c1 : this.cs;
|
|
1444
1466
|
break;
|
|
1445
1467
|
case "HoverUnderlineWidth":
|
|
1446
|
-
this.
|
|
1468
|
+
this.ch = !isNaN_(this.c2) ? this.c2 : this.ct;
|
|
1447
1469
|
break;
|
|
1448
1470
|
case "ItemsSource":
|
|
1449
1471
|
case "ValueField":
|
|
1450
1472
|
case "DataSourceDesiredProperties":
|
|
1451
1473
|
case "Fields":
|
|
1452
|
-
this.v.
|
|
1474
|
+
this.v.cz();
|
|
1453
1475
|
break;
|
|
1454
1476
|
case "DefaultColumnWidth":
|
|
1455
1477
|
this.v.cn(this.defaultColumnWidth);
|
|
1456
1478
|
break;
|
|
1457
1479
|
case "LabelTextColor":
|
|
1458
|
-
this.
|
|
1480
|
+
this.hq = this.ic != null ? this.ic : MultiColumnComboBox.hy;
|
|
1459
1481
|
break;
|
|
1460
1482
|
case "LabelTextStyle":
|
|
1461
1483
|
this.av = this.a2 != null ? this.a2 : MultiColumnComboBox.ay;
|
|
1462
1484
|
break;
|
|
1463
1485
|
case "NoMatchesFoundLabelTextColor":
|
|
1464
|
-
this.
|
|
1486
|
+
this.hs = this.ie != null ? this.ie : MultiColumnComboBox.h0;
|
|
1465
1487
|
break;
|
|
1466
1488
|
case "NoMatchesFoundLabelBackgroundColor":
|
|
1467
|
-
this.
|
|
1489
|
+
this.hr = this.id != null ? this.id : MultiColumnComboBox.hz;
|
|
1468
1490
|
break;
|
|
1469
1491
|
case "NoMatchesFoundLabelTextStyle":
|
|
1470
1492
|
this.aw = this.a3 != null ? this.a3 : MultiColumnComboBox.az;
|
|
1471
1493
|
break;
|
|
1472
1494
|
case "UnderlineColor":
|
|
1473
|
-
this.
|
|
1495
|
+
this.hu = this.ih != null ? this.ih : this.h6;
|
|
1474
1496
|
break;
|
|
1475
1497
|
case "UnderlineOpacity":
|
|
1476
|
-
this.
|
|
1498
|
+
this.ci = !isNaN_(this.c3) ? this.c3 : this.cu;
|
|
1477
1499
|
break;
|
|
1478
1500
|
case "UnderlineRippleColor":
|
|
1479
|
-
this.
|
|
1501
|
+
this.hv = this.ii != null ? this.ii : this.h7;
|
|
1480
1502
|
break;
|
|
1481
1503
|
case "UnderlineRippleOpacity":
|
|
1482
|
-
this.
|
|
1504
|
+
this.cj = !isNaN_(this.c4) ? this.c4 : this.cv;
|
|
1483
1505
|
break;
|
|
1484
1506
|
case "UnderlineRippleWidth":
|
|
1485
|
-
this.
|
|
1507
|
+
this.ck = !isNaN_(this.c5) ? this.c5 : this.cw;
|
|
1486
1508
|
break;
|
|
1487
1509
|
case "UnderlineWidth":
|
|
1488
|
-
this.
|
|
1510
|
+
this.cl = !isNaN_(this.c6) ? this.c6 : this.cx;
|
|
1489
1511
|
break;
|
|
1490
1512
|
case "BaseTheme":
|
|
1491
1513
|
this.ah = this.ai == 0 ? 1 : this.ai;
|
|
@@ -1494,7 +1516,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1494
1516
|
this.am = this.density == 0 ? 0 : this.density;
|
|
1495
1517
|
break;
|
|
1496
1518
|
case "TextColor":
|
|
1497
|
-
this.
|
|
1519
|
+
this.ht = this.ig != null ? this.ig : MultiColumnComboBox.h8;
|
|
1498
1520
|
break;
|
|
1499
1521
|
case "TextStyle":
|
|
1500
1522
|
this.ax = this.a4 != null ? this.a4 : null;
|
|
@@ -1531,47 +1553,53 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1531
1553
|
case "ActualNoMatchesFoundLabel":
|
|
1532
1554
|
case "ActualNoMatchesFoundLabelTextColor":
|
|
1533
1555
|
case "ActualNoMatchesFoundLabelTextStyle":
|
|
1534
|
-
case MultiColumnComboBox.
|
|
1556
|
+
case MultiColumnComboBox.d3:
|
|
1535
1557
|
this.v.cm();
|
|
1536
1558
|
break;
|
|
1537
1559
|
case "NoMatchesFoundLabel":
|
|
1538
|
-
this.actualNoMatchesFoundLabel = stringIsNullOrEmpty(this.
|
|
1560
|
+
this.actualNoMatchesFoundLabel = stringIsNullOrEmpty(this.fh) ? "No Matches Found" : this.fh;
|
|
1539
1561
|
break;
|
|
1540
1562
|
case "ActualLabelVisible":
|
|
1541
|
-
this.v.
|
|
1563
|
+
this.v.c0();
|
|
1542
1564
|
break;
|
|
1543
1565
|
case "Label":
|
|
1544
1566
|
case "PlaceholderText":
|
|
1545
1567
|
this.v.cm();
|
|
1546
|
-
this.actualLabelVisible = !stringIsNullOrEmpty(this.
|
|
1568
|
+
this.actualLabelVisible = !stringIsNullOrEmpty(this.fd);
|
|
1547
1569
|
break;
|
|
1548
1570
|
case "Text":
|
|
1549
|
-
this.v.
|
|
1571
|
+
this.v.cu();
|
|
1550
1572
|
var d = b != null ? b.toString() : null;
|
|
1551
1573
|
var e = c != null ? c.toString() : null;
|
|
1552
|
-
this.
|
|
1553
|
-
this.
|
|
1574
|
+
this.gk(new MultiColumnComboBoxTextChangedEventArgs(d, e));
|
|
1575
|
+
this.gl(1, e);
|
|
1554
1576
|
break;
|
|
1555
1577
|
case "Value":
|
|
1556
|
-
this.
|
|
1557
|
-
this.
|
|
1578
|
+
this.gj(new MultiColumnComboBoxValueChangedEventArgs(b, c));
|
|
1579
|
+
this.gl(0, c);
|
|
1558
1580
|
break;
|
|
1559
1581
|
case "ShowClearButton":
|
|
1560
1582
|
this.v.cj();
|
|
1561
1583
|
break;
|
|
1562
1584
|
case "AllowFilter":
|
|
1563
|
-
this.v.a5(this.
|
|
1585
|
+
this.v.a5(this.bg);
|
|
1564
1586
|
break;
|
|
1565
1587
|
case "SortMode":
|
|
1566
|
-
this.v.
|
|
1588
|
+
this.v.cr();
|
|
1567
1589
|
break;
|
|
1568
1590
|
case "DisallowTabFocus":
|
|
1591
|
+
this.v.cq();
|
|
1592
|
+
break;
|
|
1593
|
+
case "IsFixed":
|
|
1569
1594
|
this.v.cp();
|
|
1570
1595
|
break;
|
|
1596
|
+
case "UseTopLayer":
|
|
1597
|
+
this.v.cs();
|
|
1598
|
+
break;
|
|
1571
1599
|
}
|
|
1572
1600
|
};
|
|
1573
|
-
MultiColumnComboBox.prototype.
|
|
1574
|
-
this.v.
|
|
1601
|
+
MultiColumnComboBox.prototype.gt = function () {
|
|
1602
|
+
this.v.c2();
|
|
1575
1603
|
};
|
|
1576
1604
|
Object.defineProperty(MultiColumnComboBox.prototype, "a1", {
|
|
1577
1605
|
get: function () {
|
|
@@ -1599,21 +1627,21 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1599
1627
|
var b = this.a8;
|
|
1600
1628
|
this.a8 = a;
|
|
1601
1629
|
if (b != this.a8) {
|
|
1602
|
-
this.
|
|
1630
|
+
this.gh("DisallowTabFocus", b, this.a8);
|
|
1603
1631
|
}
|
|
1604
1632
|
},
|
|
1605
1633
|
enumerable: false,
|
|
1606
1634
|
configurable: true
|
|
1607
1635
|
});
|
|
1608
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1636
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "bq", {
|
|
1609
1637
|
get: function () {
|
|
1610
|
-
return this.
|
|
1638
|
+
return this.bc;
|
|
1611
1639
|
},
|
|
1612
1640
|
set: function (a) {
|
|
1613
|
-
var b = this.
|
|
1614
|
-
this.
|
|
1615
|
-
if (b != this.
|
|
1616
|
-
this.
|
|
1641
|
+
var b = this.bc;
|
|
1642
|
+
this.bc = a;
|
|
1643
|
+
if (b != this.bc) {
|
|
1644
|
+
this.gh("ShowClearButton", b, this.bc);
|
|
1617
1645
|
}
|
|
1618
1646
|
},
|
|
1619
1647
|
enumerable: false,
|
|
@@ -1627,7 +1655,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1627
1655
|
var b = this.c;
|
|
1628
1656
|
this.c = a;
|
|
1629
1657
|
if (b != this.c) {
|
|
1630
|
-
this.
|
|
1658
|
+
this.gh("Fields", b, this.c);
|
|
1631
1659
|
}
|
|
1632
1660
|
},
|
|
1633
1661
|
enumerable: false,
|
|
@@ -1641,35 +1669,35 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1641
1669
|
var b = this.m;
|
|
1642
1670
|
this.m = a;
|
|
1643
1671
|
if (b != this.m) {
|
|
1644
|
-
this.
|
|
1672
|
+
this.gh("DefaultColumnWidth", b, this.m);
|
|
1645
1673
|
}
|
|
1646
1674
|
},
|
|
1647
1675
|
enumerable: false,
|
|
1648
1676
|
configurable: true
|
|
1649
1677
|
});
|
|
1650
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1678
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hw", {
|
|
1651
1679
|
get: function () {
|
|
1652
|
-
return this.
|
|
1680
|
+
return this.ha;
|
|
1653
1681
|
},
|
|
1654
1682
|
set: function (a) {
|
|
1655
|
-
var b = this.
|
|
1656
|
-
this.
|
|
1657
|
-
if (b != this.
|
|
1658
|
-
this.
|
|
1683
|
+
var b = this.ha;
|
|
1684
|
+
this.ha = a;
|
|
1685
|
+
if (b != this.ha) {
|
|
1686
|
+
this.gh("BackgroundColor", b, a);
|
|
1659
1687
|
}
|
|
1660
1688
|
},
|
|
1661
1689
|
enumerable: false,
|
|
1662
1690
|
configurable: true
|
|
1663
1691
|
});
|
|
1664
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1692
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hl", {
|
|
1665
1693
|
get: function () {
|
|
1666
|
-
return this.
|
|
1694
|
+
return this.gz;
|
|
1667
1695
|
},
|
|
1668
1696
|
set: function (a) {
|
|
1669
|
-
var b = this.
|
|
1670
|
-
this.
|
|
1671
|
-
if (b != this.
|
|
1672
|
-
this.
|
|
1697
|
+
var b = this.gz;
|
|
1698
|
+
this.gz = a;
|
|
1699
|
+
if (b != this.gz) {
|
|
1700
|
+
this.gh("ActualBackgroundColor", b, a);
|
|
1673
1701
|
}
|
|
1674
1702
|
},
|
|
1675
1703
|
enumerable: false,
|
|
@@ -1683,7 +1711,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1683
1711
|
var b = this.af;
|
|
1684
1712
|
this.af = a;
|
|
1685
1713
|
if (b != this.af) {
|
|
1686
|
-
this.
|
|
1714
|
+
this.gh("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
1687
1715
|
}
|
|
1688
1716
|
},
|
|
1689
1717
|
enumerable: false,
|
|
@@ -1697,63 +1725,63 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1697
1725
|
var b = this.ae;
|
|
1698
1726
|
this.ae = a;
|
|
1699
1727
|
if (b != this.ae) {
|
|
1700
|
-
this.
|
|
1728
|
+
this.gh("ActualBaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
1701
1729
|
}
|
|
1702
1730
|
},
|
|
1703
1731
|
enumerable: false,
|
|
1704
1732
|
configurable: true
|
|
1705
1733
|
});
|
|
1706
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1734
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hx", {
|
|
1707
1735
|
get: function () {
|
|
1708
|
-
return this.
|
|
1736
|
+
return this.hb;
|
|
1709
1737
|
},
|
|
1710
1738
|
set: function (a) {
|
|
1711
|
-
var b = this.
|
|
1712
|
-
this.
|
|
1713
|
-
if (b != this.
|
|
1714
|
-
this.
|
|
1739
|
+
var b = this.hb;
|
|
1740
|
+
this.hb = a;
|
|
1741
|
+
if (b != this.hb) {
|
|
1742
|
+
this.gh("BorderColor", b, a);
|
|
1715
1743
|
}
|
|
1716
1744
|
},
|
|
1717
1745
|
enumerable: false,
|
|
1718
1746
|
configurable: true
|
|
1719
1747
|
});
|
|
1720
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1748
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hm", {
|
|
1721
1749
|
get: function () {
|
|
1722
|
-
return this.
|
|
1750
|
+
return this.g0;
|
|
1723
1751
|
},
|
|
1724
1752
|
set: function (a) {
|
|
1725
|
-
var b = this.
|
|
1726
|
-
this.
|
|
1727
|
-
if (b != this.
|
|
1728
|
-
this.
|
|
1753
|
+
var b = this.g0;
|
|
1754
|
+
this.g0 = a;
|
|
1755
|
+
if (b != this.g0) {
|
|
1756
|
+
this.gh("ActualBorderColor", b, a);
|
|
1729
1757
|
}
|
|
1730
1758
|
},
|
|
1731
1759
|
enumerable: false,
|
|
1732
1760
|
configurable: true
|
|
1733
1761
|
});
|
|
1734
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1762
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cm", {
|
|
1735
1763
|
get: function () {
|
|
1736
|
-
return this.
|
|
1764
|
+
return this.b2;
|
|
1737
1765
|
},
|
|
1738
1766
|
set: function (a) {
|
|
1739
|
-
var b = this.
|
|
1740
|
-
this.
|
|
1741
|
-
if (b != this.
|
|
1742
|
-
this.
|
|
1767
|
+
var b = this.b2;
|
|
1768
|
+
this.b2 = a;
|
|
1769
|
+
if (b != this.b2) {
|
|
1770
|
+
this.gh("BorderWidth", b, a);
|
|
1743
1771
|
}
|
|
1744
1772
|
},
|
|
1745
1773
|
enumerable: false,
|
|
1746
1774
|
configurable: true
|
|
1747
1775
|
});
|
|
1748
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1776
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cc", {
|
|
1749
1777
|
get: function () {
|
|
1750
|
-
return this.
|
|
1778
|
+
return this.bs;
|
|
1751
1779
|
},
|
|
1752
1780
|
set: function (a) {
|
|
1753
|
-
var b = this.
|
|
1754
|
-
this.
|
|
1755
|
-
if (b != this.
|
|
1756
|
-
this.
|
|
1781
|
+
var b = this.bs;
|
|
1782
|
+
this.bs = a;
|
|
1783
|
+
if (b != this.bs) {
|
|
1784
|
+
this.gh("ActualBorderWidth", b, a);
|
|
1757
1785
|
}
|
|
1758
1786
|
},
|
|
1759
1787
|
enumerable: false,
|
|
@@ -1761,69 +1789,69 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1761
1789
|
});
|
|
1762
1790
|
Object.defineProperty(MultiColumnComboBox.prototype, "columnHeadersVisible", {
|
|
1763
1791
|
get: function () {
|
|
1764
|
-
return this.
|
|
1792
|
+
return this.bh;
|
|
1765
1793
|
},
|
|
1766
1794
|
set: function (a) {
|
|
1767
|
-
var b = this.
|
|
1768
|
-
this.
|
|
1769
|
-
if (b != this.
|
|
1770
|
-
this.
|
|
1795
|
+
var b = this.bh;
|
|
1796
|
+
this.bh = a;
|
|
1797
|
+
if (b != this.bh) {
|
|
1798
|
+
this.gh("ColumnHeadersVisible", b, a);
|
|
1771
1799
|
}
|
|
1772
1800
|
},
|
|
1773
1801
|
enumerable: false,
|
|
1774
1802
|
configurable: true
|
|
1775
1803
|
});
|
|
1776
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1804
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "im", {
|
|
1777
1805
|
get: function () {
|
|
1778
|
-
return this.
|
|
1806
|
+
return this.ik;
|
|
1779
1807
|
},
|
|
1780
1808
|
set: function (a) {
|
|
1781
|
-
var b = this.
|
|
1782
|
-
this.
|
|
1783
|
-
if (b != this.
|
|
1784
|
-
this.
|
|
1809
|
+
var b = this.ik;
|
|
1810
|
+
this.ik = a;
|
|
1811
|
+
if (b != this.ik) {
|
|
1812
|
+
this.gh("ContentPadding", b, a);
|
|
1785
1813
|
}
|
|
1786
1814
|
},
|
|
1787
1815
|
enumerable: false,
|
|
1788
1816
|
configurable: true
|
|
1789
1817
|
});
|
|
1790
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1818
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "il", {
|
|
1791
1819
|
get: function () {
|
|
1792
|
-
return this.
|
|
1820
|
+
return this.ij;
|
|
1793
1821
|
},
|
|
1794
1822
|
set: function (a) {
|
|
1795
|
-
var b = this.
|
|
1796
|
-
this.
|
|
1797
|
-
if (b != this.
|
|
1798
|
-
this.
|
|
1823
|
+
var b = this.ij;
|
|
1824
|
+
this.ij = a;
|
|
1825
|
+
if (b != this.ij) {
|
|
1826
|
+
this.gh("ActualContentPadding", b, a);
|
|
1799
1827
|
}
|
|
1800
1828
|
},
|
|
1801
1829
|
enumerable: false,
|
|
1802
1830
|
configurable: true
|
|
1803
1831
|
});
|
|
1804
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1832
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "gx", {
|
|
1805
1833
|
get: function () {
|
|
1806
|
-
return this.
|
|
1834
|
+
return this.gv;
|
|
1807
1835
|
},
|
|
1808
1836
|
set: function (a) {
|
|
1809
|
-
var b = this.
|
|
1810
|
-
this.
|
|
1811
|
-
if (b != this.
|
|
1812
|
-
this.
|
|
1837
|
+
var b = this.gv;
|
|
1838
|
+
this.gv = a;
|
|
1839
|
+
if (b != this.gv) {
|
|
1840
|
+
this.gh("CornerRadius", b, a);
|
|
1813
1841
|
}
|
|
1814
1842
|
},
|
|
1815
1843
|
enumerable: false,
|
|
1816
1844
|
configurable: true
|
|
1817
1845
|
});
|
|
1818
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1846
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "gw", {
|
|
1819
1847
|
get: function () {
|
|
1820
|
-
return this.
|
|
1848
|
+
return this.gu;
|
|
1821
1849
|
},
|
|
1822
1850
|
set: function (a) {
|
|
1823
|
-
var b = this.
|
|
1824
|
-
this.
|
|
1825
|
-
if (b != this.
|
|
1826
|
-
this.
|
|
1851
|
+
var b = this.gu;
|
|
1852
|
+
this.gu = a;
|
|
1853
|
+
if (b != this.gu) {
|
|
1854
|
+
this.gh("ActualCornerRadius", b, a);
|
|
1827
1855
|
}
|
|
1828
1856
|
},
|
|
1829
1857
|
enumerable: false,
|
|
@@ -1837,7 +1865,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1837
1865
|
var b = this.b;
|
|
1838
1866
|
this.b = a;
|
|
1839
1867
|
if (b != this.b) {
|
|
1840
|
-
this.
|
|
1868
|
+
this.gh("DataSourceDesiredProperties", b, this.b);
|
|
1841
1869
|
}
|
|
1842
1870
|
},
|
|
1843
1871
|
enumerable: false,
|
|
@@ -1851,7 +1879,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1851
1879
|
var b = this.al;
|
|
1852
1880
|
this.al = a;
|
|
1853
1881
|
if (b != this.al) {
|
|
1854
|
-
this.
|
|
1882
|
+
this.gh("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
1855
1883
|
}
|
|
1856
1884
|
},
|
|
1857
1885
|
enumerable: false,
|
|
@@ -1865,7 +1893,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1865
1893
|
var b = this.ak;
|
|
1866
1894
|
this.ak = a;
|
|
1867
1895
|
if (b != this.ak) {
|
|
1868
|
-
this.
|
|
1896
|
+
this.gh("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
1869
1897
|
}
|
|
1870
1898
|
},
|
|
1871
1899
|
enumerable: false,
|
|
@@ -1873,237 +1901,237 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1873
1901
|
});
|
|
1874
1902
|
Object.defineProperty(MultiColumnComboBox.prototype, "dropDownButtonVisible", {
|
|
1875
1903
|
get: function () {
|
|
1876
|
-
return this.
|
|
1904
|
+
return this.bk;
|
|
1877
1905
|
},
|
|
1878
1906
|
set: function (a) {
|
|
1879
|
-
var b = this.
|
|
1880
|
-
this.
|
|
1881
|
-
if (b != this.
|
|
1882
|
-
this.
|
|
1907
|
+
var b = this.bk;
|
|
1908
|
+
this.bk = a;
|
|
1909
|
+
if (b != this.bk) {
|
|
1910
|
+
this.gh("DropDownButtonVisible", b, a);
|
|
1883
1911
|
}
|
|
1884
1912
|
},
|
|
1885
1913
|
enumerable: false,
|
|
1886
1914
|
configurable: true
|
|
1887
1915
|
});
|
|
1888
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1916
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "h9", {
|
|
1889
1917
|
get: function () {
|
|
1890
|
-
return this.
|
|
1918
|
+
return this.hc;
|
|
1891
1919
|
},
|
|
1892
1920
|
set: function (a) {
|
|
1893
|
-
var b = this.
|
|
1894
|
-
this.
|
|
1895
|
-
if (b != this.
|
|
1896
|
-
this.
|
|
1921
|
+
var b = this.hc;
|
|
1922
|
+
this.hc = a;
|
|
1923
|
+
if (b != this.hc) {
|
|
1924
|
+
this.gh("FocusBorderColor", b, a);
|
|
1897
1925
|
}
|
|
1898
1926
|
},
|
|
1899
1927
|
enumerable: false,
|
|
1900
1928
|
configurable: true
|
|
1901
1929
|
});
|
|
1902
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1930
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hn", {
|
|
1903
1931
|
get: function () {
|
|
1904
|
-
return this.
|
|
1932
|
+
return this.g1;
|
|
1905
1933
|
},
|
|
1906
1934
|
set: function (a) {
|
|
1907
|
-
var b = this.
|
|
1908
|
-
this.
|
|
1909
|
-
if (b != this.
|
|
1910
|
-
this.
|
|
1935
|
+
var b = this.g1;
|
|
1936
|
+
this.g1 = a;
|
|
1937
|
+
if (b != this.g1) {
|
|
1938
|
+
this.gh("ActualFocusBorderColor", b, a);
|
|
1911
1939
|
}
|
|
1912
1940
|
},
|
|
1913
1941
|
enumerable: false,
|
|
1914
1942
|
configurable: true
|
|
1915
1943
|
});
|
|
1916
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1944
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cy", {
|
|
1917
1945
|
get: function () {
|
|
1918
|
-
return this.
|
|
1946
|
+
return this.b3;
|
|
1919
1947
|
},
|
|
1920
1948
|
set: function (a) {
|
|
1921
|
-
var b = this.
|
|
1922
|
-
this.
|
|
1923
|
-
if (b != this.
|
|
1924
|
-
this.
|
|
1949
|
+
var b = this.b3;
|
|
1950
|
+
this.b3 = a;
|
|
1951
|
+
if (b != this.b3) {
|
|
1952
|
+
this.gh("FocusBorderWidth", b, a);
|
|
1925
1953
|
}
|
|
1926
1954
|
},
|
|
1927
1955
|
enumerable: false,
|
|
1928
1956
|
configurable: true
|
|
1929
1957
|
});
|
|
1930
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1958
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cd", {
|
|
1931
1959
|
get: function () {
|
|
1932
|
-
return this.
|
|
1960
|
+
return this.bt;
|
|
1933
1961
|
},
|
|
1934
1962
|
set: function (a) {
|
|
1935
|
-
var b = this.
|
|
1936
|
-
this.
|
|
1937
|
-
if (b != this.
|
|
1938
|
-
this.
|
|
1963
|
+
var b = this.bt;
|
|
1964
|
+
this.bt = a;
|
|
1965
|
+
if (b != this.bt) {
|
|
1966
|
+
this.gh("ActualFocusBorderWidth", b, a);
|
|
1939
1967
|
}
|
|
1940
1968
|
},
|
|
1941
1969
|
enumerable: false,
|
|
1942
1970
|
configurable: true
|
|
1943
1971
|
});
|
|
1944
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1972
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ia", {
|
|
1945
1973
|
get: function () {
|
|
1946
|
-
return this.
|
|
1974
|
+
return this.hd;
|
|
1947
1975
|
},
|
|
1948
1976
|
set: function (a) {
|
|
1949
|
-
var b = this.
|
|
1950
|
-
this.
|
|
1951
|
-
if (b != this.
|
|
1952
|
-
this.
|
|
1977
|
+
var b = this.hd;
|
|
1978
|
+
this.hd = a;
|
|
1979
|
+
if (b != this.hd) {
|
|
1980
|
+
this.gh("FocusUnderlineColor", b, a);
|
|
1953
1981
|
}
|
|
1954
1982
|
},
|
|
1955
1983
|
enumerable: false,
|
|
1956
1984
|
configurable: true
|
|
1957
1985
|
});
|
|
1958
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
1986
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ho", {
|
|
1959
1987
|
get: function () {
|
|
1960
|
-
return this.
|
|
1988
|
+
return this.g2;
|
|
1961
1989
|
},
|
|
1962
1990
|
set: function (a) {
|
|
1963
|
-
var b = this.
|
|
1964
|
-
this.
|
|
1965
|
-
if (b != this.
|
|
1966
|
-
this.
|
|
1991
|
+
var b = this.g2;
|
|
1992
|
+
this.hd = a;
|
|
1993
|
+
if (b != this.g2) {
|
|
1994
|
+
this.gh("ActualFocusUnderlineColor", b, a);
|
|
1967
1995
|
}
|
|
1968
1996
|
},
|
|
1969
1997
|
enumerable: false,
|
|
1970
1998
|
configurable: true
|
|
1971
1999
|
});
|
|
1972
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2000
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cz", {
|
|
1973
2001
|
get: function () {
|
|
1974
|
-
return this.
|
|
2002
|
+
return this.b4;
|
|
1975
2003
|
},
|
|
1976
2004
|
set: function (a) {
|
|
1977
|
-
var b = this.
|
|
1978
|
-
this.
|
|
1979
|
-
if (b != this.
|
|
1980
|
-
this.
|
|
2005
|
+
var b = this.b4;
|
|
2006
|
+
this.b4 = a;
|
|
2007
|
+
if (b != this.b4) {
|
|
2008
|
+
this.gh("FocusUnderlineOpacity", b, a);
|
|
1981
2009
|
}
|
|
1982
2010
|
},
|
|
1983
2011
|
enumerable: false,
|
|
1984
2012
|
configurable: true
|
|
1985
2013
|
});
|
|
1986
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2014
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ce", {
|
|
1987
2015
|
get: function () {
|
|
1988
|
-
return this.
|
|
2016
|
+
return this.bu;
|
|
1989
2017
|
},
|
|
1990
2018
|
set: function (a) {
|
|
1991
|
-
var b = this.
|
|
1992
|
-
this.
|
|
1993
|
-
if (b != this.
|
|
1994
|
-
this.
|
|
2019
|
+
var b = this.bu;
|
|
2020
|
+
this.bu = a;
|
|
2021
|
+
if (b != this.bu) {
|
|
2022
|
+
this.gh("ActualFocusUnderlineOpacity", b, a);
|
|
1995
2023
|
}
|
|
1996
2024
|
},
|
|
1997
2025
|
enumerable: false,
|
|
1998
2026
|
configurable: true
|
|
1999
2027
|
});
|
|
2000
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2028
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c0", {
|
|
2001
2029
|
get: function () {
|
|
2002
|
-
return this.
|
|
2030
|
+
return this.b5;
|
|
2003
2031
|
},
|
|
2004
2032
|
set: function (a) {
|
|
2005
|
-
var b = this.
|
|
2006
|
-
this.
|
|
2007
|
-
if (b != this.
|
|
2008
|
-
this.
|
|
2033
|
+
var b = this.b5;
|
|
2034
|
+
this.b5 = a;
|
|
2035
|
+
if (b != this.b5) {
|
|
2036
|
+
this.gh("FocusUnderlineRippleOpacity", b, a);
|
|
2009
2037
|
}
|
|
2010
2038
|
},
|
|
2011
2039
|
enumerable: false,
|
|
2012
2040
|
configurable: true
|
|
2013
2041
|
});
|
|
2014
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2042
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cf", {
|
|
2015
2043
|
get: function () {
|
|
2016
|
-
return this.
|
|
2044
|
+
return this.bv;
|
|
2017
2045
|
},
|
|
2018
2046
|
set: function (a) {
|
|
2019
|
-
var b = this.
|
|
2020
|
-
this.
|
|
2021
|
-
if (b != this.
|
|
2022
|
-
this.
|
|
2047
|
+
var b = this.bv;
|
|
2048
|
+
this.bv = a;
|
|
2049
|
+
if (b != this.bv) {
|
|
2050
|
+
this.gh("ActualFocusUnderlineRippleOpacity", b, a);
|
|
2023
2051
|
}
|
|
2024
2052
|
},
|
|
2025
2053
|
enumerable: false,
|
|
2026
2054
|
configurable: true
|
|
2027
2055
|
});
|
|
2028
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2056
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ib", {
|
|
2029
2057
|
get: function () {
|
|
2030
|
-
return this.
|
|
2058
|
+
return this.he;
|
|
2031
2059
|
},
|
|
2032
2060
|
set: function (a) {
|
|
2033
|
-
var b = this.
|
|
2034
|
-
this.
|
|
2035
|
-
if (b != this.
|
|
2036
|
-
this.
|
|
2061
|
+
var b = this.he;
|
|
2062
|
+
this.he = a;
|
|
2063
|
+
if (b != this.he) {
|
|
2064
|
+
this.gh("HoverUnderlineColor", b, a);
|
|
2037
2065
|
}
|
|
2038
2066
|
},
|
|
2039
2067
|
enumerable: false,
|
|
2040
2068
|
configurable: true
|
|
2041
2069
|
});
|
|
2042
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2070
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hp", {
|
|
2043
2071
|
get: function () {
|
|
2044
|
-
return this.
|
|
2072
|
+
return this.g3;
|
|
2045
2073
|
},
|
|
2046
2074
|
set: function (a) {
|
|
2047
|
-
var b = this.
|
|
2048
|
-
this.
|
|
2049
|
-
if (b != this.
|
|
2050
|
-
this.
|
|
2075
|
+
var b = this.g3;
|
|
2076
|
+
this.g3 = a;
|
|
2077
|
+
if (b != this.g3) {
|
|
2078
|
+
this.gh("ActualHoverUnderlineColor", b, a);
|
|
2051
2079
|
}
|
|
2052
2080
|
},
|
|
2053
2081
|
enumerable: false,
|
|
2054
2082
|
configurable: true
|
|
2055
2083
|
});
|
|
2056
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2084
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c1", {
|
|
2057
2085
|
get: function () {
|
|
2058
|
-
return this.
|
|
2086
|
+
return this.b6;
|
|
2059
2087
|
},
|
|
2060
2088
|
set: function (a) {
|
|
2061
|
-
var b = this.
|
|
2062
|
-
this.
|
|
2063
|
-
if (b != this.
|
|
2064
|
-
this.
|
|
2089
|
+
var b = this.b6;
|
|
2090
|
+
this.b6 = a;
|
|
2091
|
+
if (b != this.b6) {
|
|
2092
|
+
this.gh("HoverUnderlineOpacity", b, a);
|
|
2065
2093
|
}
|
|
2066
2094
|
},
|
|
2067
2095
|
enumerable: false,
|
|
2068
2096
|
configurable: true
|
|
2069
2097
|
});
|
|
2070
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2098
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cg", {
|
|
2071
2099
|
get: function () {
|
|
2072
|
-
return this.
|
|
2100
|
+
return this.bw;
|
|
2073
2101
|
},
|
|
2074
2102
|
set: function (a) {
|
|
2075
|
-
var b = this.
|
|
2076
|
-
this.
|
|
2077
|
-
if (b != this.
|
|
2078
|
-
this.
|
|
2103
|
+
var b = this.bw;
|
|
2104
|
+
this.bw = a;
|
|
2105
|
+
if (b != this.bw) {
|
|
2106
|
+
this.gh("ActualHoverUnderlineOpacity", b, a);
|
|
2079
2107
|
}
|
|
2080
2108
|
},
|
|
2081
2109
|
enumerable: false,
|
|
2082
2110
|
configurable: true
|
|
2083
2111
|
});
|
|
2084
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2112
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c2", {
|
|
2085
2113
|
get: function () {
|
|
2086
|
-
return this.
|
|
2114
|
+
return this.b7;
|
|
2087
2115
|
},
|
|
2088
2116
|
set: function (a) {
|
|
2089
|
-
var b = this.
|
|
2090
|
-
this.
|
|
2091
|
-
if (b != this.
|
|
2092
|
-
this.
|
|
2117
|
+
var b = this.b7;
|
|
2118
|
+
this.b7 = a;
|
|
2119
|
+
if (b != this.b7) {
|
|
2120
|
+
this.gh("HoverUnderlineWidth", b, a);
|
|
2093
2121
|
}
|
|
2094
2122
|
},
|
|
2095
2123
|
enumerable: false,
|
|
2096
2124
|
configurable: true
|
|
2097
2125
|
});
|
|
2098
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2126
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ch", {
|
|
2099
2127
|
get: function () {
|
|
2100
|
-
return this.
|
|
2128
|
+
return this.bx;
|
|
2101
2129
|
},
|
|
2102
2130
|
set: function (a) {
|
|
2103
|
-
var b = this.
|
|
2104
|
-
this.
|
|
2105
|
-
if (b != this.
|
|
2106
|
-
this.
|
|
2131
|
+
var b = this.bx;
|
|
2132
|
+
this.bx = a;
|
|
2133
|
+
if (b != this.bx) {
|
|
2134
|
+
this.gh("ActualHoverUnderlineWidth", b, a);
|
|
2107
2135
|
}
|
|
2108
2136
|
},
|
|
2109
2137
|
enumerable: false,
|
|
@@ -2111,13 +2139,13 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2111
2139
|
});
|
|
2112
2140
|
Object.defineProperty(MultiColumnComboBox.prototype, "itemsSource", {
|
|
2113
2141
|
get: function () {
|
|
2114
|
-
return this.
|
|
2142
|
+
return this.c7;
|
|
2115
2143
|
},
|
|
2116
2144
|
set: function (a) {
|
|
2117
|
-
var b = this.
|
|
2118
|
-
this.
|
|
2119
|
-
if (b != this.
|
|
2120
|
-
this.
|
|
2145
|
+
var b = this.c7;
|
|
2146
|
+
this.c7 = a;
|
|
2147
|
+
if (b != this.c7) {
|
|
2148
|
+
this.gh("ItemsSource", b, this.c7);
|
|
2121
2149
|
}
|
|
2122
2150
|
},
|
|
2123
2151
|
enumerable: false,
|
|
@@ -2130,44 +2158,44 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2130
2158
|
enumerable: false,
|
|
2131
2159
|
configurable: true
|
|
2132
2160
|
});
|
|
2133
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2161
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "fb", {
|
|
2134
2162
|
get: function () {
|
|
2135
|
-
return this.
|
|
2163
|
+
return this.fd;
|
|
2136
2164
|
},
|
|
2137
2165
|
set: function (a) {
|
|
2138
|
-
var b = this.
|
|
2166
|
+
var b = this.fb;
|
|
2139
2167
|
if (0 == StringComparer.b.compare(a, b)) {
|
|
2140
2168
|
return;
|
|
2141
2169
|
}
|
|
2142
|
-
this.
|
|
2143
|
-
this.
|
|
2170
|
+
this.fd = a;
|
|
2171
|
+
this.gh("Label", b, this.fd);
|
|
2144
2172
|
},
|
|
2145
2173
|
enumerable: false,
|
|
2146
2174
|
configurable: true
|
|
2147
2175
|
});
|
|
2148
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2176
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ic", {
|
|
2149
2177
|
get: function () {
|
|
2150
|
-
return this.
|
|
2178
|
+
return this.hf;
|
|
2151
2179
|
},
|
|
2152
2180
|
set: function (a) {
|
|
2153
|
-
var b = this.
|
|
2154
|
-
this.
|
|
2155
|
-
if (b != this.
|
|
2156
|
-
this.
|
|
2181
|
+
var b = this.hf;
|
|
2182
|
+
this.hf = a;
|
|
2183
|
+
if (b != this.hf) {
|
|
2184
|
+
this.gh("LabelTextColor", b, a);
|
|
2157
2185
|
}
|
|
2158
2186
|
},
|
|
2159
2187
|
enumerable: false,
|
|
2160
2188
|
configurable: true
|
|
2161
2189
|
});
|
|
2162
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2190
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hq", {
|
|
2163
2191
|
get: function () {
|
|
2164
|
-
return this.
|
|
2192
|
+
return this.g4;
|
|
2165
2193
|
},
|
|
2166
2194
|
set: function (a) {
|
|
2167
|
-
var b = this.
|
|
2168
|
-
this.
|
|
2169
|
-
if (b != this.
|
|
2170
|
-
this.
|
|
2195
|
+
var b = this.g4;
|
|
2196
|
+
this.g4 = a;
|
|
2197
|
+
if (b != this.g4) {
|
|
2198
|
+
this.gh("ActualLabelTextColor", b, a);
|
|
2171
2199
|
}
|
|
2172
2200
|
},
|
|
2173
2201
|
enumerable: false,
|
|
@@ -2181,7 +2209,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2181
2209
|
var b = this.as;
|
|
2182
2210
|
this.as = a;
|
|
2183
2211
|
if (b != this.as) {
|
|
2184
|
-
this.
|
|
2212
|
+
this.gh("LabelTextStyle", b, this.as);
|
|
2185
2213
|
}
|
|
2186
2214
|
},
|
|
2187
2215
|
enumerable: false,
|
|
@@ -2195,7 +2223,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2195
2223
|
var b = this.ap;
|
|
2196
2224
|
this.ap = a;
|
|
2197
2225
|
if (this.ap != b) {
|
|
2198
|
-
this.
|
|
2226
|
+
this.gh("ActualLabelTextStyle", b, this.ap);
|
|
2199
2227
|
}
|
|
2200
2228
|
},
|
|
2201
2229
|
enumerable: false,
|
|
@@ -2203,98 +2231,98 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2203
2231
|
});
|
|
2204
2232
|
Object.defineProperty(MultiColumnComboBox.prototype, "actualLabelVisible", {
|
|
2205
2233
|
get: function () {
|
|
2206
|
-
return this.
|
|
2234
|
+
return this.be;
|
|
2207
2235
|
},
|
|
2208
2236
|
set: function (a) {
|
|
2209
|
-
var b = this.
|
|
2210
|
-
this.
|
|
2211
|
-
if (b != this.
|
|
2212
|
-
this.
|
|
2237
|
+
var b = this.be;
|
|
2238
|
+
this.be = a;
|
|
2239
|
+
if (b != this.be) {
|
|
2240
|
+
this.gh("ActualLabelVisible", b, a);
|
|
2213
2241
|
}
|
|
2214
2242
|
},
|
|
2215
2243
|
enumerable: false,
|
|
2216
2244
|
configurable: true
|
|
2217
2245
|
});
|
|
2218
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2246
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "fh", {
|
|
2219
2247
|
get: function () {
|
|
2220
|
-
return this.
|
|
2248
|
+
return this.fg;
|
|
2221
2249
|
},
|
|
2222
2250
|
set: function (a) {
|
|
2223
|
-
var b = this.
|
|
2251
|
+
var b = this.fg;
|
|
2224
2252
|
if (0 == StringComparer.b.compare(a, b)) {
|
|
2225
2253
|
return;
|
|
2226
2254
|
}
|
|
2227
|
-
this.
|
|
2228
|
-
this.
|
|
2255
|
+
this.fg = a;
|
|
2256
|
+
this.gh("NoMatchesFoundLabel", b, this.fg);
|
|
2229
2257
|
},
|
|
2230
2258
|
enumerable: false,
|
|
2231
2259
|
configurable: true
|
|
2232
2260
|
});
|
|
2233
2261
|
Object.defineProperty(MultiColumnComboBox.prototype, "actualNoMatchesFoundLabel", {
|
|
2234
2262
|
get: function () {
|
|
2235
|
-
return this.
|
|
2263
|
+
return this.d1;
|
|
2236
2264
|
},
|
|
2237
2265
|
set: function (a) {
|
|
2238
|
-
var b = this.
|
|
2239
|
-
this.
|
|
2240
|
-
if (b != this.
|
|
2241
|
-
this.
|
|
2266
|
+
var b = this.d1;
|
|
2267
|
+
this.d1 = a;
|
|
2268
|
+
if (b != this.d1) {
|
|
2269
|
+
this.gh("ActualNoMatchesFoundLabel", b, a);
|
|
2242
2270
|
}
|
|
2243
2271
|
},
|
|
2244
2272
|
enumerable: false,
|
|
2245
2273
|
configurable: true
|
|
2246
2274
|
});
|
|
2247
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2275
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "id", {
|
|
2248
2276
|
get: function () {
|
|
2249
|
-
return this.
|
|
2277
|
+
return this.hg;
|
|
2250
2278
|
},
|
|
2251
2279
|
set: function (a) {
|
|
2252
|
-
var b = this.
|
|
2253
|
-
this.
|
|
2254
|
-
if (b != this.
|
|
2255
|
-
this.
|
|
2280
|
+
var b = this.hg;
|
|
2281
|
+
this.hg = a;
|
|
2282
|
+
if (b != this.hg) {
|
|
2283
|
+
this.gh("NoMatchesFoundLabelBackgroundColor", b, a);
|
|
2256
2284
|
}
|
|
2257
2285
|
},
|
|
2258
2286
|
enumerable: false,
|
|
2259
2287
|
configurable: true
|
|
2260
2288
|
});
|
|
2261
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2289
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hr", {
|
|
2262
2290
|
get: function () {
|
|
2263
|
-
return this.
|
|
2291
|
+
return this.g5;
|
|
2264
2292
|
},
|
|
2265
2293
|
set: function (a) {
|
|
2266
|
-
var b = this.
|
|
2267
|
-
this.
|
|
2268
|
-
if (b != this.
|
|
2269
|
-
this.
|
|
2294
|
+
var b = this.g5;
|
|
2295
|
+
this.g5 = a;
|
|
2296
|
+
if (b != this.g5) {
|
|
2297
|
+
this.gh(MultiColumnComboBox.d3, b, a);
|
|
2270
2298
|
}
|
|
2271
2299
|
},
|
|
2272
2300
|
enumerable: false,
|
|
2273
2301
|
configurable: true
|
|
2274
2302
|
});
|
|
2275
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2303
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ie", {
|
|
2276
2304
|
get: function () {
|
|
2277
|
-
return this.
|
|
2305
|
+
return this.hh;
|
|
2278
2306
|
},
|
|
2279
2307
|
set: function (a) {
|
|
2280
|
-
var b = this.
|
|
2281
|
-
this.
|
|
2282
|
-
if (b != this.
|
|
2283
|
-
this.
|
|
2308
|
+
var b = this.hh;
|
|
2309
|
+
this.hh = a;
|
|
2310
|
+
if (b != this.hh) {
|
|
2311
|
+
this.gh("NoMatchesFoundLabelTextColor", b, a);
|
|
2284
2312
|
}
|
|
2285
2313
|
},
|
|
2286
2314
|
enumerable: false,
|
|
2287
2315
|
configurable: true
|
|
2288
2316
|
});
|
|
2289
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2317
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hs", {
|
|
2290
2318
|
get: function () {
|
|
2291
|
-
return this.
|
|
2319
|
+
return this.g6;
|
|
2292
2320
|
},
|
|
2293
2321
|
set: function (a) {
|
|
2294
|
-
var b = this.
|
|
2295
|
-
this.
|
|
2296
|
-
if (b != this.
|
|
2297
|
-
this.
|
|
2322
|
+
var b = this.g6;
|
|
2323
|
+
this.g6 = a;
|
|
2324
|
+
if (b != this.g6) {
|
|
2325
|
+
this.gh("ActualNoMatchesFoundLabelTextColor", b, a);
|
|
2298
2326
|
}
|
|
2299
2327
|
},
|
|
2300
2328
|
enumerable: false,
|
|
@@ -2308,7 +2336,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2308
2336
|
var b = this.at;
|
|
2309
2337
|
this.at = a;
|
|
2310
2338
|
if (b != this.at) {
|
|
2311
|
-
this.
|
|
2339
|
+
this.gh("NoMatchesFoundLabelTextStyle", b, this.at);
|
|
2312
2340
|
}
|
|
2313
2341
|
},
|
|
2314
2342
|
enumerable: false,
|
|
@@ -2322,64 +2350,64 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2322
2350
|
var b = this.aq;
|
|
2323
2351
|
this.aq = a;
|
|
2324
2352
|
if (this.aq != b) {
|
|
2325
|
-
this.
|
|
2353
|
+
this.gh("ActualNoMatchesFoundLabelTextStyle", b, this.aq);
|
|
2326
2354
|
}
|
|
2327
2355
|
},
|
|
2328
2356
|
enumerable: false,
|
|
2329
2357
|
configurable: true
|
|
2330
2358
|
});
|
|
2331
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2359
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "fn", {
|
|
2332
2360
|
get: function () {
|
|
2333
|
-
return this.
|
|
2361
|
+
return this.fo;
|
|
2334
2362
|
},
|
|
2335
2363
|
set: function (a) {
|
|
2336
|
-
var b = this.
|
|
2364
|
+
var b = this.fn;
|
|
2337
2365
|
if (0 == StringComparer.b.compare(a, b)) {
|
|
2338
2366
|
return;
|
|
2339
2367
|
}
|
|
2340
|
-
this.
|
|
2341
|
-
this.
|
|
2368
|
+
this.fo = a;
|
|
2369
|
+
this.gh("PlaceholderText", b, this.fo);
|
|
2342
2370
|
},
|
|
2343
2371
|
enumerable: false,
|
|
2344
2372
|
configurable: true
|
|
2345
2373
|
});
|
|
2346
2374
|
Object.defineProperty(MultiColumnComboBox.prototype, "rowSeparatorsVisible", {
|
|
2347
2375
|
get: function () {
|
|
2348
|
-
return this.
|
|
2376
|
+
return this.bb;
|
|
2349
2377
|
},
|
|
2350
2378
|
set: function (a) {
|
|
2351
|
-
var b = this.
|
|
2352
|
-
this.
|
|
2353
|
-
if (b != this.
|
|
2354
|
-
this.
|
|
2379
|
+
var b = this.bb;
|
|
2380
|
+
this.bb = a;
|
|
2381
|
+
if (b != this.bb) {
|
|
2382
|
+
this.gh("RowSeparatorsVisible", b, a);
|
|
2355
2383
|
}
|
|
2356
2384
|
},
|
|
2357
2385
|
enumerable: false,
|
|
2358
2386
|
configurable: true
|
|
2359
2387
|
});
|
|
2360
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2388
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ig", {
|
|
2361
2389
|
get: function () {
|
|
2362
|
-
return this.
|
|
2390
|
+
return this.hi;
|
|
2363
2391
|
},
|
|
2364
2392
|
set: function (a) {
|
|
2365
|
-
var b = this.
|
|
2366
|
-
this.
|
|
2367
|
-
if (b != this.
|
|
2368
|
-
this.
|
|
2393
|
+
var b = this.hi;
|
|
2394
|
+
this.hi = a;
|
|
2395
|
+
if (b != this.hi) {
|
|
2396
|
+
this.gh("TextColor", b, a);
|
|
2369
2397
|
}
|
|
2370
2398
|
},
|
|
2371
2399
|
enumerable: false,
|
|
2372
2400
|
configurable: true
|
|
2373
2401
|
});
|
|
2374
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2402
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ht", {
|
|
2375
2403
|
get: function () {
|
|
2376
|
-
return this.
|
|
2404
|
+
return this.g7;
|
|
2377
2405
|
},
|
|
2378
2406
|
set: function (a) {
|
|
2379
|
-
var b = this.
|
|
2380
|
-
this.
|
|
2381
|
-
if (b != this.
|
|
2382
|
-
this.
|
|
2407
|
+
var b = this.g7;
|
|
2408
|
+
this.g7 = a;
|
|
2409
|
+
if (b != this.g7) {
|
|
2410
|
+
this.gh("ActualTextColor", b, a);
|
|
2383
2411
|
}
|
|
2384
2412
|
},
|
|
2385
2413
|
enumerable: false,
|
|
@@ -2393,7 +2421,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2393
2421
|
var b = this.au;
|
|
2394
2422
|
this.au = a;
|
|
2395
2423
|
if (b != this.au) {
|
|
2396
|
-
this.
|
|
2424
|
+
this.gh("TextStyle", b, this.au);
|
|
2397
2425
|
}
|
|
2398
2426
|
},
|
|
2399
2427
|
enumerable: false,
|
|
@@ -2407,181 +2435,181 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2407
2435
|
var b = this.ar;
|
|
2408
2436
|
this.ar = a;
|
|
2409
2437
|
if (this.ar != b) {
|
|
2410
|
-
this.
|
|
2438
|
+
this.gh("ActualTextStyle", b, this.ar);
|
|
2411
2439
|
}
|
|
2412
2440
|
},
|
|
2413
2441
|
enumerable: false,
|
|
2414
2442
|
configurable: true
|
|
2415
2443
|
});
|
|
2416
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2444
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ih", {
|
|
2417
2445
|
get: function () {
|
|
2418
|
-
return this.
|
|
2446
|
+
return this.hj;
|
|
2419
2447
|
},
|
|
2420
2448
|
set: function (a) {
|
|
2421
|
-
var b = this.
|
|
2422
|
-
this.
|
|
2423
|
-
if (b != this.
|
|
2424
|
-
this.
|
|
2449
|
+
var b = this.hj;
|
|
2450
|
+
this.hj = a;
|
|
2451
|
+
if (b != this.hj) {
|
|
2452
|
+
this.gh("UnderlineColor", b, a);
|
|
2425
2453
|
}
|
|
2426
2454
|
},
|
|
2427
2455
|
enumerable: false,
|
|
2428
2456
|
configurable: true
|
|
2429
2457
|
});
|
|
2430
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2458
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hu", {
|
|
2431
2459
|
get: function () {
|
|
2432
|
-
return this.
|
|
2460
|
+
return this.g8;
|
|
2433
2461
|
},
|
|
2434
2462
|
set: function (a) {
|
|
2435
|
-
var b = this.
|
|
2436
|
-
this.
|
|
2437
|
-
if (b != this.
|
|
2438
|
-
this.
|
|
2463
|
+
var b = this.g8;
|
|
2464
|
+
this.g8 = a;
|
|
2465
|
+
if (b != this.g8) {
|
|
2466
|
+
this.gh("ActualUnderlineColor", b, a);
|
|
2439
2467
|
}
|
|
2440
2468
|
},
|
|
2441
2469
|
enumerable: false,
|
|
2442
2470
|
configurable: true
|
|
2443
2471
|
});
|
|
2444
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2472
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c3", {
|
|
2445
2473
|
get: function () {
|
|
2446
|
-
return this.
|
|
2474
|
+
return this.b8;
|
|
2447
2475
|
},
|
|
2448
2476
|
set: function (a) {
|
|
2449
|
-
var b = this.
|
|
2450
|
-
this.
|
|
2451
|
-
if (b != this.
|
|
2452
|
-
this.
|
|
2477
|
+
var b = this.b8;
|
|
2478
|
+
this.b8 = a;
|
|
2479
|
+
if (b != this.b8) {
|
|
2480
|
+
this.gh("UnderlineOpacity", b, a);
|
|
2453
2481
|
}
|
|
2454
2482
|
},
|
|
2455
2483
|
enumerable: false,
|
|
2456
2484
|
configurable: true
|
|
2457
2485
|
});
|
|
2458
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2486
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ci", {
|
|
2459
2487
|
get: function () {
|
|
2460
|
-
return this.
|
|
2488
|
+
return this.by;
|
|
2461
2489
|
},
|
|
2462
2490
|
set: function (a) {
|
|
2463
|
-
var b = this.
|
|
2464
|
-
this.
|
|
2465
|
-
if (b != this.
|
|
2466
|
-
this.
|
|
2491
|
+
var b = this.by;
|
|
2492
|
+
this.by = a;
|
|
2493
|
+
if (b != this.by) {
|
|
2494
|
+
this.gh("ActualUnderlineOpacity", b, a);
|
|
2467
2495
|
}
|
|
2468
2496
|
},
|
|
2469
2497
|
enumerable: false,
|
|
2470
2498
|
configurable: true
|
|
2471
2499
|
});
|
|
2472
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2500
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ii", {
|
|
2473
2501
|
get: function () {
|
|
2474
|
-
return this.
|
|
2502
|
+
return this.hk;
|
|
2475
2503
|
},
|
|
2476
2504
|
set: function (a) {
|
|
2477
|
-
var b = this.
|
|
2478
|
-
this.
|
|
2479
|
-
if (b != this.
|
|
2480
|
-
this.
|
|
2505
|
+
var b = this.hk;
|
|
2506
|
+
this.hk = a;
|
|
2507
|
+
if (b != this.hk) {
|
|
2508
|
+
this.gh("UnderlineRippleColor", b, a);
|
|
2481
2509
|
}
|
|
2482
2510
|
},
|
|
2483
2511
|
enumerable: false,
|
|
2484
2512
|
configurable: true
|
|
2485
2513
|
});
|
|
2486
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2514
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hv", {
|
|
2487
2515
|
get: function () {
|
|
2488
|
-
return this.
|
|
2516
|
+
return this.g9;
|
|
2489
2517
|
},
|
|
2490
2518
|
set: function (a) {
|
|
2491
|
-
var b = this.
|
|
2492
|
-
this.
|
|
2493
|
-
if (b != this.
|
|
2494
|
-
this.
|
|
2519
|
+
var b = this.g9;
|
|
2520
|
+
this.g9 = a;
|
|
2521
|
+
if (b != this.g9) {
|
|
2522
|
+
this.gh("ActualUnderlineRippleColor", b, a);
|
|
2495
2523
|
}
|
|
2496
2524
|
},
|
|
2497
2525
|
enumerable: false,
|
|
2498
2526
|
configurable: true
|
|
2499
2527
|
});
|
|
2500
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2528
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c4", {
|
|
2501
2529
|
get: function () {
|
|
2502
|
-
return this.
|
|
2530
|
+
return this.b9;
|
|
2503
2531
|
},
|
|
2504
2532
|
set: function (a) {
|
|
2505
|
-
var b = this.
|
|
2506
|
-
this.
|
|
2507
|
-
if (b != this.
|
|
2508
|
-
this.
|
|
2533
|
+
var b = this.b9;
|
|
2534
|
+
this.b9 = a;
|
|
2535
|
+
if (b != this.b9) {
|
|
2536
|
+
this.gh("UnderlineRippleOpacity", b, a);
|
|
2509
2537
|
}
|
|
2510
2538
|
},
|
|
2511
2539
|
enumerable: false,
|
|
2512
2540
|
configurable: true
|
|
2513
2541
|
});
|
|
2514
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2542
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cj", {
|
|
2515
2543
|
get: function () {
|
|
2516
|
-
return this.
|
|
2544
|
+
return this.bz;
|
|
2517
2545
|
},
|
|
2518
2546
|
set: function (a) {
|
|
2519
|
-
var b = this.
|
|
2520
|
-
this.
|
|
2521
|
-
if (b != this.
|
|
2522
|
-
this.
|
|
2547
|
+
var b = this.bz;
|
|
2548
|
+
this.bz = a;
|
|
2549
|
+
if (b != this.bz) {
|
|
2550
|
+
this.gh("ActualUnderlineRippleOpacity", b, a);
|
|
2523
2551
|
}
|
|
2524
2552
|
},
|
|
2525
2553
|
enumerable: false,
|
|
2526
2554
|
configurable: true
|
|
2527
2555
|
});
|
|
2528
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2556
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c5", {
|
|
2529
2557
|
get: function () {
|
|
2530
|
-
return this.
|
|
2558
|
+
return this.ca;
|
|
2531
2559
|
},
|
|
2532
2560
|
set: function (a) {
|
|
2533
|
-
var b = this.
|
|
2534
|
-
this.
|
|
2535
|
-
if (b != this.
|
|
2536
|
-
this.
|
|
2561
|
+
var b = this.ca;
|
|
2562
|
+
this.ca = a;
|
|
2563
|
+
if (b != this.ca) {
|
|
2564
|
+
this.gh("UnderlineRippleWidth", b, a);
|
|
2537
2565
|
}
|
|
2538
2566
|
},
|
|
2539
2567
|
enumerable: false,
|
|
2540
2568
|
configurable: true
|
|
2541
2569
|
});
|
|
2542
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2570
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ck", {
|
|
2543
2571
|
get: function () {
|
|
2544
|
-
return this.
|
|
2572
|
+
return this.b0;
|
|
2545
2573
|
},
|
|
2546
2574
|
set: function (a) {
|
|
2547
|
-
var b = this.
|
|
2548
|
-
this.
|
|
2549
|
-
if (b != this.
|
|
2550
|
-
this.
|
|
2575
|
+
var b = this.b0;
|
|
2576
|
+
this.b0 = a;
|
|
2577
|
+
if (b != this.b0) {
|
|
2578
|
+
this.gh("ActualUnderlineRippleWidth", b, a);
|
|
2551
2579
|
}
|
|
2552
2580
|
},
|
|
2553
2581
|
enumerable: false,
|
|
2554
2582
|
configurable: true
|
|
2555
2583
|
});
|
|
2556
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2584
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c6", {
|
|
2557
2585
|
get: function () {
|
|
2558
|
-
return this.
|
|
2586
|
+
return this.cb;
|
|
2559
2587
|
},
|
|
2560
2588
|
set: function (a) {
|
|
2561
|
-
var b = this.
|
|
2562
|
-
this.
|
|
2563
|
-
if (b != this.
|
|
2564
|
-
this.
|
|
2589
|
+
var b = this.cb;
|
|
2590
|
+
this.cb = a;
|
|
2591
|
+
if (b != this.cb) {
|
|
2592
|
+
this.gh("UnderlineWidth", b, a);
|
|
2565
2593
|
}
|
|
2566
2594
|
},
|
|
2567
2595
|
enumerable: false,
|
|
2568
2596
|
configurable: true
|
|
2569
2597
|
});
|
|
2570
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2598
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cl", {
|
|
2571
2599
|
get: function () {
|
|
2572
|
-
return this.
|
|
2600
|
+
return this.b1;
|
|
2573
2601
|
},
|
|
2574
2602
|
set: function (a) {
|
|
2575
|
-
var b = this.
|
|
2576
|
-
this.
|
|
2577
|
-
if (b != this.
|
|
2578
|
-
this.
|
|
2603
|
+
var b = this.b1;
|
|
2604
|
+
this.b1 = a;
|
|
2605
|
+
if (b != this.b1) {
|
|
2606
|
+
this.gh("ActualUnderlineWidth", b, a);
|
|
2579
2607
|
}
|
|
2580
2608
|
},
|
|
2581
2609
|
enumerable: false,
|
|
2582
2610
|
configurable: true
|
|
2583
2611
|
});
|
|
2584
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2612
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "bg", {
|
|
2585
2613
|
get: function () {
|
|
2586
2614
|
return this.a7;
|
|
2587
2615
|
},
|
|
@@ -2589,7 +2617,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2589
2617
|
var b = this.a7;
|
|
2590
2618
|
this.a7 = a;
|
|
2591
2619
|
if (b != this.a7) {
|
|
2592
|
-
this.
|
|
2620
|
+
this.gh("AllowFilter", b, a);
|
|
2593
2621
|
}
|
|
2594
2622
|
},
|
|
2595
2623
|
enumerable: false,
|
|
@@ -2603,21 +2631,21 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2603
2631
|
var b = this.w;
|
|
2604
2632
|
this.w = a;
|
|
2605
2633
|
if (b != this.w) {
|
|
2606
|
-
this.
|
|
2634
|
+
this.gh("SortMode", enumGetBox(SortMode_$type, b), enumGetBox(SortMode_$type, this.w));
|
|
2607
2635
|
}
|
|
2608
2636
|
},
|
|
2609
2637
|
enumerable: false,
|
|
2610
2638
|
configurable: true
|
|
2611
2639
|
});
|
|
2612
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
2640
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "fv", {
|
|
2613
2641
|
get: function () {
|
|
2614
|
-
return this.
|
|
2642
|
+
return this.dg;
|
|
2615
2643
|
},
|
|
2616
2644
|
set: function (a) {
|
|
2617
|
-
var b = this.
|
|
2618
|
-
this.
|
|
2619
|
-
if (b != this.
|
|
2620
|
-
this.
|
|
2645
|
+
var b = this.dg;
|
|
2646
|
+
this.dg = a;
|
|
2647
|
+
if (b != this.dg) {
|
|
2648
|
+
this.gh("TextField", b, a);
|
|
2621
2649
|
}
|
|
2622
2650
|
},
|
|
2623
2651
|
enumerable: false,
|
|
@@ -2625,13 +2653,13 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2625
2653
|
});
|
|
2626
2654
|
Object.defineProperty(MultiColumnComboBox.prototype, "text", {
|
|
2627
2655
|
get: function () {
|
|
2628
|
-
return this.
|
|
2656
|
+
return this.df;
|
|
2629
2657
|
},
|
|
2630
2658
|
set: function (a) {
|
|
2631
|
-
var b = this.
|
|
2632
|
-
this.
|
|
2633
|
-
if (b != this.
|
|
2634
|
-
this.
|
|
2659
|
+
var b = this.df;
|
|
2660
|
+
this.df = a;
|
|
2661
|
+
if (b != this.df) {
|
|
2662
|
+
this.gh("Text", b, a);
|
|
2635
2663
|
}
|
|
2636
2664
|
},
|
|
2637
2665
|
enumerable: false,
|
|
@@ -2645,7 +2673,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2645
2673
|
var b = this.d;
|
|
2646
2674
|
this.d = a;
|
|
2647
2675
|
if (b != this.d) {
|
|
2648
|
-
this.
|
|
2676
|
+
this.gh("ValueField", b, a);
|
|
2649
2677
|
}
|
|
2650
2678
|
},
|
|
2651
2679
|
enumerable: false,
|
|
@@ -2659,7 +2687,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2659
2687
|
var b = this.a;
|
|
2660
2688
|
this.a = a;
|
|
2661
2689
|
if (b != this.a) {
|
|
2662
|
-
this.
|
|
2690
|
+
this.gh("ActualValueField", b, a);
|
|
2663
2691
|
}
|
|
2664
2692
|
},
|
|
2665
2693
|
enumerable: false,
|
|
@@ -2667,13 +2695,13 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2667
2695
|
});
|
|
2668
2696
|
Object.defineProperty(MultiColumnComboBox.prototype, "value", {
|
|
2669
2697
|
get: function () {
|
|
2670
|
-
return this.
|
|
2698
|
+
return this.c8;
|
|
2671
2699
|
},
|
|
2672
2700
|
set: function (a) {
|
|
2673
|
-
var b = this.
|
|
2674
|
-
this.
|
|
2675
|
-
if (b != this.
|
|
2676
|
-
this.
|
|
2701
|
+
var b = this.c8;
|
|
2702
|
+
this.c8 = a;
|
|
2703
|
+
if (b != this.c8) {
|
|
2704
|
+
this.gh("Value", b, a);
|
|
2677
2705
|
}
|
|
2678
2706
|
},
|
|
2679
2707
|
enumerable: false,
|
|
@@ -2687,24 +2715,24 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2687
2715
|
var b = this.aa;
|
|
2688
2716
|
this.aa = a;
|
|
2689
2717
|
if (b != this.aa) {
|
|
2690
|
-
this.
|
|
2718
|
+
this.gh("DisplayType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, a));
|
|
2691
2719
|
}
|
|
2692
2720
|
},
|
|
2693
2721
|
enumerable: false,
|
|
2694
2722
|
configurable: true
|
|
2695
2723
|
});
|
|
2696
|
-
MultiColumnComboBox.prototype.
|
|
2724
|
+
MultiColumnComboBox.prototype.da = function (a, b) {
|
|
2697
2725
|
var c = new FastReflectionHelper(false, b);
|
|
2698
2726
|
return c.getPropertyValue(a);
|
|
2699
2727
|
};
|
|
2700
2728
|
MultiColumnComboBox.prototype.p = function () {
|
|
2701
|
-
var a = this.
|
|
2729
|
+
var a = this.e5();
|
|
2702
2730
|
return this.o(a);
|
|
2703
2731
|
};
|
|
2704
|
-
MultiColumnComboBox.prototype.
|
|
2705
|
-
return this.
|
|
2732
|
+
MultiColumnComboBox.prototype.e5 = function () {
|
|
2733
|
+
return this.e4(this.fv);
|
|
2706
2734
|
};
|
|
2707
|
-
MultiColumnComboBox.prototype.
|
|
2735
|
+
MultiColumnComboBox.prototype.db = function (a) {
|
|
2708
2736
|
var b = this.i();
|
|
2709
2737
|
if (null == b || b.length == 0) {
|
|
2710
2738
|
return null;
|
|
@@ -2712,7 +2740,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2712
2740
|
var c = new List$1(Base.$, 0);
|
|
2713
2741
|
for (var e = 0; e < b.length; e++) {
|
|
2714
2742
|
var d = b[e];
|
|
2715
|
-
var f = this.
|
|
2743
|
+
var f = this.da(a, d);
|
|
2716
2744
|
c.add1(f);
|
|
2717
2745
|
}
|
|
2718
2746
|
if (c.count == 1) {
|
|
@@ -2720,11 +2748,11 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2720
2748
|
}
|
|
2721
2749
|
return c.toArray();
|
|
2722
2750
|
};
|
|
2723
|
-
MultiColumnComboBox.prototype.
|
|
2724
|
-
var b = this.
|
|
2751
|
+
MultiColumnComboBox.prototype.e3 = function (a) {
|
|
2752
|
+
var b = this.e5();
|
|
2725
2753
|
var c;
|
|
2726
2754
|
if (null != b) {
|
|
2727
|
-
var d = this.
|
|
2755
|
+
var d = this.da(a, b);
|
|
2728
2756
|
c = null != d ? d.toString() : null;
|
|
2729
2757
|
}
|
|
2730
2758
|
else {
|
|
@@ -2768,7 +2796,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2768
2796
|
}
|
|
2769
2797
|
return null;
|
|
2770
2798
|
};
|
|
2771
|
-
MultiColumnComboBox.prototype.
|
|
2799
|
+
MultiColumnComboBox.prototype.e4 = function (a) {
|
|
2772
2800
|
if (stringIsNullOrEmpty(a)) {
|
|
2773
2801
|
var b = this.actualDataSource;
|
|
2774
2802
|
if (null == b) {
|
|
@@ -2789,7 +2817,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2789
2817
|
MultiColumnComboBox.prototype.h = function (a) {
|
|
2790
2818
|
var b = new List$1(String_$type, 0);
|
|
2791
2819
|
if (null == a || a.length == 0) {
|
|
2792
|
-
var c = this.
|
|
2820
|
+
var c = this.e4(null);
|
|
2793
2821
|
if (stringIsNullOrEmpty(c)) {
|
|
2794
2822
|
return null;
|
|
2795
2823
|
}
|
|
@@ -2798,7 +2826,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2798
2826
|
}
|
|
2799
2827
|
for (var e = 0; e < a.length; e++) {
|
|
2800
2828
|
var d = a[e];
|
|
2801
|
-
var f = this.
|
|
2829
|
+
var f = this.e4(d);
|
|
2802
2830
|
if (null != f) {
|
|
2803
2831
|
b.add(f);
|
|
2804
2832
|
}
|
|
@@ -2812,14 +2840,14 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2812
2840
|
var a = this.j;
|
|
2813
2841
|
return this.h(a);
|
|
2814
2842
|
};
|
|
2815
|
-
MultiColumnComboBox.prototype.
|
|
2816
|
-
this.
|
|
2843
|
+
MultiColumnComboBox.prototype.gi = function (a) {
|
|
2844
|
+
this.gl(2, a);
|
|
2817
2845
|
};
|
|
2818
|
-
MultiColumnComboBox.prototype.
|
|
2819
|
-
if (this.
|
|
2846
|
+
MultiColumnComboBox.prototype.gl = function (a, b) {
|
|
2847
|
+
if (this.bm) {
|
|
2820
2848
|
return;
|
|
2821
2849
|
}
|
|
2822
|
-
this.
|
|
2850
|
+
this.bm = true;
|
|
2823
2851
|
try {
|
|
2824
2852
|
switch (a) {
|
|
2825
2853
|
case 2:
|
|
@@ -2828,8 +2856,8 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2828
2856
|
var d = void 0;
|
|
2829
2857
|
var e = void 0;
|
|
2830
2858
|
if (null != c) {
|
|
2831
|
-
d = this.
|
|
2832
|
-
e = this.
|
|
2859
|
+
d = this.e3(c);
|
|
2860
|
+
e = this.db(c);
|
|
2833
2861
|
}
|
|
2834
2862
|
else {
|
|
2835
2863
|
d = stringEmpty();
|
|
@@ -2852,18 +2880,18 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2852
2880
|
}
|
|
2853
2881
|
}
|
|
2854
2882
|
finally {
|
|
2855
|
-
this.
|
|
2883
|
+
this.bm = false;
|
|
2856
2884
|
}
|
|
2857
2885
|
this.v.cj();
|
|
2858
2886
|
};
|
|
2859
|
-
MultiColumnComboBox.prototype.
|
|
2887
|
+
MultiColumnComboBox.prototype.gq = function (a) {
|
|
2860
2888
|
this.text = a;
|
|
2861
2889
|
};
|
|
2862
|
-
MultiColumnComboBox.prototype.
|
|
2890
|
+
MultiColumnComboBox.prototype.gs = function () {
|
|
2863
2891
|
this.ax = (null == this.a4) ? this.a1 : this.a4;
|
|
2864
2892
|
this.av = (null == this.a2) ? this.a1 : this.a2;
|
|
2865
2893
|
};
|
|
2866
|
-
MultiColumnComboBox.prototype.
|
|
2894
|
+
MultiColumnComboBox.prototype.gr = function () {
|
|
2867
2895
|
};
|
|
2868
2896
|
MultiColumnComboBox.prototype.closeUp = function () {
|
|
2869
2897
|
this.v.az();
|
|
@@ -2884,40 +2912,40 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2884
2912
|
this.v.b4(a);
|
|
2885
2913
|
this.actualNoMatchesFoundLabel = !stringIsNullOrWhiteSpace(this.a6.b1("NoMatches")) ? this.a6.b1("NoMatches") : "No Matches Found";
|
|
2886
2914
|
};
|
|
2887
|
-
MultiColumnComboBox.prototype.
|
|
2915
|
+
MultiColumnComboBox.prototype.c9 = function () {
|
|
2888
2916
|
return this.l();
|
|
2889
2917
|
};
|
|
2890
|
-
MultiColumnComboBox.prototype.
|
|
2918
|
+
MultiColumnComboBox.prototype.ew = function () {
|
|
2891
2919
|
var a = this.l();
|
|
2892
2920
|
return a.am();
|
|
2893
2921
|
};
|
|
2894
2922
|
MultiColumnComboBox.prototype.l = function () {
|
|
2895
2923
|
var a = new MultiColumnComboVisualModelExport();
|
|
2896
|
-
a.a = AppearanceHelper.a(this.
|
|
2924
|
+
a.a = AppearanceHelper.a(this.hl);
|
|
2897
2925
|
a.j = this.ah;
|
|
2898
|
-
a.b = AppearanceHelper.a(this.
|
|
2899
|
-
a.p = this.
|
|
2926
|
+
a.b = AppearanceHelper.a(this.hm);
|
|
2927
|
+
a.p = this.cc;
|
|
2900
2928
|
a.columnHeadersVisible = this.columnHeadersVisible;
|
|
2901
|
-
a.au = this.
|
|
2902
|
-
a.at = this.
|
|
2929
|
+
a.au = this.il;
|
|
2930
|
+
a.at = this.gw;
|
|
2903
2931
|
a.k = this.am;
|
|
2904
2932
|
a.dropDownButtonVisible = this.dropDownButtonVisible;
|
|
2905
|
-
a.q = this.
|
|
2906
|
-
a.aa = this.
|
|
2907
|
-
a.c = AppearanceHelper.a(this.
|
|
2933
|
+
a.q = this.ce;
|
|
2934
|
+
a.aa = this.fb;
|
|
2935
|
+
a.c = AppearanceHelper.a(this.hq);
|
|
2908
2936
|
a.actualLabelVisible = this.actualLabelVisible;
|
|
2909
2937
|
a.actualNoMatchesFoundLabel = this.actualNoMatchesFoundLabel;
|
|
2910
|
-
a.d = AppearanceHelper.a(this.
|
|
2911
|
-
a.e = AppearanceHelper.a(this.
|
|
2912
|
-
a.al = this.
|
|
2938
|
+
a.d = AppearanceHelper.a(this.hr);
|
|
2939
|
+
a.e = AppearanceHelper.a(this.hs);
|
|
2940
|
+
a.al = this.fn;
|
|
2913
2941
|
a.rowSeparatorsVisible = this.rowSeparatorsVisible;
|
|
2914
|
-
a.f = AppearanceHelper.a(this.
|
|
2915
|
-
a.g = AppearanceHelper.a(this.
|
|
2916
|
-
a.r = this.
|
|
2917
|
-
a.h = AppearanceHelper.a(this.
|
|
2918
|
-
a.s = this.
|
|
2919
|
-
a.t = this.
|
|
2920
|
-
a.u = this.
|
|
2942
|
+
a.f = AppearanceHelper.a(this.ht);
|
|
2943
|
+
a.g = AppearanceHelper.a(this.hu);
|
|
2944
|
+
a.r = this.ci;
|
|
2945
|
+
a.h = AppearanceHelper.a(this.hv);
|
|
2946
|
+
a.s = this.cj;
|
|
2947
|
+
a.t = this.ck;
|
|
2948
|
+
a.u = this.cl;
|
|
2921
2949
|
a.an = this.text;
|
|
2922
2950
|
a.y = this.value;
|
|
2923
2951
|
a.i = this.v.e.exportVisualModel();
|
|
@@ -3007,51 +3035,93 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3007
3035
|
}
|
|
3008
3036
|
return a;
|
|
3009
3037
|
};
|
|
3010
|
-
MultiColumnComboBox.prototype
|
|
3038
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "bn", {
|
|
3039
|
+
get: function () {
|
|
3040
|
+
return this.a9;
|
|
3041
|
+
},
|
|
3042
|
+
set: function (a) {
|
|
3043
|
+
var b = this.a9;
|
|
3044
|
+
this.a9 = a;
|
|
3045
|
+
if (b != this.a9) {
|
|
3046
|
+
this.gh("IsFixed", b, this.a9);
|
|
3047
|
+
}
|
|
3048
|
+
},
|
|
3049
|
+
enumerable: false,
|
|
3050
|
+
configurable: true
|
|
3051
|
+
});
|
|
3052
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "bo", {
|
|
3053
|
+
get: function () {
|
|
3054
|
+
return this.ba;
|
|
3055
|
+
},
|
|
3056
|
+
set: function (a) {
|
|
3057
|
+
var b = this.ba;
|
|
3058
|
+
this.ba = a;
|
|
3059
|
+
if (b != this.ba) {
|
|
3060
|
+
this.gh("OpenAsChild", b, this.ba);
|
|
3061
|
+
}
|
|
3062
|
+
},
|
|
3063
|
+
enumerable: false,
|
|
3064
|
+
configurable: true
|
|
3065
|
+
});
|
|
3066
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "br", {
|
|
3067
|
+
get: function () {
|
|
3068
|
+
return this.bd;
|
|
3069
|
+
},
|
|
3070
|
+
set: function (a) {
|
|
3071
|
+
var b = this.bd;
|
|
3072
|
+
this.bd = a;
|
|
3073
|
+
if (b != this.bd) {
|
|
3074
|
+
this.gh("UseTopLayer", b, this.bd);
|
|
3075
|
+
}
|
|
3076
|
+
},
|
|
3077
|
+
enumerable: false,
|
|
3078
|
+
configurable: true
|
|
3079
|
+
});
|
|
3080
|
+
MultiColumnComboBox.prototype.ge = function (a) {
|
|
3011
3081
|
if (null != this.gotFocus) {
|
|
3012
3082
|
this.gotFocus(this, a);
|
|
3013
3083
|
}
|
|
3014
3084
|
};
|
|
3015
|
-
MultiColumnComboBox.prototype.
|
|
3085
|
+
MultiColumnComboBox.prototype.gg = function (a) {
|
|
3016
3086
|
if (null != this.lostFocus) {
|
|
3017
3087
|
this.lostFocus(this, a);
|
|
3018
3088
|
}
|
|
3019
3089
|
};
|
|
3020
|
-
MultiColumnComboBox.prototype.
|
|
3090
|
+
MultiColumnComboBox.prototype.gk = function (a) {
|
|
3021
3091
|
if (null != this.textValueChanged) {
|
|
3022
3092
|
this.textValueChanged(this, a);
|
|
3023
3093
|
}
|
|
3024
3094
|
};
|
|
3025
|
-
MultiColumnComboBox.prototype.
|
|
3095
|
+
MultiColumnComboBox.prototype.gj = function (a) {
|
|
3026
3096
|
if (null != this.selectedValueChanged) {
|
|
3027
3097
|
this.selectedValueChanged(this, a);
|
|
3028
3098
|
}
|
|
3029
3099
|
};
|
|
3030
|
-
MultiColumnComboBox.prototype.
|
|
3100
|
+
MultiColumnComboBox.prototype.gh = function (a, b, c) {
|
|
3031
3101
|
if (this.propertyChanged != null) {
|
|
3032
3102
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
3033
3103
|
}
|
|
3034
|
-
this.
|
|
3104
|
+
this.gm(a, b, c);
|
|
3035
3105
|
};
|
|
3036
|
-
MultiColumnComboBox.prototype.
|
|
3106
|
+
MultiColumnComboBox.prototype.gf = function (a) {
|
|
3037
3107
|
if (null != this.keyDown) {
|
|
3038
3108
|
this.keyDown(this, a);
|
|
3039
3109
|
}
|
|
3040
3110
|
};
|
|
3041
|
-
MultiColumnComboBox.prototype.
|
|
3111
|
+
MultiColumnComboBox.prototype.gd = function (a) {
|
|
3042
3112
|
if (null != this.changing) {
|
|
3043
3113
|
this.changing(this, a);
|
|
3044
3114
|
}
|
|
3045
3115
|
};
|
|
3046
3116
|
MultiColumnComboBox.$t = markType(MultiColumnComboBox, 'MultiColumnComboBox', Base.$, [INotifyPropertyChanged_$type]);
|
|
3047
3117
|
MultiColumnComboBox.ag = 1;
|
|
3048
|
-
MultiColumnComboBox.
|
|
3049
|
-
MultiColumnComboBox.
|
|
3050
|
-
MultiColumnComboBox.
|
|
3118
|
+
MultiColumnComboBox.hy = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
|
|
3119
|
+
MultiColumnComboBox.h0 = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
|
|
3120
|
+
MultiColumnComboBox.hz = BrushUtil.h(255, 255, 255, 255);
|
|
3051
3121
|
MultiColumnComboBox.ay = null;
|
|
3052
|
-
MultiColumnComboBox.
|
|
3122
|
+
MultiColumnComboBox.d3 = "ActualNoMatchesFoundLabelBackgroundColor";
|
|
3053
3123
|
MultiColumnComboBox.az = null;
|
|
3054
|
-
MultiColumnComboBox.
|
|
3124
|
+
MultiColumnComboBox.h8 = BrushUtil.h(221, 0, 0, 0);
|
|
3055
3125
|
return MultiColumnComboBox;
|
|
3056
3126
|
}(Base));
|
|
3057
3127
|
export { MultiColumnComboBox };
|