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