igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.1

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.
Files changed (97) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3905 -3606
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  4. package/esm2015/lib/CellPresenterBase.js +1 -1
  5. package/esm2015/lib/CheckboxListBridge.js +8 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +356 -322
  7. package/esm2015/lib/ColumnChooserView_combined.js +7 -7
  8. package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
  9. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  10. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  11. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  12. package/esm2015/lib/DataGridLocaleEn.js +8 -0
  13. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  15. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  16. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  17. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  18. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  19. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  20. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  21. package/esm2015/lib/GridExternalWrapper.js +6 -6
  22. package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
  23. package/esm2015/lib/GridIconRepository.js +4 -4
  24. package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
  25. package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
  26. package/esm2015/lib/PropertyEditorView_combined.js +6 -6
  27. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  28. package/esm2015/lib/TemplateHeader.js +1 -1
  29. package/esm2015/lib/TextHeaderCell.js +7 -7
  30. package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
  31. package/esm2015/lib/igx-checkbox-list-component.js +57 -46
  32. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  33. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  34. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  35. package/esm2015/lib/igx-data-grid-column-component.js +101 -85
  36. package/esm2015/lib/igx-data-grid-component.js +24 -1
  37. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
  38. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  39. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  40. package/esm2015/lib/igx-image-column-component.js +10 -10
  41. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  42. package/esm2015/lib/igx-text-column-component.js +8 -8
  43. package/esm2015/lib/igx-text-header-cell-info.js +26 -20
  44. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  45. package/esm5/lib/CellPresenterBase.js +1 -1
  46. package/esm5/lib/CheckboxListBridge.js +8 -0
  47. package/esm5/lib/CheckboxListView_combined.js +346 -308
  48. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  49. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  50. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  51. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  52. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  53. package/esm5/lib/DataGridLocaleEn.js +8 -0
  54. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  55. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  56. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  57. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  59. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  60. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  61. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  62. package/esm5/lib/GridExternalWrapper.js +6 -6
  63. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  64. package/esm5/lib/GridIconRepository.js +4 -4
  65. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  66. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  67. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  68. package/esm5/lib/TemplateCellPresenter.js +1 -1
  69. package/esm5/lib/TemplateHeader.js +1 -1
  70. package/esm5/lib/TextHeaderCell.js +7 -7
  71. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  72. package/esm5/lib/igx-checkbox-list-component.js +60 -45
  73. package/esm5/lib/igx-column-chooser-component.js +1 -1
  74. package/esm5/lib/igx-column-pinning-component.js +1 -1
  75. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  76. package/esm5/lib/igx-data-grid-column-component.js +109 -85
  77. package/esm5/lib/igx-data-grid-component.js +32 -1
  78. package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
  79. package/esm5/lib/igx-date-time-column-component.js +20 -20
  80. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  81. package/esm5/lib/igx-image-column-component.js +10 -10
  82. package/esm5/lib/igx-numeric-column-component.js +32 -32
  83. package/esm5/lib/igx-text-column-component.js +8 -8
  84. package/esm5/lib/igx-text-header-cell-info.js +30 -20
  85. package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
  86. package/fesm5/igniteui-angular-data-grids.js +3905 -3606
  87. package/lib/CheckboxListExternal.d.ts +2 -0
  88. package/lib/CheckboxListView_combined.d.ts +98 -94
  89. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  90. package/lib/DataGridLocaleEn.d.ts +8 -0
  91. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  92. package/lib/igx-checkbox-list-component.d.ts +6 -1
  93. package/lib/igx-data-grid-column-component.d.ts +5 -1
  94. package/lib/igx-data-grid-component.d.ts +13 -1
  95. package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
  96. package/lib/igx-text-header-cell-info.d.ts +2 -0
  97. package/package.json +4 -4
@@ -10,8 +10,8 @@ import { Dictionary$2 } from "igniteui-angular-core";
10
10
  import { XCheckbox } from "igniteui-angular-inputs";
11
11
  import { XLabel } from "igniteui-angular-inputs";
12
12
  import { XIcon } from "igniteui-angular-inputs";
13
- import { XPrefix } from "igniteui-angular-inputs";
14
13
  import { XInputGroup } from "igniteui-angular-inputs";
14
+ import { XPrefix } from "igniteui-angular-inputs";
15
15
  import { XInput } from "igniteui-angular-inputs";
16
16
  import { ControlDisplayDensity_$type } from "igniteui-angular-core";
17
17
  import { FontInfo } from "igniteui-angular-core";
@@ -100,41 +100,39 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
100
100
  ad(a) {
101
101
  let b = a.rootWrapper.getChildAt(0);
102
102
  this.l = b;
103
- this.c.y = new XInputGroup();
104
- let c = a.getSubRenderer(b);
105
- this.c.y.provideContainer(c);
106
- let d = c.getExternal(this.c.y, c.rootWrapper, c.getExternal(this.c, null, null));
107
- this.c.y.d = this.c.aa;
108
- this.c.y.p = this.c.baseTheme;
109
- this.c.y.t = this.c.density;
110
- let e = a.createElement("div");
111
- let f = a.getSubRenderer(e);
112
- let g = new XPrefix();
113
- g.provideContainer(f);
114
- let h = f.getExternal(g, f.rootWrapper, f.getExternal(this.c, null, null));
115
- let i = a.createElement("div");
116
- let j = a.getSubRenderer(i);
103
+ let c = new XInputGroup();
104
+ let d = a.getSubRenderer(b);
105
+ c.provideContainer(d);
106
+ let e = d.getExternal(c, d.rootWrapper, d.getExternal(this.c, null, null));
107
+ this.c.ef(c);
108
+ let f = a.createElement("div");
109
+ let g = a.getSubRenderer(f);
110
+ let h = new XPrefix();
111
+ h.provideContainer(g);
112
+ let i = g.getExternal(h, g.rootWrapper, g.getExternal(this.c, null, null));
113
+ let j = a.createElement("div");
114
+ let k = a.getSubRenderer(j);
117
115
  this.d = new XIcon();
118
- this.d.provideContainer(j);
116
+ this.d.provideContainer(k);
119
117
  this.d.fill = this.c.searchIconColor;
120
- this.d.svgPath = CheckboxList.cw;
121
- let k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
122
- g.appendContentChild(i);
123
- this.c.y.appendContentChild(e);
124
- this.c.y.inputs.add(g);
125
- let l = a.createElement("div");
126
- l.setRawStyleProperty("flex-grow", "1");
127
- let m = a.getSubRenderer(l);
118
+ this.d.svgPath = CheckboxList.cx;
119
+ let l = g.getExternal(this.d, k.rootWrapper, k.getExternal(this.c, null, null));
120
+ h.appendContentChild(j);
121
+ c.appendContentChild(f);
122
+ c.inputs.add(h);
123
+ let m = a.createElement("div");
124
+ m.setRawStyleProperty("flex-grow", "1");
125
+ let n = a.getSubRenderer(m);
128
126
  this.c.w = new XInput();
129
- this.c.w.provideContainer(m);
127
+ this.c.w.provideContainer(n);
130
128
  this.c.w.b8 = "text";
131
- let n = m.getExternal(this.c.w, m.rootWrapper, m.getExternal(this.c, null, null));
129
+ let o = n.getExternal(this.c.w, n.rootWrapper, n.getExternal(this.c, null, null));
132
130
  if (this.c.cf != null) {
133
131
  this.c.w.cg = this.c.cf;
134
132
  }
135
- this.c.y.appendContentChild(l);
133
+ this.c.y.appendContentChild(m);
136
134
  this.c.y.inputs.add(this.c.w);
137
- this.c.d2();
135
+ this.c.d3();
138
136
  }
139
137
  z() {
140
138
  if (this.j != null) {
@@ -185,7 +183,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
185
183
  let h = d.z;
186
184
  try {
187
185
  d.z = true;
188
- d.ar = this.c.bc;
186
+ d.ar = this.c.checkboxCornerRadius;
189
187
  d.a4 = b;
190
188
  if (c) {
191
189
  if (this.c.indexType == 0) {
@@ -207,11 +205,11 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
207
205
  finally {
208
206
  d.z = h;
209
207
  }
210
- d.dk = this.c.e9;
211
- d.dd = this.c.e7;
212
- d.dl = this.c.fa;
213
- d.de = this.c.e8;
214
- d.dm = this.c.fb;
208
+ d.dk = this.c.fc;
209
+ d.dd = this.c.checkboxCheckedBackgroundColor;
210
+ d.dl = this.c.checkboxUncheckedBackgroundColor;
211
+ d.de = this.c.checkboxCheckedBorderColor;
212
+ d.dm = this.c.checkboxUncheckedBorderColor;
215
213
  }
216
214
  }
217
215
  u(a, b, c, d, e, f, g, h, i, j, k) {
@@ -391,21 +389,21 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
391
389
  let e = c.checked;
392
390
  if (e == true) {
393
391
  if (this.c.indexType == 0) {
394
- this.c.eg(d);
392
+ this.c.ei(d);
395
393
  }
396
394
  else {
397
- this.c.da(d);
395
+ this.c.db(d);
398
396
  }
399
397
  }
400
398
  else {
401
399
  if (this.c.indexType == 0) {
402
- this.c.da(d);
400
+ this.c.db(d);
403
401
  }
404
402
  else {
405
- this.c.eg(d);
403
+ this.c.ei(d);
406
404
  }
407
405
  }
408
- this.c.dy(d, e);
406
+ this.c.dz(d, e);
409
407
  this.an(false);
410
408
  }
411
409
  q() {
@@ -416,7 +414,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
416
414
  let e = parseInt(d.a4.toString());
417
415
  if (e == a) {
418
416
  d.checked = b;
419
- this.c.dy(e, b);
417
+ this.c.dz(e, b);
420
418
  }
421
419
  }
422
420
  this.an();
@@ -446,7 +444,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
446
444
  let d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
447
445
  this.b.n = this.c.baseTheme;
448
446
  this.m = a.createElement("label");
449
- this.m.setRawText(this.c.c0);
447
+ this.m.setRawText(this.c.c1);
450
448
  this.m.setStyleProperty("font-size", "13px");
451
449
  this.n.setStyleProperty("display", "flex");
452
450
  this.n.setStyleProperty("flex-direction", "row");
@@ -462,8 +460,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
462
460
  }
463
461
  am() {
464
462
  if (null != this.m) {
465
- this.m.setRawText(this.c.c0);
466
- NativeUI.r(this.m, this.c.e5);
463
+ this.m.setRawText(this.c.c1);
464
+ NativeUI.r(this.m, this.c.e8);
467
465
  }
468
466
  }
469
467
  ap() {
@@ -511,12 +509,12 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
511
509
  return;
512
510
  }
513
511
  if (b.isChecked) {
514
- this.c.ej();
515
- this.c.d7(b.isChecked);
512
+ this.c.el();
513
+ this.c.d8(b.isChecked);
516
514
  }
517
515
  else {
518
- this.c.dg();
519
- this.c.d7(b.isChecked);
516
+ this.c.dh();
517
+ this.c.d8(b.isChecked);
520
518
  }
521
519
  }
522
520
  ak() {
@@ -526,7 +524,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
526
524
  }
527
525
  let b = a.rootWrapper;
528
526
  if (null != b) {
529
- NativeUI.r(b, this.c.fp);
527
+ NativeUI.r(b, this.c.textColor);
530
528
  NativeUI.n(b, this.c.backgroundColor);
531
529
  }
532
530
  }
@@ -548,11 +546,11 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
548
546
  if (this.b == null) {
549
547
  return;
550
548
  }
551
- this.b.dk = this.c.e9;
552
- this.b.dd = this.c.e7;
553
- this.b.dl = this.c.fa;
554
- this.b.de = this.c.e8;
555
- this.b.dm = this.c.fb;
549
+ this.b.dk = this.c.fc;
550
+ this.b.dd = this.c.checkboxCheckedBackgroundColor;
551
+ this.b.dl = this.c.checkboxUncheckedBackgroundColor;
552
+ this.b.de = this.c.checkboxCheckedBorderColor;
553
+ this.b.dm = this.c.checkboxUncheckedBorderColor;
556
554
  }
557
555
  ah(a) {
558
556
  if (this.k != null) {
@@ -634,30 +632,31 @@ export let CheckboxList = /*@__PURE__*/ (() => {
634
632
  this.m = 1;
635
633
  this.ae = 1;
636
634
  this.ag = 2;
637
- this.e1 = BrushUtil.l(255, 24, 29, 31);
638
- this.ez = null;
635
+ this.e4 = BrushUtil.l(255, 24, 29, 31);
636
+ this.e1 = null;
639
637
  this.ax = true;
638
+ this.e5 = null;
640
639
  this.e2 = null;
641
- this.e0 = null;
640
+ this.e3 = null;
642
641
  this.an = null;
642
+ this.ew = null;
643
643
  this.eu = null;
644
- this.es = null;
644
+ this.ex = null;
645
645
  this.ev = null;
646
- this.et = null;
647
- this.ew = null;
646
+ this.ey = null;
648
647
  this.bb = NaN;
649
- this.f = null;
648
+ this.gridColumnProvider = null;
650
649
  this.ac = 0;
651
- this.ey = null;
650
+ this.e0 = null;
652
651
  this.indexTypeChanged = null;
653
652
  this.aw = false;
654
- this.cz = null;
655
- this.e3 = null;
656
- this.eq = CheckboxList.ff;
653
+ this.c0 = null;
654
+ this.e6 = null;
655
+ this.es = CheckboxList.fi;
657
656
  this.a9 = true;
658
- this.er = CheckboxList.fc;
659
- this.ex = CheckboxList.fe;
660
- this.e4 = CheckboxList.ff;
657
+ this.et = CheckboxList.ff;
658
+ this.ez = CheckboxList.fh;
659
+ this.e7 = CheckboxList.fi;
661
660
  this.keysCleared = null;
662
661
  this.selectAllCheckboxChanged = null;
663
662
  this.bm = -1;
@@ -665,8 +664,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
665
664
  this.a3 = true;
666
665
  this.ay = false;
667
666
  let a = this.h;
668
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ea));
669
- this.h.am(runOn(this, this.d9));
667
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.eb));
668
+ this.h.am(runOn(this, this.ea));
670
669
  this.d = new FilterFactory();
671
670
  let b = new CheckboxListView();
672
671
  b.c = this;
@@ -714,7 +713,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
714
713
  let b = this.a;
715
714
  this.a = a;
716
715
  if (b != this.a) {
717
- this.d5("PrimaryKey", b, this.a);
716
+ this.d6("PrimaryKey", b, this.a);
718
717
  }
719
718
  }
720
719
  clearSelectedKeys() {
@@ -732,44 +731,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
732
731
  removeSelectedKeyAt(a) {
733
732
  this.keys.removeAt(a);
734
733
  }
735
- d9() {
736
- this.dq();
734
+ ea() {
735
+ this.dr();
737
736
  if (this.keysCleared != null) {
738
737
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
739
738
  }
740
739
  }
741
- ea(a, b) {
740
+ eb(a, b) {
742
741
  if (this.e == null || this.e.actualSchema == null || this.as) {
743
742
  return;
744
743
  }
745
744
  switch (b.action) {
746
745
  case 0:
747
746
  for (let c = 0; c < b.newItems.count; c++) {
748
- this.d3(b.newItems.item(c));
747
+ this.d4(b.newItems.item(c));
749
748
  }
750
749
  break;
751
750
  case 1:
752
751
  for (let d = 0; d < b.oldItems.count; d++) {
753
- this.d4(b.oldItems.item(d));
752
+ this.d5(b.oldItems.item(d));
754
753
  }
755
754
  break;
756
755
  case 2:
757
756
  for (let e = 0; e < b.oldItems.count; e++) {
758
- this.d4(b.oldItems.item(e));
757
+ this.d5(b.oldItems.item(e));
759
758
  }
760
759
  for (let f = 0; f < b.newItems.count; f++) {
761
- this.d3(b.newItems.item(f));
760
+ this.d4(b.newItems.item(f));
762
761
  }
763
762
  break;
764
763
  case 4:
765
764
  this.view.ab(this.indexType == 0);
766
765
  for (let g = 0; g < this.keys.ae.count; g++) {
767
- this.d3(this.keys.ae._inner[g]);
766
+ this.d4(this.keys.ae._inner[g]);
768
767
  }
769
768
  break;
770
769
  }
771
770
  }
772
- d3(a) {
771
+ d4(a) {
773
772
  let b = this.e.indexOfKey(a.value);
774
773
  if (b >= 0) {
775
774
  this.view.aa(b, this.indexType == 1);
@@ -785,7 +784,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
785
784
  return $ret;
786
785
  })()));
787
786
  }
788
- d4(a) {
787
+ d5(a) {
789
788
  let b = this.e.indexOfKey(a.value);
790
789
  if (b >= 0) {
791
790
  this.view.aa(b, this.indexType == 0);
@@ -801,7 +800,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
801
800
  return $ret;
802
801
  })()));
803
802
  }
804
- dy(a, b) {
803
+ dz(a, b) {
805
804
  if (this.checkedChanged != null && this.at == false) {
806
805
  let c = null;
807
806
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
@@ -826,58 +825,58 @@ export let CheckboxList = /*@__PURE__*/ (() => {
826
825
  this.av = false;
827
826
  if (this.g != null) {
828
827
  let a = this.g;
829
- a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dk));
828
+ a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dl));
830
829
  let b = this.g;
831
- b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dl));
830
+ b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dm));
832
831
  if (this.g.actualDataSource != null) {
833
832
  let c = this.g.actualDataSource;
834
- c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d6));
833
+ c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d7));
835
834
  }
836
835
  }
837
836
  if (this.v != null) {
838
837
  let d = this.v;
839
- d.changing = delegateCombine(d.changing, runOn(this, this.dn));
838
+ d.changing = delegateCombine(d.changing, runOn(this, this.dp));
840
839
  }
841
840
  if (this.k != null) {
842
841
  let e = this.k;
843
- e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.de));
842
+ e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.df));
844
843
  }
845
844
  }
846
845
  onDetachedFromUI() {
847
846
  this.av = true;
847
+ this.dk();
848
848
  this.dj();
849
- this.di();
850
849
  }
851
- dj() {
850
+ dk() {
852
851
  if (this.g != null) {
853
852
  let a = this.g;
854
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dk));
853
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dl));
855
854
  let b = this.g;
856
- b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dl));
855
+ b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dm));
857
856
  if (this.g.actualDataSource != null) {
858
857
  let c = this.g.actualDataSource;
859
- c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d6));
858
+ c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d7));
860
859
  }
861
860
  }
862
861
  if (this.v != null) {
863
862
  let d = this.v;
864
- d.changing = delegateRemove(d.changing, runOn(this, this.dn));
863
+ d.changing = delegateRemove(d.changing, runOn(this, this.dp));
865
864
  }
866
865
  }
867
- di() {
866
+ dj() {
868
867
  if (this.k != null) {
869
868
  let a = this.k;
870
- a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.de));
869
+ a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.df));
871
870
  }
872
871
  }
873
872
  destroy() {
874
873
  this.au = true;
875
874
  if (!this.av) {
876
- this.dj();
875
+ this.dk();
877
876
  }
878
877
  this.provideContainer(null, null, null);
879
878
  if (!this.av) {
880
- this.di();
879
+ this.dj();
881
880
  }
882
881
  }
883
882
  get a0() {
@@ -888,8 +887,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
888
887
  if (null != this.g) {
889
888
  this.g.scrollbarStyle = 1;
890
889
  let d = this.g;
891
- d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dl));
892
- this.g.scrollbarBackground = this.fi;
890
+ d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dm));
891
+ this.g.scrollbarBackground = this.fl;
893
892
  this.g.headerHeight = 0;
894
893
  this.g.rowSeparatorHeight = 0;
895
894
  this.g.defaultColumnMinWidth = NaN;
@@ -898,31 +897,31 @@ export let CheckboxList = /*@__PURE__*/ (() => {
898
897
  this.g.selectionMode = 0;
899
898
  this.g.editMode = 0;
900
899
  let e = this.g;
901
- e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dk));
900
+ e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dl));
902
901
  if (this.bp != null) {
903
902
  this.g.itemsSource = this.bp;
904
- this.dd();
905
- this.d8();
903
+ this.de();
904
+ this.d9();
906
905
  }
907
906
  if (this.bt != null) {
908
- this.d8();
909
- this.em();
907
+ this.d9();
908
+ this.eo();
910
909
  }
911
910
  }
912
911
  this.view.w(c);
913
- if (this.az) {
914
- this.eo();
912
+ if (this.checkboxAlignedRight) {
913
+ this.eq();
915
914
  }
916
915
  this.view.r(a);
917
916
  }
918
- dl(a, b) {
917
+ dm(a, b) {
919
918
  this.g.scrollbarStyle = this.ad;
920
919
  }
921
920
  provideSelectAllSection(a) {
922
921
  this.view.w(a);
923
922
  }
924
- dk(a, b) {
925
- if (!this.az && b.cellInfo.l.a5 == 0 || this.az && b.cellInfo.l.a5 == 1) {
923
+ dl(a, b) {
924
+ if (!this.checkboxAlignedRight && b.cellInfo.l.a5 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a5 == 1) {
926
925
  return;
927
926
  }
928
927
  let c = b.cellInfo.l.x;
@@ -931,7 +930,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
931
930
  }
932
931
  let d = b.cellInfo.ij;
933
932
  let e = this.j(d);
934
- if (this.a6) {
933
+ if (this.labelClickTriggersChange) {
935
934
  if (this.keys.contains(e)) {
936
935
  if (this.ak != null) {
937
936
  this.ak.setPropertyValue(d, false);
@@ -945,9 +944,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
945
944
  this.keys.add(e);
946
945
  }
947
946
  }
948
- this.dt(c, this.keys.contains(e));
947
+ this.du(c, this.keys.contains(e));
949
948
  }
950
- dt(a, b) {
949
+ du(a, b) {
951
950
  let c = null;
952
951
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
953
952
  c = new Array(this.e.actualPrimaryKey.length);
@@ -966,7 +965,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
966
965
  return $ret;
967
966
  })()));
968
967
  }
969
- de(a, b) {
968
+ df(a, b) {
970
969
  let c = b.cellInfo.l.x;
971
970
  if (-1 == c) {
972
971
  return;
@@ -980,7 +979,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
980
979
  }
981
980
  this.view.t(b.content.element, c, d);
982
981
  }
983
- en(a, b) {
982
+ ep(a, b) {
984
983
  let c = b.cellInfo.l.x;
985
984
  if (-1 == c) {
986
985
  return;
@@ -1010,7 +1009,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1010
1009
  }
1011
1010
  this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
1012
1011
  }
1013
- d0(a) {
1012
+ d1(a) {
1014
1013
  if (this.bt != null) {
1015
1014
  let b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
1016
1015
  let c = b.contains(a);
@@ -1031,7 +1030,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1031
1030
  let b = this.bp;
1032
1031
  this.bp = a;
1033
1032
  if (b != this.bp) {
1034
- this.d5("ItemsSource", b, this.bp);
1033
+ this.d6("ItemsSource", b, this.bp);
1035
1034
  }
1036
1035
  }
1037
1036
  get dataMemberPath() {
@@ -1041,37 +1040,37 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1041
1040
  let b = this.bt;
1042
1041
  this.bt = a;
1043
1042
  if (b != this.bt) {
1044
- this.d5("DataMemberPath", b, this.bt);
1043
+ this.d6("DataMemberPath", b, this.bt);
1045
1044
  }
1046
1045
  }
1047
- get bq() {
1046
+ get dataLegendTarget() {
1048
1047
  return this.bo;
1049
1048
  }
1050
- set bq(a) {
1049
+ set dataLegendTarget(a) {
1051
1050
  let b = this.bo;
1052
1051
  this.bo = a;
1053
1052
  if (b != this.bo) {
1054
- this.d5("DataLegendTarget", b, this.bo);
1053
+ this.d6("DataLegendTarget", b, this.bo);
1055
1054
  }
1056
1055
  }
1057
- get c7() {
1056
+ get subtitleMemberPath() {
1058
1057
  return this.bx;
1059
1058
  }
1060
- set c7(a) {
1059
+ set subtitleMemberPath(a) {
1061
1060
  let b = this.bx;
1062
1061
  this.bx = a;
1063
1062
  if (b != this.bx) {
1064
- this.d5("SubtitleMemberPath", b, this.bx);
1063
+ this.d6("SubtitleMemberPath", b, this.bx);
1065
1064
  }
1066
1065
  }
1067
- get cm() {
1066
+ get propertyTypeMemberPath() {
1068
1067
  return this.bv;
1069
1068
  }
1070
- set cm(a) {
1069
+ set propertyTypeMemberPath(a) {
1071
1070
  let b = this.bv;
1072
1071
  this.bv = a;
1073
1072
  if (b != this.bv) {
1074
- this.d5("PropertyTypeMemberPath", b, this.bv);
1073
+ this.d6("PropertyTypeMemberPath", b, this.bv);
1075
1074
  }
1076
1075
  }
1077
1076
  get selectedMemberPath() {
@@ -1081,7 +1080,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1081
1080
  let b = this.bw;
1082
1081
  this.bw = a;
1083
1082
  if (b != this.bw) {
1084
- this.d5("SelectedMemberPath", b, this.bw);
1083
+ this.d6("SelectedMemberPath", b, this.bw);
1085
1084
  }
1086
1085
  }
1087
1086
  get cf() {
@@ -1091,7 +1090,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1091
1090
  let b = this.bu;
1092
1091
  this.bu = a;
1093
1092
  if (b != this.bu) {
1094
- this.d5("FilterPlaceholderText", b, this.bu);
1093
+ this.d6("FilterPlaceholderText", b, this.bu);
1095
1094
  }
1096
1095
  }
1097
1096
  get aa() {
@@ -1101,7 +1100,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1101
1100
  let b = this.z;
1102
1101
  this.z = a;
1103
1102
  if (b != this.z) {
1104
- this.d5("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1103
+ this.d6("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1105
1104
  }
1106
1105
  }
1107
1106
  get bn() {
@@ -1111,7 +1110,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1111
1110
  let b = this.bk;
1112
1111
  this.bk = a;
1113
1112
  if (b != this.bk) {
1114
- this.d5("RowHeight", b, this.bk);
1113
+ this.d6("RowHeight", b, this.bk);
1115
1114
  }
1116
1115
  }
1117
1116
  get bl() {
@@ -1139,7 +1138,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1139
1138
  let b = this.am;
1140
1139
  this.am = a;
1141
1140
  if (b != this.am) {
1142
- this.d5("CellTextStyle", b, this.am);
1141
+ this.d6("CellTextStyle", b, this.am);
1143
1142
  }
1144
1143
  }
1145
1144
  get indexType() {
@@ -1149,7 +1148,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1149
1148
  let b = this.m;
1150
1149
  this.m = a;
1151
1150
  if (b != this.m) {
1152
- this.d5("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1151
+ this.d6("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1153
1152
  }
1154
1153
  }
1155
1154
  get baseTheme() {
@@ -1159,7 +1158,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1159
1158
  let b = this.ae;
1160
1159
  this.ae = a;
1161
1160
  if (b != this.ae) {
1162
- this.d5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1161
+ this.d6("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1163
1162
  }
1164
1163
  }
1165
1164
  get density() {
@@ -1169,57 +1168,67 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1169
1168
  let b = this.ag;
1170
1169
  this.ag = a;
1171
1170
  if (b != this.ag) {
1172
- this.d5("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1171
+ this.d6("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1173
1172
  }
1174
1173
  }
1175
1174
  get searchIconColor() {
1176
- return this.e1;
1175
+ return this.e4;
1177
1176
  }
1178
1177
  set searchIconColor(a) {
1179
- let b = this.e1;
1180
- this.e1 = a;
1181
- if (b != this.e1) {
1182
- this.d5("SearchIconColor", b, this.e1);
1178
+ let b = this.e4;
1179
+ this.e4 = a;
1180
+ if (b != this.e4) {
1181
+ this.d6("SearchIconColor", b, this.e4);
1183
1182
  }
1184
1183
  }
1185
- get fj() {
1186
- return this.ez;
1184
+ get fm() {
1185
+ return this.e1;
1187
1186
  }
1188
- set fj(a) {
1189
- let b = this.ez;
1190
- this.ez = a;
1191
- if (b != this.ez) {
1192
- this.d5("SearchBackgroundColor", b, this.ez);
1187
+ set fm(a) {
1188
+ let b = this.e1;
1189
+ this.e1 = a;
1190
+ if (b != this.e1) {
1191
+ this.d6("SearchBackgroundColor", b, this.e1);
1193
1192
  }
1194
1193
  }
1195
- get a6() {
1194
+ get labelClickTriggersChange() {
1196
1195
  return this.ax;
1197
1196
  }
1198
- set a6(a) {
1197
+ set labelClickTriggersChange(a) {
1199
1198
  let b = this.ax;
1200
1199
  this.ax = a;
1201
1200
  if (b != this.ax) {
1202
- this.d5("LabelClickTriggersChange", b, this.ax);
1201
+ this.d6("LabelClickTriggersChange", b, this.ax);
1203
1202
  }
1204
1203
  }
1205
1204
  get searchTextColor() {
1206
- return this.e2;
1205
+ return this.e5;
1207
1206
  }
1208
1207
  set searchTextColor(a) {
1208
+ let b = this.e5;
1209
+ this.e5 = a;
1210
+ if (b != this.e5) {
1211
+ this.d6("SearchTextColor", b, this.e5);
1212
+ }
1213
+ }
1214
+ get searchBorderColor() {
1215
+ return this.e2;
1216
+ }
1217
+ set searchBorderColor(a) {
1209
1218
  let b = this.e2;
1210
1219
  this.e2 = a;
1211
1220
  if (b != this.e2) {
1212
- this.d5("SearchTextColor", b, this.e2);
1221
+ this.d6("SearchBorderColor", b, this.e2);
1213
1222
  }
1214
1223
  }
1215
- get fk() {
1216
- return this.e0;
1224
+ get searchFocusBorderColor() {
1225
+ return this.e3;
1217
1226
  }
1218
- set fk(a) {
1219
- let b = this.e0;
1220
- this.e0 = a;
1221
- if (b != this.e0) {
1222
- this.d5("SearchBorderColor", b, this.e0);
1227
+ set searchFocusBorderColor(a) {
1228
+ let b = this.e3;
1229
+ this.e3 = a;
1230
+ if (b != this.e3) {
1231
+ this.d6("SearchFocusBorderColor", b, this.e3);
1223
1232
  }
1224
1233
  }
1225
1234
  get ap() {
@@ -1229,67 +1238,67 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1229
1238
  let b = this.an;
1230
1239
  this.an = a;
1231
1240
  if (b != this.an) {
1232
- this.d5("SearchTextStyle", b, this.an);
1241
+ this.d6("SearchTextStyle", b, this.an);
1242
+ }
1243
+ }
1244
+ get fc() {
1245
+ return this.ew;
1246
+ }
1247
+ set fc(a) {
1248
+ let b = this.ew;
1249
+ this.ew = a;
1250
+ if (b != this.ew) {
1251
+ this.d6("CheckboxTickColor", b, this.ew);
1233
1252
  }
1234
1253
  }
1235
- get e9() {
1254
+ get checkboxCheckedBackgroundColor() {
1236
1255
  return this.eu;
1237
1256
  }
1238
- set e9(a) {
1257
+ set checkboxCheckedBackgroundColor(a) {
1239
1258
  let b = this.eu;
1240
1259
  this.eu = a;
1241
1260
  if (b != this.eu) {
1242
- this.d5("CheckboxTickColor", b, this.eu);
1261
+ this.d6("CheckboxCheckedBackgroundColor", b, this.eu);
1243
1262
  }
1244
1263
  }
1245
- get e7() {
1246
- return this.es;
1264
+ get checkboxUncheckedBackgroundColor() {
1265
+ return this.ex;
1247
1266
  }
1248
- set e7(a) {
1249
- let b = this.es;
1250
- this.es = a;
1251
- if (b != this.es) {
1252
- this.d5("CheckboxCheckedBackgroundColor", b, this.es);
1267
+ set checkboxUncheckedBackgroundColor(a) {
1268
+ let b = this.ex;
1269
+ this.ex = a;
1270
+ if (b != this.ex) {
1271
+ this.d6("CheckboxUncheckedBackgroundColor", b, this.ex);
1253
1272
  }
1254
1273
  }
1255
- get fa() {
1274
+ get checkboxCheckedBorderColor() {
1256
1275
  return this.ev;
1257
1276
  }
1258
- set fa(a) {
1277
+ set checkboxCheckedBorderColor(a) {
1259
1278
  let b = this.ev;
1260
1279
  this.ev = a;
1261
1280
  if (b != this.ev) {
1262
- this.d5("CheckboxUncheckedBackgroundColor", b, this.ev);
1263
- }
1264
- }
1265
- get e8() {
1266
- return this.et;
1267
- }
1268
- set e8(a) {
1269
- let b = this.et;
1270
- this.et = a;
1271
- if (b != this.et) {
1272
- this.d5("CheckboxCheckedBorderColor", b, this.et);
1281
+ this.d6("CheckboxCheckedBorderColor", b, this.ev);
1273
1282
  }
1274
1283
  }
1275
- get fb() {
1276
- return this.ew;
1284
+ get checkboxUncheckedBorderColor() {
1285
+ return this.ey;
1277
1286
  }
1278
- set fb(a) {
1279
- let b = this.ew;
1280
- this.ew = a;
1281
- if (b != this.ew) {
1282
- this.d5("CheckboxUncheckedBorderColor", b, this.ew);
1287
+ set checkboxUncheckedBorderColor(a) {
1288
+ let b = this.ey;
1289
+ this.ey = a;
1290
+ if (b != this.ey) {
1291
+ this.d6("CheckboxUncheckedBorderColor", b, this.ey);
1283
1292
  }
1284
1293
  }
1285
- get bc() {
1294
+ get checkboxCornerRadius() {
1286
1295
  return this.bb;
1287
1296
  }
1288
- set bc(a) {
1297
+ set checkboxCornerRadius(a) {
1289
1298
  let b = this.bb;
1290
1299
  this.bb = a;
1291
1300
  if (b != this.bb) {
1292
- this.d5("CheckboxCornerRadius", b, this.bb);
1301
+ this.d6("CheckboxCornerRadius", b, this.bb);
1293
1302
  }
1294
1303
  }
1295
1304
  get ad() {
@@ -1299,35 +1308,35 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1299
1308
  let b = this.ac;
1300
1309
  this.ac = a;
1301
1310
  if (b != this.ac) {
1302
- this.d5("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1311
+ this.d6("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1303
1312
  }
1304
1313
  }
1305
- get fi() {
1306
- return this.ey;
1314
+ get fl() {
1315
+ return this.e0;
1307
1316
  }
1308
- set fi(a) {
1309
- let b = this.ey;
1310
- this.ey = a;
1311
- if (b != this.ey) {
1312
- this.d5("ScrollbarBackground", b, this.ey);
1317
+ set fl(a) {
1318
+ let b = this.e0;
1319
+ this.e0 = a;
1320
+ if (b != this.e0) {
1321
+ this.d6("ScrollbarBackground", b, this.e0);
1313
1322
  }
1314
1323
  }
1315
- d5(a, b, c) {
1324
+ d6(a, b, c) {
1316
1325
  if (this.propertyChanged != null) {
1317
1326
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
1318
1327
  }
1319
- this.eb(a, b, c);
1328
+ this.ec(a, b, c);
1320
1329
  }
1321
- eb(a, b, c) {
1330
+ ec(a, b, c) {
1322
1331
  switch (a) {
1323
1332
  case "IndexType":
1324
1333
  this.keys.clear();
1325
- this.dq();
1334
+ this.dr();
1326
1335
  if (this.keysCleared != null) {
1327
1336
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1328
1337
  }
1329
1338
  this.view.an();
1330
- this.d1(b, c);
1339
+ this.d2(b, c);
1331
1340
  break;
1332
1341
  case "ItemsSource":
1333
1342
  if (this.g != null) {
@@ -1340,16 +1349,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1340
1349
  }
1341
1350
  if (this.g.actualDataSource != null && !this.a0) {
1342
1351
  let d = this.g.actualDataSource;
1343
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d6));
1352
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d7));
1344
1353
  }
1345
1354
  this.g.itemsSource = this.bp;
1346
- this.dd();
1355
+ this.de();
1347
1356
  if (this.g.actualDataSource != null && !this.a0) {
1348
1357
  let e = this.g.actualDataSource;
1349
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d6));
1358
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d7));
1350
1359
  }
1351
1360
  this.at = true;
1352
- this.d8();
1361
+ this.d9();
1353
1362
  this.at = false;
1354
1363
  this.view.an();
1355
1364
  }
@@ -1360,8 +1369,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1360
1369
  case "PropertyTypeMemberPath":
1361
1370
  if (this.g != null) {
1362
1371
  if (this.bt != null) {
1363
- this.d8();
1364
- this.em();
1372
+ this.d9();
1373
+ this.eo();
1365
1374
  }
1366
1375
  }
1367
1376
  break;
@@ -1371,7 +1380,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1371
1380
  }
1372
1381
  break;
1373
1382
  case "SelectAllCaptionTextColor":
1374
- this.e5 = null != this.fn ? this.fn : this.fg();
1383
+ this.e8 = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fj();
1375
1384
  break;
1376
1385
  case "SelectAllCaption":
1377
1386
  case "ActualSelectAllCaptionTextColor":
@@ -1411,7 +1420,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1411
1420
  case "RowHoverBackgroundColor":
1412
1421
  let f = this.g;
1413
1422
  if (null != f) {
1414
- f.cellTextColor = this.fp;
1423
+ f.cellTextColor = this.textColor;
1415
1424
  f.cellBackground = this.backgroundColor;
1416
1425
  f.background = this.backgroundColor;
1417
1426
  f.cellSelectedBackground = this.backgroundColor;
@@ -1420,10 +1429,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1420
1429
  this.view.ak();
1421
1430
  break;
1422
1431
  case "BaseTheme":
1423
- this.el();
1432
+ this.en();
1424
1433
  break;
1425
1434
  case "Density":
1426
- this.ek();
1435
+ this.em();
1427
1436
  break;
1428
1437
  case "IsRowHoverEnabled":
1429
1438
  if (this.g != null) {
@@ -1437,17 +1446,26 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1437
1446
  break;
1438
1447
  case "ScrollbarBackground":
1439
1448
  if (this.g != null) {
1440
- this.g.scrollbarBackground = this.fi;
1449
+ this.g.scrollbarBackground = this.fl;
1441
1450
  }
1442
1451
  break;
1443
1452
  case "SearchIconColor":
1444
1453
  this.view.ai();
1445
1454
  break;
1446
1455
  case "SearchBackgroundColor":
1447
- this.y.mc = this.fj;
1456
+ if (this.y != null) {
1457
+ this.y.mc = this.fm;
1458
+ }
1448
1459
  break;
1449
1460
  case "SearchBorderColor":
1450
- this.y.md = this.fk;
1461
+ if (this.y != null) {
1462
+ this.y.md = this.searchBorderColor;
1463
+ }
1464
+ break;
1465
+ case "SearchFocusBorderColor":
1466
+ if (this.y != null) {
1467
+ this.y.no = this.searchFocusBorderColor;
1468
+ }
1451
1469
  break;
1452
1470
  case "SearchTextColor":
1453
1471
  if (this.w != null) {
@@ -1455,7 +1473,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1455
1473
  }
1456
1474
  break;
1457
1475
  case "SearchTextStyle":
1458
- this.w.af = this.ap;
1476
+ if (this.w != null) {
1477
+ this.w.af = this.ap;
1478
+ }
1459
1479
  break;
1460
1480
  case "CheckboxTickColor":
1461
1481
  case "CheckboxCheckedBackgroundColor":
@@ -1465,22 +1485,22 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1465
1485
  case "CheckboxCornerRadius":
1466
1486
  this.view.af();
1467
1487
  if (this.g != null) {
1468
- this.g.yx();
1488
+ this.g.y1();
1469
1489
  }
1470
1490
  break;
1471
1491
  case "CheckboxAlignedRight":
1472
1492
  if (this.g != null) {
1473
- this.eo();
1493
+ this.eq();
1474
1494
  }
1475
1495
  break;
1476
1496
  case "DataLegendTarget":
1477
1497
  if (this.g != null) {
1478
- this.g.yx();
1498
+ this.g.y1();
1479
1499
  }
1480
1500
  break;
1481
1501
  }
1482
1502
  }
1483
- eo() {
1503
+ eq() {
1484
1504
  if (this.g.actualColumns.count == 0) {
1485
1505
  return;
1486
1506
  }
@@ -1488,7 +1508,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1488
1508
  let b = this.g.actualColumns._inner[1];
1489
1509
  let c = this.g.actualColumns._inner[2];
1490
1510
  this.g.actualColumns.clear();
1491
- if (this.az) {
1511
+ if (this.checkboxAlignedRight) {
1492
1512
  this.g.columns.add(b);
1493
1513
  this.g.columns.add(a);
1494
1514
  }
@@ -1498,7 +1518,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1498
1518
  }
1499
1519
  this.g.columns.add(c);
1500
1520
  }
1501
- d1(a, b) {
1521
+ d2(a, b) {
1502
1522
  if (this.indexTypeChanged != null) {
1503
1523
  this.indexTypeChanged(this, ((() => {
1504
1524
  let $ret = new CheckboxListIndexTypeChangedEventArgs();
@@ -1508,7 +1528,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1508
1528
  })()));
1509
1529
  }
1510
1530
  }
1511
- ek() {
1531
+ em() {
1512
1532
  if (this.g != null) {
1513
1533
  this.g.density = this.density;
1514
1534
  }
@@ -1518,7 +1538,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1518
1538
  this.view.ae();
1519
1539
  this.view.z();
1520
1540
  }
1521
- el() {
1541
+ en() {
1522
1542
  if (this.x != null) {
1523
1543
  this.x.p = this.baseTheme;
1524
1544
  }
@@ -1527,28 +1547,28 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1527
1547
  }
1528
1548
  if (this.g != null) {
1529
1549
  this.g.theme = this.baseTheme;
1530
- this.g.cellTextColor = this.fp;
1550
+ this.g.cellTextColor = this.textColor;
1531
1551
  this.g.cellBackground = this.backgroundColor;
1532
1552
  this.g.cellSelectedBackground = this.backgroundColor;
1533
1553
  this.g.rowHoverBackground = this.rowHoverBackgroundColor;
1534
1554
  this.g.background = this.backgroundColor;
1535
1555
  }
1536
- this.e5 = this.fn != null ? this.fn : this.fg();
1556
+ this.e8 = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fj();
1537
1557
  this.view.ag();
1538
1558
  }
1539
- d6(a, b) {
1559
+ d7(a, b) {
1540
1560
  this.at = true;
1541
- this.dd();
1561
+ this.de();
1542
1562
  if (b.schema != null) {
1543
- this.d8();
1563
+ this.d9();
1544
1564
  for (let c = 0; c < this.keys.count; c++) {
1545
- this.d3(this.keys._inner[c]);
1565
+ this.d4(this.keys._inner[c]);
1546
1566
  }
1547
1567
  this.view.an();
1548
1568
  }
1549
1569
  this.at = false;
1550
1570
  }
1551
- d8() {
1571
+ d9() {
1552
1572
  if (this.ak == null && this.bw != null && this.bw != "") {
1553
1573
  this.ak = new FastReflectionHelper(false, this.bw);
1554
1574
  }
@@ -1588,7 +1608,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1588
1608
  }
1589
1609
  }
1590
1610
  }
1591
- em() {
1611
+ eo() {
1592
1612
  this.view.p();
1593
1613
  this.g.columns.clear();
1594
1614
  this.g.primaryKey = this.primaryKey;
@@ -1608,32 +1628,32 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1608
1628
  if (this.bw == null) {
1609
1629
  this.bw = "";
1610
1630
  }
1611
- a.nj = this.bw;
1612
- a.ob = "CheckboxColumn";
1631
+ a.nl = this.bw;
1632
+ a.od = "CheckboxColumn";
1613
1633
  let b = new ColumnWidth();
1614
1634
  b.c = false;
1615
1635
  b.f = 28;
1616
1636
  a.width = b;
1617
1637
  a.lm = 0;
1618
1638
  a.ln = 0;
1619
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.de));
1639
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.df));
1620
1640
  this.k = a;
1621
1641
  this.g.columns.add(a);
1622
1642
  let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
1623
1643
  if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
1624
1644
  let d = new TemplateColumn();
1625
- d.nj = this.bt;
1626
- d.ob = "DataColumn";
1645
+ d.nl = this.bt;
1646
+ d.od = "DataColumn";
1627
1647
  d.lm = 0;
1628
1648
  d.g = 0;
1629
- d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.en));
1649
+ d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ep));
1630
1650
  this.g.columns.add(d);
1631
1651
  }
1632
1652
  else {
1633
1653
  let e;
1634
- if (this.f != null) {
1635
- e = this.f.h1();
1636
- e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dm));
1654
+ if (this.gridColumnProvider != null) {
1655
+ e = this.gridColumnProvider.h1();
1656
+ e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dn));
1637
1657
  }
1638
1658
  else {
1639
1659
  switch (c) {
@@ -1658,8 +1678,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1658
1678
  break;
1659
1679
  }
1660
1680
  }
1661
- e.nj = this.bt;
1662
- e.ob = "DataColumn";
1681
+ e.nl = this.bt;
1682
+ e.od = "DataColumn";
1663
1683
  e.lm = 0;
1664
1684
  e.g = 0;
1665
1685
  this.g.columns.add(e);
@@ -1668,13 +1688,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1668
1688
  let g = new ColumnWidth();
1669
1689
  g.c = false;
1670
1690
  g.f = 10;
1671
- f.nj = "PaddingColumn";
1672
- f.ob = "PaddingColumn";
1691
+ f.nl = "PaddingColumn";
1692
+ f.od = "PaddingColumn";
1673
1693
  f.lm = 0;
1674
1694
  f.width = g;
1675
1695
  this.g.columns.add(f);
1676
1696
  }
1677
- dm(a, b) {
1697
+ dn(a, b) {
1678
1698
  let c = b.b;
1679
1699
  c.g2 = 0;
1680
1700
  c.g = 0;
@@ -1685,16 +1705,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1685
1705
  provideHrElement(a) {
1686
1706
  this.view.v(a);
1687
1707
  }
1688
- d2() {
1708
+ d3() {
1689
1709
  if (!this.a0) {
1690
1710
  let a = this.w;
1691
- a.changing = delegateCombine(a.changing, runOn(this, this.dn));
1711
+ a.changing = delegateCombine(a.changing, runOn(this, this.dp));
1692
1712
  }
1693
- this.el();
1713
+ this.en();
1694
1714
  }
1695
- dn(a, b) {
1715
+ dp(a, b) {
1696
1716
  let c = b.value.toLowerCase();
1697
- this.d0(c);
1717
+ this.d1(c);
1698
1718
  }
1699
1719
  j(a) {
1700
1720
  if (this.primaryKey == null) {
@@ -1708,7 +1728,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1708
1728
  }
1709
1729
  return new PrimaryKeyValue(b, c);
1710
1730
  }
1711
- eg(a) {
1731
+ ei(a) {
1712
1732
  this.as = true;
1713
1733
  let b = this.e.getItemAtIndex(a);
1714
1734
  if (this.ak != null) {
@@ -1718,7 +1738,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1718
1738
  this.keys.remove(c);
1719
1739
  this.as = false;
1720
1740
  }
1721
- da(a) {
1741
+ db(a) {
1722
1742
  this.as = true;
1723
1743
  let b = this.e.getItemAtIndex(a);
1724
1744
  if (this.ak != null) {
@@ -1728,44 +1748,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1728
1748
  this.keys.add(c);
1729
1749
  this.as = false;
1730
1750
  }
1731
- ej() {
1751
+ el() {
1732
1752
  this.indexType = 0;
1733
1753
  this.keys.clear();
1734
- this.dq();
1754
+ this.dr();
1735
1755
  if (this.keysCleared != null) {
1736
1756
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1737
1757
  }
1738
1758
  }
1739
- dg() {
1759
+ dh() {
1740
1760
  this.indexType = 1;
1741
1761
  this.keys.clear();
1742
- this.dq();
1762
+ this.dr();
1743
1763
  if (this.keysCleared != null) {
1744
1764
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1745
1765
  }
1746
1766
  }
1747
- dv(a, b, c) {
1767
+ dw(a, b, c) {
1748
1768
  if (this.g != null) {
1749
1769
  this.g.notifySetItem(a, b, c);
1750
1770
  }
1751
1771
  }
1752
- dr() {
1772
+ ds() {
1753
1773
  if (this.g != null) {
1754
1774
  this.g.notifyClearItems();
1755
1775
  }
1756
1776
  }
1757
- dq() {
1777
+ dr() {
1758
1778
  if (this.g != null) {
1759
1779
  this.g.invalidateVisibleRows();
1760
1780
  }
1761
1781
  }
1762
- ds(a, b) {
1782
+ dt(a, b) {
1763
1783
  if (this.g != null) {
1764
1784
  this.g.notifyInsertItem(a, b);
1765
1785
  }
1766
1786
  ;
1767
1787
  }
1768
- du(a, b) {
1788
+ dv(a, b) {
1769
1789
  if (this.g != null) {
1770
1790
  this.g.notifyRemoveItem(a, b);
1771
1791
  }
@@ -1782,7 +1802,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1782
1802
  this.aw = false;
1783
1803
  }
1784
1804
  }
1785
- db(a) {
1805
+ dc(a) {
1786
1806
  let b = null;
1787
1807
  if (this.primaryKey == null || this.primaryKey.length == 0) {
1788
1808
  b = new PrimaryKeyValue(null, a);
@@ -1802,7 +1822,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1802
1822
  this.keys.add(b);
1803
1823
  }
1804
1824
  }
1805
- eh(a) {
1825
+ ej(a) {
1806
1826
  let b = null;
1807
1827
  if (this.primaryKey == null || this.primaryKey.length == 0) {
1808
1828
  b = new PrimaryKeyValue(null, a);
@@ -1876,39 +1896,39 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1876
1896
  a.h = c.width;
1877
1897
  a.c = this.baseTheme;
1878
1898
  a.d = this.bl;
1879
- a.a = AppearanceHelper.a(this.e5);
1899
+ a.a = AppearanceHelper.a(this.e8);
1880
1900
  a.b = AppearanceHelper.a(this.backgroundColor);
1881
1901
  return a;
1882
1902
  }
1883
- get c0() {
1884
- return this.cz != null ? this.cz : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
1903
+ get c1() {
1904
+ return this.c0 != null ? this.c0 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
1885
1905
  }
1886
- set c0(a) {
1887
- if (a == this.cz) {
1906
+ set c1(a) {
1907
+ if (a == this.c0) {
1888
1908
  return;
1889
1909
  }
1890
- let b = this.cz;
1891
- this.cz = a;
1892
- this.d5("SelectAllCaption", b, this.cz);
1910
+ let b = this.c0;
1911
+ this.c0 = a;
1912
+ this.d6("SelectAllCaption", b, this.c0);
1893
1913
  }
1894
- get fn() {
1895
- return this.e3;
1914
+ get selectAllCaptionTextColor() {
1915
+ return this.e6;
1896
1916
  }
1897
- set fn(a) {
1898
- let b = this.e3;
1899
- this.e3 = a;
1900
- if (b != this.e3) {
1901
- this.d5("SelectAllCaptionTextColor", b, a);
1917
+ set selectAllCaptionTextColor(a) {
1918
+ let b = this.e6;
1919
+ this.e6 = a;
1920
+ if (b != this.e6) {
1921
+ this.d6("SelectAllCaptionTextColor", b, a);
1902
1922
  }
1903
1923
  }
1904
- get e5() {
1905
- return this.eq;
1924
+ get e8() {
1925
+ return this.es;
1906
1926
  }
1907
- set e5(a) {
1908
- let b = this.eq;
1909
- this.eq = a;
1910
- if (b != this.eq) {
1911
- this.d5("ActualSelectAllCaptionTextColor", b, a);
1927
+ set e8(a) {
1928
+ let b = this.es;
1929
+ this.es = a;
1930
+ if (b != this.es) {
1931
+ this.d6("ActualSelectAllCaptionTextColor", b, a);
1912
1932
  }
1913
1933
  }
1914
1934
  get a5() {
@@ -1933,46 +1953,46 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1933
1953
  }
1934
1954
  let b = this.a9;
1935
1955
  this.a9 = a;
1936
- this.d5("showSelectAll", b, this.a9);
1956
+ this.d6("showSelectAll", b, this.a9);
1937
1957
  }
1938
1958
  get backgroundColor() {
1939
- return this.er;
1959
+ return this.et;
1940
1960
  }
1941
1961
  set backgroundColor(a) {
1942
- let b = this.er;
1943
- this.er = a;
1944
- if (b != this.er) {
1945
- this.d5("BackgroundColor", b, a);
1962
+ let b = this.et;
1963
+ this.et = a;
1964
+ if (b != this.et) {
1965
+ this.d6("BackgroundColor", b, a);
1946
1966
  }
1947
1967
  }
1948
1968
  get rowHoverBackgroundColor() {
1949
- return this.ex;
1969
+ return this.ez;
1950
1970
  }
1951
1971
  set rowHoverBackgroundColor(a) {
1952
- let b = this.ex;
1953
- this.ex = a;
1954
- if (b != this.ex) {
1955
- this.d5("RowHoverBackgroundColor", b, a);
1972
+ let b = this.ez;
1973
+ this.ez = a;
1974
+ if (b != this.ez) {
1975
+ this.d6("RowHoverBackgroundColor", b, a);
1956
1976
  }
1957
1977
  }
1958
- fg() {
1978
+ fj() {
1959
1979
  switch (this.baseTheme) {
1960
1980
  case 6:
1961
- case 4: return CheckboxList.fd;
1981
+ case 4: return CheckboxList.fg;
1962
1982
  }
1963
- return CheckboxList.ff;
1983
+ return CheckboxList.fi;
1964
1984
  }
1965
- get fp() {
1966
- return this.e4;
1985
+ get textColor() {
1986
+ return this.e7;
1967
1987
  }
1968
- set fp(a) {
1969
- let b = this.e4;
1970
- this.e4 = a;
1971
- if (b != this.e4) {
1972
- this.d5("TextColor", b, a);
1988
+ set textColor(a) {
1989
+ let b = this.e7;
1990
+ this.e7 = a;
1991
+ if (b != this.e7) {
1992
+ this.d6("TextColor", b, a);
1973
1993
  }
1974
1994
  }
1975
- d7(a) {
1995
+ d8(a) {
1976
1996
  if (this.selectAllCheckboxChanged != null) {
1977
1997
  this.selectAllCheckboxChanged(this, ((() => {
1978
1998
  let $ret = new SelectAllCheckboxChangedEventArgs();
@@ -2003,7 +2023,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
2003
2023
  default: return false;
2004
2024
  }
2005
2025
  }
2006
- dd() {
2026
+ de() {
2007
2027
  let a = this.g.actualDataSource;
2008
2028
  if (null != a) {
2009
2029
  if (null == a.actualSchema) {
@@ -2026,7 +2046,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
2026
2046
  }
2027
2047
  let b = this.a7;
2028
2048
  this.a7 = a;
2029
- this.d5("ShowFilter", b, this.a7);
2049
+ this.d6("ShowFilter", b, this.a7);
2030
2050
  }
2031
2051
  get a4() {
2032
2052
  return this.a3;
@@ -2037,26 +2057,40 @@ export let CheckboxList = /*@__PURE__*/ (() => {
2037
2057
  }
2038
2058
  let b = this.a3;
2039
2059
  this.a3 = a;
2040
- this.d5("IsRowHoverEnabled", b, this.a3);
2060
+ this.d6("IsRowHoverEnabled", b, this.a3);
2041
2061
  }
2042
- get az() {
2062
+ get checkboxAlignedRight() {
2043
2063
  return this.ay;
2044
2064
  }
2045
- set az(a) {
2065
+ set checkboxAlignedRight(a) {
2046
2066
  if (a == this.ay) {
2047
2067
  return;
2048
2068
  }
2049
2069
  let b = this.ay;
2050
2070
  this.ay = a;
2051
- this.d5("CheckboxAlignedRight", b, this.ay);
2071
+ this.d6("CheckboxAlignedRight", b, this.ay);
2072
+ }
2073
+ ef(a) {
2074
+ this.y = a;
2075
+ if (a == null) {
2076
+ return;
2077
+ }
2078
+ this.y.d = this.aa;
2079
+ this.y.p = this.baseTheme;
2080
+ this.y.t = this.density;
2081
+ this.y.mc = this.fm;
2082
+ this.y.md = this.searchBorderColor;
2083
+ this.y.no = this.searchFocusBorderColor;
2084
+ this.y.n6 = BrushUtil.l(0, 0, 0, 0);
2085
+ this.y.np = BrushUtil.l(0, 0, 0, 0);
2052
2086
  }
2053
2087
  }
2054
2088
  CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
2055
- CheckboxList.fo = BrushUtil.l(255, 24, 29, 31);
2056
- CheckboxList.cw = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
2057
- CheckboxList.fc = BrushUtil.l(255, 248, 248, 248);
2058
- CheckboxList.fe = null;
2059
- CheckboxList.ff = BrushUtil.l(255, 24, 29, 31);
2060
- CheckboxList.fd = BrushUtil.l(255, 255, 255, 255);
2089
+ CheckboxList.fs = BrushUtil.l(255, 24, 29, 31);
2090
+ CheckboxList.cx = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
2091
+ CheckboxList.ff = BrushUtil.l(255, 248, 248, 248);
2092
+ CheckboxList.fh = null;
2093
+ CheckboxList.fi = BrushUtil.l(255, 24, 29, 31);
2094
+ CheckboxList.fg = BrushUtil.l(255, 255, 255, 255);
2061
2095
  return CheckboxList;
2062
2096
  })();