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