igniteui-webcomponents-grids 4.7.2-beta.0 → 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-column-state.d.ts +1 -0
- package/grids/lib/igc-grid-selection-range.d.ts +2 -0
- package/grids/lib/igc-grid-state-info.d.ts +3 -0
- package/grids/lib/igc-grouping-state.d.ts +1 -0
- package/grids/lib/igc-paging-state.d.ts +1 -0
- package/grids/lib/igc-pinning-config.d.ts +1 -0
- 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
|
@@ -84363,14 +84363,14 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84363
84363
|
};
|
|
84364
84364
|
MultiColumnComboBoxView.prototype.b2 = function () {
|
|
84365
84365
|
this.ag = this.ac.createElement("div");
|
|
84366
|
-
this.
|
|
84366
|
+
this.cx();
|
|
84367
84367
|
this.a1();
|
|
84368
84368
|
this.a0();
|
|
84369
84369
|
this.ak.append(this.ai);
|
|
84370
84370
|
this.cm();
|
|
84371
84371
|
this.co();
|
|
84372
84372
|
document.addEventListener("click", runOn(this, this.a2), false);
|
|
84373
|
-
window.addEventListener("resize", runOn(this, this.
|
|
84373
|
+
window.addEventListener("resize", runOn(this, this.c3), false);
|
|
84374
84374
|
};
|
|
84375
84375
|
MultiColumnComboBoxView.prototype.aw = function (a) {
|
|
84376
84376
|
var b = this.g.p();
|
|
@@ -84434,7 +84434,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84434
84434
|
this.l.provideContainer(e);
|
|
84435
84435
|
var f = e.getExternal(this.l, e.rootWrapper, e.getExternal(this.g, null, null));
|
|
84436
84436
|
if (this.f.actualLabelVisible) {
|
|
84437
|
-
this.
|
|
84437
|
+
this.c0();
|
|
84438
84438
|
}
|
|
84439
84439
|
this.ah = a.createElement("div");
|
|
84440
84440
|
this.ah.addClass("ig-input");
|
|
@@ -84457,7 +84457,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84457
84457
|
l.mouseDown = delegateCombine(l.mouseDown, runOn(this, this.bm));
|
|
84458
84458
|
this.k.appendContentChild(this.ah);
|
|
84459
84459
|
this.k.inputs.add(this.j);
|
|
84460
|
-
this.a5(this.g.
|
|
84460
|
+
this.a5(this.g.bg);
|
|
84461
84461
|
var m = a.createElement("div");
|
|
84462
84462
|
var n = a.getSubRenderer(m);
|
|
84463
84463
|
var o = new XSuffix();
|
|
@@ -84491,12 +84491,16 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84491
84491
|
this.k.inputs.add(u);
|
|
84492
84492
|
this.ae.listen("click", runOn(this, this.ax));
|
|
84493
84493
|
this.af.listen("click", runOn(this, this.a4));
|
|
84494
|
-
this.
|
|
84494
|
+
this.cq();
|
|
84495
84495
|
};
|
|
84496
84496
|
MultiColumnComboBoxView.prototype.a1 = function () {
|
|
84497
84497
|
var a = this.ac.createElement("div");
|
|
84498
84498
|
var b = this.ac.getSubRenderer(a);
|
|
84499
84499
|
this.m = new Popup();
|
|
84500
|
+
this.m.aq = this.f.bn;
|
|
84501
|
+
this.m.ax = this.f.br;
|
|
84502
|
+
this.m.cy = BrushUtil.h(255, 255, 255, 255);
|
|
84503
|
+
this.m.a8 = 150;
|
|
84500
84504
|
this.m.provideRenderer(b);
|
|
84501
84505
|
var c = b.getExternal(this.m, b.rootWrapper, b.getExternal(this.g, null, null));
|
|
84502
84506
|
this.am = this.ac.createElement("div");
|
|
@@ -84552,7 +84556,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84552
84556
|
else {
|
|
84553
84557
|
if (h > 1) {
|
|
84554
84558
|
}
|
|
84555
|
-
var i = this.g.
|
|
84559
|
+
var i = this.g.e5();
|
|
84556
84560
|
a = this.a.getItemAtIndex(0);
|
|
84557
84561
|
var j = this.a.getItemProperty(a, i).toString();
|
|
84558
84562
|
this.g.text = j;
|
|
@@ -84590,7 +84594,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84590
84594
|
if (null != d) {
|
|
84591
84595
|
if (d.b >= a && d.b <= b) {
|
|
84592
84596
|
this.cf(d.b);
|
|
84593
|
-
this.
|
|
84597
|
+
this.cy();
|
|
84594
84598
|
}
|
|
84595
84599
|
}
|
|
84596
84600
|
}
|
|
@@ -84610,7 +84614,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84610
84614
|
}
|
|
84611
84615
|
}
|
|
84612
84616
|
else {
|
|
84613
|
-
this.
|
|
84617
|
+
this.cw();
|
|
84614
84618
|
}
|
|
84615
84619
|
};
|
|
84616
84620
|
MultiColumnComboBoxView.prototype.b1 = function (a, b) {
|
|
@@ -84622,18 +84626,23 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84622
84626
|
return this.u(a);
|
|
84623
84627
|
};
|
|
84624
84628
|
MultiColumnComboBoxView.prototype.a3 = function () {
|
|
84625
|
-
this.
|
|
84629
|
+
this.c1();
|
|
84626
84630
|
this.bp();
|
|
84627
84631
|
var a = this.n;
|
|
84628
84632
|
if (a.aw) {
|
|
84629
84633
|
return;
|
|
84630
84634
|
}
|
|
84631
|
-
var b = this.
|
|
84635
|
+
var b = this.c4();
|
|
84632
84636
|
a.al = !this.w;
|
|
84633
|
-
|
|
84637
|
+
if (this.f.bo) {
|
|
84638
|
+
a.cp(this.ac.rootWrapper.getNativeElement(), 1, 1);
|
|
84639
|
+
}
|
|
84640
|
+
else {
|
|
84641
|
+
a.showRelativeToExclusionRect(b, 1, 1);
|
|
84642
|
+
}
|
|
84634
84643
|
this.co();
|
|
84635
84644
|
};
|
|
84636
|
-
MultiColumnComboBoxView.prototype.
|
|
84645
|
+
MultiColumnComboBoxView.prototype.c4 = function () {
|
|
84637
84646
|
var a = this.ac.rootWrapper.getNativeElement();
|
|
84638
84647
|
var b = (a.getBoundingClientRect());
|
|
84639
84648
|
return new Rect(0, b.left + window.pageXOffset, b.top + window.pageYOffset, b.width, b.height);
|
|
@@ -84684,7 +84693,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84684
84693
|
if (b == null) {
|
|
84685
84694
|
return;
|
|
84686
84695
|
}
|
|
84687
|
-
a.
|
|
84696
|
+
a.gi(b);
|
|
84688
84697
|
};
|
|
84689
84698
|
MultiColumnComboBoxView.prototype.bp = function () {
|
|
84690
84699
|
this.n.b8();
|
|
@@ -84704,13 +84713,13 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84704
84713
|
this.k.an = true;
|
|
84705
84714
|
this.j.dp();
|
|
84706
84715
|
var a = new GotFocusEventArgs();
|
|
84707
|
-
this.g.
|
|
84716
|
+
this.g.ge(a);
|
|
84708
84717
|
};
|
|
84709
84718
|
MultiColumnComboBoxView.prototype.bz = function () {
|
|
84710
84719
|
this.az();
|
|
84711
84720
|
this.k.j8();
|
|
84712
84721
|
var a = new LostFocusEventArgs();
|
|
84713
|
-
this.g.
|
|
84722
|
+
this.g.gg(a);
|
|
84714
84723
|
};
|
|
84715
84724
|
MultiColumnComboBoxView.prototype.b4 = function (a) {
|
|
84716
84725
|
var e_1, _a;
|
|
@@ -84760,7 +84769,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84760
84769
|
switch (a) {
|
|
84761
84770
|
case 2:
|
|
84762
84771
|
{
|
|
84763
|
-
var g = this.g.
|
|
84772
|
+
var g = this.g.e5();
|
|
84764
84773
|
if (stringIsNullOrEmpty(g)) {
|
|
84765
84774
|
return;
|
|
84766
84775
|
}
|
|
@@ -84805,7 +84814,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84805
84814
|
}
|
|
84806
84815
|
};
|
|
84807
84816
|
MultiColumnComboBoxView.prototype.b7 = function () {
|
|
84808
|
-
this.
|
|
84817
|
+
this.cu();
|
|
84809
84818
|
var a = this.f.text;
|
|
84810
84819
|
var b = this.au.length;
|
|
84811
84820
|
var c = !stringIsNullOrEmpty(a) ? a.length : 0;
|
|
@@ -84838,7 +84847,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84838
84847
|
};
|
|
84839
84848
|
MultiColumnComboBoxView.prototype.cj = function () {
|
|
84840
84849
|
if (this.ae != null && this.j != null) {
|
|
84841
|
-
if (this.g.
|
|
84850
|
+
if (this.g.bq == false) {
|
|
84842
84851
|
this.ae.setStyleProperty("display", "none");
|
|
84843
84852
|
}
|
|
84844
84853
|
else if ((this.g.value != null && this.g.value != "") || (this.j.cq != null && this.j.cq != "")) {
|
|
@@ -84859,7 +84868,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84859
84868
|
a.selectedItemsChanged = delegateRemove(a.selectedItemsChanged, runOn(this, this.bd));
|
|
84860
84869
|
this.v = true;
|
|
84861
84870
|
try {
|
|
84862
|
-
this.g.
|
|
84871
|
+
this.g.gq(this.au);
|
|
84863
84872
|
}
|
|
84864
84873
|
finally {
|
|
84865
84874
|
this.v = false;
|
|
@@ -84954,7 +84963,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84954
84963
|
if (!this.r) {
|
|
84955
84964
|
this.a8(b.activeCell);
|
|
84956
84965
|
}
|
|
84957
|
-
this.
|
|
84966
|
+
this.cy();
|
|
84958
84967
|
};
|
|
84959
84968
|
MultiColumnComboBoxView.prototype.cl = function (a) {
|
|
84960
84969
|
this.b6(2, a);
|
|
@@ -84968,40 +84977,40 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84968
84977
|
this.k.t = a.density;
|
|
84969
84978
|
this.k.p = a.ah;
|
|
84970
84979
|
this.k.d = a.ac;
|
|
84971
|
-
this.k.mc = a.
|
|
84972
|
-
this.k.md = a.
|
|
84973
|
-
this.k.c0 = a.
|
|
84974
|
-
this.k.oi = a.
|
|
84975
|
-
this.k.ks = a.
|
|
84980
|
+
this.k.mc = a.hl;
|
|
84981
|
+
this.k.md = a.hm;
|
|
84982
|
+
this.k.c0 = a.cc;
|
|
84983
|
+
this.k.oi = a.il;
|
|
84984
|
+
this.k.ks = a.gw;
|
|
84976
84985
|
this.k.t = a.am;
|
|
84977
|
-
this.k.no = a.
|
|
84978
|
-
this.k.eg = a.
|
|
84979
|
-
this.k.np = a.
|
|
84980
|
-
this.k.eh = a.
|
|
84981
|
-
this.k.ei = a.
|
|
84982
|
-
this.k.nq = a.
|
|
84983
|
-
this.k.ej = a.
|
|
84984
|
-
this.k.ek = a.
|
|
84985
|
-
this.k.n6 = a.
|
|
84986
|
-
this.k.e5 = a.
|
|
84987
|
-
this.k.n7 = a.
|
|
84988
|
-
this.k.e6 = a.
|
|
84989
|
-
this.k.e7 = a.
|
|
84990
|
-
this.k.e8 = a.
|
|
84986
|
+
this.k.no = a.hn;
|
|
84987
|
+
this.k.eg = a.cd;
|
|
84988
|
+
this.k.np = a.ho;
|
|
84989
|
+
this.k.eh = a.ce;
|
|
84990
|
+
this.k.ei = a.cf;
|
|
84991
|
+
this.k.nq = a.hp;
|
|
84992
|
+
this.k.ej = a.cg;
|
|
84993
|
+
this.k.ek = a.ch;
|
|
84994
|
+
this.k.n6 = a.hu;
|
|
84995
|
+
this.k.e5 = a.ci;
|
|
84996
|
+
this.k.n7 = a.hv;
|
|
84997
|
+
this.k.e6 = a.cj;
|
|
84998
|
+
this.k.e7 = a.ck;
|
|
84999
|
+
this.k.e8 = a.cl;
|
|
84991
85000
|
}
|
|
84992
85001
|
if (null != this.j) {
|
|
84993
|
-
this.j.d8 = a.
|
|
85002
|
+
this.j.d8 = a.ht;
|
|
84994
85003
|
this.j.af = a.ax;
|
|
84995
|
-
this.j.cg = a.
|
|
85004
|
+
this.j.cg = a.fn;
|
|
84996
85005
|
}
|
|
84997
85006
|
if (null != this.l) {
|
|
84998
|
-
this.l.text = a.
|
|
84999
|
-
this.l.df = a.
|
|
85007
|
+
this.l.text = a.fb;
|
|
85008
|
+
this.l.df = a.hq;
|
|
85000
85009
|
this.l.y = a.av;
|
|
85001
85010
|
}
|
|
85002
85011
|
if (null != this.am) {
|
|
85003
|
-
NativeUI.q(this.am, a.
|
|
85004
|
-
NativeUI.m(this.am, a.
|
|
85012
|
+
NativeUI.q(this.am, a.hs);
|
|
85013
|
+
NativeUI.m(this.am, a.hr);
|
|
85005
85014
|
if (null != a.aw) {
|
|
85006
85015
|
this.am.setStyleProperty("font", a.aw.fontString);
|
|
85007
85016
|
}
|
|
@@ -85019,7 +85028,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85019
85028
|
MultiColumnComboBoxUtilities.c(this.af, c);
|
|
85020
85029
|
}
|
|
85021
85030
|
};
|
|
85022
|
-
MultiColumnComboBoxView.prototype.
|
|
85031
|
+
MultiColumnComboBoxView.prototype.cu = function () {
|
|
85023
85032
|
if (!this.v) {
|
|
85024
85033
|
if (null != this.j) {
|
|
85025
85034
|
var a = this.f.text;
|
|
@@ -85032,7 +85041,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85032
85041
|
var b = null != a ? a.aw : false;
|
|
85033
85042
|
this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
|
|
85034
85043
|
};
|
|
85035
|
-
MultiColumnComboBoxView.prototype.
|
|
85044
|
+
MultiColumnComboBoxView.prototype.ct = function () {
|
|
85036
85045
|
var a = this.d.actualHeaderHeight + 3;
|
|
85037
85046
|
var b = this.d.actualRowHeight + this.d.rowSeparatorHeight;
|
|
85038
85047
|
var c = this.d.actualDataSource;
|
|
@@ -85066,7 +85075,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85066
85075
|
this.am.setStyleProperty("height", p);
|
|
85067
85076
|
}
|
|
85068
85077
|
};
|
|
85069
|
-
MultiColumnComboBoxView.prototype.
|
|
85078
|
+
MultiColumnComboBoxView.prototype.cv = function () {
|
|
85070
85079
|
if (this.w) {
|
|
85071
85080
|
return;
|
|
85072
85081
|
}
|
|
@@ -85078,11 +85087,11 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85078
85087
|
a.ep = null;
|
|
85079
85088
|
}
|
|
85080
85089
|
else {
|
|
85081
|
-
this.
|
|
85090
|
+
this.cw();
|
|
85082
85091
|
}
|
|
85083
85092
|
}
|
|
85084
85093
|
};
|
|
85085
|
-
MultiColumnComboBoxView.prototype.
|
|
85094
|
+
MultiColumnComboBoxView.prototype.cw = function () {
|
|
85086
85095
|
var a = this.g;
|
|
85087
85096
|
if (null != a.value) {
|
|
85088
85097
|
var b = this.g.value;
|
|
@@ -85094,7 +85103,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85094
85103
|
}
|
|
85095
85104
|
}
|
|
85096
85105
|
};
|
|
85097
|
-
MultiColumnComboBoxView.prototype.
|
|
85106
|
+
MultiColumnComboBoxView.prototype.cx = function () {
|
|
85098
85107
|
var _this = this;
|
|
85099
85108
|
if (null == this.d) {
|
|
85100
85109
|
this.ac.getPortal(this.ag, "DataGrid", function (a) {
|
|
@@ -85102,12 +85111,12 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85102
85111
|
_this.aq.height = '100%';
|
|
85103
85112
|
_this.aq.width = '100%';
|
|
85104
85113
|
_this.d = (_this.aq.i);
|
|
85105
|
-
_this.
|
|
85114
|
+
_this.cz();
|
|
85106
85115
|
_this.d.selectionMode = 1;
|
|
85107
85116
|
_this.d.selectionBehavior = 0;
|
|
85108
85117
|
_this.d.activationMode = 1;
|
|
85109
85118
|
_this.d.defaultColumnWidth = _this.f.defaultColumnWidth;
|
|
85110
|
-
_this.
|
|
85119
|
+
_this.cr();
|
|
85111
85120
|
_this.d.editMode = 0;
|
|
85112
85121
|
_this.d.isColumnOptionsEnabled = false;
|
|
85113
85122
|
_this.d.isActiveCellStyleEnabled = false;
|
|
@@ -85134,10 +85143,10 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85134
85143
|
MultiColumnComboBoxView.prototype.cn = function (a) {
|
|
85135
85144
|
if (this.d != null) {
|
|
85136
85145
|
this.d.defaultColumnWidth = a;
|
|
85137
|
-
this.
|
|
85146
|
+
this.ct();
|
|
85138
85147
|
}
|
|
85139
85148
|
};
|
|
85140
|
-
MultiColumnComboBoxView.prototype.
|
|
85149
|
+
MultiColumnComboBoxView.prototype.cr = function () {
|
|
85141
85150
|
if (this.d != null) {
|
|
85142
85151
|
var a = 0;
|
|
85143
85152
|
switch (this.f.x) {
|
|
@@ -85160,7 +85169,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85160
85169
|
this.d.headerClickAction = a;
|
|
85161
85170
|
}
|
|
85162
85171
|
};
|
|
85163
|
-
MultiColumnComboBoxView.prototype.
|
|
85172
|
+
MultiColumnComboBoxView.prototype.cy = function () {
|
|
85164
85173
|
if (!this.t) {
|
|
85165
85174
|
return;
|
|
85166
85175
|
}
|
|
@@ -85180,7 +85189,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85180
85189
|
a.scrollToRowByIndex(0);
|
|
85181
85190
|
}
|
|
85182
85191
|
};
|
|
85183
|
-
MultiColumnComboBoxView.prototype.
|
|
85192
|
+
MultiColumnComboBoxView.prototype.cz = function () {
|
|
85184
85193
|
if (null != this.aq) {
|
|
85185
85194
|
var a = this.g;
|
|
85186
85195
|
var b = a.itemsSource;
|
|
@@ -85207,7 +85216,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85207
85216
|
}
|
|
85208
85217
|
this.a = null;
|
|
85209
85218
|
if (this.n != null && this.n.aw) {
|
|
85210
|
-
this.
|
|
85219
|
+
this.c1();
|
|
85211
85220
|
this.n.b8();
|
|
85212
85221
|
}
|
|
85213
85222
|
}
|
|
@@ -85218,7 +85227,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85218
85227
|
this.ao = -1;
|
|
85219
85228
|
}
|
|
85220
85229
|
};
|
|
85221
|
-
MultiColumnComboBoxView.prototype.
|
|
85230
|
+
MultiColumnComboBoxView.prototype.c0 = function () {
|
|
85222
85231
|
if (null != this.aj) {
|
|
85223
85232
|
var a = this.f.actualLabelVisible;
|
|
85224
85233
|
if (a) {
|
|
@@ -85239,8 +85248,8 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85239
85248
|
this.k.disabled = !a;
|
|
85240
85249
|
}
|
|
85241
85250
|
};
|
|
85242
|
-
MultiColumnComboBoxView.prototype.
|
|
85243
|
-
this.
|
|
85251
|
+
MultiColumnComboBoxView.prototype.c1 = function () {
|
|
85252
|
+
this.ct();
|
|
85244
85253
|
if (!this.w) {
|
|
85245
85254
|
this.z = false;
|
|
85246
85255
|
}
|
|
@@ -85287,7 +85296,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85287
85296
|
enumerable: false,
|
|
85288
85297
|
configurable: true
|
|
85289
85298
|
});
|
|
85290
|
-
MultiColumnComboBoxView.prototype.
|
|
85299
|
+
MultiColumnComboBoxView.prototype.c2 = function () {
|
|
85291
85300
|
if (null != this.al) {
|
|
85292
85301
|
this.al.setStyleProperty("box-sizing", "border-box");
|
|
85293
85302
|
}
|
|
@@ -85323,7 +85332,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85323
85332
|
this.r = true;
|
|
85324
85333
|
};
|
|
85325
85334
|
MultiColumnComboBoxView.prototype.a9 = function (a, b) {
|
|
85326
|
-
this.
|
|
85335
|
+
this.cv();
|
|
85327
85336
|
};
|
|
85328
85337
|
MultiColumnComboBoxView.prototype.ba = function (a, b) {
|
|
85329
85338
|
if (typeCast(TextHeaderCellModel.$, b.cellInfo) !== null) {
|
|
@@ -85332,7 +85341,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85332
85341
|
this.br();
|
|
85333
85342
|
};
|
|
85334
85343
|
MultiColumnComboBoxView.prototype.bb = function (a, b) {
|
|
85335
|
-
this.
|
|
85344
|
+
this.ct();
|
|
85336
85345
|
this.bp();
|
|
85337
85346
|
};
|
|
85338
85347
|
MultiColumnComboBoxView.prototype.bd = function (a, b) {
|
|
@@ -85342,10 +85351,10 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85342
85351
|
};
|
|
85343
85352
|
MultiColumnComboBoxView.prototype.be = function (a, b) {
|
|
85344
85353
|
this.t = b.b != 0 && b.a != 0;
|
|
85345
|
-
this.
|
|
85354
|
+
this.cy();
|
|
85346
85355
|
};
|
|
85347
85356
|
MultiColumnComboBoxView.prototype.bf = function (a, b) {
|
|
85348
|
-
this.
|
|
85357
|
+
this.cy();
|
|
85349
85358
|
var c = this.d;
|
|
85350
85359
|
c.viewportChanged = delegateRemove(c.viewportChanged, runOn(this, this.bf));
|
|
85351
85360
|
};
|
|
@@ -85353,7 +85362,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85353
85362
|
if (b.isCompositionInProgress) {
|
|
85354
85363
|
return;
|
|
85355
85364
|
}
|
|
85356
|
-
this.f.
|
|
85365
|
+
this.f.gd(b);
|
|
85357
85366
|
var c = b.value;
|
|
85358
85367
|
this.b9(c);
|
|
85359
85368
|
};
|
|
@@ -85365,7 +85374,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85365
85374
|
this.cd();
|
|
85366
85375
|
};
|
|
85367
85376
|
MultiColumnComboBoxView.prototype.bl = function (a, b) {
|
|
85368
|
-
this.f.
|
|
85377
|
+
this.f.gf(b);
|
|
85369
85378
|
if (b.defaultPrevented) {
|
|
85370
85379
|
return;
|
|
85371
85380
|
}
|
|
@@ -85393,7 +85402,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85393
85402
|
case 40:
|
|
85394
85403
|
if (d == 1) {
|
|
85395
85404
|
this.a3();
|
|
85396
|
-
this.
|
|
85405
|
+
this.cv();
|
|
85397
85406
|
b.preventDefault();
|
|
85398
85407
|
}
|
|
85399
85408
|
else {
|
|
@@ -85475,15 +85484,15 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85475
85484
|
this.bz();
|
|
85476
85485
|
}
|
|
85477
85486
|
};
|
|
85478
|
-
MultiColumnComboBoxView.prototype.
|
|
85487
|
+
MultiColumnComboBoxView.prototype.c3 = function (a) {
|
|
85479
85488
|
var b = this.n;
|
|
85480
85489
|
if (null == b || false == b.aw) {
|
|
85481
85490
|
return;
|
|
85482
85491
|
}
|
|
85483
|
-
var c = this.
|
|
85492
|
+
var c = this.c4();
|
|
85484
85493
|
this.m.b9(c);
|
|
85485
85494
|
};
|
|
85486
|
-
MultiColumnComboBoxView.prototype.
|
|
85495
|
+
MultiColumnComboBoxView.prototype.cq = function () {
|
|
85487
85496
|
if (this.g.disallowTabFocus) {
|
|
85488
85497
|
if (this.ai != null) {
|
|
85489
85498
|
this.ai.setAttribute("tabIndex", "-1");
|
|
@@ -85501,6 +85510,16 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85501
85510
|
}
|
|
85502
85511
|
}
|
|
85503
85512
|
};
|
|
85513
|
+
MultiColumnComboBoxView.prototype.cp = function () {
|
|
85514
|
+
if (this.m != null) {
|
|
85515
|
+
this.m.aq = this.g.bn;
|
|
85516
|
+
}
|
|
85517
|
+
};
|
|
85518
|
+
MultiColumnComboBoxView.prototype.cs = function () {
|
|
85519
|
+
if (this.m != null) {
|
|
85520
|
+
this.m.ax = this.g.br;
|
|
85521
|
+
}
|
|
85522
|
+
};
|
|
85504
85523
|
MultiColumnComboBoxView.$t = markType(MultiColumnComboBoxView, 'MultiColumnComboBoxView');
|
|
85505
85524
|
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";
|
|
85506
85525
|
MultiColumnComboBoxView.at = "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z";
|
|
@@ -85514,108 +85533,111 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85514
85533
|
__extends(MultiColumnComboBox, _super);
|
|
85515
85534
|
function MultiColumnComboBox() {
|
|
85516
85535
|
var _this = _super.call(this) || this;
|
|
85517
|
-
_this.
|
|
85518
|
-
_this.
|
|
85519
|
-
_this.
|
|
85520
|
-
_this.
|
|
85521
|
-
_this.
|
|
85522
|
-
_this.
|
|
85523
|
-
_this.
|
|
85524
|
-
_this.
|
|
85525
|
-
_this.
|
|
85526
|
-
_this.
|
|
85527
|
-
_this.
|
|
85528
|
-
_this.
|
|
85529
|
-
_this.
|
|
85530
|
-
_this.
|
|
85531
|
-
_this.
|
|
85532
|
-
_this.
|
|
85533
|
-
_this.
|
|
85534
|
-
_this.
|
|
85535
|
-
_this.
|
|
85536
|
-
_this.
|
|
85536
|
+
_this.dd = null;
|
|
85537
|
+
_this.h1 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
85538
|
+
_this.h2 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
85539
|
+
_this.co = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
85540
|
+
_this.io = XInputGroup.m.ai(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
85541
|
+
_this.gy = XInputGroup.m.y(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
85542
|
+
_this.h3 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
85543
|
+
_this.cp = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
85544
|
+
_this.h4 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
85545
|
+
_this.cq = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
85546
|
+
_this.cr = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
85547
|
+
_this.h5 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
85548
|
+
_this.cs = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
85549
|
+
_this.ct = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
85550
|
+
_this.h6 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
85551
|
+
_this.cu = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
85552
|
+
_this.h7 = XInputGroup.m.ad(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
85553
|
+
_this.cv = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
85554
|
+
_this.cw = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
85555
|
+
_this.cx = XInputGroup.m.i(MultiColumnComboBox.ag, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
85537
85556
|
_this.a5 = null;
|
|
85538
85557
|
_this.a0 = null;
|
|
85539
85558
|
_this.v = null;
|
|
85540
85559
|
_this.a8 = false;
|
|
85541
|
-
_this.
|
|
85560
|
+
_this.bc = true;
|
|
85542
85561
|
_this.c = null;
|
|
85543
85562
|
_this.m = ColumnWidth.a;
|
|
85544
|
-
_this.
|
|
85545
|
-
_this.
|
|
85563
|
+
_this.ha = null;
|
|
85564
|
+
_this.gz = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
85546
85565
|
_this.af = 0;
|
|
85547
85566
|
_this.ae = 1;
|
|
85548
|
-
_this.
|
|
85549
|
-
_this.
|
|
85550
|
-
_this.
|
|
85551
|
-
_this.
|
|
85552
|
-
_this.
|
|
85553
|
-
_this.
|
|
85554
|
-
_this.
|
|
85555
|
-
_this.
|
|
85556
|
-
_this.
|
|
85567
|
+
_this.hb = null;
|
|
85568
|
+
_this.g0 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
85569
|
+
_this.b2 = NaN;
|
|
85570
|
+
_this.bs = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
85571
|
+
_this.bh = true;
|
|
85572
|
+
_this.ik = new Thickness(1, NaN, NaN, NaN, NaN);
|
|
85573
|
+
_this.ij = ThemeResolver.ak(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
85574
|
+
_this.gv = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
85575
|
+
_this.gu = ThemeResolver.aa(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
85557
85576
|
_this.b = null;
|
|
85558
85577
|
_this.al = 0;
|
|
85559
85578
|
_this.ak = 0;
|
|
85560
|
-
_this.
|
|
85561
|
-
_this.
|
|
85562
|
-
_this.
|
|
85563
|
-
_this.
|
|
85564
|
-
_this.
|
|
85565
|
-
_this.
|
|
85566
|
-
_this.
|
|
85567
|
-
_this.
|
|
85568
|
-
_this.
|
|
85569
|
-
_this.
|
|
85570
|
-
_this.
|
|
85571
|
-
_this.
|
|
85572
|
-
_this.
|
|
85573
|
-
_this.
|
|
85574
|
-
_this.
|
|
85575
|
-
_this.
|
|
85576
|
-
_this.
|
|
85577
|
-
_this.
|
|
85578
|
-
_this.
|
|
85579
|
-
_this.
|
|
85580
|
-
_this.
|
|
85579
|
+
_this.bk = true;
|
|
85580
|
+
_this.hc = null;
|
|
85581
|
+
_this.g1 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
85582
|
+
_this.b3 = NaN;
|
|
85583
|
+
_this.bt = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
85584
|
+
_this.hd = null;
|
|
85585
|
+
_this.g2 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
85586
|
+
_this.b4 = NaN;
|
|
85587
|
+
_this.bu = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
85588
|
+
_this.b5 = NaN;
|
|
85589
|
+
_this.bv = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
85590
|
+
_this.he = null;
|
|
85591
|
+
_this.g3 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
85592
|
+
_this.b6 = NaN;
|
|
85593
|
+
_this.bw = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
85594
|
+
_this.b7 = NaN;
|
|
85595
|
+
_this.bx = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
85596
|
+
_this.c7 = null;
|
|
85597
|
+
_this.fd = null;
|
|
85598
|
+
_this.hf = null;
|
|
85599
|
+
_this.g4 = MultiColumnComboBox.hy;
|
|
85581
85600
|
_this.as = null;
|
|
85582
85601
|
_this.ap = null;
|
|
85583
|
-
_this.
|
|
85584
|
-
_this.
|
|
85585
|
-
_this.
|
|
85586
|
-
_this.
|
|
85587
|
-
_this.
|
|
85588
|
-
_this.
|
|
85589
|
-
_this.
|
|
85602
|
+
_this.be = false;
|
|
85603
|
+
_this.fg = null;
|
|
85604
|
+
_this.d1 = "No Matches Found";
|
|
85605
|
+
_this.hg = null;
|
|
85606
|
+
_this.g5 = MultiColumnComboBox.hz;
|
|
85607
|
+
_this.hh = null;
|
|
85608
|
+
_this.g6 = MultiColumnComboBox.h0;
|
|
85590
85609
|
_this.at = null;
|
|
85591
85610
|
_this.aq = null;
|
|
85592
|
-
_this.
|
|
85593
|
-
_this.
|
|
85594
|
-
_this.
|
|
85595
|
-
_this.
|
|
85611
|
+
_this.fo = "";
|
|
85612
|
+
_this.bb = true;
|
|
85613
|
+
_this.hi = MultiColumnComboBox.h8;
|
|
85614
|
+
_this.g7 = MultiColumnComboBox.h8;
|
|
85596
85615
|
_this.au = null;
|
|
85597
85616
|
_this.ar = null;
|
|
85598
|
-
_this.
|
|
85599
|
-
_this.
|
|
85600
|
-
_this.
|
|
85601
|
-
_this.
|
|
85602
|
-
_this.
|
|
85603
|
-
_this.
|
|
85604
|
-
_this.
|
|
85605
|
-
_this.
|
|
85606
|
-
_this.
|
|
85607
|
-
_this.
|
|
85608
|
-
_this.
|
|
85609
|
-
_this.
|
|
85617
|
+
_this.hj = null;
|
|
85618
|
+
_this.g8 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
85619
|
+
_this.b8 = NaN;
|
|
85620
|
+
_this.by = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
85621
|
+
_this.hk = null;
|
|
85622
|
+
_this.g9 = ThemeResolver.af(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
85623
|
+
_this.b9 = NaN;
|
|
85624
|
+
_this.bz = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
85625
|
+
_this.ca = NaN;
|
|
85626
|
+
_this.b0 = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
85627
|
+
_this.cb = NaN;
|
|
85628
|
+
_this.b1 = ThemeResolver.k(MultiColumnComboBox.ag, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
|
|
85610
85629
|
_this.a7 = true;
|
|
85611
85630
|
_this.w = 0;
|
|
85612
|
-
_this.
|
|
85613
|
-
_this.
|
|
85631
|
+
_this.dg = null;
|
|
85632
|
+
_this.df = null;
|
|
85614
85633
|
_this.d = null;
|
|
85615
85634
|
_this.a = null;
|
|
85616
|
-
_this.
|
|
85635
|
+
_this.c8 = null;
|
|
85617
85636
|
_this.aa = 0;
|
|
85618
|
-
_this.
|
|
85637
|
+
_this.bm = false;
|
|
85638
|
+
_this.a9 = false;
|
|
85639
|
+
_this.ba = false;
|
|
85640
|
+
_this.bd = false;
|
|
85619
85641
|
_this.gotFocus = null;
|
|
85620
85642
|
_this.lostFocus = null;
|
|
85621
85643
|
_this.textValueChanged = null;
|
|
@@ -85645,88 +85667,88 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85645
85667
|
MultiColumnComboBox.prototype.u = function () {
|
|
85646
85668
|
return new MultiColumnComboBoxView();
|
|
85647
85669
|
};
|
|
85648
|
-
MultiColumnComboBox.prototype.
|
|
85670
|
+
MultiColumnComboBox.prototype.gm = function (a, b, c) {
|
|
85649
85671
|
switch (a) {
|
|
85650
85672
|
case "BackgroundColor":
|
|
85651
|
-
this.
|
|
85673
|
+
this.hl = this.hw != null ? this.hw : this.h1;
|
|
85652
85674
|
break;
|
|
85653
85675
|
case "BorderColor":
|
|
85654
|
-
this.
|
|
85676
|
+
this.hm = this.hx != null ? this.hx : this.h2;
|
|
85655
85677
|
break;
|
|
85656
85678
|
case "BorderWidth":
|
|
85657
|
-
this.
|
|
85679
|
+
this.cc = !isNaN_(this.cm) ? this.cm : this.co;
|
|
85658
85680
|
break;
|
|
85659
85681
|
case "ContentPadding":
|
|
85660
|
-
this.
|
|
85682
|
+
this.il = XInputGroup.oh(this.im, this.io);
|
|
85661
85683
|
break;
|
|
85662
85684
|
case "CornerRadius":
|
|
85663
|
-
this.
|
|
85685
|
+
this.gw = XInputGroup.kr(this.gx, this.gy);
|
|
85664
85686
|
break;
|
|
85665
85687
|
case "FocusBorderColor":
|
|
85666
|
-
this.
|
|
85688
|
+
this.hn = this.h9 != null ? this.h9 : this.h3;
|
|
85667
85689
|
break;
|
|
85668
85690
|
case "FocusBorderWidth":
|
|
85669
|
-
this.
|
|
85691
|
+
this.cd = !isNaN_(this.cy) ? this.cy : this.cp;
|
|
85670
85692
|
break;
|
|
85671
85693
|
case "FocusUnderlineColor":
|
|
85672
|
-
this.
|
|
85694
|
+
this.ho = this.ia != null ? this.ia : this.h4;
|
|
85673
85695
|
break;
|
|
85674
85696
|
case "FocusUnderlineOpacity":
|
|
85675
|
-
this.
|
|
85697
|
+
this.ce = !isNaN_(this.cz) ? this.cz : this.cq;
|
|
85676
85698
|
break;
|
|
85677
85699
|
case "FocusUnderlineRippleOpacity":
|
|
85678
|
-
this.
|
|
85700
|
+
this.cf = !isNaN_(this.c0) ? this.c0 : this.cr;
|
|
85679
85701
|
break;
|
|
85680
85702
|
case "HoverUnderlineColor":
|
|
85681
|
-
this.
|
|
85703
|
+
this.hp = this.ib != null ? this.ib : this.h5;
|
|
85682
85704
|
break;
|
|
85683
85705
|
case "HoverUnderlineOpacity":
|
|
85684
|
-
this.
|
|
85706
|
+
this.cg = !isNaN_(this.c1) ? this.c1 : this.cs;
|
|
85685
85707
|
break;
|
|
85686
85708
|
case "HoverUnderlineWidth":
|
|
85687
|
-
this.
|
|
85709
|
+
this.ch = !isNaN_(this.c2) ? this.c2 : this.ct;
|
|
85688
85710
|
break;
|
|
85689
85711
|
case "ItemsSource":
|
|
85690
85712
|
case "ValueField":
|
|
85691
85713
|
case "DataSourceDesiredProperties":
|
|
85692
85714
|
case "Fields":
|
|
85693
|
-
this.v.
|
|
85715
|
+
this.v.cz();
|
|
85694
85716
|
break;
|
|
85695
85717
|
case "DefaultColumnWidth":
|
|
85696
85718
|
this.v.cn(this.defaultColumnWidth);
|
|
85697
85719
|
break;
|
|
85698
85720
|
case "LabelTextColor":
|
|
85699
|
-
this.
|
|
85721
|
+
this.hq = this.ic != null ? this.ic : MultiColumnComboBox.hy;
|
|
85700
85722
|
break;
|
|
85701
85723
|
case "LabelTextStyle":
|
|
85702
85724
|
this.av = this.a2 != null ? this.a2 : MultiColumnComboBox.ay;
|
|
85703
85725
|
break;
|
|
85704
85726
|
case "NoMatchesFoundLabelTextColor":
|
|
85705
|
-
this.
|
|
85727
|
+
this.hs = this.ie != null ? this.ie : MultiColumnComboBox.h0;
|
|
85706
85728
|
break;
|
|
85707
85729
|
case "NoMatchesFoundLabelBackgroundColor":
|
|
85708
|
-
this.
|
|
85730
|
+
this.hr = this.id != null ? this.id : MultiColumnComboBox.hz;
|
|
85709
85731
|
break;
|
|
85710
85732
|
case "NoMatchesFoundLabelTextStyle":
|
|
85711
85733
|
this.aw = this.a3 != null ? this.a3 : MultiColumnComboBox.az;
|
|
85712
85734
|
break;
|
|
85713
85735
|
case "UnderlineColor":
|
|
85714
|
-
this.
|
|
85736
|
+
this.hu = this.ih != null ? this.ih : this.h6;
|
|
85715
85737
|
break;
|
|
85716
85738
|
case "UnderlineOpacity":
|
|
85717
|
-
this.
|
|
85739
|
+
this.ci = !isNaN_(this.c3) ? this.c3 : this.cu;
|
|
85718
85740
|
break;
|
|
85719
85741
|
case "UnderlineRippleColor":
|
|
85720
|
-
this.
|
|
85742
|
+
this.hv = this.ii != null ? this.ii : this.h7;
|
|
85721
85743
|
break;
|
|
85722
85744
|
case "UnderlineRippleOpacity":
|
|
85723
|
-
this.
|
|
85745
|
+
this.cj = !isNaN_(this.c4) ? this.c4 : this.cv;
|
|
85724
85746
|
break;
|
|
85725
85747
|
case "UnderlineRippleWidth":
|
|
85726
|
-
this.
|
|
85748
|
+
this.ck = !isNaN_(this.c5) ? this.c5 : this.cw;
|
|
85727
85749
|
break;
|
|
85728
85750
|
case "UnderlineWidth":
|
|
85729
|
-
this.
|
|
85751
|
+
this.cl = !isNaN_(this.c6) ? this.c6 : this.cx;
|
|
85730
85752
|
break;
|
|
85731
85753
|
case "BaseTheme":
|
|
85732
85754
|
this.ah = this.ai == 0 ? 1 : this.ai;
|
|
@@ -85735,7 +85757,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85735
85757
|
this.am = this.density == 0 ? 0 : this.density;
|
|
85736
85758
|
break;
|
|
85737
85759
|
case "TextColor":
|
|
85738
|
-
this.
|
|
85760
|
+
this.ht = this.ig != null ? this.ig : MultiColumnComboBox.h8;
|
|
85739
85761
|
break;
|
|
85740
85762
|
case "TextStyle":
|
|
85741
85763
|
this.ax = this.a4 != null ? this.a4 : null;
|
|
@@ -85772,47 +85794,53 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85772
85794
|
case "ActualNoMatchesFoundLabel":
|
|
85773
85795
|
case "ActualNoMatchesFoundLabelTextColor":
|
|
85774
85796
|
case "ActualNoMatchesFoundLabelTextStyle":
|
|
85775
|
-
case MultiColumnComboBox.
|
|
85797
|
+
case MultiColumnComboBox.d3:
|
|
85776
85798
|
this.v.cm();
|
|
85777
85799
|
break;
|
|
85778
85800
|
case "NoMatchesFoundLabel":
|
|
85779
|
-
this.actualNoMatchesFoundLabel = stringIsNullOrEmpty(this.
|
|
85801
|
+
this.actualNoMatchesFoundLabel = stringIsNullOrEmpty(this.fh) ? "No Matches Found" : this.fh;
|
|
85780
85802
|
break;
|
|
85781
85803
|
case "ActualLabelVisible":
|
|
85782
|
-
this.v.
|
|
85804
|
+
this.v.c0();
|
|
85783
85805
|
break;
|
|
85784
85806
|
case "Label":
|
|
85785
85807
|
case "PlaceholderText":
|
|
85786
85808
|
this.v.cm();
|
|
85787
|
-
this.actualLabelVisible = !stringIsNullOrEmpty(this.
|
|
85809
|
+
this.actualLabelVisible = !stringIsNullOrEmpty(this.fd);
|
|
85788
85810
|
break;
|
|
85789
85811
|
case "Text":
|
|
85790
|
-
this.v.
|
|
85812
|
+
this.v.cu();
|
|
85791
85813
|
var d = b != null ? b.toString() : null;
|
|
85792
85814
|
var e = c != null ? c.toString() : null;
|
|
85793
|
-
this.
|
|
85794
|
-
this.
|
|
85815
|
+
this.gk(new MultiColumnComboBoxTextChangedEventArgs(d, e));
|
|
85816
|
+
this.gl(1, e);
|
|
85795
85817
|
break;
|
|
85796
85818
|
case "Value":
|
|
85797
|
-
this.
|
|
85798
|
-
this.
|
|
85819
|
+
this.gj(new MultiColumnComboBoxValueChangedEventArgs(b, c));
|
|
85820
|
+
this.gl(0, c);
|
|
85799
85821
|
break;
|
|
85800
85822
|
case "ShowClearButton":
|
|
85801
85823
|
this.v.cj();
|
|
85802
85824
|
break;
|
|
85803
85825
|
case "AllowFilter":
|
|
85804
|
-
this.v.a5(this.
|
|
85826
|
+
this.v.a5(this.bg);
|
|
85805
85827
|
break;
|
|
85806
85828
|
case "SortMode":
|
|
85807
|
-
this.v.
|
|
85829
|
+
this.v.cr();
|
|
85808
85830
|
break;
|
|
85809
85831
|
case "DisallowTabFocus":
|
|
85832
|
+
this.v.cq();
|
|
85833
|
+
break;
|
|
85834
|
+
case "IsFixed":
|
|
85810
85835
|
this.v.cp();
|
|
85811
85836
|
break;
|
|
85837
|
+
case "UseTopLayer":
|
|
85838
|
+
this.v.cs();
|
|
85839
|
+
break;
|
|
85812
85840
|
}
|
|
85813
85841
|
};
|
|
85814
|
-
MultiColumnComboBox.prototype.
|
|
85815
|
-
this.v.
|
|
85842
|
+
MultiColumnComboBox.prototype.gt = function () {
|
|
85843
|
+
this.v.c2();
|
|
85816
85844
|
};
|
|
85817
85845
|
Object.defineProperty(MultiColumnComboBox.prototype, "a1", {
|
|
85818
85846
|
get: function () {
|
|
@@ -85840,21 +85868,21 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85840
85868
|
var b = this.a8;
|
|
85841
85869
|
this.a8 = a;
|
|
85842
85870
|
if (b != this.a8) {
|
|
85843
|
-
this.
|
|
85871
|
+
this.gh("DisallowTabFocus", b, this.a8);
|
|
85844
85872
|
}
|
|
85845
85873
|
},
|
|
85846
85874
|
enumerable: false,
|
|
85847
85875
|
configurable: true
|
|
85848
85876
|
});
|
|
85849
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
85877
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "bq", {
|
|
85850
85878
|
get: function () {
|
|
85851
|
-
return this.
|
|
85879
|
+
return this.bc;
|
|
85852
85880
|
},
|
|
85853
85881
|
set: function (a) {
|
|
85854
|
-
var b = this.
|
|
85855
|
-
this.
|
|
85856
|
-
if (b != this.
|
|
85857
|
-
this.
|
|
85882
|
+
var b = this.bc;
|
|
85883
|
+
this.bc = a;
|
|
85884
|
+
if (b != this.bc) {
|
|
85885
|
+
this.gh("ShowClearButton", b, this.bc);
|
|
85858
85886
|
}
|
|
85859
85887
|
},
|
|
85860
85888
|
enumerable: false,
|
|
@@ -85868,7 +85896,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85868
85896
|
var b = this.c;
|
|
85869
85897
|
this.c = a;
|
|
85870
85898
|
if (b != this.c) {
|
|
85871
|
-
this.
|
|
85899
|
+
this.gh("Fields", b, this.c);
|
|
85872
85900
|
}
|
|
85873
85901
|
},
|
|
85874
85902
|
enumerable: false,
|
|
@@ -85882,35 +85910,35 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85882
85910
|
var b = this.m;
|
|
85883
85911
|
this.m = a;
|
|
85884
85912
|
if (b != this.m) {
|
|
85885
|
-
this.
|
|
85913
|
+
this.gh("DefaultColumnWidth", b, this.m);
|
|
85886
85914
|
}
|
|
85887
85915
|
},
|
|
85888
85916
|
enumerable: false,
|
|
85889
85917
|
configurable: true
|
|
85890
85918
|
});
|
|
85891
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
85919
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hw", {
|
|
85892
85920
|
get: function () {
|
|
85893
|
-
return this.
|
|
85921
|
+
return this.ha;
|
|
85894
85922
|
},
|
|
85895
85923
|
set: function (a) {
|
|
85896
|
-
var b = this.
|
|
85897
|
-
this.
|
|
85898
|
-
if (b != this.
|
|
85899
|
-
this.
|
|
85924
|
+
var b = this.ha;
|
|
85925
|
+
this.ha = a;
|
|
85926
|
+
if (b != this.ha) {
|
|
85927
|
+
this.gh("BackgroundColor", b, a);
|
|
85900
85928
|
}
|
|
85901
85929
|
},
|
|
85902
85930
|
enumerable: false,
|
|
85903
85931
|
configurable: true
|
|
85904
85932
|
});
|
|
85905
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
85933
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hl", {
|
|
85906
85934
|
get: function () {
|
|
85907
|
-
return this.
|
|
85935
|
+
return this.gz;
|
|
85908
85936
|
},
|
|
85909
85937
|
set: function (a) {
|
|
85910
|
-
var b = this.
|
|
85911
|
-
this.
|
|
85912
|
-
if (b != this.
|
|
85913
|
-
this.
|
|
85938
|
+
var b = this.gz;
|
|
85939
|
+
this.gz = a;
|
|
85940
|
+
if (b != this.gz) {
|
|
85941
|
+
this.gh("ActualBackgroundColor", b, a);
|
|
85914
85942
|
}
|
|
85915
85943
|
},
|
|
85916
85944
|
enumerable: false,
|
|
@@ -85924,7 +85952,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85924
85952
|
var b = this.af;
|
|
85925
85953
|
this.af = a;
|
|
85926
85954
|
if (b != this.af) {
|
|
85927
|
-
this.
|
|
85955
|
+
this.gh("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
85928
85956
|
}
|
|
85929
85957
|
},
|
|
85930
85958
|
enumerable: false,
|
|
@@ -85938,63 +85966,63 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85938
85966
|
var b = this.ae;
|
|
85939
85967
|
this.ae = a;
|
|
85940
85968
|
if (b != this.ae) {
|
|
85941
|
-
this.
|
|
85969
|
+
this.gh("ActualBaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
85942
85970
|
}
|
|
85943
85971
|
},
|
|
85944
85972
|
enumerable: false,
|
|
85945
85973
|
configurable: true
|
|
85946
85974
|
});
|
|
85947
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
85975
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hx", {
|
|
85948
85976
|
get: function () {
|
|
85949
|
-
return this.
|
|
85977
|
+
return this.hb;
|
|
85950
85978
|
},
|
|
85951
85979
|
set: function (a) {
|
|
85952
|
-
var b = this.
|
|
85953
|
-
this.
|
|
85954
|
-
if (b != this.
|
|
85955
|
-
this.
|
|
85980
|
+
var b = this.hb;
|
|
85981
|
+
this.hb = a;
|
|
85982
|
+
if (b != this.hb) {
|
|
85983
|
+
this.gh("BorderColor", b, a);
|
|
85956
85984
|
}
|
|
85957
85985
|
},
|
|
85958
85986
|
enumerable: false,
|
|
85959
85987
|
configurable: true
|
|
85960
85988
|
});
|
|
85961
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
85989
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hm", {
|
|
85962
85990
|
get: function () {
|
|
85963
|
-
return this.
|
|
85991
|
+
return this.g0;
|
|
85964
85992
|
},
|
|
85965
85993
|
set: function (a) {
|
|
85966
|
-
var b = this.
|
|
85967
|
-
this.
|
|
85968
|
-
if (b != this.
|
|
85969
|
-
this.
|
|
85994
|
+
var b = this.g0;
|
|
85995
|
+
this.g0 = a;
|
|
85996
|
+
if (b != this.g0) {
|
|
85997
|
+
this.gh("ActualBorderColor", b, a);
|
|
85970
85998
|
}
|
|
85971
85999
|
},
|
|
85972
86000
|
enumerable: false,
|
|
85973
86001
|
configurable: true
|
|
85974
86002
|
});
|
|
85975
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86003
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cm", {
|
|
85976
86004
|
get: function () {
|
|
85977
|
-
return this.
|
|
86005
|
+
return this.b2;
|
|
85978
86006
|
},
|
|
85979
86007
|
set: function (a) {
|
|
85980
|
-
var b = this.
|
|
85981
|
-
this.
|
|
85982
|
-
if (b != this.
|
|
85983
|
-
this.
|
|
86008
|
+
var b = this.b2;
|
|
86009
|
+
this.b2 = a;
|
|
86010
|
+
if (b != this.b2) {
|
|
86011
|
+
this.gh("BorderWidth", b, a);
|
|
85984
86012
|
}
|
|
85985
86013
|
},
|
|
85986
86014
|
enumerable: false,
|
|
85987
86015
|
configurable: true
|
|
85988
86016
|
});
|
|
85989
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86017
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cc", {
|
|
85990
86018
|
get: function () {
|
|
85991
|
-
return this.
|
|
86019
|
+
return this.bs;
|
|
85992
86020
|
},
|
|
85993
86021
|
set: function (a) {
|
|
85994
|
-
var b = this.
|
|
85995
|
-
this.
|
|
85996
|
-
if (b != this.
|
|
85997
|
-
this.
|
|
86022
|
+
var b = this.bs;
|
|
86023
|
+
this.bs = a;
|
|
86024
|
+
if (b != this.bs) {
|
|
86025
|
+
this.gh("ActualBorderWidth", b, a);
|
|
85998
86026
|
}
|
|
85999
86027
|
},
|
|
86000
86028
|
enumerable: false,
|
|
@@ -86002,69 +86030,69 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86002
86030
|
});
|
|
86003
86031
|
Object.defineProperty(MultiColumnComboBox.prototype, "columnHeadersVisible", {
|
|
86004
86032
|
get: function () {
|
|
86005
|
-
return this.
|
|
86033
|
+
return this.bh;
|
|
86006
86034
|
},
|
|
86007
86035
|
set: function (a) {
|
|
86008
|
-
var b = this.
|
|
86009
|
-
this.
|
|
86010
|
-
if (b != this.
|
|
86011
|
-
this.
|
|
86036
|
+
var b = this.bh;
|
|
86037
|
+
this.bh = a;
|
|
86038
|
+
if (b != this.bh) {
|
|
86039
|
+
this.gh("ColumnHeadersVisible", b, a);
|
|
86012
86040
|
}
|
|
86013
86041
|
},
|
|
86014
86042
|
enumerable: false,
|
|
86015
86043
|
configurable: true
|
|
86016
86044
|
});
|
|
86017
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86045
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "im", {
|
|
86018
86046
|
get: function () {
|
|
86019
|
-
return this.
|
|
86047
|
+
return this.ik;
|
|
86020
86048
|
},
|
|
86021
86049
|
set: function (a) {
|
|
86022
|
-
var b = this.
|
|
86023
|
-
this.
|
|
86024
|
-
if (b != this.
|
|
86025
|
-
this.
|
|
86050
|
+
var b = this.ik;
|
|
86051
|
+
this.ik = a;
|
|
86052
|
+
if (b != this.ik) {
|
|
86053
|
+
this.gh("ContentPadding", b, a);
|
|
86026
86054
|
}
|
|
86027
86055
|
},
|
|
86028
86056
|
enumerable: false,
|
|
86029
86057
|
configurable: true
|
|
86030
86058
|
});
|
|
86031
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86059
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "il", {
|
|
86032
86060
|
get: function () {
|
|
86033
|
-
return this.
|
|
86061
|
+
return this.ij;
|
|
86034
86062
|
},
|
|
86035
86063
|
set: function (a) {
|
|
86036
|
-
var b = this.
|
|
86037
|
-
this.
|
|
86038
|
-
if (b != this.
|
|
86039
|
-
this.
|
|
86064
|
+
var b = this.ij;
|
|
86065
|
+
this.ij = a;
|
|
86066
|
+
if (b != this.ij) {
|
|
86067
|
+
this.gh("ActualContentPadding", b, a);
|
|
86040
86068
|
}
|
|
86041
86069
|
},
|
|
86042
86070
|
enumerable: false,
|
|
86043
86071
|
configurable: true
|
|
86044
86072
|
});
|
|
86045
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86073
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "gx", {
|
|
86046
86074
|
get: function () {
|
|
86047
|
-
return this.
|
|
86075
|
+
return this.gv;
|
|
86048
86076
|
},
|
|
86049
86077
|
set: function (a) {
|
|
86050
|
-
var b = this.
|
|
86051
|
-
this.
|
|
86052
|
-
if (b != this.
|
|
86053
|
-
this.
|
|
86078
|
+
var b = this.gv;
|
|
86079
|
+
this.gv = a;
|
|
86080
|
+
if (b != this.gv) {
|
|
86081
|
+
this.gh("CornerRadius", b, a);
|
|
86054
86082
|
}
|
|
86055
86083
|
},
|
|
86056
86084
|
enumerable: false,
|
|
86057
86085
|
configurable: true
|
|
86058
86086
|
});
|
|
86059
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86087
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "gw", {
|
|
86060
86088
|
get: function () {
|
|
86061
|
-
return this.
|
|
86089
|
+
return this.gu;
|
|
86062
86090
|
},
|
|
86063
86091
|
set: function (a) {
|
|
86064
|
-
var b = this.
|
|
86065
|
-
this.
|
|
86066
|
-
if (b != this.
|
|
86067
|
-
this.
|
|
86092
|
+
var b = this.gu;
|
|
86093
|
+
this.gu = a;
|
|
86094
|
+
if (b != this.gu) {
|
|
86095
|
+
this.gh("ActualCornerRadius", b, a);
|
|
86068
86096
|
}
|
|
86069
86097
|
},
|
|
86070
86098
|
enumerable: false,
|
|
@@ -86078,7 +86106,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86078
86106
|
var b = this.b;
|
|
86079
86107
|
this.b = a;
|
|
86080
86108
|
if (b != this.b) {
|
|
86081
|
-
this.
|
|
86109
|
+
this.gh("DataSourceDesiredProperties", b, this.b);
|
|
86082
86110
|
}
|
|
86083
86111
|
},
|
|
86084
86112
|
enumerable: false,
|
|
@@ -86092,7 +86120,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86092
86120
|
var b = this.al;
|
|
86093
86121
|
this.al = a;
|
|
86094
86122
|
if (b != this.al) {
|
|
86095
|
-
this.
|
|
86123
|
+
this.gh("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
86096
86124
|
}
|
|
86097
86125
|
},
|
|
86098
86126
|
enumerable: false,
|
|
@@ -86106,7 +86134,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86106
86134
|
var b = this.ak;
|
|
86107
86135
|
this.ak = a;
|
|
86108
86136
|
if (b != this.ak) {
|
|
86109
|
-
this.
|
|
86137
|
+
this.gh("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
86110
86138
|
}
|
|
86111
86139
|
},
|
|
86112
86140
|
enumerable: false,
|
|
@@ -86114,237 +86142,237 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86114
86142
|
});
|
|
86115
86143
|
Object.defineProperty(MultiColumnComboBox.prototype, "dropDownButtonVisible", {
|
|
86116
86144
|
get: function () {
|
|
86117
|
-
return this.
|
|
86145
|
+
return this.bk;
|
|
86118
86146
|
},
|
|
86119
86147
|
set: function (a) {
|
|
86120
|
-
var b = this.
|
|
86121
|
-
this.
|
|
86122
|
-
if (b != this.
|
|
86123
|
-
this.
|
|
86148
|
+
var b = this.bk;
|
|
86149
|
+
this.bk = a;
|
|
86150
|
+
if (b != this.bk) {
|
|
86151
|
+
this.gh("DropDownButtonVisible", b, a);
|
|
86124
86152
|
}
|
|
86125
86153
|
},
|
|
86126
86154
|
enumerable: false,
|
|
86127
86155
|
configurable: true
|
|
86128
86156
|
});
|
|
86129
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86157
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "h9", {
|
|
86130
86158
|
get: function () {
|
|
86131
|
-
return this.
|
|
86159
|
+
return this.hc;
|
|
86132
86160
|
},
|
|
86133
86161
|
set: function (a) {
|
|
86134
|
-
var b = this.
|
|
86135
|
-
this.
|
|
86136
|
-
if (b != this.
|
|
86137
|
-
this.
|
|
86162
|
+
var b = this.hc;
|
|
86163
|
+
this.hc = a;
|
|
86164
|
+
if (b != this.hc) {
|
|
86165
|
+
this.gh("FocusBorderColor", b, a);
|
|
86138
86166
|
}
|
|
86139
86167
|
},
|
|
86140
86168
|
enumerable: false,
|
|
86141
86169
|
configurable: true
|
|
86142
86170
|
});
|
|
86143
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86171
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hn", {
|
|
86144
86172
|
get: function () {
|
|
86145
|
-
return this.
|
|
86173
|
+
return this.g1;
|
|
86146
86174
|
},
|
|
86147
86175
|
set: function (a) {
|
|
86148
|
-
var b = this.
|
|
86149
|
-
this.
|
|
86150
|
-
if (b != this.
|
|
86151
|
-
this.
|
|
86176
|
+
var b = this.g1;
|
|
86177
|
+
this.g1 = a;
|
|
86178
|
+
if (b != this.g1) {
|
|
86179
|
+
this.gh("ActualFocusBorderColor", b, a);
|
|
86152
86180
|
}
|
|
86153
86181
|
},
|
|
86154
86182
|
enumerable: false,
|
|
86155
86183
|
configurable: true
|
|
86156
86184
|
});
|
|
86157
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86185
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cy", {
|
|
86158
86186
|
get: function () {
|
|
86159
|
-
return this.
|
|
86187
|
+
return this.b3;
|
|
86160
86188
|
},
|
|
86161
86189
|
set: function (a) {
|
|
86162
|
-
var b = this.
|
|
86163
|
-
this.
|
|
86164
|
-
if (b != this.
|
|
86165
|
-
this.
|
|
86190
|
+
var b = this.b3;
|
|
86191
|
+
this.b3 = a;
|
|
86192
|
+
if (b != this.b3) {
|
|
86193
|
+
this.gh("FocusBorderWidth", b, a);
|
|
86166
86194
|
}
|
|
86167
86195
|
},
|
|
86168
86196
|
enumerable: false,
|
|
86169
86197
|
configurable: true
|
|
86170
86198
|
});
|
|
86171
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86199
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cd", {
|
|
86172
86200
|
get: function () {
|
|
86173
|
-
return this.
|
|
86201
|
+
return this.bt;
|
|
86174
86202
|
},
|
|
86175
86203
|
set: function (a) {
|
|
86176
|
-
var b = this.
|
|
86177
|
-
this.
|
|
86178
|
-
if (b != this.
|
|
86179
|
-
this.
|
|
86204
|
+
var b = this.bt;
|
|
86205
|
+
this.bt = a;
|
|
86206
|
+
if (b != this.bt) {
|
|
86207
|
+
this.gh("ActualFocusBorderWidth", b, a);
|
|
86180
86208
|
}
|
|
86181
86209
|
},
|
|
86182
86210
|
enumerable: false,
|
|
86183
86211
|
configurable: true
|
|
86184
86212
|
});
|
|
86185
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86213
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ia", {
|
|
86186
86214
|
get: function () {
|
|
86187
|
-
return this.
|
|
86215
|
+
return this.hd;
|
|
86188
86216
|
},
|
|
86189
86217
|
set: function (a) {
|
|
86190
|
-
var b = this.
|
|
86191
|
-
this.
|
|
86192
|
-
if (b != this.
|
|
86193
|
-
this.
|
|
86218
|
+
var b = this.hd;
|
|
86219
|
+
this.hd = a;
|
|
86220
|
+
if (b != this.hd) {
|
|
86221
|
+
this.gh("FocusUnderlineColor", b, a);
|
|
86194
86222
|
}
|
|
86195
86223
|
},
|
|
86196
86224
|
enumerable: false,
|
|
86197
86225
|
configurable: true
|
|
86198
86226
|
});
|
|
86199
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86227
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ho", {
|
|
86200
86228
|
get: function () {
|
|
86201
|
-
return this.
|
|
86229
|
+
return this.g2;
|
|
86202
86230
|
},
|
|
86203
86231
|
set: function (a) {
|
|
86204
|
-
var b = this.
|
|
86205
|
-
this.
|
|
86206
|
-
if (b != this.
|
|
86207
|
-
this.
|
|
86232
|
+
var b = this.g2;
|
|
86233
|
+
this.hd = a;
|
|
86234
|
+
if (b != this.g2) {
|
|
86235
|
+
this.gh("ActualFocusUnderlineColor", b, a);
|
|
86208
86236
|
}
|
|
86209
86237
|
},
|
|
86210
86238
|
enumerable: false,
|
|
86211
86239
|
configurable: true
|
|
86212
86240
|
});
|
|
86213
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86241
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cz", {
|
|
86214
86242
|
get: function () {
|
|
86215
|
-
return this.
|
|
86243
|
+
return this.b4;
|
|
86216
86244
|
},
|
|
86217
86245
|
set: function (a) {
|
|
86218
|
-
var b = this.
|
|
86219
|
-
this.
|
|
86220
|
-
if (b != this.
|
|
86221
|
-
this.
|
|
86246
|
+
var b = this.b4;
|
|
86247
|
+
this.b4 = a;
|
|
86248
|
+
if (b != this.b4) {
|
|
86249
|
+
this.gh("FocusUnderlineOpacity", b, a);
|
|
86222
86250
|
}
|
|
86223
86251
|
},
|
|
86224
86252
|
enumerable: false,
|
|
86225
86253
|
configurable: true
|
|
86226
86254
|
});
|
|
86227
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86255
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ce", {
|
|
86228
86256
|
get: function () {
|
|
86229
|
-
return this.
|
|
86257
|
+
return this.bu;
|
|
86230
86258
|
},
|
|
86231
86259
|
set: function (a) {
|
|
86232
|
-
var b = this.
|
|
86233
|
-
this.
|
|
86234
|
-
if (b != this.
|
|
86235
|
-
this.
|
|
86260
|
+
var b = this.bu;
|
|
86261
|
+
this.bu = a;
|
|
86262
|
+
if (b != this.bu) {
|
|
86263
|
+
this.gh("ActualFocusUnderlineOpacity", b, a);
|
|
86236
86264
|
}
|
|
86237
86265
|
},
|
|
86238
86266
|
enumerable: false,
|
|
86239
86267
|
configurable: true
|
|
86240
86268
|
});
|
|
86241
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86269
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c0", {
|
|
86242
86270
|
get: function () {
|
|
86243
|
-
return this.
|
|
86271
|
+
return this.b5;
|
|
86244
86272
|
},
|
|
86245
86273
|
set: function (a) {
|
|
86246
|
-
var b = this.
|
|
86247
|
-
this.
|
|
86248
|
-
if (b != this.
|
|
86249
|
-
this.
|
|
86274
|
+
var b = this.b5;
|
|
86275
|
+
this.b5 = a;
|
|
86276
|
+
if (b != this.b5) {
|
|
86277
|
+
this.gh("FocusUnderlineRippleOpacity", b, a);
|
|
86250
86278
|
}
|
|
86251
86279
|
},
|
|
86252
86280
|
enumerable: false,
|
|
86253
86281
|
configurable: true
|
|
86254
86282
|
});
|
|
86255
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86283
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cf", {
|
|
86256
86284
|
get: function () {
|
|
86257
|
-
return this.
|
|
86285
|
+
return this.bv;
|
|
86258
86286
|
},
|
|
86259
86287
|
set: function (a) {
|
|
86260
|
-
var b = this.
|
|
86261
|
-
this.
|
|
86262
|
-
if (b != this.
|
|
86263
|
-
this.
|
|
86288
|
+
var b = this.bv;
|
|
86289
|
+
this.bv = a;
|
|
86290
|
+
if (b != this.bv) {
|
|
86291
|
+
this.gh("ActualFocusUnderlineRippleOpacity", b, a);
|
|
86264
86292
|
}
|
|
86265
86293
|
},
|
|
86266
86294
|
enumerable: false,
|
|
86267
86295
|
configurable: true
|
|
86268
86296
|
});
|
|
86269
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86297
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ib", {
|
|
86270
86298
|
get: function () {
|
|
86271
|
-
return this.
|
|
86299
|
+
return this.he;
|
|
86272
86300
|
},
|
|
86273
86301
|
set: function (a) {
|
|
86274
|
-
var b = this.
|
|
86275
|
-
this.
|
|
86276
|
-
if (b != this.
|
|
86277
|
-
this.
|
|
86302
|
+
var b = this.he;
|
|
86303
|
+
this.he = a;
|
|
86304
|
+
if (b != this.he) {
|
|
86305
|
+
this.gh("HoverUnderlineColor", b, a);
|
|
86278
86306
|
}
|
|
86279
86307
|
},
|
|
86280
86308
|
enumerable: false,
|
|
86281
86309
|
configurable: true
|
|
86282
86310
|
});
|
|
86283
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86311
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hp", {
|
|
86284
86312
|
get: function () {
|
|
86285
|
-
return this.
|
|
86313
|
+
return this.g3;
|
|
86286
86314
|
},
|
|
86287
86315
|
set: function (a) {
|
|
86288
|
-
var b = this.
|
|
86289
|
-
this.
|
|
86290
|
-
if (b != this.
|
|
86291
|
-
this.
|
|
86316
|
+
var b = this.g3;
|
|
86317
|
+
this.g3 = a;
|
|
86318
|
+
if (b != this.g3) {
|
|
86319
|
+
this.gh("ActualHoverUnderlineColor", b, a);
|
|
86292
86320
|
}
|
|
86293
86321
|
},
|
|
86294
86322
|
enumerable: false,
|
|
86295
86323
|
configurable: true
|
|
86296
86324
|
});
|
|
86297
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86325
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c1", {
|
|
86298
86326
|
get: function () {
|
|
86299
|
-
return this.
|
|
86327
|
+
return this.b6;
|
|
86300
86328
|
},
|
|
86301
86329
|
set: function (a) {
|
|
86302
|
-
var b = this.
|
|
86303
|
-
this.
|
|
86304
|
-
if (b != this.
|
|
86305
|
-
this.
|
|
86330
|
+
var b = this.b6;
|
|
86331
|
+
this.b6 = a;
|
|
86332
|
+
if (b != this.b6) {
|
|
86333
|
+
this.gh("HoverUnderlineOpacity", b, a);
|
|
86306
86334
|
}
|
|
86307
86335
|
},
|
|
86308
86336
|
enumerable: false,
|
|
86309
86337
|
configurable: true
|
|
86310
86338
|
});
|
|
86311
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86339
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cg", {
|
|
86312
86340
|
get: function () {
|
|
86313
|
-
return this.
|
|
86341
|
+
return this.bw;
|
|
86314
86342
|
},
|
|
86315
86343
|
set: function (a) {
|
|
86316
|
-
var b = this.
|
|
86317
|
-
this.
|
|
86318
|
-
if (b != this.
|
|
86319
|
-
this.
|
|
86344
|
+
var b = this.bw;
|
|
86345
|
+
this.bw = a;
|
|
86346
|
+
if (b != this.bw) {
|
|
86347
|
+
this.gh("ActualHoverUnderlineOpacity", b, a);
|
|
86320
86348
|
}
|
|
86321
86349
|
},
|
|
86322
86350
|
enumerable: false,
|
|
86323
86351
|
configurable: true
|
|
86324
86352
|
});
|
|
86325
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86353
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c2", {
|
|
86326
86354
|
get: function () {
|
|
86327
|
-
return this.
|
|
86355
|
+
return this.b7;
|
|
86328
86356
|
},
|
|
86329
86357
|
set: function (a) {
|
|
86330
|
-
var b = this.
|
|
86331
|
-
this.
|
|
86332
|
-
if (b != this.
|
|
86333
|
-
this.
|
|
86358
|
+
var b = this.b7;
|
|
86359
|
+
this.b7 = a;
|
|
86360
|
+
if (b != this.b7) {
|
|
86361
|
+
this.gh("HoverUnderlineWidth", b, a);
|
|
86334
86362
|
}
|
|
86335
86363
|
},
|
|
86336
86364
|
enumerable: false,
|
|
86337
86365
|
configurable: true
|
|
86338
86366
|
});
|
|
86339
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86367
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ch", {
|
|
86340
86368
|
get: function () {
|
|
86341
|
-
return this.
|
|
86369
|
+
return this.bx;
|
|
86342
86370
|
},
|
|
86343
86371
|
set: function (a) {
|
|
86344
|
-
var b = this.
|
|
86345
|
-
this.
|
|
86346
|
-
if (b != this.
|
|
86347
|
-
this.
|
|
86372
|
+
var b = this.bx;
|
|
86373
|
+
this.bx = a;
|
|
86374
|
+
if (b != this.bx) {
|
|
86375
|
+
this.gh("ActualHoverUnderlineWidth", b, a);
|
|
86348
86376
|
}
|
|
86349
86377
|
},
|
|
86350
86378
|
enumerable: false,
|
|
@@ -86352,13 +86380,13 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86352
86380
|
});
|
|
86353
86381
|
Object.defineProperty(MultiColumnComboBox.prototype, "itemsSource", {
|
|
86354
86382
|
get: function () {
|
|
86355
|
-
return this.
|
|
86383
|
+
return this.c7;
|
|
86356
86384
|
},
|
|
86357
86385
|
set: function (a) {
|
|
86358
|
-
var b = this.
|
|
86359
|
-
this.
|
|
86360
|
-
if (b != this.
|
|
86361
|
-
this.
|
|
86386
|
+
var b = this.c7;
|
|
86387
|
+
this.c7 = a;
|
|
86388
|
+
if (b != this.c7) {
|
|
86389
|
+
this.gh("ItemsSource", b, this.c7);
|
|
86362
86390
|
}
|
|
86363
86391
|
},
|
|
86364
86392
|
enumerable: false,
|
|
@@ -86371,44 +86399,44 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86371
86399
|
enumerable: false,
|
|
86372
86400
|
configurable: true
|
|
86373
86401
|
});
|
|
86374
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86402
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "fb", {
|
|
86375
86403
|
get: function () {
|
|
86376
|
-
return this.
|
|
86404
|
+
return this.fd;
|
|
86377
86405
|
},
|
|
86378
86406
|
set: function (a) {
|
|
86379
|
-
var b = this.
|
|
86407
|
+
var b = this.fb;
|
|
86380
86408
|
if (0 == StringComparer.b.compare(a, b)) {
|
|
86381
86409
|
return;
|
|
86382
86410
|
}
|
|
86383
|
-
this.
|
|
86384
|
-
this.
|
|
86411
|
+
this.fd = a;
|
|
86412
|
+
this.gh("Label", b, this.fd);
|
|
86385
86413
|
},
|
|
86386
86414
|
enumerable: false,
|
|
86387
86415
|
configurable: true
|
|
86388
86416
|
});
|
|
86389
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86417
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ic", {
|
|
86390
86418
|
get: function () {
|
|
86391
|
-
return this.
|
|
86419
|
+
return this.hf;
|
|
86392
86420
|
},
|
|
86393
86421
|
set: function (a) {
|
|
86394
|
-
var b = this.
|
|
86395
|
-
this.
|
|
86396
|
-
if (b != this.
|
|
86397
|
-
this.
|
|
86422
|
+
var b = this.hf;
|
|
86423
|
+
this.hf = a;
|
|
86424
|
+
if (b != this.hf) {
|
|
86425
|
+
this.gh("LabelTextColor", b, a);
|
|
86398
86426
|
}
|
|
86399
86427
|
},
|
|
86400
86428
|
enumerable: false,
|
|
86401
86429
|
configurable: true
|
|
86402
86430
|
});
|
|
86403
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86431
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hq", {
|
|
86404
86432
|
get: function () {
|
|
86405
|
-
return this.
|
|
86433
|
+
return this.g4;
|
|
86406
86434
|
},
|
|
86407
86435
|
set: function (a) {
|
|
86408
|
-
var b = this.
|
|
86409
|
-
this.
|
|
86410
|
-
if (b != this.
|
|
86411
|
-
this.
|
|
86436
|
+
var b = this.g4;
|
|
86437
|
+
this.g4 = a;
|
|
86438
|
+
if (b != this.g4) {
|
|
86439
|
+
this.gh("ActualLabelTextColor", b, a);
|
|
86412
86440
|
}
|
|
86413
86441
|
},
|
|
86414
86442
|
enumerable: false,
|
|
@@ -86422,7 +86450,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86422
86450
|
var b = this.as;
|
|
86423
86451
|
this.as = a;
|
|
86424
86452
|
if (b != this.as) {
|
|
86425
|
-
this.
|
|
86453
|
+
this.gh("LabelTextStyle", b, this.as);
|
|
86426
86454
|
}
|
|
86427
86455
|
},
|
|
86428
86456
|
enumerable: false,
|
|
@@ -86436,7 +86464,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86436
86464
|
var b = this.ap;
|
|
86437
86465
|
this.ap = a;
|
|
86438
86466
|
if (this.ap != b) {
|
|
86439
|
-
this.
|
|
86467
|
+
this.gh("ActualLabelTextStyle", b, this.ap);
|
|
86440
86468
|
}
|
|
86441
86469
|
},
|
|
86442
86470
|
enumerable: false,
|
|
@@ -86444,98 +86472,98 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86444
86472
|
});
|
|
86445
86473
|
Object.defineProperty(MultiColumnComboBox.prototype, "actualLabelVisible", {
|
|
86446
86474
|
get: function () {
|
|
86447
|
-
return this.
|
|
86475
|
+
return this.be;
|
|
86448
86476
|
},
|
|
86449
86477
|
set: function (a) {
|
|
86450
|
-
var b = this.
|
|
86451
|
-
this.
|
|
86452
|
-
if (b != this.
|
|
86453
|
-
this.
|
|
86478
|
+
var b = this.be;
|
|
86479
|
+
this.be = a;
|
|
86480
|
+
if (b != this.be) {
|
|
86481
|
+
this.gh("ActualLabelVisible", b, a);
|
|
86454
86482
|
}
|
|
86455
86483
|
},
|
|
86456
86484
|
enumerable: false,
|
|
86457
86485
|
configurable: true
|
|
86458
86486
|
});
|
|
86459
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86487
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "fh", {
|
|
86460
86488
|
get: function () {
|
|
86461
|
-
return this.
|
|
86489
|
+
return this.fg;
|
|
86462
86490
|
},
|
|
86463
86491
|
set: function (a) {
|
|
86464
|
-
var b = this.
|
|
86492
|
+
var b = this.fg;
|
|
86465
86493
|
if (0 == StringComparer.b.compare(a, b)) {
|
|
86466
86494
|
return;
|
|
86467
86495
|
}
|
|
86468
|
-
this.
|
|
86469
|
-
this.
|
|
86496
|
+
this.fg = a;
|
|
86497
|
+
this.gh("NoMatchesFoundLabel", b, this.fg);
|
|
86470
86498
|
},
|
|
86471
86499
|
enumerable: false,
|
|
86472
86500
|
configurable: true
|
|
86473
86501
|
});
|
|
86474
86502
|
Object.defineProperty(MultiColumnComboBox.prototype, "actualNoMatchesFoundLabel", {
|
|
86475
86503
|
get: function () {
|
|
86476
|
-
return this.
|
|
86504
|
+
return this.d1;
|
|
86477
86505
|
},
|
|
86478
86506
|
set: function (a) {
|
|
86479
|
-
var b = this.
|
|
86480
|
-
this.
|
|
86481
|
-
if (b != this.
|
|
86482
|
-
this.
|
|
86507
|
+
var b = this.d1;
|
|
86508
|
+
this.d1 = a;
|
|
86509
|
+
if (b != this.d1) {
|
|
86510
|
+
this.gh("ActualNoMatchesFoundLabel", b, a);
|
|
86483
86511
|
}
|
|
86484
86512
|
},
|
|
86485
86513
|
enumerable: false,
|
|
86486
86514
|
configurable: true
|
|
86487
86515
|
});
|
|
86488
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86516
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "id", {
|
|
86489
86517
|
get: function () {
|
|
86490
|
-
return this.
|
|
86518
|
+
return this.hg;
|
|
86491
86519
|
},
|
|
86492
86520
|
set: function (a) {
|
|
86493
|
-
var b = this.
|
|
86494
|
-
this.
|
|
86495
|
-
if (b != this.
|
|
86496
|
-
this.
|
|
86521
|
+
var b = this.hg;
|
|
86522
|
+
this.hg = a;
|
|
86523
|
+
if (b != this.hg) {
|
|
86524
|
+
this.gh("NoMatchesFoundLabelBackgroundColor", b, a);
|
|
86497
86525
|
}
|
|
86498
86526
|
},
|
|
86499
86527
|
enumerable: false,
|
|
86500
86528
|
configurable: true
|
|
86501
86529
|
});
|
|
86502
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86530
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hr", {
|
|
86503
86531
|
get: function () {
|
|
86504
|
-
return this.
|
|
86532
|
+
return this.g5;
|
|
86505
86533
|
},
|
|
86506
86534
|
set: function (a) {
|
|
86507
|
-
var b = this.
|
|
86508
|
-
this.
|
|
86509
|
-
if (b != this.
|
|
86510
|
-
this.
|
|
86535
|
+
var b = this.g5;
|
|
86536
|
+
this.g5 = a;
|
|
86537
|
+
if (b != this.g5) {
|
|
86538
|
+
this.gh(MultiColumnComboBox.d3, b, a);
|
|
86511
86539
|
}
|
|
86512
86540
|
},
|
|
86513
86541
|
enumerable: false,
|
|
86514
86542
|
configurable: true
|
|
86515
86543
|
});
|
|
86516
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86544
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ie", {
|
|
86517
86545
|
get: function () {
|
|
86518
|
-
return this.
|
|
86546
|
+
return this.hh;
|
|
86519
86547
|
},
|
|
86520
86548
|
set: function (a) {
|
|
86521
|
-
var b = this.
|
|
86522
|
-
this.
|
|
86523
|
-
if (b != this.
|
|
86524
|
-
this.
|
|
86549
|
+
var b = this.hh;
|
|
86550
|
+
this.hh = a;
|
|
86551
|
+
if (b != this.hh) {
|
|
86552
|
+
this.gh("NoMatchesFoundLabelTextColor", b, a);
|
|
86525
86553
|
}
|
|
86526
86554
|
},
|
|
86527
86555
|
enumerable: false,
|
|
86528
86556
|
configurable: true
|
|
86529
86557
|
});
|
|
86530
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86558
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hs", {
|
|
86531
86559
|
get: function () {
|
|
86532
|
-
return this.
|
|
86560
|
+
return this.g6;
|
|
86533
86561
|
},
|
|
86534
86562
|
set: function (a) {
|
|
86535
|
-
var b = this.
|
|
86536
|
-
this.
|
|
86537
|
-
if (b != this.
|
|
86538
|
-
this.
|
|
86563
|
+
var b = this.g6;
|
|
86564
|
+
this.g6 = a;
|
|
86565
|
+
if (b != this.g6) {
|
|
86566
|
+
this.gh("ActualNoMatchesFoundLabelTextColor", b, a);
|
|
86539
86567
|
}
|
|
86540
86568
|
},
|
|
86541
86569
|
enumerable: false,
|
|
@@ -86549,7 +86577,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86549
86577
|
var b = this.at;
|
|
86550
86578
|
this.at = a;
|
|
86551
86579
|
if (b != this.at) {
|
|
86552
|
-
this.
|
|
86580
|
+
this.gh("NoMatchesFoundLabelTextStyle", b, this.at);
|
|
86553
86581
|
}
|
|
86554
86582
|
},
|
|
86555
86583
|
enumerable: false,
|
|
@@ -86563,64 +86591,64 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86563
86591
|
var b = this.aq;
|
|
86564
86592
|
this.aq = a;
|
|
86565
86593
|
if (this.aq != b) {
|
|
86566
|
-
this.
|
|
86594
|
+
this.gh("ActualNoMatchesFoundLabelTextStyle", b, this.aq);
|
|
86567
86595
|
}
|
|
86568
86596
|
},
|
|
86569
86597
|
enumerable: false,
|
|
86570
86598
|
configurable: true
|
|
86571
86599
|
});
|
|
86572
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86600
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "fn", {
|
|
86573
86601
|
get: function () {
|
|
86574
|
-
return this.
|
|
86602
|
+
return this.fo;
|
|
86575
86603
|
},
|
|
86576
86604
|
set: function (a) {
|
|
86577
|
-
var b = this.
|
|
86605
|
+
var b = this.fn;
|
|
86578
86606
|
if (0 == StringComparer.b.compare(a, b)) {
|
|
86579
86607
|
return;
|
|
86580
86608
|
}
|
|
86581
|
-
this.
|
|
86582
|
-
this.
|
|
86609
|
+
this.fo = a;
|
|
86610
|
+
this.gh("PlaceholderText", b, this.fo);
|
|
86583
86611
|
},
|
|
86584
86612
|
enumerable: false,
|
|
86585
86613
|
configurable: true
|
|
86586
86614
|
});
|
|
86587
86615
|
Object.defineProperty(MultiColumnComboBox.prototype, "rowSeparatorsVisible", {
|
|
86588
86616
|
get: function () {
|
|
86589
|
-
return this.
|
|
86617
|
+
return this.bb;
|
|
86590
86618
|
},
|
|
86591
86619
|
set: function (a) {
|
|
86592
|
-
var b = this.
|
|
86593
|
-
this.
|
|
86594
|
-
if (b != this.
|
|
86595
|
-
this.
|
|
86620
|
+
var b = this.bb;
|
|
86621
|
+
this.bb = a;
|
|
86622
|
+
if (b != this.bb) {
|
|
86623
|
+
this.gh("RowSeparatorsVisible", b, a);
|
|
86596
86624
|
}
|
|
86597
86625
|
},
|
|
86598
86626
|
enumerable: false,
|
|
86599
86627
|
configurable: true
|
|
86600
86628
|
});
|
|
86601
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86629
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ig", {
|
|
86602
86630
|
get: function () {
|
|
86603
|
-
return this.
|
|
86631
|
+
return this.hi;
|
|
86604
86632
|
},
|
|
86605
86633
|
set: function (a) {
|
|
86606
|
-
var b = this.
|
|
86607
|
-
this.
|
|
86608
|
-
if (b != this.
|
|
86609
|
-
this.
|
|
86634
|
+
var b = this.hi;
|
|
86635
|
+
this.hi = a;
|
|
86636
|
+
if (b != this.hi) {
|
|
86637
|
+
this.gh("TextColor", b, a);
|
|
86610
86638
|
}
|
|
86611
86639
|
},
|
|
86612
86640
|
enumerable: false,
|
|
86613
86641
|
configurable: true
|
|
86614
86642
|
});
|
|
86615
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86643
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ht", {
|
|
86616
86644
|
get: function () {
|
|
86617
|
-
return this.
|
|
86645
|
+
return this.g7;
|
|
86618
86646
|
},
|
|
86619
86647
|
set: function (a) {
|
|
86620
|
-
var b = this.
|
|
86621
|
-
this.
|
|
86622
|
-
if (b != this.
|
|
86623
|
-
this.
|
|
86648
|
+
var b = this.g7;
|
|
86649
|
+
this.g7 = a;
|
|
86650
|
+
if (b != this.g7) {
|
|
86651
|
+
this.gh("ActualTextColor", b, a);
|
|
86624
86652
|
}
|
|
86625
86653
|
},
|
|
86626
86654
|
enumerable: false,
|
|
@@ -86634,7 +86662,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86634
86662
|
var b = this.au;
|
|
86635
86663
|
this.au = a;
|
|
86636
86664
|
if (b != this.au) {
|
|
86637
|
-
this.
|
|
86665
|
+
this.gh("TextStyle", b, this.au);
|
|
86638
86666
|
}
|
|
86639
86667
|
},
|
|
86640
86668
|
enumerable: false,
|
|
@@ -86648,181 +86676,181 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86648
86676
|
var b = this.ar;
|
|
86649
86677
|
this.ar = a;
|
|
86650
86678
|
if (this.ar != b) {
|
|
86651
|
-
this.
|
|
86679
|
+
this.gh("ActualTextStyle", b, this.ar);
|
|
86652
86680
|
}
|
|
86653
86681
|
},
|
|
86654
86682
|
enumerable: false,
|
|
86655
86683
|
configurable: true
|
|
86656
86684
|
});
|
|
86657
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86685
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ih", {
|
|
86658
86686
|
get: function () {
|
|
86659
|
-
return this.
|
|
86687
|
+
return this.hj;
|
|
86660
86688
|
},
|
|
86661
86689
|
set: function (a) {
|
|
86662
|
-
var b = this.
|
|
86663
|
-
this.
|
|
86664
|
-
if (b != this.
|
|
86665
|
-
this.
|
|
86690
|
+
var b = this.hj;
|
|
86691
|
+
this.hj = a;
|
|
86692
|
+
if (b != this.hj) {
|
|
86693
|
+
this.gh("UnderlineColor", b, a);
|
|
86666
86694
|
}
|
|
86667
86695
|
},
|
|
86668
86696
|
enumerable: false,
|
|
86669
86697
|
configurable: true
|
|
86670
86698
|
});
|
|
86671
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86699
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hu", {
|
|
86672
86700
|
get: function () {
|
|
86673
|
-
return this.
|
|
86701
|
+
return this.g8;
|
|
86674
86702
|
},
|
|
86675
86703
|
set: function (a) {
|
|
86676
|
-
var b = this.
|
|
86677
|
-
this.
|
|
86678
|
-
if (b != this.
|
|
86679
|
-
this.
|
|
86704
|
+
var b = this.g8;
|
|
86705
|
+
this.g8 = a;
|
|
86706
|
+
if (b != this.g8) {
|
|
86707
|
+
this.gh("ActualUnderlineColor", b, a);
|
|
86680
86708
|
}
|
|
86681
86709
|
},
|
|
86682
86710
|
enumerable: false,
|
|
86683
86711
|
configurable: true
|
|
86684
86712
|
});
|
|
86685
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86713
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c3", {
|
|
86686
86714
|
get: function () {
|
|
86687
|
-
return this.
|
|
86715
|
+
return this.b8;
|
|
86688
86716
|
},
|
|
86689
86717
|
set: function (a) {
|
|
86690
|
-
var b = this.
|
|
86691
|
-
this.
|
|
86692
|
-
if (b != this.
|
|
86693
|
-
this.
|
|
86718
|
+
var b = this.b8;
|
|
86719
|
+
this.b8 = a;
|
|
86720
|
+
if (b != this.b8) {
|
|
86721
|
+
this.gh("UnderlineOpacity", b, a);
|
|
86694
86722
|
}
|
|
86695
86723
|
},
|
|
86696
86724
|
enumerable: false,
|
|
86697
86725
|
configurable: true
|
|
86698
86726
|
});
|
|
86699
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86727
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ci", {
|
|
86700
86728
|
get: function () {
|
|
86701
|
-
return this.
|
|
86729
|
+
return this.by;
|
|
86702
86730
|
},
|
|
86703
86731
|
set: function (a) {
|
|
86704
|
-
var b = this.
|
|
86705
|
-
this.
|
|
86706
|
-
if (b != this.
|
|
86707
|
-
this.
|
|
86732
|
+
var b = this.by;
|
|
86733
|
+
this.by = a;
|
|
86734
|
+
if (b != this.by) {
|
|
86735
|
+
this.gh("ActualUnderlineOpacity", b, a);
|
|
86708
86736
|
}
|
|
86709
86737
|
},
|
|
86710
86738
|
enumerable: false,
|
|
86711
86739
|
configurable: true
|
|
86712
86740
|
});
|
|
86713
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86741
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ii", {
|
|
86714
86742
|
get: function () {
|
|
86715
|
-
return this.
|
|
86743
|
+
return this.hk;
|
|
86716
86744
|
},
|
|
86717
86745
|
set: function (a) {
|
|
86718
|
-
var b = this.
|
|
86719
|
-
this.
|
|
86720
|
-
if (b != this.
|
|
86721
|
-
this.
|
|
86746
|
+
var b = this.hk;
|
|
86747
|
+
this.hk = a;
|
|
86748
|
+
if (b != this.hk) {
|
|
86749
|
+
this.gh("UnderlineRippleColor", b, a);
|
|
86722
86750
|
}
|
|
86723
86751
|
},
|
|
86724
86752
|
enumerable: false,
|
|
86725
86753
|
configurable: true
|
|
86726
86754
|
});
|
|
86727
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86755
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "hv", {
|
|
86728
86756
|
get: function () {
|
|
86729
|
-
return this.
|
|
86757
|
+
return this.g9;
|
|
86730
86758
|
},
|
|
86731
86759
|
set: function (a) {
|
|
86732
|
-
var b = this.
|
|
86733
|
-
this.
|
|
86734
|
-
if (b != this.
|
|
86735
|
-
this.
|
|
86760
|
+
var b = this.g9;
|
|
86761
|
+
this.g9 = a;
|
|
86762
|
+
if (b != this.g9) {
|
|
86763
|
+
this.gh("ActualUnderlineRippleColor", b, a);
|
|
86736
86764
|
}
|
|
86737
86765
|
},
|
|
86738
86766
|
enumerable: false,
|
|
86739
86767
|
configurable: true
|
|
86740
86768
|
});
|
|
86741
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86769
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c4", {
|
|
86742
86770
|
get: function () {
|
|
86743
|
-
return this.
|
|
86771
|
+
return this.b9;
|
|
86744
86772
|
},
|
|
86745
86773
|
set: function (a) {
|
|
86746
|
-
var b = this.
|
|
86747
|
-
this.
|
|
86748
|
-
if (b != this.
|
|
86749
|
-
this.
|
|
86774
|
+
var b = this.b9;
|
|
86775
|
+
this.b9 = a;
|
|
86776
|
+
if (b != this.b9) {
|
|
86777
|
+
this.gh("UnderlineRippleOpacity", b, a);
|
|
86750
86778
|
}
|
|
86751
86779
|
},
|
|
86752
86780
|
enumerable: false,
|
|
86753
86781
|
configurable: true
|
|
86754
86782
|
});
|
|
86755
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86783
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cj", {
|
|
86756
86784
|
get: function () {
|
|
86757
|
-
return this.
|
|
86785
|
+
return this.bz;
|
|
86758
86786
|
},
|
|
86759
86787
|
set: function (a) {
|
|
86760
|
-
var b = this.
|
|
86761
|
-
this.
|
|
86762
|
-
if (b != this.
|
|
86763
|
-
this.
|
|
86788
|
+
var b = this.bz;
|
|
86789
|
+
this.bz = a;
|
|
86790
|
+
if (b != this.bz) {
|
|
86791
|
+
this.gh("ActualUnderlineRippleOpacity", b, a);
|
|
86764
86792
|
}
|
|
86765
86793
|
},
|
|
86766
86794
|
enumerable: false,
|
|
86767
86795
|
configurable: true
|
|
86768
86796
|
});
|
|
86769
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86797
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c5", {
|
|
86770
86798
|
get: function () {
|
|
86771
|
-
return this.
|
|
86799
|
+
return this.ca;
|
|
86772
86800
|
},
|
|
86773
86801
|
set: function (a) {
|
|
86774
|
-
var b = this.
|
|
86775
|
-
this.
|
|
86776
|
-
if (b != this.
|
|
86777
|
-
this.
|
|
86802
|
+
var b = this.ca;
|
|
86803
|
+
this.ca = a;
|
|
86804
|
+
if (b != this.ca) {
|
|
86805
|
+
this.gh("UnderlineRippleWidth", b, a);
|
|
86778
86806
|
}
|
|
86779
86807
|
},
|
|
86780
86808
|
enumerable: false,
|
|
86781
86809
|
configurable: true
|
|
86782
86810
|
});
|
|
86783
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86811
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "ck", {
|
|
86784
86812
|
get: function () {
|
|
86785
|
-
return this.
|
|
86813
|
+
return this.b0;
|
|
86786
86814
|
},
|
|
86787
86815
|
set: function (a) {
|
|
86788
|
-
var b = this.
|
|
86789
|
-
this.
|
|
86790
|
-
if (b != this.
|
|
86791
|
-
this.
|
|
86816
|
+
var b = this.b0;
|
|
86817
|
+
this.b0 = a;
|
|
86818
|
+
if (b != this.b0) {
|
|
86819
|
+
this.gh("ActualUnderlineRippleWidth", b, a);
|
|
86792
86820
|
}
|
|
86793
86821
|
},
|
|
86794
86822
|
enumerable: false,
|
|
86795
86823
|
configurable: true
|
|
86796
86824
|
});
|
|
86797
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86825
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "c6", {
|
|
86798
86826
|
get: function () {
|
|
86799
|
-
return this.
|
|
86827
|
+
return this.cb;
|
|
86800
86828
|
},
|
|
86801
86829
|
set: function (a) {
|
|
86802
|
-
var b = this.
|
|
86803
|
-
this.
|
|
86804
|
-
if (b != this.
|
|
86805
|
-
this.
|
|
86830
|
+
var b = this.cb;
|
|
86831
|
+
this.cb = a;
|
|
86832
|
+
if (b != this.cb) {
|
|
86833
|
+
this.gh("UnderlineWidth", b, a);
|
|
86806
86834
|
}
|
|
86807
86835
|
},
|
|
86808
86836
|
enumerable: false,
|
|
86809
86837
|
configurable: true
|
|
86810
86838
|
});
|
|
86811
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86839
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "cl", {
|
|
86812
86840
|
get: function () {
|
|
86813
|
-
return this.
|
|
86841
|
+
return this.b1;
|
|
86814
86842
|
},
|
|
86815
86843
|
set: function (a) {
|
|
86816
|
-
var b = this.
|
|
86817
|
-
this.
|
|
86818
|
-
if (b != this.
|
|
86819
|
-
this.
|
|
86844
|
+
var b = this.b1;
|
|
86845
|
+
this.b1 = a;
|
|
86846
|
+
if (b != this.b1) {
|
|
86847
|
+
this.gh("ActualUnderlineWidth", b, a);
|
|
86820
86848
|
}
|
|
86821
86849
|
},
|
|
86822
86850
|
enumerable: false,
|
|
86823
86851
|
configurable: true
|
|
86824
86852
|
});
|
|
86825
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86853
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "bg", {
|
|
86826
86854
|
get: function () {
|
|
86827
86855
|
return this.a7;
|
|
86828
86856
|
},
|
|
@@ -86830,7 +86858,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86830
86858
|
var b = this.a7;
|
|
86831
86859
|
this.a7 = a;
|
|
86832
86860
|
if (b != this.a7) {
|
|
86833
|
-
this.
|
|
86861
|
+
this.gh("AllowFilter", b, a);
|
|
86834
86862
|
}
|
|
86835
86863
|
},
|
|
86836
86864
|
enumerable: false,
|
|
@@ -86844,21 +86872,21 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86844
86872
|
var b = this.w;
|
|
86845
86873
|
this.w = a;
|
|
86846
86874
|
if (b != this.w) {
|
|
86847
|
-
this.
|
|
86875
|
+
this.gh("SortMode", enumGetBox(SortMode_$type, b), enumGetBox(SortMode_$type, this.w));
|
|
86848
86876
|
}
|
|
86849
86877
|
},
|
|
86850
86878
|
enumerable: false,
|
|
86851
86879
|
configurable: true
|
|
86852
86880
|
});
|
|
86853
|
-
Object.defineProperty(MultiColumnComboBox.prototype, "
|
|
86881
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "fv", {
|
|
86854
86882
|
get: function () {
|
|
86855
|
-
return this.
|
|
86883
|
+
return this.dg;
|
|
86856
86884
|
},
|
|
86857
86885
|
set: function (a) {
|
|
86858
|
-
var b = this.
|
|
86859
|
-
this.
|
|
86860
|
-
if (b != this.
|
|
86861
|
-
this.
|
|
86886
|
+
var b = this.dg;
|
|
86887
|
+
this.dg = a;
|
|
86888
|
+
if (b != this.dg) {
|
|
86889
|
+
this.gh("TextField", b, a);
|
|
86862
86890
|
}
|
|
86863
86891
|
},
|
|
86864
86892
|
enumerable: false,
|
|
@@ -86866,13 +86894,13 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86866
86894
|
});
|
|
86867
86895
|
Object.defineProperty(MultiColumnComboBox.prototype, "text", {
|
|
86868
86896
|
get: function () {
|
|
86869
|
-
return this.
|
|
86897
|
+
return this.df;
|
|
86870
86898
|
},
|
|
86871
86899
|
set: function (a) {
|
|
86872
|
-
var b = this.
|
|
86873
|
-
this.
|
|
86874
|
-
if (b != this.
|
|
86875
|
-
this.
|
|
86900
|
+
var b = this.df;
|
|
86901
|
+
this.df = a;
|
|
86902
|
+
if (b != this.df) {
|
|
86903
|
+
this.gh("Text", b, a);
|
|
86876
86904
|
}
|
|
86877
86905
|
},
|
|
86878
86906
|
enumerable: false,
|
|
@@ -86886,7 +86914,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86886
86914
|
var b = this.d;
|
|
86887
86915
|
this.d = a;
|
|
86888
86916
|
if (b != this.d) {
|
|
86889
|
-
this.
|
|
86917
|
+
this.gh("ValueField", b, a);
|
|
86890
86918
|
}
|
|
86891
86919
|
},
|
|
86892
86920
|
enumerable: false,
|
|
@@ -86900,7 +86928,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86900
86928
|
var b = this.a;
|
|
86901
86929
|
this.a = a;
|
|
86902
86930
|
if (b != this.a) {
|
|
86903
|
-
this.
|
|
86931
|
+
this.gh("ActualValueField", b, a);
|
|
86904
86932
|
}
|
|
86905
86933
|
},
|
|
86906
86934
|
enumerable: false,
|
|
@@ -86908,13 +86936,13 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86908
86936
|
});
|
|
86909
86937
|
Object.defineProperty(MultiColumnComboBox.prototype, "value", {
|
|
86910
86938
|
get: function () {
|
|
86911
|
-
return this.
|
|
86939
|
+
return this.c8;
|
|
86912
86940
|
},
|
|
86913
86941
|
set: function (a) {
|
|
86914
|
-
var b = this.
|
|
86915
|
-
this.
|
|
86916
|
-
if (b != this.
|
|
86917
|
-
this.
|
|
86942
|
+
var b = this.c8;
|
|
86943
|
+
this.c8 = a;
|
|
86944
|
+
if (b != this.c8) {
|
|
86945
|
+
this.gh("Value", b, a);
|
|
86918
86946
|
}
|
|
86919
86947
|
},
|
|
86920
86948
|
enumerable: false,
|
|
@@ -86928,24 +86956,24 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86928
86956
|
var b = this.aa;
|
|
86929
86957
|
this.aa = a;
|
|
86930
86958
|
if (b != this.aa) {
|
|
86931
|
-
this.
|
|
86959
|
+
this.gh("DisplayType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, a));
|
|
86932
86960
|
}
|
|
86933
86961
|
},
|
|
86934
86962
|
enumerable: false,
|
|
86935
86963
|
configurable: true
|
|
86936
86964
|
});
|
|
86937
|
-
MultiColumnComboBox.prototype.
|
|
86965
|
+
MultiColumnComboBox.prototype.da = function (a, b) {
|
|
86938
86966
|
var c = new FastReflectionHelper(false, b);
|
|
86939
86967
|
return c.getPropertyValue(a);
|
|
86940
86968
|
};
|
|
86941
86969
|
MultiColumnComboBox.prototype.p = function () {
|
|
86942
|
-
var a = this.
|
|
86970
|
+
var a = this.e5();
|
|
86943
86971
|
return this.o(a);
|
|
86944
86972
|
};
|
|
86945
|
-
MultiColumnComboBox.prototype.
|
|
86946
|
-
return this.
|
|
86973
|
+
MultiColumnComboBox.prototype.e5 = function () {
|
|
86974
|
+
return this.e4(this.fv);
|
|
86947
86975
|
};
|
|
86948
|
-
MultiColumnComboBox.prototype.
|
|
86976
|
+
MultiColumnComboBox.prototype.db = function (a) {
|
|
86949
86977
|
var b = this.i();
|
|
86950
86978
|
if (null == b || b.length == 0) {
|
|
86951
86979
|
return null;
|
|
@@ -86953,7 +86981,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86953
86981
|
var c = new List$1(Base.$, 0);
|
|
86954
86982
|
for (var e = 0; e < b.length; e++) {
|
|
86955
86983
|
var d = b[e];
|
|
86956
|
-
var f = this.
|
|
86984
|
+
var f = this.da(a, d);
|
|
86957
86985
|
c.add1(f);
|
|
86958
86986
|
}
|
|
86959
86987
|
if (c.count == 1) {
|
|
@@ -86961,11 +86989,11 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86961
86989
|
}
|
|
86962
86990
|
return c.toArray();
|
|
86963
86991
|
};
|
|
86964
|
-
MultiColumnComboBox.prototype.
|
|
86965
|
-
var b = this.
|
|
86992
|
+
MultiColumnComboBox.prototype.e3 = function (a) {
|
|
86993
|
+
var b = this.e5();
|
|
86966
86994
|
var c;
|
|
86967
86995
|
if (null != b) {
|
|
86968
|
-
var d = this.
|
|
86996
|
+
var d = this.da(a, b);
|
|
86969
86997
|
c = null != d ? d.toString() : null;
|
|
86970
86998
|
}
|
|
86971
86999
|
else {
|
|
@@ -87009,7 +87037,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87009
87037
|
}
|
|
87010
87038
|
return null;
|
|
87011
87039
|
};
|
|
87012
|
-
MultiColumnComboBox.prototype.
|
|
87040
|
+
MultiColumnComboBox.prototype.e4 = function (a) {
|
|
87013
87041
|
if (stringIsNullOrEmpty(a)) {
|
|
87014
87042
|
var b = this.actualDataSource;
|
|
87015
87043
|
if (null == b) {
|
|
@@ -87030,7 +87058,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87030
87058
|
MultiColumnComboBox.prototype.h = function (a) {
|
|
87031
87059
|
var b = new List$1(String_$type, 0);
|
|
87032
87060
|
if (null == a || a.length == 0) {
|
|
87033
|
-
var c = this.
|
|
87061
|
+
var c = this.e4(null);
|
|
87034
87062
|
if (stringIsNullOrEmpty(c)) {
|
|
87035
87063
|
return null;
|
|
87036
87064
|
}
|
|
@@ -87039,7 +87067,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87039
87067
|
}
|
|
87040
87068
|
for (var e = 0; e < a.length; e++) {
|
|
87041
87069
|
var d = a[e];
|
|
87042
|
-
var f = this.
|
|
87070
|
+
var f = this.e4(d);
|
|
87043
87071
|
if (null != f) {
|
|
87044
87072
|
b.add(f);
|
|
87045
87073
|
}
|
|
@@ -87053,14 +87081,14 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87053
87081
|
var a = this.j;
|
|
87054
87082
|
return this.h(a);
|
|
87055
87083
|
};
|
|
87056
|
-
MultiColumnComboBox.prototype.
|
|
87057
|
-
this.
|
|
87084
|
+
MultiColumnComboBox.prototype.gi = function (a) {
|
|
87085
|
+
this.gl(2, a);
|
|
87058
87086
|
};
|
|
87059
|
-
MultiColumnComboBox.prototype.
|
|
87060
|
-
if (this.
|
|
87087
|
+
MultiColumnComboBox.prototype.gl = function (a, b) {
|
|
87088
|
+
if (this.bm) {
|
|
87061
87089
|
return;
|
|
87062
87090
|
}
|
|
87063
|
-
this.
|
|
87091
|
+
this.bm = true;
|
|
87064
87092
|
try {
|
|
87065
87093
|
switch (a) {
|
|
87066
87094
|
case 2:
|
|
@@ -87069,8 +87097,8 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87069
87097
|
var d = void 0;
|
|
87070
87098
|
var e = void 0;
|
|
87071
87099
|
if (null != c) {
|
|
87072
|
-
d = this.
|
|
87073
|
-
e = this.
|
|
87100
|
+
d = this.e3(c);
|
|
87101
|
+
e = this.db(c);
|
|
87074
87102
|
}
|
|
87075
87103
|
else {
|
|
87076
87104
|
d = stringEmpty();
|
|
@@ -87093,18 +87121,18 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87093
87121
|
}
|
|
87094
87122
|
}
|
|
87095
87123
|
finally {
|
|
87096
|
-
this.
|
|
87124
|
+
this.bm = false;
|
|
87097
87125
|
}
|
|
87098
87126
|
this.v.cj();
|
|
87099
87127
|
};
|
|
87100
|
-
MultiColumnComboBox.prototype.
|
|
87128
|
+
MultiColumnComboBox.prototype.gq = function (a) {
|
|
87101
87129
|
this.text = a;
|
|
87102
87130
|
};
|
|
87103
|
-
MultiColumnComboBox.prototype.
|
|
87131
|
+
MultiColumnComboBox.prototype.gs = function () {
|
|
87104
87132
|
this.ax = (null == this.a4) ? this.a1 : this.a4;
|
|
87105
87133
|
this.av = (null == this.a2) ? this.a1 : this.a2;
|
|
87106
87134
|
};
|
|
87107
|
-
MultiColumnComboBox.prototype.
|
|
87135
|
+
MultiColumnComboBox.prototype.gr = function () {
|
|
87108
87136
|
};
|
|
87109
87137
|
MultiColumnComboBox.prototype.closeUp = function () {
|
|
87110
87138
|
this.v.az();
|
|
@@ -87125,40 +87153,40 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87125
87153
|
this.v.b4(a);
|
|
87126
87154
|
this.actualNoMatchesFoundLabel = !stringIsNullOrWhiteSpace(this.a6.b1("NoMatches")) ? this.a6.b1("NoMatches") : "No Matches Found";
|
|
87127
87155
|
};
|
|
87128
|
-
MultiColumnComboBox.prototype.
|
|
87156
|
+
MultiColumnComboBox.prototype.c9 = function () {
|
|
87129
87157
|
return this.l();
|
|
87130
87158
|
};
|
|
87131
|
-
MultiColumnComboBox.prototype.
|
|
87159
|
+
MultiColumnComboBox.prototype.ew = function () {
|
|
87132
87160
|
var a = this.l();
|
|
87133
87161
|
return a.am();
|
|
87134
87162
|
};
|
|
87135
87163
|
MultiColumnComboBox.prototype.l = function () {
|
|
87136
87164
|
var a = new MultiColumnComboVisualModelExport();
|
|
87137
|
-
a.a = AppearanceHelper.a(this.
|
|
87165
|
+
a.a = AppearanceHelper.a(this.hl);
|
|
87138
87166
|
a.j = this.ah;
|
|
87139
|
-
a.b = AppearanceHelper.a(this.
|
|
87140
|
-
a.p = this.
|
|
87167
|
+
a.b = AppearanceHelper.a(this.hm);
|
|
87168
|
+
a.p = this.cc;
|
|
87141
87169
|
a.columnHeadersVisible = this.columnHeadersVisible;
|
|
87142
|
-
a.au = this.
|
|
87143
|
-
a.at = this.
|
|
87170
|
+
a.au = this.il;
|
|
87171
|
+
a.at = this.gw;
|
|
87144
87172
|
a.k = this.am;
|
|
87145
87173
|
a.dropDownButtonVisible = this.dropDownButtonVisible;
|
|
87146
|
-
a.q = this.
|
|
87147
|
-
a.aa = this.
|
|
87148
|
-
a.c = AppearanceHelper.a(this.
|
|
87174
|
+
a.q = this.ce;
|
|
87175
|
+
a.aa = this.fb;
|
|
87176
|
+
a.c = AppearanceHelper.a(this.hq);
|
|
87149
87177
|
a.actualLabelVisible = this.actualLabelVisible;
|
|
87150
87178
|
a.actualNoMatchesFoundLabel = this.actualNoMatchesFoundLabel;
|
|
87151
|
-
a.d = AppearanceHelper.a(this.
|
|
87152
|
-
a.e = AppearanceHelper.a(this.
|
|
87153
|
-
a.al = this.
|
|
87179
|
+
a.d = AppearanceHelper.a(this.hr);
|
|
87180
|
+
a.e = AppearanceHelper.a(this.hs);
|
|
87181
|
+
a.al = this.fn;
|
|
87154
87182
|
a.rowSeparatorsVisible = this.rowSeparatorsVisible;
|
|
87155
|
-
a.f = AppearanceHelper.a(this.
|
|
87156
|
-
a.g = AppearanceHelper.a(this.
|
|
87157
|
-
a.r = this.
|
|
87158
|
-
a.h = AppearanceHelper.a(this.
|
|
87159
|
-
a.s = this.
|
|
87160
|
-
a.t = this.
|
|
87161
|
-
a.u = this.
|
|
87183
|
+
a.f = AppearanceHelper.a(this.ht);
|
|
87184
|
+
a.g = AppearanceHelper.a(this.hu);
|
|
87185
|
+
a.r = this.ci;
|
|
87186
|
+
a.h = AppearanceHelper.a(this.hv);
|
|
87187
|
+
a.s = this.cj;
|
|
87188
|
+
a.t = this.ck;
|
|
87189
|
+
a.u = this.cl;
|
|
87162
87190
|
a.an = this.text;
|
|
87163
87191
|
a.y = this.value;
|
|
87164
87192
|
a.i = this.v.e.exportVisualModel();
|
|
@@ -87248,51 +87276,93 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87248
87276
|
}
|
|
87249
87277
|
return a;
|
|
87250
87278
|
};
|
|
87251
|
-
MultiColumnComboBox.prototype
|
|
87279
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "bn", {
|
|
87280
|
+
get: function () {
|
|
87281
|
+
return this.a9;
|
|
87282
|
+
},
|
|
87283
|
+
set: function (a) {
|
|
87284
|
+
var b = this.a9;
|
|
87285
|
+
this.a9 = a;
|
|
87286
|
+
if (b != this.a9) {
|
|
87287
|
+
this.gh("IsFixed", b, this.a9);
|
|
87288
|
+
}
|
|
87289
|
+
},
|
|
87290
|
+
enumerable: false,
|
|
87291
|
+
configurable: true
|
|
87292
|
+
});
|
|
87293
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "bo", {
|
|
87294
|
+
get: function () {
|
|
87295
|
+
return this.ba;
|
|
87296
|
+
},
|
|
87297
|
+
set: function (a) {
|
|
87298
|
+
var b = this.ba;
|
|
87299
|
+
this.ba = a;
|
|
87300
|
+
if (b != this.ba) {
|
|
87301
|
+
this.gh("OpenAsChild", b, this.ba);
|
|
87302
|
+
}
|
|
87303
|
+
},
|
|
87304
|
+
enumerable: false,
|
|
87305
|
+
configurable: true
|
|
87306
|
+
});
|
|
87307
|
+
Object.defineProperty(MultiColumnComboBox.prototype, "br", {
|
|
87308
|
+
get: function () {
|
|
87309
|
+
return this.bd;
|
|
87310
|
+
},
|
|
87311
|
+
set: function (a) {
|
|
87312
|
+
var b = this.bd;
|
|
87313
|
+
this.bd = a;
|
|
87314
|
+
if (b != this.bd) {
|
|
87315
|
+
this.gh("UseTopLayer", b, this.bd);
|
|
87316
|
+
}
|
|
87317
|
+
},
|
|
87318
|
+
enumerable: false,
|
|
87319
|
+
configurable: true
|
|
87320
|
+
});
|
|
87321
|
+
MultiColumnComboBox.prototype.ge = function (a) {
|
|
87252
87322
|
if (null != this.gotFocus) {
|
|
87253
87323
|
this.gotFocus(this, a);
|
|
87254
87324
|
}
|
|
87255
87325
|
};
|
|
87256
|
-
MultiColumnComboBox.prototype.
|
|
87326
|
+
MultiColumnComboBox.prototype.gg = function (a) {
|
|
87257
87327
|
if (null != this.lostFocus) {
|
|
87258
87328
|
this.lostFocus(this, a);
|
|
87259
87329
|
}
|
|
87260
87330
|
};
|
|
87261
|
-
MultiColumnComboBox.prototype.
|
|
87331
|
+
MultiColumnComboBox.prototype.gk = function (a) {
|
|
87262
87332
|
if (null != this.textValueChanged) {
|
|
87263
87333
|
this.textValueChanged(this, a);
|
|
87264
87334
|
}
|
|
87265
87335
|
};
|
|
87266
|
-
MultiColumnComboBox.prototype.
|
|
87336
|
+
MultiColumnComboBox.prototype.gj = function (a) {
|
|
87267
87337
|
if (null != this.selectedValueChanged) {
|
|
87268
87338
|
this.selectedValueChanged(this, a);
|
|
87269
87339
|
}
|
|
87270
87340
|
};
|
|
87271
|
-
MultiColumnComboBox.prototype.
|
|
87341
|
+
MultiColumnComboBox.prototype.gh = function (a, b, c) {
|
|
87272
87342
|
if (this.propertyChanged != null) {
|
|
87273
87343
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
87274
87344
|
}
|
|
87275
|
-
this.
|
|
87345
|
+
this.gm(a, b, c);
|
|
87276
87346
|
};
|
|
87277
|
-
MultiColumnComboBox.prototype.
|
|
87347
|
+
MultiColumnComboBox.prototype.gf = function (a) {
|
|
87278
87348
|
if (null != this.keyDown) {
|
|
87279
87349
|
this.keyDown(this, a);
|
|
87280
87350
|
}
|
|
87281
87351
|
};
|
|
87282
|
-
MultiColumnComboBox.prototype.
|
|
87352
|
+
MultiColumnComboBox.prototype.gd = function (a) {
|
|
87283
87353
|
if (null != this.changing) {
|
|
87284
87354
|
this.changing(this, a);
|
|
87285
87355
|
}
|
|
87286
87356
|
};
|
|
87287
87357
|
MultiColumnComboBox.$t = markType(MultiColumnComboBox, 'MultiColumnComboBox', Base.$, [INotifyPropertyChanged_$type]);
|
|
87288
87358
|
MultiColumnComboBox.ag = 1;
|
|
87289
|
-
MultiColumnComboBox.
|
|
87290
|
-
MultiColumnComboBox.
|
|
87291
|
-
MultiColumnComboBox.
|
|
87359
|
+
MultiColumnComboBox.hy = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
|
|
87360
|
+
MultiColumnComboBox.h0 = ThemeResolver.ah(MultiColumnComboBox.ag, XLabel.da, XLabel.c3);
|
|
87361
|
+
MultiColumnComboBox.hz = BrushUtil.h(255, 255, 255, 255);
|
|
87292
87362
|
MultiColumnComboBox.ay = null;
|
|
87293
|
-
MultiColumnComboBox.
|
|
87363
|
+
MultiColumnComboBox.d3 = "ActualNoMatchesFoundLabelBackgroundColor";
|
|
87294
87364
|
MultiColumnComboBox.az = null;
|
|
87295
|
-
MultiColumnComboBox.
|
|
87365
|
+
MultiColumnComboBox.h8 = BrushUtil.h(221, 0, 0, 0);
|
|
87296
87366
|
return MultiColumnComboBox;
|
|
87297
87367
|
}(Base));
|
|
87298
87368
|
/**
|
|
@@ -87726,11 +87796,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
87726
87796
|
* Gets or sets the ShowClearButton property to detirmine if the clear button is shown
|
|
87727
87797
|
*/
|
|
87728
87798
|
get: function () {
|
|
87729
|
-
return this.i.
|
|
87799
|
+
return this.i.bq;
|
|
87730
87800
|
},
|
|
87731
87801
|
set: function (v) {
|
|
87732
|
-
this.i.
|
|
87733
|
-
this._a("showClearButton", this.i.
|
|
87802
|
+
this.i.bq = ensureBool(v);
|
|
87803
|
+
this._a("showClearButton", this.i.bq);
|
|
87734
87804
|
},
|
|
87735
87805
|
enumerable: false,
|
|
87736
87806
|
configurable: true
|
|
@@ -87757,11 +87827,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
87757
87827
|
* Gets or sets the background color to use for the input group.
|
|
87758
87828
|
*/
|
|
87759
87829
|
get: function () {
|
|
87760
|
-
return brushToString(this.i.
|
|
87830
|
+
return brushToString(this.i.hw);
|
|
87761
87831
|
},
|
|
87762
87832
|
set: function (v) {
|
|
87763
|
-
this.i.
|
|
87764
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
87833
|
+
this.i.hw = stringToBrush(v);
|
|
87834
|
+
this._a("backgroundColor", brushToString(this.i.hw));
|
|
87765
87835
|
},
|
|
87766
87836
|
enumerable: false,
|
|
87767
87837
|
configurable: true
|
|
@@ -87771,11 +87841,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
87771
87841
|
* Gets the actual opacity to use for the underline ripple element.
|
|
87772
87842
|
*/
|
|
87773
87843
|
get: function () {
|
|
87774
|
-
return brushToString(this.i.
|
|
87844
|
+
return brushToString(this.i.hl);
|
|
87775
87845
|
},
|
|
87776
87846
|
set: function (v) {
|
|
87777
|
-
this.i.
|
|
87778
|
-
this._a("actualBackgroundColor", brushToString(this.i.
|
|
87847
|
+
this.i.hl = stringToBrush(v);
|
|
87848
|
+
this._a("actualBackgroundColor", brushToString(this.i.hl));
|
|
87779
87849
|
},
|
|
87780
87850
|
enumerable: false,
|
|
87781
87851
|
configurable: true
|
|
@@ -87813,11 +87883,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
87813
87883
|
* Gets or sets the color to use the border of the input group.
|
|
87814
87884
|
*/
|
|
87815
87885
|
get: function () {
|
|
87816
|
-
return brushToString(this.i.
|
|
87886
|
+
return brushToString(this.i.hx);
|
|
87817
87887
|
},
|
|
87818
87888
|
set: function (v) {
|
|
87819
|
-
this.i.
|
|
87820
|
-
this._a("borderColor", brushToString(this.i.
|
|
87889
|
+
this.i.hx = stringToBrush(v);
|
|
87890
|
+
this._a("borderColor", brushToString(this.i.hx));
|
|
87821
87891
|
},
|
|
87822
87892
|
enumerable: false,
|
|
87823
87893
|
configurable: true
|
|
@@ -87827,11 +87897,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
87827
87897
|
* Gets the actual item background color.
|
|
87828
87898
|
*/
|
|
87829
87899
|
get: function () {
|
|
87830
|
-
return brushToString(this.i.
|
|
87900
|
+
return brushToString(this.i.hm);
|
|
87831
87901
|
},
|
|
87832
87902
|
set: function (v) {
|
|
87833
|
-
this.i.
|
|
87834
|
-
this._a("actualBorderColor", brushToString(this.i.
|
|
87903
|
+
this.i.hm = stringToBrush(v);
|
|
87904
|
+
this._a("actualBorderColor", brushToString(this.i.hm));
|
|
87835
87905
|
},
|
|
87836
87906
|
enumerable: false,
|
|
87837
87907
|
configurable: true
|
|
@@ -87841,11 +87911,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
87841
87911
|
* Gets or sets the border width to use for the border of the item group.
|
|
87842
87912
|
*/
|
|
87843
87913
|
get: function () {
|
|
87844
|
-
return this.i.
|
|
87914
|
+
return this.i.cm;
|
|
87845
87915
|
},
|
|
87846
87916
|
set: function (v) {
|
|
87847
|
-
this.i.
|
|
87848
|
-
this._a("borderWidth", this.i.
|
|
87917
|
+
this.i.cm = +v;
|
|
87918
|
+
this._a("borderWidth", this.i.cm);
|
|
87849
87919
|
},
|
|
87850
87920
|
enumerable: false,
|
|
87851
87921
|
configurable: true
|
|
@@ -87855,11 +87925,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
87855
87925
|
* Gets the actual item border width.
|
|
87856
87926
|
*/
|
|
87857
87927
|
get: function () {
|
|
87858
|
-
return this.i.
|
|
87928
|
+
return this.i.cc;
|
|
87859
87929
|
},
|
|
87860
87930
|
set: function (v) {
|
|
87861
|
-
this.i.
|
|
87862
|
-
this._a("actualBorderWidth", this.i.
|
|
87931
|
+
this.i.cc = +v;
|
|
87932
|
+
this._a("actualBorderWidth", this.i.cc);
|
|
87863
87933
|
},
|
|
87864
87934
|
enumerable: false,
|
|
87865
87935
|
configurable: true
|
|
@@ -87880,235 +87950,235 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
87880
87950
|
});
|
|
87881
87951
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingBottom", {
|
|
87882
87952
|
get: function () {
|
|
87883
|
-
return this.i.
|
|
87953
|
+
return this.i.im ? this.i.im.bottom : NaN;
|
|
87884
87954
|
},
|
|
87885
87955
|
set: function (v) {
|
|
87886
87956
|
this.ensureContentPadding();
|
|
87887
|
-
this.i.
|
|
87888
|
-
this._a("contentPaddingBottom", this.i.
|
|
87889
|
-
this.i.
|
|
87957
|
+
this.i.im.bottom = +v;
|
|
87958
|
+
this._a("contentPaddingBottom", this.i.im.bottom);
|
|
87959
|
+
this.i.im = this.i.im;
|
|
87890
87960
|
},
|
|
87891
87961
|
enumerable: false,
|
|
87892
87962
|
configurable: true
|
|
87893
87963
|
});
|
|
87894
87964
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingLeft", {
|
|
87895
87965
|
get: function () {
|
|
87896
|
-
return this.i.
|
|
87966
|
+
return this.i.im ? this.i.im.left : NaN;
|
|
87897
87967
|
},
|
|
87898
87968
|
set: function (v) {
|
|
87899
87969
|
this.ensureContentPadding();
|
|
87900
|
-
this.i.
|
|
87901
|
-
this._a("contentPaddingLeft", this.i.
|
|
87902
|
-
this.i.
|
|
87970
|
+
this.i.im.left = +v;
|
|
87971
|
+
this._a("contentPaddingLeft", this.i.im.left);
|
|
87972
|
+
this.i.im = this.i.im;
|
|
87903
87973
|
},
|
|
87904
87974
|
enumerable: false,
|
|
87905
87975
|
configurable: true
|
|
87906
87976
|
});
|
|
87907
87977
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingRight", {
|
|
87908
87978
|
get: function () {
|
|
87909
|
-
return this.i.
|
|
87979
|
+
return this.i.im ? this.i.im.right : NaN;
|
|
87910
87980
|
},
|
|
87911
87981
|
set: function (v) {
|
|
87912
87982
|
this.ensureContentPadding();
|
|
87913
|
-
this.i.
|
|
87914
|
-
this._a("contentPaddingRight", this.i.
|
|
87915
|
-
this.i.
|
|
87983
|
+
this.i.im.right = +v;
|
|
87984
|
+
this._a("contentPaddingRight", this.i.im.right);
|
|
87985
|
+
this.i.im = this.i.im;
|
|
87916
87986
|
},
|
|
87917
87987
|
enumerable: false,
|
|
87918
87988
|
configurable: true
|
|
87919
87989
|
});
|
|
87920
87990
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "contentPaddingTop", {
|
|
87921
87991
|
get: function () {
|
|
87922
|
-
return this.i.
|
|
87992
|
+
return this.i.im ? this.i.im.top : NaN;
|
|
87923
87993
|
},
|
|
87924
87994
|
set: function (v) {
|
|
87925
87995
|
this.ensureContentPadding();
|
|
87926
|
-
this.i.
|
|
87927
|
-
this._a("contentPaddingTop", this.i.
|
|
87928
|
-
this.i.
|
|
87996
|
+
this.i.im.top = +v;
|
|
87997
|
+
this._a("contentPaddingTop", this.i.im.top);
|
|
87998
|
+
this.i.im = this.i.im;
|
|
87929
87999
|
},
|
|
87930
88000
|
enumerable: false,
|
|
87931
88001
|
configurable: true
|
|
87932
88002
|
});
|
|
87933
88003
|
IgcMultiColumnComboBoxComponent.prototype.ensureContentPadding = function () {
|
|
87934
|
-
if (this.i.
|
|
88004
|
+
if (this.i.im) {
|
|
87935
88005
|
return;
|
|
87936
88006
|
}
|
|
87937
|
-
this.i.
|
|
88007
|
+
this.i.im = new Thickness(2);
|
|
87938
88008
|
};
|
|
87939
88009
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingBottom", {
|
|
87940
88010
|
get: function () {
|
|
87941
|
-
return this.i.
|
|
88011
|
+
return this.i.il ? this.i.il.bottom : NaN;
|
|
87942
88012
|
},
|
|
87943
88013
|
set: function (v) {
|
|
87944
88014
|
this.ensureActualContentPadding();
|
|
87945
|
-
this.i.
|
|
87946
|
-
this._a("actualContentPaddingBottom", this.i.
|
|
87947
|
-
this.i.
|
|
88015
|
+
this.i.il.bottom = +v;
|
|
88016
|
+
this._a("actualContentPaddingBottom", this.i.il.bottom);
|
|
88017
|
+
this.i.il = this.i.il;
|
|
87948
88018
|
},
|
|
87949
88019
|
enumerable: false,
|
|
87950
88020
|
configurable: true
|
|
87951
88021
|
});
|
|
87952
88022
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingLeft", {
|
|
87953
88023
|
get: function () {
|
|
87954
|
-
return this.i.
|
|
88024
|
+
return this.i.il ? this.i.il.left : NaN;
|
|
87955
88025
|
},
|
|
87956
88026
|
set: function (v) {
|
|
87957
88027
|
this.ensureActualContentPadding();
|
|
87958
|
-
this.i.
|
|
87959
|
-
this._a("actualContentPaddingLeft", this.i.
|
|
87960
|
-
this.i.
|
|
88028
|
+
this.i.il.left = +v;
|
|
88029
|
+
this._a("actualContentPaddingLeft", this.i.il.left);
|
|
88030
|
+
this.i.il = this.i.il;
|
|
87961
88031
|
},
|
|
87962
88032
|
enumerable: false,
|
|
87963
88033
|
configurable: true
|
|
87964
88034
|
});
|
|
87965
88035
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingRight", {
|
|
87966
88036
|
get: function () {
|
|
87967
|
-
return this.i.
|
|
88037
|
+
return this.i.il ? this.i.il.right : NaN;
|
|
87968
88038
|
},
|
|
87969
88039
|
set: function (v) {
|
|
87970
88040
|
this.ensureActualContentPadding();
|
|
87971
|
-
this.i.
|
|
87972
|
-
this._a("actualContentPaddingRight", this.i.
|
|
87973
|
-
this.i.
|
|
88041
|
+
this.i.il.right = +v;
|
|
88042
|
+
this._a("actualContentPaddingRight", this.i.il.right);
|
|
88043
|
+
this.i.il = this.i.il;
|
|
87974
88044
|
},
|
|
87975
88045
|
enumerable: false,
|
|
87976
88046
|
configurable: true
|
|
87977
88047
|
});
|
|
87978
88048
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualContentPaddingTop", {
|
|
87979
88049
|
get: function () {
|
|
87980
|
-
return this.i.
|
|
88050
|
+
return this.i.il ? this.i.il.top : NaN;
|
|
87981
88051
|
},
|
|
87982
88052
|
set: function (v) {
|
|
87983
88053
|
this.ensureActualContentPadding();
|
|
87984
|
-
this.i.
|
|
87985
|
-
this._a("actualContentPaddingTop", this.i.
|
|
87986
|
-
this.i.
|
|
88054
|
+
this.i.il.top = +v;
|
|
88055
|
+
this._a("actualContentPaddingTop", this.i.il.top);
|
|
88056
|
+
this.i.il = this.i.il;
|
|
87987
88057
|
},
|
|
87988
88058
|
enumerable: false,
|
|
87989
88059
|
configurable: true
|
|
87990
88060
|
});
|
|
87991
88061
|
IgcMultiColumnComboBoxComponent.prototype.ensureActualContentPadding = function () {
|
|
87992
|
-
if (this.i.
|
|
88062
|
+
if (this.i.il) {
|
|
87993
88063
|
return;
|
|
87994
88064
|
}
|
|
87995
|
-
this.i.
|
|
88065
|
+
this.i.il = new Thickness(2);
|
|
87996
88066
|
};
|
|
87997
88067
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusBottomRight", {
|
|
87998
88068
|
get: function () {
|
|
87999
|
-
return this.i.
|
|
88069
|
+
return this.i.gx ? this.i.gx.b : NaN;
|
|
88000
88070
|
},
|
|
88001
88071
|
set: function (v) {
|
|
88002
88072
|
this.ensureCornerRadius();
|
|
88003
|
-
this.i.
|
|
88004
|
-
this._a("cornerRadiusBottomRight", this.i.
|
|
88005
|
-
this.i.
|
|
88073
|
+
this.i.gx.b = +v;
|
|
88074
|
+
this._a("cornerRadiusBottomRight", this.i.gx.b);
|
|
88075
|
+
this.i.gx = this.i.gx;
|
|
88006
88076
|
},
|
|
88007
88077
|
enumerable: false,
|
|
88008
88078
|
configurable: true
|
|
88009
88079
|
});
|
|
88010
88080
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusBottomLeft", {
|
|
88011
88081
|
get: function () {
|
|
88012
|
-
return this.i.
|
|
88082
|
+
return this.i.gx ? this.i.gx.a : NaN;
|
|
88013
88083
|
},
|
|
88014
88084
|
set: function (v) {
|
|
88015
88085
|
this.ensureCornerRadius();
|
|
88016
|
-
this.i.
|
|
88017
|
-
this._a("cornerRadiusBottomLeft", this.i.
|
|
88018
|
-
this.i.
|
|
88086
|
+
this.i.gx.a = +v;
|
|
88087
|
+
this._a("cornerRadiusBottomLeft", this.i.gx.a);
|
|
88088
|
+
this.i.gx = this.i.gx;
|
|
88019
88089
|
},
|
|
88020
88090
|
enumerable: false,
|
|
88021
88091
|
configurable: true
|
|
88022
88092
|
});
|
|
88023
88093
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusTopLeft", {
|
|
88024
88094
|
get: function () {
|
|
88025
|
-
return this.i.
|
|
88095
|
+
return this.i.gx ? this.i.gx.c : NaN;
|
|
88026
88096
|
},
|
|
88027
88097
|
set: function (v) {
|
|
88028
88098
|
this.ensureCornerRadius();
|
|
88029
|
-
this.i.
|
|
88030
|
-
this._a("cornerRadiusTopLeft", this.i.
|
|
88031
|
-
this.i.
|
|
88099
|
+
this.i.gx.c = +v;
|
|
88100
|
+
this._a("cornerRadiusTopLeft", this.i.gx.c);
|
|
88101
|
+
this.i.gx = this.i.gx;
|
|
88032
88102
|
},
|
|
88033
88103
|
enumerable: false,
|
|
88034
88104
|
configurable: true
|
|
88035
88105
|
});
|
|
88036
88106
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "cornerRadiusTopRight", {
|
|
88037
88107
|
get: function () {
|
|
88038
|
-
return this.i.
|
|
88108
|
+
return this.i.gx ? this.i.gx.d : NaN;
|
|
88039
88109
|
},
|
|
88040
88110
|
set: function (v) {
|
|
88041
88111
|
this.ensureCornerRadius();
|
|
88042
|
-
this.i.
|
|
88043
|
-
this._a("cornerRadiusTopRight", this.i.
|
|
88044
|
-
this.i.
|
|
88112
|
+
this.i.gx.d = +v;
|
|
88113
|
+
this._a("cornerRadiusTopRight", this.i.gx.d);
|
|
88114
|
+
this.i.gx = this.i.gx;
|
|
88045
88115
|
},
|
|
88046
88116
|
enumerable: false,
|
|
88047
88117
|
configurable: true
|
|
88048
88118
|
});
|
|
88049
88119
|
IgcMultiColumnComboBoxComponent.prototype.ensureCornerRadius = function () {
|
|
88050
|
-
if (this.i.
|
|
88120
|
+
if (this.i.gx) {
|
|
88051
88121
|
return;
|
|
88052
88122
|
}
|
|
88053
|
-
this.i.
|
|
88123
|
+
this.i.gx = new CornerRadius(2);
|
|
88054
88124
|
};
|
|
88055
88125
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusBottomRight", {
|
|
88056
88126
|
get: function () {
|
|
88057
|
-
return this.i.
|
|
88127
|
+
return this.i.gw ? this.i.gw.b : NaN;
|
|
88058
88128
|
},
|
|
88059
88129
|
set: function (v) {
|
|
88060
88130
|
this.ensureActualCornerRadius();
|
|
88061
|
-
this.i.
|
|
88062
|
-
this._a("actualCornerRadiusBottomRight", this.i.
|
|
88063
|
-
this.i.
|
|
88131
|
+
this.i.gw.b = +v;
|
|
88132
|
+
this._a("actualCornerRadiusBottomRight", this.i.gw.b);
|
|
88133
|
+
this.i.gw = this.i.gw;
|
|
88064
88134
|
},
|
|
88065
88135
|
enumerable: false,
|
|
88066
88136
|
configurable: true
|
|
88067
88137
|
});
|
|
88068
88138
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusBottomLeft", {
|
|
88069
88139
|
get: function () {
|
|
88070
|
-
return this.i.
|
|
88140
|
+
return this.i.gw ? this.i.gw.a : NaN;
|
|
88071
88141
|
},
|
|
88072
88142
|
set: function (v) {
|
|
88073
88143
|
this.ensureActualCornerRadius();
|
|
88074
|
-
this.i.
|
|
88075
|
-
this._a("actualCornerRadiusBottomLeft", this.i.
|
|
88076
|
-
this.i.
|
|
88144
|
+
this.i.gw.a = +v;
|
|
88145
|
+
this._a("actualCornerRadiusBottomLeft", this.i.gw.a);
|
|
88146
|
+
this.i.gw = this.i.gw;
|
|
88077
88147
|
},
|
|
88078
88148
|
enumerable: false,
|
|
88079
88149
|
configurable: true
|
|
88080
88150
|
});
|
|
88081
88151
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusTopLeft", {
|
|
88082
88152
|
get: function () {
|
|
88083
|
-
return this.i.
|
|
88153
|
+
return this.i.gw ? this.i.gw.c : NaN;
|
|
88084
88154
|
},
|
|
88085
88155
|
set: function (v) {
|
|
88086
88156
|
this.ensureActualCornerRadius();
|
|
88087
|
-
this.i.
|
|
88088
|
-
this._a("actualCornerRadiusTopLeft", this.i.
|
|
88089
|
-
this.i.
|
|
88157
|
+
this.i.gw.c = +v;
|
|
88158
|
+
this._a("actualCornerRadiusTopLeft", this.i.gw.c);
|
|
88159
|
+
this.i.gw = this.i.gw;
|
|
88090
88160
|
},
|
|
88091
88161
|
enumerable: false,
|
|
88092
88162
|
configurable: true
|
|
88093
88163
|
});
|
|
88094
88164
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "actualCornerRadiusTopRight", {
|
|
88095
88165
|
get: function () {
|
|
88096
|
-
return this.i.
|
|
88166
|
+
return this.i.gw ? this.i.gw.d : NaN;
|
|
88097
88167
|
},
|
|
88098
88168
|
set: function (v) {
|
|
88099
88169
|
this.ensureActualCornerRadius();
|
|
88100
|
-
this.i.
|
|
88101
|
-
this._a("actualCornerRadiusTopRight", this.i.
|
|
88102
|
-
this.i.
|
|
88170
|
+
this.i.gw.d = +v;
|
|
88171
|
+
this._a("actualCornerRadiusTopRight", this.i.gw.d);
|
|
88172
|
+
this.i.gw = this.i.gw;
|
|
88103
88173
|
},
|
|
88104
88174
|
enumerable: false,
|
|
88105
88175
|
configurable: true
|
|
88106
88176
|
});
|
|
88107
88177
|
IgcMultiColumnComboBoxComponent.prototype.ensureActualCornerRadius = function () {
|
|
88108
|
-
if (this.i.
|
|
88178
|
+
if (this.i.gw) {
|
|
88109
88179
|
return;
|
|
88110
88180
|
}
|
|
88111
|
-
this.i.
|
|
88181
|
+
this.i.gw = new CornerRadius(2);
|
|
88112
88182
|
};
|
|
88113
88183
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "dataSourceDesiredProperties", {
|
|
88114
88184
|
/**
|
|
@@ -88174,11 +88244,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88174
88244
|
* Gets or sets the color to use the hovered background of the inputs in the group.
|
|
88175
88245
|
*/
|
|
88176
88246
|
get: function () {
|
|
88177
|
-
return brushToString(this.i.
|
|
88247
|
+
return brushToString(this.i.h9);
|
|
88178
88248
|
},
|
|
88179
88249
|
set: function (v) {
|
|
88180
|
-
this.i.
|
|
88181
|
-
this._a("focusBorderColor", brushToString(this.i.
|
|
88250
|
+
this.i.h9 = stringToBrush(v);
|
|
88251
|
+
this._a("focusBorderColor", brushToString(this.i.h9));
|
|
88182
88252
|
},
|
|
88183
88253
|
enumerable: false,
|
|
88184
88254
|
configurable: true
|
|
@@ -88188,11 +88258,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88188
88258
|
* Gets the actual item border color.
|
|
88189
88259
|
*/
|
|
88190
88260
|
get: function () {
|
|
88191
|
-
return brushToString(this.i.
|
|
88261
|
+
return brushToString(this.i.hn);
|
|
88192
88262
|
},
|
|
88193
88263
|
set: function (v) {
|
|
88194
|
-
this.i.
|
|
88195
|
-
this._a("actualFocusBorderColor", brushToString(this.i.
|
|
88264
|
+
this.i.hn = stringToBrush(v);
|
|
88265
|
+
this._a("actualFocusBorderColor", brushToString(this.i.hn));
|
|
88196
88266
|
},
|
|
88197
88267
|
enumerable: false,
|
|
88198
88268
|
configurable: true
|
|
@@ -88202,11 +88272,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88202
88272
|
* Gets or sets the border width to use for the border of the item group when focused.
|
|
88203
88273
|
*/
|
|
88204
88274
|
get: function () {
|
|
88205
|
-
return this.i.
|
|
88275
|
+
return this.i.cy;
|
|
88206
88276
|
},
|
|
88207
88277
|
set: function (v) {
|
|
88208
|
-
this.i.
|
|
88209
|
-
this._a("focusBorderWidth", this.i.
|
|
88278
|
+
this.i.cy = +v;
|
|
88279
|
+
this._a("focusBorderWidth", this.i.cy);
|
|
88210
88280
|
},
|
|
88211
88281
|
enumerable: false,
|
|
88212
88282
|
configurable: true
|
|
@@ -88216,11 +88286,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88216
88286
|
* Gets the actual item border width.
|
|
88217
88287
|
*/
|
|
88218
88288
|
get: function () {
|
|
88219
|
-
return this.i.
|
|
88289
|
+
return this.i.cd;
|
|
88220
88290
|
},
|
|
88221
88291
|
set: function (v) {
|
|
88222
|
-
this.i.
|
|
88223
|
-
this._a("actualFocusBorderWidth", this.i.
|
|
88292
|
+
this.i.cd = +v;
|
|
88293
|
+
this._a("actualFocusBorderWidth", this.i.cd);
|
|
88224
88294
|
},
|
|
88225
88295
|
enumerable: false,
|
|
88226
88296
|
configurable: true
|
|
@@ -88230,11 +88300,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88230
88300
|
* Gets or sets the color to use for the underline element.
|
|
88231
88301
|
*/
|
|
88232
88302
|
get: function () {
|
|
88233
|
-
return brushToString(this.i.
|
|
88303
|
+
return brushToString(this.i.ia);
|
|
88234
88304
|
},
|
|
88235
88305
|
set: function (v) {
|
|
88236
|
-
this.i.
|
|
88237
|
-
this._a("focusUnderlineColor", brushToString(this.i.
|
|
88306
|
+
this.i.ia = stringToBrush(v);
|
|
88307
|
+
this._a("focusUnderlineColor", brushToString(this.i.ia));
|
|
88238
88308
|
},
|
|
88239
88309
|
enumerable: false,
|
|
88240
88310
|
configurable: true
|
|
@@ -88244,11 +88314,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88244
88314
|
* Gets the actual color to use for the underline element when focused.
|
|
88245
88315
|
*/
|
|
88246
88316
|
get: function () {
|
|
88247
|
-
return brushToString(this.i.
|
|
88317
|
+
return brushToString(this.i.ho);
|
|
88248
88318
|
},
|
|
88249
88319
|
set: function (v) {
|
|
88250
|
-
this.i.
|
|
88251
|
-
this._a("actualFocusUnderlineColor", brushToString(this.i.
|
|
88320
|
+
this.i.ho = stringToBrush(v);
|
|
88321
|
+
this._a("actualFocusUnderlineColor", brushToString(this.i.ho));
|
|
88252
88322
|
},
|
|
88253
88323
|
enumerable: false,
|
|
88254
88324
|
configurable: true
|
|
@@ -88258,11 +88328,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88258
88328
|
* Gets or sets the color to use for the underline element.
|
|
88259
88329
|
*/
|
|
88260
88330
|
get: function () {
|
|
88261
|
-
return this.i.
|
|
88331
|
+
return this.i.cz;
|
|
88262
88332
|
},
|
|
88263
88333
|
set: function (v) {
|
|
88264
|
-
this.i.
|
|
88265
|
-
this._a("focusUnderlineOpacity", this.i.
|
|
88334
|
+
this.i.cz = +v;
|
|
88335
|
+
this._a("focusUnderlineOpacity", this.i.cz);
|
|
88266
88336
|
},
|
|
88267
88337
|
enumerable: false,
|
|
88268
88338
|
configurable: true
|
|
@@ -88272,11 +88342,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88272
88342
|
* Gets the actual opacity to use for the underline element when focused.
|
|
88273
88343
|
*/
|
|
88274
88344
|
get: function () {
|
|
88275
|
-
return this.i.
|
|
88345
|
+
return this.i.ce;
|
|
88276
88346
|
},
|
|
88277
88347
|
set: function (v) {
|
|
88278
|
-
this.i.
|
|
88279
|
-
this._a("actualFocusUnderlineOpacity", this.i.
|
|
88348
|
+
this.i.ce = +v;
|
|
88349
|
+
this._a("actualFocusUnderlineOpacity", this.i.ce);
|
|
88280
88350
|
},
|
|
88281
88351
|
enumerable: false,
|
|
88282
88352
|
configurable: true
|
|
@@ -88286,11 +88356,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88286
88356
|
* Gets or sets the opacity to use for the underline ripple element when focused.
|
|
88287
88357
|
*/
|
|
88288
88358
|
get: function () {
|
|
88289
|
-
return this.i.
|
|
88359
|
+
return this.i.c0;
|
|
88290
88360
|
},
|
|
88291
88361
|
set: function (v) {
|
|
88292
|
-
this.i.
|
|
88293
|
-
this._a("focusUnderlineRippleOpacity", this.i.
|
|
88362
|
+
this.i.c0 = +v;
|
|
88363
|
+
this._a("focusUnderlineRippleOpacity", this.i.c0);
|
|
88294
88364
|
},
|
|
88295
88365
|
enumerable: false,
|
|
88296
88366
|
configurable: true
|
|
@@ -88300,11 +88370,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88300
88370
|
* Gets the actual opacity to use for the underline ripple element when focused.
|
|
88301
88371
|
*/
|
|
88302
88372
|
get: function () {
|
|
88303
|
-
return this.i.
|
|
88373
|
+
return this.i.cf;
|
|
88304
88374
|
},
|
|
88305
88375
|
set: function (v) {
|
|
88306
|
-
this.i.
|
|
88307
|
-
this._a("actualFocusUnderlineRippleOpacity", this.i.
|
|
88376
|
+
this.i.cf = +v;
|
|
88377
|
+
this._a("actualFocusUnderlineRippleOpacity", this.i.cf);
|
|
88308
88378
|
},
|
|
88309
88379
|
enumerable: false,
|
|
88310
88380
|
configurable: true
|
|
@@ -88314,11 +88384,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88314
88384
|
* Gets or sets the color to use for the underline element.
|
|
88315
88385
|
*/
|
|
88316
88386
|
get: function () {
|
|
88317
|
-
return brushToString(this.i.
|
|
88387
|
+
return brushToString(this.i.ib);
|
|
88318
88388
|
},
|
|
88319
88389
|
set: function (v) {
|
|
88320
|
-
this.i.
|
|
88321
|
-
this._a("hoverUnderlineColor", brushToString(this.i.
|
|
88390
|
+
this.i.ib = stringToBrush(v);
|
|
88391
|
+
this._a("hoverUnderlineColor", brushToString(this.i.ib));
|
|
88322
88392
|
},
|
|
88323
88393
|
enumerable: false,
|
|
88324
88394
|
configurable: true
|
|
@@ -88328,11 +88398,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88328
88398
|
* Gets the actual color to use for the underline element.
|
|
88329
88399
|
*/
|
|
88330
88400
|
get: function () {
|
|
88331
|
-
return brushToString(this.i.
|
|
88401
|
+
return brushToString(this.i.hp);
|
|
88332
88402
|
},
|
|
88333
88403
|
set: function (v) {
|
|
88334
|
-
this.i.
|
|
88335
|
-
this._a("actualHoverUnderlineColor", brushToString(this.i.
|
|
88404
|
+
this.i.hp = stringToBrush(v);
|
|
88405
|
+
this._a("actualHoverUnderlineColor", brushToString(this.i.hp));
|
|
88336
88406
|
},
|
|
88337
88407
|
enumerable: false,
|
|
88338
88408
|
configurable: true
|
|
@@ -88342,11 +88412,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88342
88412
|
* Gets or sets the color to use for the underline element.
|
|
88343
88413
|
*/
|
|
88344
88414
|
get: function () {
|
|
88345
|
-
return this.i.
|
|
88415
|
+
return this.i.c1;
|
|
88346
88416
|
},
|
|
88347
88417
|
set: function (v) {
|
|
88348
|
-
this.i.
|
|
88349
|
-
this._a("hoverUnderlineOpacity", this.i.
|
|
88418
|
+
this.i.c1 = +v;
|
|
88419
|
+
this._a("hoverUnderlineOpacity", this.i.c1);
|
|
88350
88420
|
},
|
|
88351
88421
|
enumerable: false,
|
|
88352
88422
|
configurable: true
|
|
@@ -88356,11 +88426,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88356
88426
|
* Gets the actual opacity to use for the underline element when hovered.
|
|
88357
88427
|
*/
|
|
88358
88428
|
get: function () {
|
|
88359
|
-
return this.i.
|
|
88429
|
+
return this.i.cg;
|
|
88360
88430
|
},
|
|
88361
88431
|
set: function (v) {
|
|
88362
|
-
this.i.
|
|
88363
|
-
this._a("actualHoverUnderlineOpacity", this.i.
|
|
88432
|
+
this.i.cg = +v;
|
|
88433
|
+
this._a("actualHoverUnderlineOpacity", this.i.cg);
|
|
88364
88434
|
},
|
|
88365
88435
|
enumerable: false,
|
|
88366
88436
|
configurable: true
|
|
@@ -88370,11 +88440,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88370
88440
|
* Gets or sets the width to use for the underline element when hovered.
|
|
88371
88441
|
*/
|
|
88372
88442
|
get: function () {
|
|
88373
|
-
return this.i.
|
|
88443
|
+
return this.i.c2;
|
|
88374
88444
|
},
|
|
88375
88445
|
set: function (v) {
|
|
88376
|
-
this.i.
|
|
88377
|
-
this._a("hoverUnderlineWidth", this.i.
|
|
88446
|
+
this.i.c2 = +v;
|
|
88447
|
+
this._a("hoverUnderlineWidth", this.i.c2);
|
|
88378
88448
|
},
|
|
88379
88449
|
enumerable: false,
|
|
88380
88450
|
configurable: true
|
|
@@ -88384,11 +88454,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88384
88454
|
* Gets the width to use for the underline element when hovered.
|
|
88385
88455
|
*/
|
|
88386
88456
|
get: function () {
|
|
88387
|
-
return this.i.
|
|
88457
|
+
return this.i.ch;
|
|
88388
88458
|
},
|
|
88389
88459
|
set: function (v) {
|
|
88390
|
-
this.i.
|
|
88391
|
-
this._a("actualHoverUnderlineWidth", this.i.
|
|
88460
|
+
this.i.ch = +v;
|
|
88461
|
+
this._a("actualHoverUnderlineWidth", this.i.ch);
|
|
88392
88462
|
},
|
|
88393
88463
|
enumerable: false,
|
|
88394
88464
|
configurable: true
|
|
@@ -88422,10 +88492,10 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88422
88492
|
* The text displayed in the label portion of the control.
|
|
88423
88493
|
*/
|
|
88424
88494
|
get: function () {
|
|
88425
|
-
return this.i.
|
|
88495
|
+
return this.i.fb;
|
|
88426
88496
|
},
|
|
88427
88497
|
set: function (v) {
|
|
88428
|
-
this.i.
|
|
88498
|
+
this.i.fb = v;
|
|
88429
88499
|
},
|
|
88430
88500
|
enumerable: false,
|
|
88431
88501
|
configurable: true
|
|
@@ -88435,11 +88505,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88435
88505
|
* Gets or sets the color to use for the text.
|
|
88436
88506
|
*/
|
|
88437
88507
|
get: function () {
|
|
88438
|
-
return brushToString(this.i.
|
|
88508
|
+
return brushToString(this.i.ic);
|
|
88439
88509
|
},
|
|
88440
88510
|
set: function (v) {
|
|
88441
|
-
this.i.
|
|
88442
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
88511
|
+
this.i.ic = stringToBrush(v);
|
|
88512
|
+
this._a("labelTextColor", brushToString(this.i.ic));
|
|
88443
88513
|
},
|
|
88444
88514
|
enumerable: false,
|
|
88445
88515
|
configurable: true
|
|
@@ -88449,11 +88519,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88449
88519
|
* Gets the actual color to use for the text color.
|
|
88450
88520
|
*/
|
|
88451
88521
|
get: function () {
|
|
88452
|
-
return brushToString(this.i.
|
|
88522
|
+
return brushToString(this.i.hq);
|
|
88453
88523
|
},
|
|
88454
88524
|
set: function (v) {
|
|
88455
|
-
this.i.
|
|
88456
|
-
this._a("actualLabelTextColor", brushToString(this.i.
|
|
88525
|
+
this.i.hq = stringToBrush(v);
|
|
88526
|
+
this._a("actualLabelTextColor", brushToString(this.i.hq));
|
|
88457
88527
|
},
|
|
88458
88528
|
enumerable: false,
|
|
88459
88529
|
configurable: true
|
|
@@ -88496,10 +88566,10 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88496
88566
|
* Gets or sets the text to display on the list when no suggested matches are found.
|
|
88497
88567
|
*/
|
|
88498
88568
|
get: function () {
|
|
88499
|
-
return this.i.
|
|
88569
|
+
return this.i.fh;
|
|
88500
88570
|
},
|
|
88501
88571
|
set: function (v) {
|
|
88502
|
-
this.i.
|
|
88572
|
+
this.i.fh = v;
|
|
88503
88573
|
},
|
|
88504
88574
|
enumerable: false,
|
|
88505
88575
|
configurable: true
|
|
@@ -88522,11 +88592,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88522
88592
|
* Gets or sets the color to use for the "no matches found" label.
|
|
88523
88593
|
*/
|
|
88524
88594
|
get: function () {
|
|
88525
|
-
return brushToString(this.i.
|
|
88595
|
+
return brushToString(this.i.id);
|
|
88526
88596
|
},
|
|
88527
88597
|
set: function (v) {
|
|
88528
|
-
this.i.
|
|
88529
|
-
this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.
|
|
88598
|
+
this.i.id = stringToBrush(v);
|
|
88599
|
+
this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.id));
|
|
88530
88600
|
},
|
|
88531
88601
|
enumerable: false,
|
|
88532
88602
|
configurable: true
|
|
@@ -88536,11 +88606,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88536
88606
|
* Gets the actual color to use for the "no matches found" label.
|
|
88537
88607
|
*/
|
|
88538
88608
|
get: function () {
|
|
88539
|
-
return brushToString(this.i.
|
|
88609
|
+
return brushToString(this.i.hr);
|
|
88540
88610
|
},
|
|
88541
88611
|
set: function (v) {
|
|
88542
|
-
this.i.
|
|
88543
|
-
this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.
|
|
88612
|
+
this.i.hr = stringToBrush(v);
|
|
88613
|
+
this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.hr));
|
|
88544
88614
|
},
|
|
88545
88615
|
enumerable: false,
|
|
88546
88616
|
configurable: true
|
|
@@ -88550,11 +88620,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88550
88620
|
* Gets or sets the color to use for the "no matches found" label.
|
|
88551
88621
|
*/
|
|
88552
88622
|
get: function () {
|
|
88553
|
-
return brushToString(this.i.
|
|
88623
|
+
return brushToString(this.i.ie);
|
|
88554
88624
|
},
|
|
88555
88625
|
set: function (v) {
|
|
88556
|
-
this.i.
|
|
88557
|
-
this._a("noMatchesFoundLabelTextColor", brushToString(this.i.
|
|
88626
|
+
this.i.ie = stringToBrush(v);
|
|
88627
|
+
this._a("noMatchesFoundLabelTextColor", brushToString(this.i.ie));
|
|
88558
88628
|
},
|
|
88559
88629
|
enumerable: false,
|
|
88560
88630
|
configurable: true
|
|
@@ -88564,11 +88634,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88564
88634
|
* Gets the actual color to use for the "no matches found" label.
|
|
88565
88635
|
*/
|
|
88566
88636
|
get: function () {
|
|
88567
|
-
return brushToString(this.i.
|
|
88637
|
+
return brushToString(this.i.hs);
|
|
88568
88638
|
},
|
|
88569
88639
|
set: function (v) {
|
|
88570
|
-
this.i.
|
|
88571
|
-
this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.
|
|
88640
|
+
this.i.hs = stringToBrush(v);
|
|
88641
|
+
this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.hs));
|
|
88572
88642
|
},
|
|
88573
88643
|
enumerable: false,
|
|
88574
88644
|
configurable: true
|
|
@@ -88597,10 +88667,10 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88597
88667
|
* Placeholder text which gives the user a hint about what kind of text is expected.
|
|
88598
88668
|
*/
|
|
88599
88669
|
get: function () {
|
|
88600
|
-
return this.i.
|
|
88670
|
+
return this.i.fn;
|
|
88601
88671
|
},
|
|
88602
88672
|
set: function (v) {
|
|
88603
|
-
this.i.
|
|
88673
|
+
this.i.fn = v;
|
|
88604
88674
|
},
|
|
88605
88675
|
enumerable: false,
|
|
88606
88676
|
configurable: true
|
|
@@ -88624,11 +88694,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88624
88694
|
* Gets or sets the color to use for the text.
|
|
88625
88695
|
*/
|
|
88626
88696
|
get: function () {
|
|
88627
|
-
return brushToString(this.i.
|
|
88697
|
+
return brushToString(this.i.ig);
|
|
88628
88698
|
},
|
|
88629
88699
|
set: function (v) {
|
|
88630
|
-
this.i.
|
|
88631
|
-
this._a("textColor", brushToString(this.i.
|
|
88700
|
+
this.i.ig = stringToBrush(v);
|
|
88701
|
+
this._a("textColor", brushToString(this.i.ig));
|
|
88632
88702
|
},
|
|
88633
88703
|
enumerable: false,
|
|
88634
88704
|
configurable: true
|
|
@@ -88638,11 +88708,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88638
88708
|
* Gets the actual color to use for the text color.
|
|
88639
88709
|
*/
|
|
88640
88710
|
get: function () {
|
|
88641
|
-
return brushToString(this.i.
|
|
88711
|
+
return brushToString(this.i.ht);
|
|
88642
88712
|
},
|
|
88643
88713
|
set: function (v) {
|
|
88644
|
-
this.i.
|
|
88645
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
88714
|
+
this.i.ht = stringToBrush(v);
|
|
88715
|
+
this._a("actualTextColor", brushToString(this.i.ht));
|
|
88646
88716
|
},
|
|
88647
88717
|
enumerable: false,
|
|
88648
88718
|
configurable: true
|
|
@@ -88671,11 +88741,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88671
88741
|
* Gets or sets the color to use for the underline element.
|
|
88672
88742
|
*/
|
|
88673
88743
|
get: function () {
|
|
88674
|
-
return brushToString(this.i.
|
|
88744
|
+
return brushToString(this.i.ih);
|
|
88675
88745
|
},
|
|
88676
88746
|
set: function (v) {
|
|
88677
|
-
this.i.
|
|
88678
|
-
this._a("underlineColor", brushToString(this.i.
|
|
88747
|
+
this.i.ih = stringToBrush(v);
|
|
88748
|
+
this._a("underlineColor", brushToString(this.i.ih));
|
|
88679
88749
|
},
|
|
88680
88750
|
enumerable: false,
|
|
88681
88751
|
configurable: true
|
|
@@ -88685,11 +88755,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88685
88755
|
* Gets the actual color to use for the underline element.
|
|
88686
88756
|
*/
|
|
88687
88757
|
get: function () {
|
|
88688
|
-
return brushToString(this.i.
|
|
88758
|
+
return brushToString(this.i.hu);
|
|
88689
88759
|
},
|
|
88690
88760
|
set: function (v) {
|
|
88691
|
-
this.i.
|
|
88692
|
-
this._a("actualUnderlineColor", brushToString(this.i.
|
|
88761
|
+
this.i.hu = stringToBrush(v);
|
|
88762
|
+
this._a("actualUnderlineColor", brushToString(this.i.hu));
|
|
88693
88763
|
},
|
|
88694
88764
|
enumerable: false,
|
|
88695
88765
|
configurable: true
|
|
@@ -88699,11 +88769,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88699
88769
|
* Gets or sets the color to use for the underline element.
|
|
88700
88770
|
*/
|
|
88701
88771
|
get: function () {
|
|
88702
|
-
return this.i.
|
|
88772
|
+
return this.i.c3;
|
|
88703
88773
|
},
|
|
88704
88774
|
set: function (v) {
|
|
88705
|
-
this.i.
|
|
88706
|
-
this._a("underlineOpacity", this.i.
|
|
88775
|
+
this.i.c3 = +v;
|
|
88776
|
+
this._a("underlineOpacity", this.i.c3);
|
|
88707
88777
|
},
|
|
88708
88778
|
enumerable: false,
|
|
88709
88779
|
configurable: true
|
|
@@ -88713,11 +88783,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88713
88783
|
* Gets the actual opacity to use for the underline element.
|
|
88714
88784
|
*/
|
|
88715
88785
|
get: function () {
|
|
88716
|
-
return this.i.
|
|
88786
|
+
return this.i.ci;
|
|
88717
88787
|
},
|
|
88718
88788
|
set: function (v) {
|
|
88719
|
-
this.i.
|
|
88720
|
-
this._a("actualUnderlineOpacity", this.i.
|
|
88789
|
+
this.i.ci = +v;
|
|
88790
|
+
this._a("actualUnderlineOpacity", this.i.ci);
|
|
88721
88791
|
},
|
|
88722
88792
|
enumerable: false,
|
|
88723
88793
|
configurable: true
|
|
@@ -88727,11 +88797,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88727
88797
|
* Gets or sets the color to use for the underline ripple element.
|
|
88728
88798
|
*/
|
|
88729
88799
|
get: function () {
|
|
88730
|
-
return brushToString(this.i.
|
|
88800
|
+
return brushToString(this.i.ii);
|
|
88731
88801
|
},
|
|
88732
88802
|
set: function (v) {
|
|
88733
|
-
this.i.
|
|
88734
|
-
this._a("underlineRippleColor", brushToString(this.i.
|
|
88803
|
+
this.i.ii = stringToBrush(v);
|
|
88804
|
+
this._a("underlineRippleColor", brushToString(this.i.ii));
|
|
88735
88805
|
},
|
|
88736
88806
|
enumerable: false,
|
|
88737
88807
|
configurable: true
|
|
@@ -88741,11 +88811,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88741
88811
|
* Gets the actual color to use for the underline ripple element.
|
|
88742
88812
|
*/
|
|
88743
88813
|
get: function () {
|
|
88744
|
-
return brushToString(this.i.
|
|
88814
|
+
return brushToString(this.i.hv);
|
|
88745
88815
|
},
|
|
88746
88816
|
set: function (v) {
|
|
88747
|
-
this.i.
|
|
88748
|
-
this._a("actualUnderlineRippleColor", brushToString(this.i.
|
|
88817
|
+
this.i.hv = stringToBrush(v);
|
|
88818
|
+
this._a("actualUnderlineRippleColor", brushToString(this.i.hv));
|
|
88749
88819
|
},
|
|
88750
88820
|
enumerable: false,
|
|
88751
88821
|
configurable: true
|
|
@@ -88755,11 +88825,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88755
88825
|
* Gets or sets the opacity to use for the underline ripple element.
|
|
88756
88826
|
*/
|
|
88757
88827
|
get: function () {
|
|
88758
|
-
return this.i.
|
|
88828
|
+
return this.i.c4;
|
|
88759
88829
|
},
|
|
88760
88830
|
set: function (v) {
|
|
88761
|
-
this.i.
|
|
88762
|
-
this._a("underlineRippleOpacity", this.i.
|
|
88831
|
+
this.i.c4 = +v;
|
|
88832
|
+
this._a("underlineRippleOpacity", this.i.c4);
|
|
88763
88833
|
},
|
|
88764
88834
|
enumerable: false,
|
|
88765
88835
|
configurable: true
|
|
@@ -88769,11 +88839,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88769
88839
|
* Gets the actual opacity to use for the underline ripple element.
|
|
88770
88840
|
*/
|
|
88771
88841
|
get: function () {
|
|
88772
|
-
return this.i.
|
|
88842
|
+
return this.i.cj;
|
|
88773
88843
|
},
|
|
88774
88844
|
set: function (v) {
|
|
88775
|
-
this.i.
|
|
88776
|
-
this._a("actualUnderlineRippleOpacity", this.i.
|
|
88845
|
+
this.i.cj = +v;
|
|
88846
|
+
this._a("actualUnderlineRippleOpacity", this.i.cj);
|
|
88777
88847
|
},
|
|
88778
88848
|
enumerable: false,
|
|
88779
88849
|
configurable: true
|
|
@@ -88783,11 +88853,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88783
88853
|
* Gets or sets the width to use for the underline element.
|
|
88784
88854
|
*/
|
|
88785
88855
|
get: function () {
|
|
88786
|
-
return this.i.
|
|
88856
|
+
return this.i.c5;
|
|
88787
88857
|
},
|
|
88788
88858
|
set: function (v) {
|
|
88789
|
-
this.i.
|
|
88790
|
-
this._a("underlineRippleWidth", this.i.
|
|
88859
|
+
this.i.c5 = +v;
|
|
88860
|
+
this._a("underlineRippleWidth", this.i.c5);
|
|
88791
88861
|
},
|
|
88792
88862
|
enumerable: false,
|
|
88793
88863
|
configurable: true
|
|
@@ -88797,11 +88867,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88797
88867
|
* Gets the actual width to use for the underline element.
|
|
88798
88868
|
*/
|
|
88799
88869
|
get: function () {
|
|
88800
|
-
return this.i.
|
|
88870
|
+
return this.i.ck;
|
|
88801
88871
|
},
|
|
88802
88872
|
set: function (v) {
|
|
88803
|
-
this.i.
|
|
88804
|
-
this._a("actualUnderlineRippleWidth", this.i.
|
|
88873
|
+
this.i.ck = +v;
|
|
88874
|
+
this._a("actualUnderlineRippleWidth", this.i.ck);
|
|
88805
88875
|
},
|
|
88806
88876
|
enumerable: false,
|
|
88807
88877
|
configurable: true
|
|
@@ -88811,11 +88881,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88811
88881
|
* Gets or sets the width to use for the underline element.
|
|
88812
88882
|
*/
|
|
88813
88883
|
get: function () {
|
|
88814
|
-
return this.i.
|
|
88884
|
+
return this.i.c6;
|
|
88815
88885
|
},
|
|
88816
88886
|
set: function (v) {
|
|
88817
|
-
this.i.
|
|
88818
|
-
this._a("underlineWidth", this.i.
|
|
88887
|
+
this.i.c6 = +v;
|
|
88888
|
+
this._a("underlineWidth", this.i.c6);
|
|
88819
88889
|
},
|
|
88820
88890
|
enumerable: false,
|
|
88821
88891
|
configurable: true
|
|
@@ -88825,11 +88895,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88825
88895
|
* Gets the actual width to use for the underline element.
|
|
88826
88896
|
*/
|
|
88827
88897
|
get: function () {
|
|
88828
|
-
return this.i.
|
|
88898
|
+
return this.i.cl;
|
|
88829
88899
|
},
|
|
88830
88900
|
set: function (v) {
|
|
88831
|
-
this.i.
|
|
88832
|
-
this._a("actualUnderlineWidth", this.i.
|
|
88901
|
+
this.i.cl = +v;
|
|
88902
|
+
this._a("actualUnderlineWidth", this.i.cl);
|
|
88833
88903
|
},
|
|
88834
88904
|
enumerable: false,
|
|
88835
88905
|
configurable: true
|
|
@@ -88839,11 +88909,11 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88839
88909
|
* Whether to allow filtering of the combo
|
|
88840
88910
|
*/
|
|
88841
88911
|
get: function () {
|
|
88842
|
-
return this.i.
|
|
88912
|
+
return this.i.bg;
|
|
88843
88913
|
},
|
|
88844
88914
|
set: function (v) {
|
|
88845
|
-
this.i.
|
|
88846
|
-
this._a("allowFilter", this.i.
|
|
88915
|
+
this.i.bg = ensureBool(v);
|
|
88916
|
+
this._a("allowFilter", this.i.bg);
|
|
88847
88917
|
},
|
|
88848
88918
|
enumerable: false,
|
|
88849
88919
|
configurable: true
|
|
@@ -88867,10 +88937,10 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88867
88937
|
* Determines the name of the field in the data source will be used as the Text of the MultiColumnComboBox.
|
|
88868
88938
|
*/
|
|
88869
88939
|
get: function () {
|
|
88870
|
-
return this.i.
|
|
88940
|
+
return this.i.fv;
|
|
88871
88941
|
},
|
|
88872
88942
|
set: function (v) {
|
|
88873
|
-
this.i.
|
|
88943
|
+
this.i.fv = v;
|
|
88874
88944
|
},
|
|
88875
88945
|
enumerable: false,
|
|
88876
88946
|
configurable: true
|
|
@@ -88940,6 +89010,48 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
88940
89010
|
enumerable: false,
|
|
88941
89011
|
configurable: true
|
|
88942
89012
|
});
|
|
89013
|
+
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "isFixed", {
|
|
89014
|
+
/**
|
|
89015
|
+
* Indicates that the dropdown will position itself relative to the window instead of the document.
|
|
89016
|
+
*/
|
|
89017
|
+
get: function () {
|
|
89018
|
+
return this.i.bn;
|
|
89019
|
+
},
|
|
89020
|
+
set: function (v) {
|
|
89021
|
+
this.i.bn = ensureBool(v);
|
|
89022
|
+
this._a("isFixed", this.i.bn);
|
|
89023
|
+
},
|
|
89024
|
+
enumerable: false,
|
|
89025
|
+
configurable: true
|
|
89026
|
+
});
|
|
89027
|
+
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "openAsChild", {
|
|
89028
|
+
/**
|
|
89029
|
+
* Indicates that the dropdown should open as a child of the combobox.
|
|
89030
|
+
*/
|
|
89031
|
+
get: function () {
|
|
89032
|
+
return this.i.bo;
|
|
89033
|
+
},
|
|
89034
|
+
set: function (v) {
|
|
89035
|
+
this.i.bo = ensureBool(v);
|
|
89036
|
+
this._a("openAsChild", this.i.bo);
|
|
89037
|
+
},
|
|
89038
|
+
enumerable: false,
|
|
89039
|
+
configurable: true
|
|
89040
|
+
});
|
|
89041
|
+
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "useTopLayer", {
|
|
89042
|
+
/**
|
|
89043
|
+
* Indicates that the dropdown will place itself into the browser top layer.
|
|
89044
|
+
*/
|
|
89045
|
+
get: function () {
|
|
89046
|
+
return this.i.br;
|
|
89047
|
+
},
|
|
89048
|
+
set: function (v) {
|
|
89049
|
+
this.i.br = ensureBool(v);
|
|
89050
|
+
this._a("useTopLayer", this.i.br);
|
|
89051
|
+
},
|
|
89052
|
+
enumerable: false,
|
|
89053
|
+
configurable: true
|
|
89054
|
+
});
|
|
88943
89055
|
IgcMultiColumnComboBoxComponent.prototype.findByName = function (name) {
|
|
88944
89056
|
if (this.findEphemera) {
|
|
88945
89057
|
if (name && name.indexOf("@@e:") == 0) {
|
|
@@ -89031,7 +89143,7 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
89031
89143
|
|
|
89032
89144
|
*/
|
|
89033
89145
|
IgcMultiColumnComboBoxComponent.prototype.exportVisualModel = function () {
|
|
89034
|
-
var iv = this.i.
|
|
89146
|
+
var iv = this.i.c9();
|
|
89035
89147
|
return (iv);
|
|
89036
89148
|
};
|
|
89037
89149
|
/**
|
|
@@ -89039,7 +89151,7 @@ var IgcMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
89039
89151
|
|
|
89040
89152
|
*/
|
|
89041
89153
|
IgcMultiColumnComboBoxComponent.prototype.exportSerializedVisualModel = function () {
|
|
89042
|
-
var iv = this.i.
|
|
89154
|
+
var iv = this.i.ew();
|
|
89043
89155
|
return (iv);
|
|
89044
89156
|
};
|
|
89045
89157
|
Object.defineProperty(IgcMultiColumnComboBoxComponent.prototype, "gotFocus", {
|
|
@@ -97657,11 +97769,11 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97657
97769
|
c.density = 3;
|
|
97658
97770
|
}
|
|
97659
97771
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
97660
|
-
if (c.
|
|
97772
|
+
if (c.dd != e) {
|
|
97661
97773
|
if (!d) {
|
|
97662
97774
|
c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(_this, _this.cq));
|
|
97663
97775
|
}
|
|
97664
|
-
c.
|
|
97776
|
+
c.dd = e;
|
|
97665
97777
|
c.value = null;
|
|
97666
97778
|
c.itemsSource = _this.b(_this.a(e));
|
|
97667
97779
|
if (e.af != c.value) {
|
|
@@ -97688,7 +97800,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97688
97800
|
}
|
|
97689
97801
|
if (d) {
|
|
97690
97802
|
c.selectedValueChanged = delegateCombine(c.selectedValueChanged, runOn(_this, _this.cq));
|
|
97691
|
-
c.
|
|
97803
|
+
c.hw = BrushUtil.h(255, 255, 255, 255);
|
|
97692
97804
|
c.g = ["Name"];
|
|
97693
97805
|
c.columnHeadersVisible = false;
|
|
97694
97806
|
c.defaultColumnWidth = ((function () {
|
|
@@ -97697,7 +97809,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97697
97809
|
$ret.f = _this.ba(e);
|
|
97698
97810
|
return $ret;
|
|
97699
97811
|
})());
|
|
97700
|
-
c.
|
|
97812
|
+
c.fv = "Name";
|
|
97701
97813
|
}
|
|
97702
97814
|
});
|
|
97703
97815
|
};
|
|
@@ -97724,7 +97836,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97724
97836
|
};
|
|
97725
97837
|
PropertyEditor.prototype.cq = function (a, b) {
|
|
97726
97838
|
var c = a;
|
|
97727
|
-
var d = c.
|
|
97839
|
+
var d = c.dd;
|
|
97728
97840
|
this.an = true;
|
|
97729
97841
|
d.af = c.value;
|
|
97730
97842
|
d.ao();
|