igniteui-webcomponents-data-grids 7.1.0-beta.0 → 7.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 (91) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +3962 -3669
  2. package/bundles/igniteui-webcomponents-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 +2986 -2878
  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/igc-checkbox-list-component.js +68 -58
  32. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  33. package/esm2015/lib/igc-data-grid-column-component.js +132 -118
  34. package/esm2015/lib/igc-data-grid-component.js +21 -0
  35. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
  36. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  37. package/esm2015/lib/igc-image-column-component.js +12 -12
  38. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  39. package/esm2015/lib/igc-text-column-component.js +9 -9
  40. package/esm2015/lib/igc-text-header-cell-info.js +26 -20
  41. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  42. package/esm5/lib/CellPresenterBase.js +1 -1
  43. package/esm5/lib/CheckboxListBridge.js +8 -0
  44. package/esm5/lib/CheckboxListView_combined.js +346 -308
  45. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  46. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  47. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  48. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  49. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  50. package/esm5/lib/DataGridLocaleEn.js +8 -0
  51. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  52. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  53. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  54. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  55. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  56. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  57. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  59. package/esm5/lib/GridExternalWrapper.js +6 -6
  60. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  61. package/esm5/lib/GridIconRepository.js +4 -4
  62. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  63. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  64. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  65. package/esm5/lib/TemplateCellPresenter.js +1 -1
  66. package/esm5/lib/TemplateHeader.js +1 -1
  67. package/esm5/lib/TextHeaderCell.js +7 -7
  68. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  69. package/esm5/lib/igc-checkbox-list-component.js +72 -58
  70. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  71. package/esm5/lib/igc-data-grid-column-component.js +140 -118
  72. package/esm5/lib/igc-data-grid-component.js +29 -0
  73. package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
  74. package/esm5/lib/igc-date-time-column-component.js +23 -23
  75. package/esm5/lib/igc-image-column-component.js +12 -12
  76. package/esm5/lib/igc-numeric-column-component.js +38 -38
  77. package/esm5/lib/igc-text-column-component.js +9 -9
  78. package/esm5/lib/igc-text-header-cell-info.js +30 -20
  79. package/fesm2015/igniteui-webcomponents-data-grids.js +4031 -3794
  80. package/fesm5/igniteui-webcomponents-data-grids.js +3962 -3669
  81. package/lib/CheckboxListExternal.d.ts +2 -0
  82. package/lib/CheckboxListView_combined.d.ts +98 -94
  83. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  84. package/lib/DataGridLocaleEn.d.ts +8 -0
  85. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  86. package/lib/igc-checkbox-list-component.d.ts +5 -0
  87. package/lib/igc-data-grid-column-component.d.ts +4 -0
  88. package/lib/igc-data-grid-component.d.ts +11 -0
  89. package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
  90. package/lib/igc-text-header-cell-info.d.ts +2 -0
  91. package/package.json +4 -4
@@ -11,8 +11,8 @@ import { Dictionary$2 } from "igniteui-webcomponents-core";
11
11
  import { XCheckbox } from "igniteui-webcomponents-inputs";
12
12
  import { XLabel } from "igniteui-webcomponents-inputs";
13
13
  import { XIcon } from "igniteui-webcomponents-inputs";
14
- import { XPrefix } from "igniteui-webcomponents-inputs";
15
14
  import { XInputGroup } from "igniteui-webcomponents-inputs";
15
+ import { XPrefix } from "igniteui-webcomponents-inputs";
16
16
  import { XInput } from "igniteui-webcomponents-inputs";
17
17
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
18
18
  import { FontInfo } from "igniteui-webcomponents-core";
@@ -102,41 +102,39 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
102
102
  CheckboxListView.prototype.ad = function (a) {
103
103
  var b = a.rootWrapper.getChildAt(0);
104
104
  this.l = b;
105
- this.c.y = new XInputGroup();
106
- var c = a.getSubRenderer(b);
107
- this.c.y.provideContainer(c);
108
- var d = c.getExternal(this.c.y, c.rootWrapper, c.getExternal(this.c, null, null));
109
- this.c.y.d = this.c.aa;
110
- this.c.y.p = this.c.baseTheme;
111
- this.c.y.t = this.c.density;
112
- var e = a.createElement("div");
113
- var f = a.getSubRenderer(e);
114
- var g = new XPrefix();
115
- g.provideContainer(f);
116
- var h = f.getExternal(g, f.rootWrapper, f.getExternal(this.c, null, null));
117
- var i = a.createElement("div");
118
- var j = a.getSubRenderer(i);
105
+ var c = new XInputGroup();
106
+ var d = a.getSubRenderer(b);
107
+ c.provideContainer(d);
108
+ var e = d.getExternal(c, d.rootWrapper, d.getExternal(this.c, null, null));
109
+ this.c.ef(c);
110
+ var f = a.createElement("div");
111
+ var g = a.getSubRenderer(f);
112
+ var h = new XPrefix();
113
+ h.provideContainer(g);
114
+ var i = g.getExternal(h, g.rootWrapper, g.getExternal(this.c, null, null));
115
+ var j = a.createElement("div");
116
+ var k = a.getSubRenderer(j);
119
117
  this.d = new XIcon();
120
- this.d.provideContainer(j);
118
+ this.d.provideContainer(k);
121
119
  this.d.fill = this.c.searchIconColor;
122
- this.d.svgPath = CheckboxList.cw;
123
- var k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
124
- g.appendContentChild(i);
125
- this.c.y.appendContentChild(e);
126
- this.c.y.inputs.add(g);
127
- var l = a.createElement("div");
128
- l.setRawStyleProperty("flex-grow", "1");
129
- var m = a.getSubRenderer(l);
120
+ this.d.svgPath = CheckboxList.cx;
121
+ var l = g.getExternal(this.d, k.rootWrapper, k.getExternal(this.c, null, null));
122
+ h.appendContentChild(j);
123
+ c.appendContentChild(f);
124
+ c.inputs.add(h);
125
+ var m = a.createElement("div");
126
+ m.setRawStyleProperty("flex-grow", "1");
127
+ var n = a.getSubRenderer(m);
130
128
  this.c.w = new XInput();
131
- this.c.w.provideContainer(m);
129
+ this.c.w.provideContainer(n);
132
130
  this.c.w.b8 = "text";
133
- var n = m.getExternal(this.c.w, m.rootWrapper, m.getExternal(this.c, null, null));
131
+ var o = n.getExternal(this.c.w, n.rootWrapper, n.getExternal(this.c, null, null));
134
132
  if (this.c.cf != null) {
135
133
  this.c.w.cg = this.c.cf;
136
134
  }
137
- this.c.y.appendContentChild(l);
135
+ this.c.y.appendContentChild(m);
138
136
  this.c.y.inputs.add(this.c.w);
139
- this.c.d2();
137
+ this.c.d3();
140
138
  };
141
139
  CheckboxListView.prototype.z = function () {
142
140
  if (this.j != null) {
@@ -187,7 +185,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
187
185
  var h = d.z;
188
186
  try {
189
187
  d.z = true;
190
- d.ar = this.c.bc;
188
+ d.ar = this.c.checkboxCornerRadius;
191
189
  d.a4 = b;
192
190
  if (c) {
193
191
  if (this.c.indexType == 0) {
@@ -209,11 +207,11 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
209
207
  finally {
210
208
  d.z = h;
211
209
  }
212
- d.dk = this.c.e9;
213
- d.dd = this.c.e7;
214
- d.dl = this.c.fa;
215
- d.de = this.c.e8;
216
- d.dm = this.c.fb;
210
+ d.dk = this.c.fc;
211
+ d.dd = this.c.checkboxCheckedBackgroundColor;
212
+ d.dl = this.c.checkboxUncheckedBackgroundColor;
213
+ d.de = this.c.checkboxCheckedBorderColor;
214
+ d.dm = this.c.checkboxUncheckedBorderColor;
217
215
  }
218
216
  };
219
217
  CheckboxListView.prototype.u = function (a, b, c, d, e, f, g, h, i, j, k) {
@@ -411,21 +409,21 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
411
409
  var e = c.checked;
412
410
  if (e == true) {
413
411
  if (this.c.indexType == 0) {
414
- this.c.eg(d);
412
+ this.c.ei(d);
415
413
  }
416
414
  else {
417
- this.c.da(d);
415
+ this.c.db(d);
418
416
  }
419
417
  }
420
418
  else {
421
419
  if (this.c.indexType == 0) {
422
- this.c.da(d);
420
+ this.c.db(d);
423
421
  }
424
422
  else {
425
- this.c.eg(d);
423
+ this.c.ei(d);
426
424
  }
427
425
  }
428
- this.c.dy(d, e);
426
+ this.c.dz(d, e);
429
427
  this.an(false);
430
428
  };
431
429
  CheckboxListView.prototype.q = function () {
@@ -439,7 +437,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
439
437
  var e = parseInt(d.a4.toString());
440
438
  if (e == a) {
441
439
  d.checked = b;
442
- this.c.dy(e, b);
440
+ this.c.dz(e, b);
443
441
  }
444
442
  }
445
443
  }
@@ -500,7 +498,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
500
498
  var d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
501
499
  this.b.n = this.c.baseTheme;
502
500
  this.m = a.createElement("label");
503
- this.m.setRawText(this.c.c0);
501
+ this.m.setRawText(this.c.c1);
504
502
  this.m.setStyleProperty("font-size", "13px");
505
503
  this.n.setStyleProperty("display", "flex");
506
504
  this.n.setStyleProperty("flex-direction", "row");
@@ -516,8 +514,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
516
514
  };
517
515
  CheckboxListView.prototype.am = function () {
518
516
  if (null != this.m) {
519
- this.m.setRawText(this.c.c0);
520
- NativeUI.r(this.m, this.c.e5);
517
+ this.m.setRawText(this.c.c1);
518
+ NativeUI.r(this.m, this.c.e8);
521
519
  }
522
520
  };
523
521
  CheckboxListView.prototype.ap = function () {
@@ -568,12 +566,12 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
568
566
  return;
569
567
  }
570
568
  if (b.isChecked) {
571
- this.c.ej();
572
- this.c.d7(b.isChecked);
569
+ this.c.el();
570
+ this.c.d8(b.isChecked);
573
571
  }
574
572
  else {
575
- this.c.dg();
576
- this.c.d7(b.isChecked);
573
+ this.c.dh();
574
+ this.c.d8(b.isChecked);
577
575
  }
578
576
  };
579
577
  CheckboxListView.prototype.ak = function () {
@@ -583,7 +581,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
583
581
  }
584
582
  var b = a.rootWrapper;
585
583
  if (null != b) {
586
- NativeUI.r(b, this.c.fp);
584
+ NativeUI.r(b, this.c.textColor);
587
585
  NativeUI.n(b, this.c.backgroundColor);
588
586
  }
589
587
  };
@@ -605,11 +603,11 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
605
603
  if (this.b == null) {
606
604
  return;
607
605
  }
608
- this.b.dk = this.c.e9;
609
- this.b.dd = this.c.e7;
610
- this.b.dl = this.c.fa;
611
- this.b.de = this.c.e8;
612
- this.b.dm = this.c.fb;
606
+ this.b.dk = this.c.fc;
607
+ this.b.dd = this.c.checkboxCheckedBackgroundColor;
608
+ this.b.dl = this.c.checkboxUncheckedBackgroundColor;
609
+ this.b.de = this.c.checkboxCheckedBorderColor;
610
+ this.b.dm = this.c.checkboxUncheckedBorderColor;
613
611
  };
614
612
  CheckboxListView.prototype.ah = function (a) {
615
613
  if (this.k != null) {
@@ -707,30 +705,31 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
707
705
  _this.m = 1;
708
706
  _this.ae = 1;
709
707
  _this.ag = 2;
710
- _this.e1 = BrushUtil.l(255, 24, 29, 31);
711
- _this.ez = null;
708
+ _this.e4 = BrushUtil.l(255, 24, 29, 31);
709
+ _this.e1 = null;
712
710
  _this.ax = true;
711
+ _this.e5 = null;
713
712
  _this.e2 = null;
714
- _this.e0 = null;
713
+ _this.e3 = null;
715
714
  _this.an = null;
715
+ _this.ew = null;
716
716
  _this.eu = null;
717
- _this.es = null;
717
+ _this.ex = null;
718
718
  _this.ev = null;
719
- _this.et = null;
720
- _this.ew = null;
719
+ _this.ey = null;
721
720
  _this.bb = NaN;
722
- _this.f = null;
721
+ _this.gridColumnProvider = null;
723
722
  _this.ac = 0;
724
- _this.ey = null;
723
+ _this.e0 = null;
725
724
  _this.indexTypeChanged = null;
726
725
  _this.aw = false;
727
- _this.cz = null;
728
- _this.e3 = null;
729
- _this.eq = CheckboxList.ff;
726
+ _this.c0 = null;
727
+ _this.e6 = null;
728
+ _this.es = CheckboxList.fi;
730
729
  _this.a9 = true;
731
- _this.er = CheckboxList.fc;
732
- _this.ex = CheckboxList.fe;
733
- _this.e4 = CheckboxList.ff;
730
+ _this.et = CheckboxList.ff;
731
+ _this.ez = CheckboxList.fh;
732
+ _this.e7 = CheckboxList.fi;
734
733
  _this.keysCleared = null;
735
734
  _this.selectAllCheckboxChanged = null;
736
735
  _this.bm = -1;
@@ -738,8 +737,8 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
738
737
  _this.a3 = true;
739
738
  _this.ay = false;
740
739
  var a = _this.h;
741
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.ea));
742
- _this.h.am(runOn(_this, _this.d9));
740
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.eb));
741
+ _this.h.am(runOn(_this, _this.ea));
743
742
  _this.d = new FilterFactory();
744
743
  var b = new CheckboxListView();
745
744
  b.c = _this;
@@ -813,7 +812,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
813
812
  var b = this.a;
814
813
  this.a = a;
815
814
  if (b != this.a) {
816
- this.d5("PrimaryKey", b, this.a);
815
+ this.d6("PrimaryKey", b, this.a);
817
816
  }
818
817
  },
819
818
  enumerable: false,
@@ -834,44 +833,44 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
834
833
  CheckboxList.prototype.removeSelectedKeyAt = function (a) {
835
834
  this.keys.removeAt(a);
836
835
  };
837
- CheckboxList.prototype.d9 = function () {
838
- this.dq();
836
+ CheckboxList.prototype.ea = function () {
837
+ this.dr();
839
838
  if (this.keysCleared != null) {
840
839
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
841
840
  }
842
841
  };
843
- CheckboxList.prototype.ea = function (a, b) {
842
+ CheckboxList.prototype.eb = function (a, b) {
844
843
  if (this.e == null || this.e.actualSchema == null || this.as) {
845
844
  return;
846
845
  }
847
846
  switch (b.action) {
848
847
  case 0:
849
848
  for (var c = 0; c < b.newItems.count; c++) {
850
- this.d3(b.newItems.item(c));
849
+ this.d4(b.newItems.item(c));
851
850
  }
852
851
  break;
853
852
  case 1:
854
853
  for (var d = 0; d < b.oldItems.count; d++) {
855
- this.d4(b.oldItems.item(d));
854
+ this.d5(b.oldItems.item(d));
856
855
  }
857
856
  break;
858
857
  case 2:
859
858
  for (var e = 0; e < b.oldItems.count; e++) {
860
- this.d4(b.oldItems.item(e));
859
+ this.d5(b.oldItems.item(e));
861
860
  }
862
861
  for (var f = 0; f < b.newItems.count; f++) {
863
- this.d3(b.newItems.item(f));
862
+ this.d4(b.newItems.item(f));
864
863
  }
865
864
  break;
866
865
  case 4:
867
866
  this.view.ab(this.indexType == 0);
868
867
  for (var g = 0; g < this.keys.ae.count; g++) {
869
- this.d3(this.keys.ae._inner[g]);
868
+ this.d4(this.keys.ae._inner[g]);
870
869
  }
871
870
  break;
872
871
  }
873
872
  };
874
- CheckboxList.prototype.d3 = function (a) {
873
+ CheckboxList.prototype.d4 = function (a) {
875
874
  var _this = this;
876
875
  var b = this.e.indexOfKey(a.value);
877
876
  if (b >= 0) {
@@ -888,7 +887,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
888
887
  return $ret;
889
888
  })()));
890
889
  };
891
- CheckboxList.prototype.d4 = function (a) {
890
+ CheckboxList.prototype.d5 = function (a) {
892
891
  var _this = this;
893
892
  var b = this.e.indexOfKey(a.value);
894
893
  if (b >= 0) {
@@ -905,7 +904,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
905
904
  return $ret;
906
905
  })()));
907
906
  };
908
- CheckboxList.prototype.dy = function (a, b) {
907
+ CheckboxList.prototype.dz = function (a, b) {
909
908
  if (this.checkedChanged != null && this.at == false) {
910
909
  var c_1 = null;
911
910
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
@@ -930,58 +929,58 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
930
929
  this.av = false;
931
930
  if (this.g != null) {
932
931
  var a = this.g;
933
- a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dk));
932
+ a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dl));
934
933
  var b = this.g;
935
- b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dl));
934
+ b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dm));
936
935
  if (this.g.actualDataSource != null) {
937
936
  var c = this.g.actualDataSource;
938
- c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d6));
937
+ c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d7));
939
938
  }
940
939
  }
941
940
  if (this.v != null) {
942
941
  var d = this.v;
943
- d.changing = delegateCombine(d.changing, runOn(this, this.dn));
942
+ d.changing = delegateCombine(d.changing, runOn(this, this.dp));
944
943
  }
945
944
  if (this.k != null) {
946
945
  var e = this.k;
947
- e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.de));
946
+ e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.df));
948
947
  }
949
948
  };
950
949
  CheckboxList.prototype.onDetachedFromUI = function () {
951
950
  this.av = true;
951
+ this.dk();
952
952
  this.dj();
953
- this.di();
954
953
  };
955
- CheckboxList.prototype.dj = function () {
954
+ CheckboxList.prototype.dk = function () {
956
955
  if (this.g != null) {
957
956
  var a = this.g;
958
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dk));
957
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dl));
959
958
  var b = this.g;
960
- b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dl));
959
+ b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dm));
961
960
  if (this.g.actualDataSource != null) {
962
961
  var c = this.g.actualDataSource;
963
- c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d6));
962
+ c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d7));
964
963
  }
965
964
  }
966
965
  if (this.v != null) {
967
966
  var d = this.v;
968
- d.changing = delegateRemove(d.changing, runOn(this, this.dn));
967
+ d.changing = delegateRemove(d.changing, runOn(this, this.dp));
969
968
  }
970
969
  };
971
- CheckboxList.prototype.di = function () {
970
+ CheckboxList.prototype.dj = function () {
972
971
  if (this.k != null) {
973
972
  var a = this.k;
974
- a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.de));
973
+ a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.df));
975
974
  }
976
975
  };
977
976
  CheckboxList.prototype.destroy = function () {
978
977
  this.au = true;
979
978
  if (!this.av) {
980
- this.dj();
979
+ this.dk();
981
980
  }
982
981
  this.provideContainer(null, null, null);
983
982
  if (!this.av) {
984
- this.di();
983
+ this.dj();
985
984
  }
986
985
  };
987
986
  Object.defineProperty(CheckboxList.prototype, "a0", {
@@ -996,8 +995,8 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
996
995
  if (null != this.g) {
997
996
  this.g.scrollbarStyle = 1;
998
997
  var d = this.g;
999
- d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dl));
1000
- this.g.scrollbarBackground = this.fi;
998
+ d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dm));
999
+ this.g.scrollbarBackground = this.fl;
1001
1000
  this.g.headerHeight = 0;
1002
1001
  this.g.rowSeparatorHeight = 0;
1003
1002
  this.g.defaultColumnMinWidth = NaN;
@@ -1006,31 +1005,31 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1006
1005
  this.g.selectionMode = 0;
1007
1006
  this.g.editMode = 0;
1008
1007
  var e = this.g;
1009
- e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dk));
1008
+ e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dl));
1010
1009
  if (this.bp != null) {
1011
1010
  this.g.itemsSource = this.bp;
1012
- this.dd();
1013
- this.d8();
1011
+ this.de();
1012
+ this.d9();
1014
1013
  }
1015
1014
  if (this.bt != null) {
1016
- this.d8();
1017
- this.em();
1015
+ this.d9();
1016
+ this.eo();
1018
1017
  }
1019
1018
  }
1020
1019
  this.view.w(c);
1021
- if (this.az) {
1022
- this.eo();
1020
+ if (this.checkboxAlignedRight) {
1021
+ this.eq();
1023
1022
  }
1024
1023
  this.view.r(a);
1025
1024
  };
1026
- CheckboxList.prototype.dl = function (a, b) {
1025
+ CheckboxList.prototype.dm = function (a, b) {
1027
1026
  this.g.scrollbarStyle = this.ad;
1028
1027
  };
1029
1028
  CheckboxList.prototype.provideSelectAllSection = function (a) {
1030
1029
  this.view.w(a);
1031
1030
  };
1032
- CheckboxList.prototype.dk = function (a, b) {
1033
- if (!this.az && b.cellInfo.l.a5 == 0 || this.az && b.cellInfo.l.a5 == 1) {
1031
+ CheckboxList.prototype.dl = function (a, b) {
1032
+ if (!this.checkboxAlignedRight && b.cellInfo.l.a5 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a5 == 1) {
1034
1033
  return;
1035
1034
  }
1036
1035
  var c = b.cellInfo.l.x;
@@ -1039,7 +1038,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1039
1038
  }
1040
1039
  var d = b.cellInfo.ij;
1041
1040
  var e = this.j(d);
1042
- if (this.a6) {
1041
+ if (this.labelClickTriggersChange) {
1043
1042
  if (this.keys.contains(e)) {
1044
1043
  if (this.ak != null) {
1045
1044
  this.ak.setPropertyValue(d, false);
@@ -1053,9 +1052,9 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1053
1052
  this.keys.add(e);
1054
1053
  }
1055
1054
  }
1056
- this.dt(c, this.keys.contains(e));
1055
+ this.du(c, this.keys.contains(e));
1057
1056
  };
1058
- CheckboxList.prototype.dt = function (a, b) {
1057
+ CheckboxList.prototype.du = function (a, b) {
1059
1058
  var c = null;
1060
1059
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
1061
1060
  c = new Array(this.e.actualPrimaryKey.length);
@@ -1074,7 +1073,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1074
1073
  return $ret;
1075
1074
  })()));
1076
1075
  };
1077
- CheckboxList.prototype.de = function (a, b) {
1076
+ CheckboxList.prototype.df = function (a, b) {
1078
1077
  var c = b.cellInfo.l.x;
1079
1078
  if (-1 == c) {
1080
1079
  return;
@@ -1088,7 +1087,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1088
1087
  }
1089
1088
  this.view.t(b.content.element, c, d);
1090
1089
  };
1091
- CheckboxList.prototype.en = function (a, b) {
1090
+ CheckboxList.prototype.ep = function (a, b) {
1092
1091
  var c = b.cellInfo.l.x;
1093
1092
  if (-1 == c) {
1094
1093
  return;
@@ -1118,7 +1117,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1118
1117
  }
1119
1118
  this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
1120
1119
  };
1121
- CheckboxList.prototype.d0 = function (a) {
1120
+ CheckboxList.prototype.d1 = function (a) {
1122
1121
  if (this.bt != null) {
1123
1122
  var b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
1124
1123
  var c = b.contains(a);
@@ -1140,7 +1139,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1140
1139
  var b = this.bp;
1141
1140
  this.bp = a;
1142
1141
  if (b != this.bp) {
1143
- this.d5("ItemsSource", b, this.bp);
1142
+ this.d6("ItemsSource", b, this.bp);
1144
1143
  }
1145
1144
  },
1146
1145
  enumerable: false,
@@ -1154,13 +1153,13 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1154
1153
  var b = this.bt;
1155
1154
  this.bt = a;
1156
1155
  if (b != this.bt) {
1157
- this.d5("DataMemberPath", b, this.bt);
1156
+ this.d6("DataMemberPath", b, this.bt);
1158
1157
  }
1159
1158
  },
1160
1159
  enumerable: false,
1161
1160
  configurable: true
1162
1161
  });
1163
- Object.defineProperty(CheckboxList.prototype, "bq", {
1162
+ Object.defineProperty(CheckboxList.prototype, "dataLegendTarget", {
1164
1163
  get: function () {
1165
1164
  return this.bo;
1166
1165
  },
@@ -1168,13 +1167,13 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1168
1167
  var b = this.bo;
1169
1168
  this.bo = a;
1170
1169
  if (b != this.bo) {
1171
- this.d5("DataLegendTarget", b, this.bo);
1170
+ this.d6("DataLegendTarget", b, this.bo);
1172
1171
  }
1173
1172
  },
1174
1173
  enumerable: false,
1175
1174
  configurable: true
1176
1175
  });
1177
- Object.defineProperty(CheckboxList.prototype, "c7", {
1176
+ Object.defineProperty(CheckboxList.prototype, "subtitleMemberPath", {
1178
1177
  get: function () {
1179
1178
  return this.bx;
1180
1179
  },
@@ -1182,13 +1181,13 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1182
1181
  var b = this.bx;
1183
1182
  this.bx = a;
1184
1183
  if (b != this.bx) {
1185
- this.d5("SubtitleMemberPath", b, this.bx);
1184
+ this.d6("SubtitleMemberPath", b, this.bx);
1186
1185
  }
1187
1186
  },
1188
1187
  enumerable: false,
1189
1188
  configurable: true
1190
1189
  });
1191
- Object.defineProperty(CheckboxList.prototype, "cm", {
1190
+ Object.defineProperty(CheckboxList.prototype, "propertyTypeMemberPath", {
1192
1191
  get: function () {
1193
1192
  return this.bv;
1194
1193
  },
@@ -1196,7 +1195,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1196
1195
  var b = this.bv;
1197
1196
  this.bv = a;
1198
1197
  if (b != this.bv) {
1199
- this.d5("PropertyTypeMemberPath", b, this.bv);
1198
+ this.d6("PropertyTypeMemberPath", b, this.bv);
1200
1199
  }
1201
1200
  },
1202
1201
  enumerable: false,
@@ -1210,7 +1209,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1210
1209
  var b = this.bw;
1211
1210
  this.bw = a;
1212
1211
  if (b != this.bw) {
1213
- this.d5("SelectedMemberPath", b, this.bw);
1212
+ this.d6("SelectedMemberPath", b, this.bw);
1214
1213
  }
1215
1214
  },
1216
1215
  enumerable: false,
@@ -1224,7 +1223,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1224
1223
  var b = this.bu;
1225
1224
  this.bu = a;
1226
1225
  if (b != this.bu) {
1227
- this.d5("FilterPlaceholderText", b, this.bu);
1226
+ this.d6("FilterPlaceholderText", b, this.bu);
1228
1227
  }
1229
1228
  },
1230
1229
  enumerable: false,
@@ -1238,7 +1237,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1238
1237
  var b = this.z;
1239
1238
  this.z = a;
1240
1239
  if (b != this.z) {
1241
- this.d5("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1240
+ this.d6("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1242
1241
  }
1243
1242
  },
1244
1243
  enumerable: false,
@@ -1252,7 +1251,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1252
1251
  var b = this.bk;
1253
1252
  this.bk = a;
1254
1253
  if (b != this.bk) {
1255
- this.d5("RowHeight", b, this.bk);
1254
+ this.d6("RowHeight", b, this.bk);
1256
1255
  }
1257
1256
  },
1258
1257
  enumerable: false,
@@ -1288,7 +1287,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1288
1287
  var b = this.am;
1289
1288
  this.am = a;
1290
1289
  if (b != this.am) {
1291
- this.d5("CellTextStyle", b, this.am);
1290
+ this.d6("CellTextStyle", b, this.am);
1292
1291
  }
1293
1292
  },
1294
1293
  enumerable: false,
@@ -1302,7 +1301,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1302
1301
  var b = this.m;
1303
1302
  this.m = a;
1304
1303
  if (b != this.m) {
1305
- this.d5("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1304
+ this.d6("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1306
1305
  }
1307
1306
  },
1308
1307
  enumerable: false,
@@ -1316,7 +1315,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1316
1315
  var b = this.ae;
1317
1316
  this.ae = a;
1318
1317
  if (b != this.ae) {
1319
- this.d5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1318
+ this.d6("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1320
1319
  }
1321
1320
  },
1322
1321
  enumerable: false,
@@ -1330,7 +1329,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1330
1329
  var b = this.ag;
1331
1330
  this.ag = a;
1332
1331
  if (b != this.ag) {
1333
- this.d5("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1332
+ this.d6("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1334
1333
  }
1335
1334
  },
1336
1335
  enumerable: false,
@@ -1338,33 +1337,33 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1338
1337
  });
1339
1338
  Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
1340
1339
  get: function () {
1341
- return this.e1;
1340
+ return this.e4;
1342
1341
  },
1343
1342
  set: function (a) {
1344
- var b = this.e1;
1345
- this.e1 = a;
1346
- if (b != this.e1) {
1347
- this.d5("SearchIconColor", b, this.e1);
1343
+ var b = this.e4;
1344
+ this.e4 = a;
1345
+ if (b != this.e4) {
1346
+ this.d6("SearchIconColor", b, this.e4);
1348
1347
  }
1349
1348
  },
1350
1349
  enumerable: false,
1351
1350
  configurable: true
1352
1351
  });
1353
- Object.defineProperty(CheckboxList.prototype, "fj", {
1352
+ Object.defineProperty(CheckboxList.prototype, "fm", {
1354
1353
  get: function () {
1355
- return this.ez;
1354
+ return this.e1;
1356
1355
  },
1357
1356
  set: function (a) {
1358
- var b = this.ez;
1359
- this.ez = a;
1360
- if (b != this.ez) {
1361
- this.d5("SearchBackgroundColor", b, this.ez);
1357
+ var b = this.e1;
1358
+ this.e1 = a;
1359
+ if (b != this.e1) {
1360
+ this.d6("SearchBackgroundColor", b, this.e1);
1362
1361
  }
1363
1362
  },
1364
1363
  enumerable: false,
1365
1364
  configurable: true
1366
1365
  });
1367
- Object.defineProperty(CheckboxList.prototype, "a6", {
1366
+ Object.defineProperty(CheckboxList.prototype, "labelClickTriggersChange", {
1368
1367
  get: function () {
1369
1368
  return this.ax;
1370
1369
  },
@@ -1372,13 +1371,27 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1372
1371
  var b = this.ax;
1373
1372
  this.ax = a;
1374
1373
  if (b != this.ax) {
1375
- this.d5("LabelClickTriggersChange", b, this.ax);
1374
+ this.d6("LabelClickTriggersChange", b, this.ax);
1376
1375
  }
1377
1376
  },
1378
1377
  enumerable: false,
1379
1378
  configurable: true
1380
1379
  });
1381
1380
  Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
1381
+ get: function () {
1382
+ return this.e5;
1383
+ },
1384
+ set: function (a) {
1385
+ var b = this.e5;
1386
+ this.e5 = a;
1387
+ if (b != this.e5) {
1388
+ this.d6("SearchTextColor", b, this.e5);
1389
+ }
1390
+ },
1391
+ enumerable: false,
1392
+ configurable: true
1393
+ });
1394
+ Object.defineProperty(CheckboxList.prototype, "searchBorderColor", {
1382
1395
  get: function () {
1383
1396
  return this.e2;
1384
1397
  },
@@ -1386,21 +1399,21 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1386
1399
  var b = this.e2;
1387
1400
  this.e2 = a;
1388
1401
  if (b != this.e2) {
1389
- this.d5("SearchTextColor", b, this.e2);
1402
+ this.d6("SearchBorderColor", b, this.e2);
1390
1403
  }
1391
1404
  },
1392
1405
  enumerable: false,
1393
1406
  configurable: true
1394
1407
  });
1395
- Object.defineProperty(CheckboxList.prototype, "fk", {
1408
+ Object.defineProperty(CheckboxList.prototype, "searchFocusBorderColor", {
1396
1409
  get: function () {
1397
- return this.e0;
1410
+ return this.e3;
1398
1411
  },
1399
1412
  set: function (a) {
1400
- var b = this.e0;
1401
- this.e0 = a;
1402
- if (b != this.e0) {
1403
- this.d5("SearchBorderColor", b, this.e0);
1413
+ var b = this.e3;
1414
+ this.e3 = a;
1415
+ if (b != this.e3) {
1416
+ this.d6("SearchFocusBorderColor", b, this.e3);
1404
1417
  }
1405
1418
  },
1406
1419
  enumerable: false,
@@ -1414,83 +1427,83 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1414
1427
  var b = this.an;
1415
1428
  this.an = a;
1416
1429
  if (b != this.an) {
1417
- this.d5("SearchTextStyle", b, this.an);
1430
+ this.d6("SearchTextStyle", b, this.an);
1418
1431
  }
1419
1432
  },
1420
1433
  enumerable: false,
1421
1434
  configurable: true
1422
1435
  });
1423
- Object.defineProperty(CheckboxList.prototype, "e9", {
1436
+ Object.defineProperty(CheckboxList.prototype, "fc", {
1424
1437
  get: function () {
1425
- return this.eu;
1438
+ return this.ew;
1426
1439
  },
1427
1440
  set: function (a) {
1428
- var b = this.eu;
1429
- this.eu = a;
1430
- if (b != this.eu) {
1431
- this.d5("CheckboxTickColor", b, this.eu);
1441
+ var b = this.ew;
1442
+ this.ew = a;
1443
+ if (b != this.ew) {
1444
+ this.d6("CheckboxTickColor", b, this.ew);
1432
1445
  }
1433
1446
  },
1434
1447
  enumerable: false,
1435
1448
  configurable: true
1436
1449
  });
1437
- Object.defineProperty(CheckboxList.prototype, "e7", {
1450
+ Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBackgroundColor", {
1438
1451
  get: function () {
1439
- return this.es;
1452
+ return this.eu;
1440
1453
  },
1441
1454
  set: function (a) {
1442
- var b = this.es;
1443
- this.es = a;
1444
- if (b != this.es) {
1445
- this.d5("CheckboxCheckedBackgroundColor", b, this.es);
1455
+ var b = this.eu;
1456
+ this.eu = a;
1457
+ if (b != this.eu) {
1458
+ this.d6("CheckboxCheckedBackgroundColor", b, this.eu);
1446
1459
  }
1447
1460
  },
1448
1461
  enumerable: false,
1449
1462
  configurable: true
1450
1463
  });
1451
- Object.defineProperty(CheckboxList.prototype, "fa", {
1464
+ Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBackgroundColor", {
1452
1465
  get: function () {
1453
- return this.ev;
1466
+ return this.ex;
1454
1467
  },
1455
1468
  set: function (a) {
1456
- var b = this.ev;
1457
- this.ev = a;
1458
- if (b != this.ev) {
1459
- this.d5("CheckboxUncheckedBackgroundColor", b, this.ev);
1469
+ var b = this.ex;
1470
+ this.ex = a;
1471
+ if (b != this.ex) {
1472
+ this.d6("CheckboxUncheckedBackgroundColor", b, this.ex);
1460
1473
  }
1461
1474
  },
1462
1475
  enumerable: false,
1463
1476
  configurable: true
1464
1477
  });
1465
- Object.defineProperty(CheckboxList.prototype, "e8", {
1478
+ Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBorderColor", {
1466
1479
  get: function () {
1467
- return this.et;
1480
+ return this.ev;
1468
1481
  },
1469
1482
  set: function (a) {
1470
- var b = this.et;
1471
- this.et = a;
1472
- if (b != this.et) {
1473
- this.d5("CheckboxCheckedBorderColor", b, this.et);
1483
+ var b = this.ev;
1484
+ this.ev = a;
1485
+ if (b != this.ev) {
1486
+ this.d6("CheckboxCheckedBorderColor", b, this.ev);
1474
1487
  }
1475
1488
  },
1476
1489
  enumerable: false,
1477
1490
  configurable: true
1478
1491
  });
1479
- Object.defineProperty(CheckboxList.prototype, "fb", {
1492
+ Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBorderColor", {
1480
1493
  get: function () {
1481
- return this.ew;
1494
+ return this.ey;
1482
1495
  },
1483
1496
  set: function (a) {
1484
- var b = this.ew;
1485
- this.ew = a;
1486
- if (b != this.ew) {
1487
- this.d5("CheckboxUncheckedBorderColor", b, this.ew);
1497
+ var b = this.ey;
1498
+ this.ey = a;
1499
+ if (b != this.ey) {
1500
+ this.d6("CheckboxUncheckedBorderColor", b, this.ey);
1488
1501
  }
1489
1502
  },
1490
1503
  enumerable: false,
1491
1504
  configurable: true
1492
1505
  });
1493
- Object.defineProperty(CheckboxList.prototype, "bc", {
1506
+ Object.defineProperty(CheckboxList.prototype, "checkboxCornerRadius", {
1494
1507
  get: function () {
1495
1508
  return this.bb;
1496
1509
  },
@@ -1498,7 +1511,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1498
1511
  var b = this.bb;
1499
1512
  this.bb = a;
1500
1513
  if (b != this.bb) {
1501
- this.d5("CheckboxCornerRadius", b, this.bb);
1514
+ this.d6("CheckboxCornerRadius", b, this.bb);
1502
1515
  }
1503
1516
  },
1504
1517
  enumerable: false,
@@ -1512,42 +1525,42 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1512
1525
  var b = this.ac;
1513
1526
  this.ac = a;
1514
1527
  if (b != this.ac) {
1515
- this.d5("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1528
+ this.d6("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1516
1529
  }
1517
1530
  },
1518
1531
  enumerable: false,
1519
1532
  configurable: true
1520
1533
  });
1521
- Object.defineProperty(CheckboxList.prototype, "fi", {
1534
+ Object.defineProperty(CheckboxList.prototype, "fl", {
1522
1535
  get: function () {
1523
- return this.ey;
1536
+ return this.e0;
1524
1537
  },
1525
1538
  set: function (a) {
1526
- var b = this.ey;
1527
- this.ey = a;
1528
- if (b != this.ey) {
1529
- this.d5("ScrollbarBackground", b, this.ey);
1539
+ var b = this.e0;
1540
+ this.e0 = a;
1541
+ if (b != this.e0) {
1542
+ this.d6("ScrollbarBackground", b, this.e0);
1530
1543
  }
1531
1544
  },
1532
1545
  enumerable: false,
1533
1546
  configurable: true
1534
1547
  });
1535
- CheckboxList.prototype.d5 = function (a, b, c) {
1548
+ CheckboxList.prototype.d6 = function (a, b, c) {
1536
1549
  if (this.propertyChanged != null) {
1537
1550
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
1538
1551
  }
1539
- this.eb(a, b, c);
1552
+ this.ec(a, b, c);
1540
1553
  };
1541
- CheckboxList.prototype.eb = function (a, b, c) {
1554
+ CheckboxList.prototype.ec = function (a, b, c) {
1542
1555
  switch (a) {
1543
1556
  case "IndexType":
1544
1557
  this.keys.clear();
1545
- this.dq();
1558
+ this.dr();
1546
1559
  if (this.keysCleared != null) {
1547
1560
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1548
1561
  }
1549
1562
  this.view.an();
1550
- this.d1(b, c);
1563
+ this.d2(b, c);
1551
1564
  break;
1552
1565
  case "ItemsSource":
1553
1566
  if (this.g != null) {
@@ -1560,16 +1573,16 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1560
1573
  }
1561
1574
  if (this.g.actualDataSource != null && !this.a0) {
1562
1575
  var d = this.g.actualDataSource;
1563
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d6));
1576
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d7));
1564
1577
  }
1565
1578
  this.g.itemsSource = this.bp;
1566
- this.dd();
1579
+ this.de();
1567
1580
  if (this.g.actualDataSource != null && !this.a0) {
1568
1581
  var e = this.g.actualDataSource;
1569
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d6));
1582
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d7));
1570
1583
  }
1571
1584
  this.at = true;
1572
- this.d8();
1585
+ this.d9();
1573
1586
  this.at = false;
1574
1587
  this.view.an();
1575
1588
  }
@@ -1580,8 +1593,8 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1580
1593
  case "PropertyTypeMemberPath":
1581
1594
  if (this.g != null) {
1582
1595
  if (this.bt != null) {
1583
- this.d8();
1584
- this.em();
1596
+ this.d9();
1597
+ this.eo();
1585
1598
  }
1586
1599
  }
1587
1600
  break;
@@ -1591,7 +1604,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1591
1604
  }
1592
1605
  break;
1593
1606
  case "SelectAllCaptionTextColor":
1594
- this.e5 = null != this.fn ? this.fn : this.fg();
1607
+ this.e8 = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fj();
1595
1608
  break;
1596
1609
  case "SelectAllCaption":
1597
1610
  case "ActualSelectAllCaptionTextColor":
@@ -1631,7 +1644,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1631
1644
  case "RowHoverBackgroundColor":
1632
1645
  var f = this.g;
1633
1646
  if (null != f) {
1634
- f.cellTextColor = this.fp;
1647
+ f.cellTextColor = this.textColor;
1635
1648
  f.cellBackground = this.backgroundColor;
1636
1649
  f.background = this.backgroundColor;
1637
1650
  f.cellSelectedBackground = this.backgroundColor;
@@ -1640,10 +1653,10 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1640
1653
  this.view.ak();
1641
1654
  break;
1642
1655
  case "BaseTheme":
1643
- this.el();
1656
+ this.en();
1644
1657
  break;
1645
1658
  case "Density":
1646
- this.ek();
1659
+ this.em();
1647
1660
  break;
1648
1661
  case "IsRowHoverEnabled":
1649
1662
  if (this.g != null) {
@@ -1657,17 +1670,26 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1657
1670
  break;
1658
1671
  case "ScrollbarBackground":
1659
1672
  if (this.g != null) {
1660
- this.g.scrollbarBackground = this.fi;
1673
+ this.g.scrollbarBackground = this.fl;
1661
1674
  }
1662
1675
  break;
1663
1676
  case "SearchIconColor":
1664
1677
  this.view.ai();
1665
1678
  break;
1666
1679
  case "SearchBackgroundColor":
1667
- this.y.mc = this.fj;
1680
+ if (this.y != null) {
1681
+ this.y.mc = this.fm;
1682
+ }
1668
1683
  break;
1669
1684
  case "SearchBorderColor":
1670
- this.y.md = this.fk;
1685
+ if (this.y != null) {
1686
+ this.y.md = this.searchBorderColor;
1687
+ }
1688
+ break;
1689
+ case "SearchFocusBorderColor":
1690
+ if (this.y != null) {
1691
+ this.y.no = this.searchFocusBorderColor;
1692
+ }
1671
1693
  break;
1672
1694
  case "SearchTextColor":
1673
1695
  if (this.w != null) {
@@ -1675,7 +1697,9 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1675
1697
  }
1676
1698
  break;
1677
1699
  case "SearchTextStyle":
1678
- this.w.af = this.ap;
1700
+ if (this.w != null) {
1701
+ this.w.af = this.ap;
1702
+ }
1679
1703
  break;
1680
1704
  case "CheckboxTickColor":
1681
1705
  case "CheckboxCheckedBackgroundColor":
@@ -1685,22 +1709,22 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1685
1709
  case "CheckboxCornerRadius":
1686
1710
  this.view.af();
1687
1711
  if (this.g != null) {
1688
- this.g.yx();
1712
+ this.g.y1();
1689
1713
  }
1690
1714
  break;
1691
1715
  case "CheckboxAlignedRight":
1692
1716
  if (this.g != null) {
1693
- this.eo();
1717
+ this.eq();
1694
1718
  }
1695
1719
  break;
1696
1720
  case "DataLegendTarget":
1697
1721
  if (this.g != null) {
1698
- this.g.yx();
1722
+ this.g.y1();
1699
1723
  }
1700
1724
  break;
1701
1725
  }
1702
1726
  };
1703
- CheckboxList.prototype.eo = function () {
1727
+ CheckboxList.prototype.eq = function () {
1704
1728
  if (this.g.actualColumns.count == 0) {
1705
1729
  return;
1706
1730
  }
@@ -1708,7 +1732,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1708
1732
  var b = this.g.actualColumns._inner[1];
1709
1733
  var c = this.g.actualColumns._inner[2];
1710
1734
  this.g.actualColumns.clear();
1711
- if (this.az) {
1735
+ if (this.checkboxAlignedRight) {
1712
1736
  this.g.columns.add(b);
1713
1737
  this.g.columns.add(a);
1714
1738
  }
@@ -1718,7 +1742,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1718
1742
  }
1719
1743
  this.g.columns.add(c);
1720
1744
  };
1721
- CheckboxList.prototype.d1 = function (a, b) {
1745
+ CheckboxList.prototype.d2 = function (a, b) {
1722
1746
  if (this.indexTypeChanged != null) {
1723
1747
  this.indexTypeChanged(this, ((function () {
1724
1748
  var $ret = new CheckboxListIndexTypeChangedEventArgs();
@@ -1728,7 +1752,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1728
1752
  })()));
1729
1753
  }
1730
1754
  };
1731
- CheckboxList.prototype.ek = function () {
1755
+ CheckboxList.prototype.em = function () {
1732
1756
  if (this.g != null) {
1733
1757
  this.g.density = this.density;
1734
1758
  }
@@ -1738,7 +1762,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1738
1762
  this.view.ae();
1739
1763
  this.view.z();
1740
1764
  };
1741
- CheckboxList.prototype.el = function () {
1765
+ CheckboxList.prototype.en = function () {
1742
1766
  if (this.x != null) {
1743
1767
  this.x.p = this.baseTheme;
1744
1768
  }
@@ -1747,28 +1771,28 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1747
1771
  }
1748
1772
  if (this.g != null) {
1749
1773
  this.g.theme = this.baseTheme;
1750
- this.g.cellTextColor = this.fp;
1774
+ this.g.cellTextColor = this.textColor;
1751
1775
  this.g.cellBackground = this.backgroundColor;
1752
1776
  this.g.cellSelectedBackground = this.backgroundColor;
1753
1777
  this.g.rowHoverBackground = this.rowHoverBackgroundColor;
1754
1778
  this.g.background = this.backgroundColor;
1755
1779
  }
1756
- this.e5 = this.fn != null ? this.fn : this.fg();
1780
+ this.e8 = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fj();
1757
1781
  this.view.ag();
1758
1782
  };
1759
- CheckboxList.prototype.d6 = function (a, b) {
1783
+ CheckboxList.prototype.d7 = function (a, b) {
1760
1784
  this.at = true;
1761
- this.dd();
1785
+ this.de();
1762
1786
  if (b.schema != null) {
1763
- this.d8();
1787
+ this.d9();
1764
1788
  for (var c = 0; c < this.keys.count; c++) {
1765
- this.d3(this.keys._inner[c]);
1789
+ this.d4(this.keys._inner[c]);
1766
1790
  }
1767
1791
  this.view.an();
1768
1792
  }
1769
1793
  this.at = false;
1770
1794
  };
1771
- CheckboxList.prototype.d8 = function () {
1795
+ CheckboxList.prototype.d9 = function () {
1772
1796
  if (this.ak == null && this.bw != null && this.bw != "") {
1773
1797
  this.ak = new FastReflectionHelper(false, this.bw);
1774
1798
  }
@@ -1808,7 +1832,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1808
1832
  }
1809
1833
  }
1810
1834
  };
1811
- CheckboxList.prototype.em = function () {
1835
+ CheckboxList.prototype.eo = function () {
1812
1836
  this.view.p();
1813
1837
  this.g.columns.clear();
1814
1838
  this.g.primaryKey = this.primaryKey;
@@ -1828,32 +1852,32 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1828
1852
  if (this.bw == null) {
1829
1853
  this.bw = "";
1830
1854
  }
1831
- a.nj = this.bw;
1832
- a.ob = "CheckboxColumn";
1855
+ a.nl = this.bw;
1856
+ a.od = "CheckboxColumn";
1833
1857
  var b = new ColumnWidth();
1834
1858
  b.c = false;
1835
1859
  b.f = 28;
1836
1860
  a.width = b;
1837
1861
  a.lm = 0;
1838
1862
  a.ln = 0;
1839
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.de));
1863
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.df));
1840
1864
  this.k = a;
1841
1865
  this.g.columns.add(a);
1842
1866
  var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
1843
1867
  if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
1844
1868
  var d = new TemplateColumn();
1845
- d.nj = this.bt;
1846
- d.ob = "DataColumn";
1869
+ d.nl = this.bt;
1870
+ d.od = "DataColumn";
1847
1871
  d.lm = 0;
1848
1872
  d.g = 0;
1849
- d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.en));
1873
+ d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ep));
1850
1874
  this.g.columns.add(d);
1851
1875
  }
1852
1876
  else {
1853
1877
  var e = void 0;
1854
- if (this.f != null) {
1855
- e = this.f.h1();
1856
- e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dm));
1878
+ if (this.gridColumnProvider != null) {
1879
+ e = this.gridColumnProvider.h1();
1880
+ e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dn));
1857
1881
  }
1858
1882
  else {
1859
1883
  switch (c) {
@@ -1878,8 +1902,8 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1878
1902
  break;
1879
1903
  }
1880
1904
  }
1881
- e.nj = this.bt;
1882
- e.ob = "DataColumn";
1905
+ e.nl = this.bt;
1906
+ e.od = "DataColumn";
1883
1907
  e.lm = 0;
1884
1908
  e.g = 0;
1885
1909
  this.g.columns.add(e);
@@ -1888,13 +1912,13 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1888
1912
  var g = new ColumnWidth();
1889
1913
  g.c = false;
1890
1914
  g.f = 10;
1891
- f.nj = "PaddingColumn";
1892
- f.ob = "PaddingColumn";
1915
+ f.nl = "PaddingColumn";
1916
+ f.od = "PaddingColumn";
1893
1917
  f.lm = 0;
1894
1918
  f.width = g;
1895
1919
  this.g.columns.add(f);
1896
1920
  };
1897
- CheckboxList.prototype.dm = function (a, b) {
1921
+ CheckboxList.prototype.dn = function (a, b) {
1898
1922
  var c = b.b;
1899
1923
  c.g2 = 0;
1900
1924
  c.g = 0;
@@ -1905,16 +1929,16 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1905
1929
  CheckboxList.prototype.provideHrElement = function (a) {
1906
1930
  this.view.v(a);
1907
1931
  };
1908
- CheckboxList.prototype.d2 = function () {
1932
+ CheckboxList.prototype.d3 = function () {
1909
1933
  if (!this.a0) {
1910
1934
  var a = this.w;
1911
- a.changing = delegateCombine(a.changing, runOn(this, this.dn));
1935
+ a.changing = delegateCombine(a.changing, runOn(this, this.dp));
1912
1936
  }
1913
- this.el();
1937
+ this.en();
1914
1938
  };
1915
- CheckboxList.prototype.dn = function (a, b) {
1939
+ CheckboxList.prototype.dp = function (a, b) {
1916
1940
  var c = b.value.toLowerCase();
1917
- this.d0(c);
1941
+ this.d1(c);
1918
1942
  };
1919
1943
  CheckboxList.prototype.j = function (a) {
1920
1944
  if (this.primaryKey == null) {
@@ -1928,7 +1952,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1928
1952
  }
1929
1953
  return new PrimaryKeyValue(b, c);
1930
1954
  };
1931
- CheckboxList.prototype.eg = function (a) {
1955
+ CheckboxList.prototype.ei = function (a) {
1932
1956
  this.as = true;
1933
1957
  var b = this.e.getItemAtIndex(a);
1934
1958
  if (this.ak != null) {
@@ -1938,7 +1962,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1938
1962
  this.keys.remove(c);
1939
1963
  this.as = false;
1940
1964
  };
1941
- CheckboxList.prototype.da = function (a) {
1965
+ CheckboxList.prototype.db = function (a) {
1942
1966
  this.as = true;
1943
1967
  var b = this.e.getItemAtIndex(a);
1944
1968
  if (this.ak != null) {
@@ -1948,44 +1972,44 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1948
1972
  this.keys.add(c);
1949
1973
  this.as = false;
1950
1974
  };
1951
- CheckboxList.prototype.ej = function () {
1975
+ CheckboxList.prototype.el = function () {
1952
1976
  this.indexType = 0;
1953
1977
  this.keys.clear();
1954
- this.dq();
1978
+ this.dr();
1955
1979
  if (this.keysCleared != null) {
1956
1980
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1957
1981
  }
1958
1982
  };
1959
- CheckboxList.prototype.dg = function () {
1983
+ CheckboxList.prototype.dh = function () {
1960
1984
  this.indexType = 1;
1961
1985
  this.keys.clear();
1962
- this.dq();
1986
+ this.dr();
1963
1987
  if (this.keysCleared != null) {
1964
1988
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1965
1989
  }
1966
1990
  };
1967
- CheckboxList.prototype.dv = function (a, b, c) {
1991
+ CheckboxList.prototype.dw = function (a, b, c) {
1968
1992
  if (this.g != null) {
1969
1993
  this.g.notifySetItem(a, b, c);
1970
1994
  }
1971
1995
  };
1972
- CheckboxList.prototype.dr = function () {
1996
+ CheckboxList.prototype.ds = function () {
1973
1997
  if (this.g != null) {
1974
1998
  this.g.notifyClearItems();
1975
1999
  }
1976
2000
  };
1977
- CheckboxList.prototype.dq = function () {
2001
+ CheckboxList.prototype.dr = function () {
1978
2002
  if (this.g != null) {
1979
2003
  this.g.invalidateVisibleRows();
1980
2004
  }
1981
2005
  };
1982
- CheckboxList.prototype.ds = function (a, b) {
2006
+ CheckboxList.prototype.dt = function (a, b) {
1983
2007
  if (this.g != null) {
1984
2008
  this.g.notifyInsertItem(a, b);
1985
2009
  }
1986
2010
  ;
1987
2011
  };
1988
- CheckboxList.prototype.du = function (a, b) {
2012
+ CheckboxList.prototype.dv = function (a, b) {
1989
2013
  if (this.g != null) {
1990
2014
  this.g.notifyRemoveItem(a, b);
1991
2015
  }
@@ -2002,7 +2026,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2002
2026
  this.aw = false;
2003
2027
  }
2004
2028
  };
2005
- CheckboxList.prototype.db = function (a) {
2029
+ CheckboxList.prototype.dc = function (a) {
2006
2030
  var b = null;
2007
2031
  if (this.primaryKey == null || this.primaryKey.length == 0) {
2008
2032
  b = new PrimaryKeyValue(null, a);
@@ -2022,7 +2046,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2022
2046
  this.keys.add(b);
2023
2047
  }
2024
2048
  };
2025
- CheckboxList.prototype.eh = function (a) {
2049
+ CheckboxList.prototype.ej = function (a) {
2026
2050
  var b = null;
2027
2051
  if (this.primaryKey == null || this.primaryKey.length == 0) {
2028
2052
  b = new PrimaryKeyValue(null, a);
@@ -2096,48 +2120,48 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2096
2120
  a.h = c.width;
2097
2121
  a.c = this.baseTheme;
2098
2122
  a.d = this.bl;
2099
- a.a = AppearanceHelper.a(this.e5);
2123
+ a.a = AppearanceHelper.a(this.e8);
2100
2124
  a.b = AppearanceHelper.a(this.backgroundColor);
2101
2125
  return a;
2102
2126
  };
2103
- Object.defineProperty(CheckboxList.prototype, "c0", {
2127
+ Object.defineProperty(CheckboxList.prototype, "c1", {
2104
2128
  get: function () {
2105
- return this.cz != null ? this.cz : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
2129
+ return this.c0 != null ? this.c0 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
2106
2130
  },
2107
2131
  set: function (a) {
2108
- if (a == this.cz) {
2132
+ if (a == this.c0) {
2109
2133
  return;
2110
2134
  }
2111
- var b = this.cz;
2112
- this.cz = a;
2113
- this.d5("SelectAllCaption", b, this.cz);
2135
+ var b = this.c0;
2136
+ this.c0 = a;
2137
+ this.d6("SelectAllCaption", b, this.c0);
2114
2138
  },
2115
2139
  enumerable: false,
2116
2140
  configurable: true
2117
2141
  });
2118
- Object.defineProperty(CheckboxList.prototype, "fn", {
2142
+ Object.defineProperty(CheckboxList.prototype, "selectAllCaptionTextColor", {
2119
2143
  get: function () {
2120
- return this.e3;
2144
+ return this.e6;
2121
2145
  },
2122
2146
  set: function (a) {
2123
- var b = this.e3;
2124
- this.e3 = a;
2125
- if (b != this.e3) {
2126
- this.d5("SelectAllCaptionTextColor", b, a);
2147
+ var b = this.e6;
2148
+ this.e6 = a;
2149
+ if (b != this.e6) {
2150
+ this.d6("SelectAllCaptionTextColor", b, a);
2127
2151
  }
2128
2152
  },
2129
2153
  enumerable: false,
2130
2154
  configurable: true
2131
2155
  });
2132
- Object.defineProperty(CheckboxList.prototype, "e5", {
2156
+ Object.defineProperty(CheckboxList.prototype, "e8", {
2133
2157
  get: function () {
2134
- return this.eq;
2158
+ return this.es;
2135
2159
  },
2136
2160
  set: function (a) {
2137
- var b = this.eq;
2138
- this.eq = a;
2139
- if (b != this.eq) {
2140
- this.d5("ActualSelectAllCaptionTextColor", b, a);
2161
+ var b = this.es;
2162
+ this.es = a;
2163
+ if (b != this.es) {
2164
+ this.d6("ActualSelectAllCaptionTextColor", b, a);
2141
2165
  }
2142
2166
  },
2143
2167
  enumerable: false,
@@ -2170,20 +2194,20 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2170
2194
  }
2171
2195
  var b = this.a9;
2172
2196
  this.a9 = a;
2173
- this.d5("showSelectAll", b, this.a9);
2197
+ this.d6("showSelectAll", b, this.a9);
2174
2198
  },
2175
2199
  enumerable: false,
2176
2200
  configurable: true
2177
2201
  });
2178
2202
  Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
2179
2203
  get: function () {
2180
- return this.er;
2204
+ return this.et;
2181
2205
  },
2182
2206
  set: function (a) {
2183
- var b = this.er;
2184
- this.er = a;
2185
- if (b != this.er) {
2186
- this.d5("BackgroundColor", b, a);
2207
+ var b = this.et;
2208
+ this.et = a;
2209
+ if (b != this.et) {
2210
+ this.d6("BackgroundColor", b, a);
2187
2211
  }
2188
2212
  },
2189
2213
  enumerable: false,
@@ -2191,40 +2215,40 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2191
2215
  });
2192
2216
  Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
2193
2217
  get: function () {
2194
- return this.ex;
2218
+ return this.ez;
2195
2219
  },
2196
2220
  set: function (a) {
2197
- var b = this.ex;
2198
- this.ex = a;
2199
- if (b != this.ex) {
2200
- this.d5("RowHoverBackgroundColor", b, a);
2221
+ var b = this.ez;
2222
+ this.ez = a;
2223
+ if (b != this.ez) {
2224
+ this.d6("RowHoverBackgroundColor", b, a);
2201
2225
  }
2202
2226
  },
2203
2227
  enumerable: false,
2204
2228
  configurable: true
2205
2229
  });
2206
- CheckboxList.prototype.fg = function () {
2230
+ CheckboxList.prototype.fj = function () {
2207
2231
  switch (this.baseTheme) {
2208
2232
  case 6:
2209
- case 4: return CheckboxList.fd;
2233
+ case 4: return CheckboxList.fg;
2210
2234
  }
2211
- return CheckboxList.ff;
2235
+ return CheckboxList.fi;
2212
2236
  };
2213
- Object.defineProperty(CheckboxList.prototype, "fp", {
2237
+ Object.defineProperty(CheckboxList.prototype, "textColor", {
2214
2238
  get: function () {
2215
- return this.e4;
2239
+ return this.e7;
2216
2240
  },
2217
2241
  set: function (a) {
2218
- var b = this.e4;
2219
- this.e4 = a;
2220
- if (b != this.e4) {
2221
- this.d5("TextColor", b, a);
2242
+ var b = this.e7;
2243
+ this.e7 = a;
2244
+ if (b != this.e7) {
2245
+ this.d6("TextColor", b, a);
2222
2246
  }
2223
2247
  },
2224
2248
  enumerable: false,
2225
2249
  configurable: true
2226
2250
  });
2227
- CheckboxList.prototype.d7 = function (a) {
2251
+ CheckboxList.prototype.d8 = function (a) {
2228
2252
  if (this.selectAllCheckboxChanged != null) {
2229
2253
  this.selectAllCheckboxChanged(this, ((function () {
2230
2254
  var $ret = new SelectAllCheckboxChangedEventArgs();
@@ -2255,7 +2279,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2255
2279
  default: return false;
2256
2280
  }
2257
2281
  };
2258
- CheckboxList.prototype.dd = function () {
2282
+ CheckboxList.prototype.de = function () {
2259
2283
  var a = this.g.actualDataSource;
2260
2284
  if (null != a) {
2261
2285
  if (null == a.actualSchema) {
@@ -2279,7 +2303,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2279
2303
  }
2280
2304
  var b = this.a7;
2281
2305
  this.a7 = a;
2282
- this.d5("ShowFilter", b, this.a7);
2306
+ this.d6("ShowFilter", b, this.a7);
2283
2307
  },
2284
2308
  enumerable: false,
2285
2309
  configurable: true
@@ -2294,12 +2318,12 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2294
2318
  }
2295
2319
  var b = this.a3;
2296
2320
  this.a3 = a;
2297
- this.d5("IsRowHoverEnabled", b, this.a3);
2321
+ this.d6("IsRowHoverEnabled", b, this.a3);
2298
2322
  },
2299
2323
  enumerable: false,
2300
2324
  configurable: true
2301
2325
  });
2302
- Object.defineProperty(CheckboxList.prototype, "az", {
2326
+ Object.defineProperty(CheckboxList.prototype, "checkboxAlignedRight", {
2303
2327
  get: function () {
2304
2328
  return this.ay;
2305
2329
  },
@@ -2309,17 +2333,31 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2309
2333
  }
2310
2334
  var b = this.ay;
2311
2335
  this.ay = a;
2312
- this.d5("CheckboxAlignedRight", b, this.ay);
2336
+ this.d6("CheckboxAlignedRight", b, this.ay);
2313
2337
  },
2314
2338
  enumerable: false,
2315
2339
  configurable: true
2316
2340
  });
2341
+ CheckboxList.prototype.ef = function (a) {
2342
+ this.y = a;
2343
+ if (a == null) {
2344
+ return;
2345
+ }
2346
+ this.y.d = this.aa;
2347
+ this.y.p = this.baseTheme;
2348
+ this.y.t = this.density;
2349
+ this.y.mc = this.fm;
2350
+ this.y.md = this.searchBorderColor;
2351
+ this.y.no = this.searchFocusBorderColor;
2352
+ this.y.n6 = BrushUtil.l(0, 0, 0, 0);
2353
+ this.y.np = BrushUtil.l(0, 0, 0, 0);
2354
+ };
2317
2355
  CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
2318
- CheckboxList.fo = BrushUtil.l(255, 24, 29, 31);
2319
- 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";
2320
- CheckboxList.fc = BrushUtil.l(255, 248, 248, 248);
2321
- CheckboxList.fe = null;
2322
- CheckboxList.ff = BrushUtil.l(255, 24, 29, 31);
2323
- CheckboxList.fd = BrushUtil.l(255, 255, 255, 255);
2356
+ CheckboxList.fs = BrushUtil.l(255, 24, 29, 31);
2357
+ 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";
2358
+ CheckboxList.ff = BrushUtil.l(255, 248, 248, 248);
2359
+ CheckboxList.fh = null;
2360
+ CheckboxList.fi = BrushUtil.l(255, 24, 29, 31);
2361
+ CheckboxList.fg = BrushUtil.l(255, 255, 255, 255);
2324
2362
  return CheckboxList;
2325
2363
  }(Base));