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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -11,8 +11,8 @@ import { Dictionary$2 } from "igniteui-angular-core";
11
11
  import { XCheckbox } from "igniteui-angular-inputs";
12
12
  import { XLabel } from "igniteui-angular-inputs";
13
13
  import { XIcon } from "igniteui-angular-inputs";
14
- import { XPrefix } from "igniteui-angular-inputs";
15
14
  import { XInputGroup } from "igniteui-angular-inputs";
15
+ import { XPrefix } from "igniteui-angular-inputs";
16
16
  import { XInput } from "igniteui-angular-inputs";
17
17
  import { ControlDisplayDensity_$type } from "igniteui-angular-core";
18
18
  import { FontInfo } from "igniteui-angular-core";
@@ -102,41 +102,39 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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) {
@@ -708,30 +706,31 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
708
706
  _this.m = 1;
709
707
  _this.ae = 1;
710
708
  _this.ag = 2;
711
- _this.e1 = BrushUtil.l(255, 24, 29, 31);
712
- _this.ez = null;
709
+ _this.e4 = BrushUtil.l(255, 24, 29, 31);
710
+ _this.e1 = null;
713
711
  _this.ax = true;
712
+ _this.e5 = null;
714
713
  _this.e2 = null;
715
- _this.e0 = null;
714
+ _this.e3 = null;
716
715
  _this.an = null;
716
+ _this.ew = null;
717
717
  _this.eu = null;
718
- _this.es = null;
718
+ _this.ex = null;
719
719
  _this.ev = null;
720
- _this.et = null;
721
- _this.ew = null;
720
+ _this.ey = null;
722
721
  _this.bb = NaN;
723
- _this.f = null;
722
+ _this.gridColumnProvider = null;
724
723
  _this.ac = 0;
725
- _this.ey = null;
724
+ _this.e0 = null;
726
725
  _this.indexTypeChanged = null;
727
726
  _this.aw = false;
728
- _this.cz = null;
729
- _this.e3 = null;
730
- _this.eq = CheckboxList.ff;
727
+ _this.c0 = null;
728
+ _this.e6 = null;
729
+ _this.es = CheckboxList.fi;
731
730
  _this.a9 = true;
732
- _this.er = CheckboxList.fc;
733
- _this.ex = CheckboxList.fe;
734
- _this.e4 = CheckboxList.ff;
731
+ _this.et = CheckboxList.ff;
732
+ _this.ez = CheckboxList.fh;
733
+ _this.e7 = CheckboxList.fi;
735
734
  _this.keysCleared = null;
736
735
  _this.selectAllCheckboxChanged = null;
737
736
  _this.bm = -1;
@@ -739,8 +738,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
739
738
  _this.a3 = true;
740
739
  _this.ay = false;
741
740
  var a = _this.h;
742
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.ea));
743
- _this.h.am(runOn(_this, _this.d9));
741
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.eb));
742
+ _this.h.am(runOn(_this, _this.ea));
744
743
  _this.d = new FilterFactory();
745
744
  var b = new CheckboxListView();
746
745
  b.c = _this;
@@ -814,7 +813,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
814
813
  var b = this.a;
815
814
  this.a = a;
816
815
  if (b != this.a) {
817
- this.d5("PrimaryKey", b, this.a);
816
+ this.d6("PrimaryKey", b, this.a);
818
817
  }
819
818
  },
820
819
  enumerable: false,
@@ -835,44 +834,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
835
834
  CheckboxList.prototype.removeSelectedKeyAt = function (a) {
836
835
  this.keys.removeAt(a);
837
836
  };
838
- CheckboxList.prototype.d9 = function () {
839
- this.dq();
837
+ CheckboxList.prototype.ea = function () {
838
+ this.dr();
840
839
  if (this.keysCleared != null) {
841
840
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
842
841
  }
843
842
  };
844
- CheckboxList.prototype.ea = function (a, b) {
843
+ CheckboxList.prototype.eb = function (a, b) {
845
844
  if (this.e == null || this.e.actualSchema == null || this.as) {
846
845
  return;
847
846
  }
848
847
  switch (b.action) {
849
848
  case 0:
850
849
  for (var c = 0; c < b.newItems.count; c++) {
851
- this.d3(b.newItems.item(c));
850
+ this.d4(b.newItems.item(c));
852
851
  }
853
852
  break;
854
853
  case 1:
855
854
  for (var d = 0; d < b.oldItems.count; d++) {
856
- this.d4(b.oldItems.item(d));
855
+ this.d5(b.oldItems.item(d));
857
856
  }
858
857
  break;
859
858
  case 2:
860
859
  for (var e = 0; e < b.oldItems.count; e++) {
861
- this.d4(b.oldItems.item(e));
860
+ this.d5(b.oldItems.item(e));
862
861
  }
863
862
  for (var f = 0; f < b.newItems.count; f++) {
864
- this.d3(b.newItems.item(f));
863
+ this.d4(b.newItems.item(f));
865
864
  }
866
865
  break;
867
866
  case 4:
868
867
  this.view.ab(this.indexType == 0);
869
868
  for (var g = 0; g < this.keys.ae.count; g++) {
870
- this.d3(this.keys.ae._inner[g]);
869
+ this.d4(this.keys.ae._inner[g]);
871
870
  }
872
871
  break;
873
872
  }
874
873
  };
875
- CheckboxList.prototype.d3 = function (a) {
874
+ CheckboxList.prototype.d4 = function (a) {
876
875
  var _this = this;
877
876
  var b = this.e.indexOfKey(a.value);
878
877
  if (b >= 0) {
@@ -889,7 +888,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
889
888
  return $ret;
890
889
  })()));
891
890
  };
892
- CheckboxList.prototype.d4 = function (a) {
891
+ CheckboxList.prototype.d5 = function (a) {
893
892
  var _this = this;
894
893
  var b = this.e.indexOfKey(a.value);
895
894
  if (b >= 0) {
@@ -906,7 +905,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
906
905
  return $ret;
907
906
  })()));
908
907
  };
909
- CheckboxList.prototype.dy = function (a, b) {
908
+ CheckboxList.prototype.dz = function (a, b) {
910
909
  if (this.checkedChanged != null && this.at == false) {
911
910
  var c_1 = null;
912
911
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
@@ -931,58 +930,58 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
931
930
  this.av = false;
932
931
  if (this.g != null) {
933
932
  var a = this.g;
934
- a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dk));
933
+ a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dl));
935
934
  var b = this.g;
936
- b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dl));
935
+ b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dm));
937
936
  if (this.g.actualDataSource != null) {
938
937
  var c = this.g.actualDataSource;
939
- c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d6));
938
+ c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d7));
940
939
  }
941
940
  }
942
941
  if (this.v != null) {
943
942
  var d = this.v;
944
- d.changing = delegateCombine(d.changing, runOn(this, this.dn));
943
+ d.changing = delegateCombine(d.changing, runOn(this, this.dp));
945
944
  }
946
945
  if (this.k != null) {
947
946
  var e = this.k;
948
- e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.de));
947
+ e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.df));
949
948
  }
950
949
  };
951
950
  CheckboxList.prototype.onDetachedFromUI = function () {
952
951
  this.av = true;
952
+ this.dk();
953
953
  this.dj();
954
- this.di();
955
954
  };
956
- CheckboxList.prototype.dj = function () {
955
+ CheckboxList.prototype.dk = function () {
957
956
  if (this.g != null) {
958
957
  var a = this.g;
959
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dk));
958
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dl));
960
959
  var b = this.g;
961
- b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dl));
960
+ b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dm));
962
961
  if (this.g.actualDataSource != null) {
963
962
  var c = this.g.actualDataSource;
964
- c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d6));
963
+ c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d7));
965
964
  }
966
965
  }
967
966
  if (this.v != null) {
968
967
  var d = this.v;
969
- d.changing = delegateRemove(d.changing, runOn(this, this.dn));
968
+ d.changing = delegateRemove(d.changing, runOn(this, this.dp));
970
969
  }
971
970
  };
972
- CheckboxList.prototype.di = function () {
971
+ CheckboxList.prototype.dj = function () {
973
972
  if (this.k != null) {
974
973
  var a = this.k;
975
- a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.de));
974
+ a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.df));
976
975
  }
977
976
  };
978
977
  CheckboxList.prototype.destroy = function () {
979
978
  this.au = true;
980
979
  if (!this.av) {
981
- this.dj();
980
+ this.dk();
982
981
  }
983
982
  this.provideContainer(null, null, null);
984
983
  if (!this.av) {
985
- this.di();
984
+ this.dj();
986
985
  }
987
986
  };
988
987
  Object.defineProperty(CheckboxList.prototype, "a0", {
@@ -997,8 +996,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
997
996
  if (null != this.g) {
998
997
  this.g.scrollbarStyle = 1;
999
998
  var d = this.g;
1000
- d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dl));
1001
- this.g.scrollbarBackground = this.fi;
999
+ d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dm));
1000
+ this.g.scrollbarBackground = this.fl;
1002
1001
  this.g.headerHeight = 0;
1003
1002
  this.g.rowSeparatorHeight = 0;
1004
1003
  this.g.defaultColumnMinWidth = NaN;
@@ -1007,31 +1006,31 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1007
1006
  this.g.selectionMode = 0;
1008
1007
  this.g.editMode = 0;
1009
1008
  var e = this.g;
1010
- e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dk));
1009
+ e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dl));
1011
1010
  if (this.bp != null) {
1012
1011
  this.g.itemsSource = this.bp;
1013
- this.dd();
1014
- this.d8();
1012
+ this.de();
1013
+ this.d9();
1015
1014
  }
1016
1015
  if (this.bt != null) {
1017
- this.d8();
1018
- this.em();
1016
+ this.d9();
1017
+ this.eo();
1019
1018
  }
1020
1019
  }
1021
1020
  this.view.w(c);
1022
- if (this.az) {
1023
- this.eo();
1021
+ if (this.checkboxAlignedRight) {
1022
+ this.eq();
1024
1023
  }
1025
1024
  this.view.r(a);
1026
1025
  };
1027
- CheckboxList.prototype.dl = function (a, b) {
1026
+ CheckboxList.prototype.dm = function (a, b) {
1028
1027
  this.g.scrollbarStyle = this.ad;
1029
1028
  };
1030
1029
  CheckboxList.prototype.provideSelectAllSection = function (a) {
1031
1030
  this.view.w(a);
1032
1031
  };
1033
- CheckboxList.prototype.dk = function (a, b) {
1034
- if (!this.az && b.cellInfo.l.a5 == 0 || this.az && b.cellInfo.l.a5 == 1) {
1032
+ CheckboxList.prototype.dl = function (a, b) {
1033
+ if (!this.checkboxAlignedRight && b.cellInfo.l.a5 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a5 == 1) {
1035
1034
  return;
1036
1035
  }
1037
1036
  var c = b.cellInfo.l.x;
@@ -1040,7 +1039,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1040
1039
  }
1041
1040
  var d = b.cellInfo.ij;
1042
1041
  var e = this.j(d);
1043
- if (this.a6) {
1042
+ if (this.labelClickTriggersChange) {
1044
1043
  if (this.keys.contains(e)) {
1045
1044
  if (this.ak != null) {
1046
1045
  this.ak.setPropertyValue(d, false);
@@ -1054,9 +1053,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1054
1053
  this.keys.add(e);
1055
1054
  }
1056
1055
  }
1057
- this.dt(c, this.keys.contains(e));
1056
+ this.du(c, this.keys.contains(e));
1058
1057
  };
1059
- CheckboxList.prototype.dt = function (a, b) {
1058
+ CheckboxList.prototype.du = function (a, b) {
1060
1059
  var c = null;
1061
1060
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
1062
1061
  c = new Array(this.e.actualPrimaryKey.length);
@@ -1075,7 +1074,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1075
1074
  return $ret;
1076
1075
  })()));
1077
1076
  };
1078
- CheckboxList.prototype.de = function (a, b) {
1077
+ CheckboxList.prototype.df = function (a, b) {
1079
1078
  var c = b.cellInfo.l.x;
1080
1079
  if (-1 == c) {
1081
1080
  return;
@@ -1089,7 +1088,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1089
1088
  }
1090
1089
  this.view.t(b.content.element, c, d);
1091
1090
  };
1092
- CheckboxList.prototype.en = function (a, b) {
1091
+ CheckboxList.prototype.ep = function (a, b) {
1093
1092
  var c = b.cellInfo.l.x;
1094
1093
  if (-1 == c) {
1095
1094
  return;
@@ -1119,7 +1118,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1119
1118
  }
1120
1119
  this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
1121
1120
  };
1122
- CheckboxList.prototype.d0 = function (a) {
1121
+ CheckboxList.prototype.d1 = function (a) {
1123
1122
  if (this.bt != null) {
1124
1123
  var b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
1125
1124
  var c = b.contains(a);
@@ -1141,7 +1140,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1141
1140
  var b = this.bp;
1142
1141
  this.bp = a;
1143
1142
  if (b != this.bp) {
1144
- this.d5("ItemsSource", b, this.bp);
1143
+ this.d6("ItemsSource", b, this.bp);
1145
1144
  }
1146
1145
  },
1147
1146
  enumerable: false,
@@ -1155,13 +1154,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1155
1154
  var b = this.bt;
1156
1155
  this.bt = a;
1157
1156
  if (b != this.bt) {
1158
- this.d5("DataMemberPath", b, this.bt);
1157
+ this.d6("DataMemberPath", b, this.bt);
1159
1158
  }
1160
1159
  },
1161
1160
  enumerable: false,
1162
1161
  configurable: true
1163
1162
  });
1164
- Object.defineProperty(CheckboxList.prototype, "bq", {
1163
+ Object.defineProperty(CheckboxList.prototype, "dataLegendTarget", {
1165
1164
  get: function () {
1166
1165
  return this.bo;
1167
1166
  },
@@ -1169,13 +1168,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1169
1168
  var b = this.bo;
1170
1169
  this.bo = a;
1171
1170
  if (b != this.bo) {
1172
- this.d5("DataLegendTarget", b, this.bo);
1171
+ this.d6("DataLegendTarget", b, this.bo);
1173
1172
  }
1174
1173
  },
1175
1174
  enumerable: false,
1176
1175
  configurable: true
1177
1176
  });
1178
- Object.defineProperty(CheckboxList.prototype, "c7", {
1177
+ Object.defineProperty(CheckboxList.prototype, "subtitleMemberPath", {
1179
1178
  get: function () {
1180
1179
  return this.bx;
1181
1180
  },
@@ -1183,13 +1182,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1183
1182
  var b = this.bx;
1184
1183
  this.bx = a;
1185
1184
  if (b != this.bx) {
1186
- this.d5("SubtitleMemberPath", b, this.bx);
1185
+ this.d6("SubtitleMemberPath", b, this.bx);
1187
1186
  }
1188
1187
  },
1189
1188
  enumerable: false,
1190
1189
  configurable: true
1191
1190
  });
1192
- Object.defineProperty(CheckboxList.prototype, "cm", {
1191
+ Object.defineProperty(CheckboxList.prototype, "propertyTypeMemberPath", {
1193
1192
  get: function () {
1194
1193
  return this.bv;
1195
1194
  },
@@ -1197,7 +1196,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1197
1196
  var b = this.bv;
1198
1197
  this.bv = a;
1199
1198
  if (b != this.bv) {
1200
- this.d5("PropertyTypeMemberPath", b, this.bv);
1199
+ this.d6("PropertyTypeMemberPath", b, this.bv);
1201
1200
  }
1202
1201
  },
1203
1202
  enumerable: false,
@@ -1211,7 +1210,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1211
1210
  var b = this.bw;
1212
1211
  this.bw = a;
1213
1212
  if (b != this.bw) {
1214
- this.d5("SelectedMemberPath", b, this.bw);
1213
+ this.d6("SelectedMemberPath", b, this.bw);
1215
1214
  }
1216
1215
  },
1217
1216
  enumerable: false,
@@ -1225,7 +1224,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1225
1224
  var b = this.bu;
1226
1225
  this.bu = a;
1227
1226
  if (b != this.bu) {
1228
- this.d5("FilterPlaceholderText", b, this.bu);
1227
+ this.d6("FilterPlaceholderText", b, this.bu);
1229
1228
  }
1230
1229
  },
1231
1230
  enumerable: false,
@@ -1239,7 +1238,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1239
1238
  var b = this.z;
1240
1239
  this.z = a;
1241
1240
  if (b != this.z) {
1242
- this.d5("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1241
+ this.d6("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1243
1242
  }
1244
1243
  },
1245
1244
  enumerable: false,
@@ -1253,7 +1252,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1253
1252
  var b = this.bk;
1254
1253
  this.bk = a;
1255
1254
  if (b != this.bk) {
1256
- this.d5("RowHeight", b, this.bk);
1255
+ this.d6("RowHeight", b, this.bk);
1257
1256
  }
1258
1257
  },
1259
1258
  enumerable: false,
@@ -1289,7 +1288,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1289
1288
  var b = this.am;
1290
1289
  this.am = a;
1291
1290
  if (b != this.am) {
1292
- this.d5("CellTextStyle", b, this.am);
1291
+ this.d6("CellTextStyle", b, this.am);
1293
1292
  }
1294
1293
  },
1295
1294
  enumerable: false,
@@ -1303,7 +1302,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1303
1302
  var b = this.m;
1304
1303
  this.m = a;
1305
1304
  if (b != this.m) {
1306
- this.d5("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1305
+ this.d6("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1307
1306
  }
1308
1307
  },
1309
1308
  enumerable: false,
@@ -1317,7 +1316,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1317
1316
  var b = this.ae;
1318
1317
  this.ae = a;
1319
1318
  if (b != this.ae) {
1320
- this.d5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1319
+ this.d6("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1321
1320
  }
1322
1321
  },
1323
1322
  enumerable: false,
@@ -1331,7 +1330,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1331
1330
  var b = this.ag;
1332
1331
  this.ag = a;
1333
1332
  if (b != this.ag) {
1334
- this.d5("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1333
+ this.d6("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1335
1334
  }
1336
1335
  },
1337
1336
  enumerable: false,
@@ -1339,33 +1338,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1339
1338
  });
1340
1339
  Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
1341
1340
  get: function () {
1342
- return this.e1;
1341
+ return this.e4;
1343
1342
  },
1344
1343
  set: function (a) {
1345
- var b = this.e1;
1346
- this.e1 = a;
1347
- if (b != this.e1) {
1348
- this.d5("SearchIconColor", b, this.e1);
1344
+ var b = this.e4;
1345
+ this.e4 = a;
1346
+ if (b != this.e4) {
1347
+ this.d6("SearchIconColor", b, this.e4);
1349
1348
  }
1350
1349
  },
1351
1350
  enumerable: false,
1352
1351
  configurable: true
1353
1352
  });
1354
- Object.defineProperty(CheckboxList.prototype, "fj", {
1353
+ Object.defineProperty(CheckboxList.prototype, "fm", {
1355
1354
  get: function () {
1356
- return this.ez;
1355
+ return this.e1;
1357
1356
  },
1358
1357
  set: function (a) {
1359
- var b = this.ez;
1360
- this.ez = a;
1361
- if (b != this.ez) {
1362
- this.d5("SearchBackgroundColor", b, this.ez);
1358
+ var b = this.e1;
1359
+ this.e1 = a;
1360
+ if (b != this.e1) {
1361
+ this.d6("SearchBackgroundColor", b, this.e1);
1363
1362
  }
1364
1363
  },
1365
1364
  enumerable: false,
1366
1365
  configurable: true
1367
1366
  });
1368
- Object.defineProperty(CheckboxList.prototype, "a6", {
1367
+ Object.defineProperty(CheckboxList.prototype, "labelClickTriggersChange", {
1369
1368
  get: function () {
1370
1369
  return this.ax;
1371
1370
  },
@@ -1373,13 +1372,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1373
1372
  var b = this.ax;
1374
1373
  this.ax = a;
1375
1374
  if (b != this.ax) {
1376
- this.d5("LabelClickTriggersChange", b, this.ax);
1375
+ this.d6("LabelClickTriggersChange", b, this.ax);
1377
1376
  }
1378
1377
  },
1379
1378
  enumerable: false,
1380
1379
  configurable: true
1381
1380
  });
1382
1381
  Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
1382
+ get: function () {
1383
+ return this.e5;
1384
+ },
1385
+ set: function (a) {
1386
+ var b = this.e5;
1387
+ this.e5 = a;
1388
+ if (b != this.e5) {
1389
+ this.d6("SearchTextColor", b, this.e5);
1390
+ }
1391
+ },
1392
+ enumerable: false,
1393
+ configurable: true
1394
+ });
1395
+ Object.defineProperty(CheckboxList.prototype, "searchBorderColor", {
1383
1396
  get: function () {
1384
1397
  return this.e2;
1385
1398
  },
@@ -1387,21 +1400,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1387
1400
  var b = this.e2;
1388
1401
  this.e2 = a;
1389
1402
  if (b != this.e2) {
1390
- this.d5("SearchTextColor", b, this.e2);
1403
+ this.d6("SearchBorderColor", b, this.e2);
1391
1404
  }
1392
1405
  },
1393
1406
  enumerable: false,
1394
1407
  configurable: true
1395
1408
  });
1396
- Object.defineProperty(CheckboxList.prototype, "fk", {
1409
+ Object.defineProperty(CheckboxList.prototype, "searchFocusBorderColor", {
1397
1410
  get: function () {
1398
- return this.e0;
1411
+ return this.e3;
1399
1412
  },
1400
1413
  set: function (a) {
1401
- var b = this.e0;
1402
- this.e0 = a;
1403
- if (b != this.e0) {
1404
- this.d5("SearchBorderColor", b, this.e0);
1414
+ var b = this.e3;
1415
+ this.e3 = a;
1416
+ if (b != this.e3) {
1417
+ this.d6("SearchFocusBorderColor", b, this.e3);
1405
1418
  }
1406
1419
  },
1407
1420
  enumerable: false,
@@ -1415,83 +1428,83 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1415
1428
  var b = this.an;
1416
1429
  this.an = a;
1417
1430
  if (b != this.an) {
1418
- this.d5("SearchTextStyle", b, this.an);
1431
+ this.d6("SearchTextStyle", b, this.an);
1419
1432
  }
1420
1433
  },
1421
1434
  enumerable: false,
1422
1435
  configurable: true
1423
1436
  });
1424
- Object.defineProperty(CheckboxList.prototype, "e9", {
1437
+ Object.defineProperty(CheckboxList.prototype, "fc", {
1425
1438
  get: function () {
1426
- return this.eu;
1439
+ return this.ew;
1427
1440
  },
1428
1441
  set: function (a) {
1429
- var b = this.eu;
1430
- this.eu = a;
1431
- if (b != this.eu) {
1432
- this.d5("CheckboxTickColor", b, this.eu);
1442
+ var b = this.ew;
1443
+ this.ew = a;
1444
+ if (b != this.ew) {
1445
+ this.d6("CheckboxTickColor", b, this.ew);
1433
1446
  }
1434
1447
  },
1435
1448
  enumerable: false,
1436
1449
  configurable: true
1437
1450
  });
1438
- Object.defineProperty(CheckboxList.prototype, "e7", {
1451
+ Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBackgroundColor", {
1439
1452
  get: function () {
1440
- return this.es;
1453
+ return this.eu;
1441
1454
  },
1442
1455
  set: function (a) {
1443
- var b = this.es;
1444
- this.es = a;
1445
- if (b != this.es) {
1446
- this.d5("CheckboxCheckedBackgroundColor", b, this.es);
1456
+ var b = this.eu;
1457
+ this.eu = a;
1458
+ if (b != this.eu) {
1459
+ this.d6("CheckboxCheckedBackgroundColor", b, this.eu);
1447
1460
  }
1448
1461
  },
1449
1462
  enumerable: false,
1450
1463
  configurable: true
1451
1464
  });
1452
- Object.defineProperty(CheckboxList.prototype, "fa", {
1465
+ Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBackgroundColor", {
1453
1466
  get: function () {
1454
- return this.ev;
1467
+ return this.ex;
1455
1468
  },
1456
1469
  set: function (a) {
1457
- var b = this.ev;
1458
- this.ev = a;
1459
- if (b != this.ev) {
1460
- this.d5("CheckboxUncheckedBackgroundColor", b, this.ev);
1470
+ var b = this.ex;
1471
+ this.ex = a;
1472
+ if (b != this.ex) {
1473
+ this.d6("CheckboxUncheckedBackgroundColor", b, this.ex);
1461
1474
  }
1462
1475
  },
1463
1476
  enumerable: false,
1464
1477
  configurable: true
1465
1478
  });
1466
- Object.defineProperty(CheckboxList.prototype, "e8", {
1479
+ Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBorderColor", {
1467
1480
  get: function () {
1468
- return this.et;
1481
+ return this.ev;
1469
1482
  },
1470
1483
  set: function (a) {
1471
- var b = this.et;
1472
- this.et = a;
1473
- if (b != this.et) {
1474
- this.d5("CheckboxCheckedBorderColor", b, this.et);
1484
+ var b = this.ev;
1485
+ this.ev = a;
1486
+ if (b != this.ev) {
1487
+ this.d6("CheckboxCheckedBorderColor", b, this.ev);
1475
1488
  }
1476
1489
  },
1477
1490
  enumerable: false,
1478
1491
  configurable: true
1479
1492
  });
1480
- Object.defineProperty(CheckboxList.prototype, "fb", {
1493
+ Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBorderColor", {
1481
1494
  get: function () {
1482
- return this.ew;
1495
+ return this.ey;
1483
1496
  },
1484
1497
  set: function (a) {
1485
- var b = this.ew;
1486
- this.ew = a;
1487
- if (b != this.ew) {
1488
- this.d5("CheckboxUncheckedBorderColor", b, this.ew);
1498
+ var b = this.ey;
1499
+ this.ey = a;
1500
+ if (b != this.ey) {
1501
+ this.d6("CheckboxUncheckedBorderColor", b, this.ey);
1489
1502
  }
1490
1503
  },
1491
1504
  enumerable: false,
1492
1505
  configurable: true
1493
1506
  });
1494
- Object.defineProperty(CheckboxList.prototype, "bc", {
1507
+ Object.defineProperty(CheckboxList.prototype, "checkboxCornerRadius", {
1495
1508
  get: function () {
1496
1509
  return this.bb;
1497
1510
  },
@@ -1499,7 +1512,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1499
1512
  var b = this.bb;
1500
1513
  this.bb = a;
1501
1514
  if (b != this.bb) {
1502
- this.d5("CheckboxCornerRadius", b, this.bb);
1515
+ this.d6("CheckboxCornerRadius", b, this.bb);
1503
1516
  }
1504
1517
  },
1505
1518
  enumerable: false,
@@ -1513,42 +1526,42 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1513
1526
  var b = this.ac;
1514
1527
  this.ac = a;
1515
1528
  if (b != this.ac) {
1516
- this.d5("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1529
+ this.d6("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1517
1530
  }
1518
1531
  },
1519
1532
  enumerable: false,
1520
1533
  configurable: true
1521
1534
  });
1522
- Object.defineProperty(CheckboxList.prototype, "fi", {
1535
+ Object.defineProperty(CheckboxList.prototype, "fl", {
1523
1536
  get: function () {
1524
- return this.ey;
1537
+ return this.e0;
1525
1538
  },
1526
1539
  set: function (a) {
1527
- var b = this.ey;
1528
- this.ey = a;
1529
- if (b != this.ey) {
1530
- this.d5("ScrollbarBackground", b, this.ey);
1540
+ var b = this.e0;
1541
+ this.e0 = a;
1542
+ if (b != this.e0) {
1543
+ this.d6("ScrollbarBackground", b, this.e0);
1531
1544
  }
1532
1545
  },
1533
1546
  enumerable: false,
1534
1547
  configurable: true
1535
1548
  });
1536
- CheckboxList.prototype.d5 = function (a, b, c) {
1549
+ CheckboxList.prototype.d6 = function (a, b, c) {
1537
1550
  if (this.propertyChanged != null) {
1538
1551
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
1539
1552
  }
1540
- this.eb(a, b, c);
1553
+ this.ec(a, b, c);
1541
1554
  };
1542
- CheckboxList.prototype.eb = function (a, b, c) {
1555
+ CheckboxList.prototype.ec = function (a, b, c) {
1543
1556
  switch (a) {
1544
1557
  case "IndexType":
1545
1558
  this.keys.clear();
1546
- this.dq();
1559
+ this.dr();
1547
1560
  if (this.keysCleared != null) {
1548
1561
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1549
1562
  }
1550
1563
  this.view.an();
1551
- this.d1(b, c);
1564
+ this.d2(b, c);
1552
1565
  break;
1553
1566
  case "ItemsSource":
1554
1567
  if (this.g != null) {
@@ -1561,16 +1574,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1561
1574
  }
1562
1575
  if (this.g.actualDataSource != null && !this.a0) {
1563
1576
  var d = this.g.actualDataSource;
1564
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d6));
1577
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d7));
1565
1578
  }
1566
1579
  this.g.itemsSource = this.bp;
1567
- this.dd();
1580
+ this.de();
1568
1581
  if (this.g.actualDataSource != null && !this.a0) {
1569
1582
  var e = this.g.actualDataSource;
1570
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d6));
1583
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d7));
1571
1584
  }
1572
1585
  this.at = true;
1573
- this.d8();
1586
+ this.d9();
1574
1587
  this.at = false;
1575
1588
  this.view.an();
1576
1589
  }
@@ -1581,8 +1594,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1581
1594
  case "PropertyTypeMemberPath":
1582
1595
  if (this.g != null) {
1583
1596
  if (this.bt != null) {
1584
- this.d8();
1585
- this.em();
1597
+ this.d9();
1598
+ this.eo();
1586
1599
  }
1587
1600
  }
1588
1601
  break;
@@ -1592,7 +1605,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1592
1605
  }
1593
1606
  break;
1594
1607
  case "SelectAllCaptionTextColor":
1595
- this.e5 = null != this.fn ? this.fn : this.fg();
1608
+ this.e8 = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fj();
1596
1609
  break;
1597
1610
  case "SelectAllCaption":
1598
1611
  case "ActualSelectAllCaptionTextColor":
@@ -1632,7 +1645,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1632
1645
  case "RowHoverBackgroundColor":
1633
1646
  var f = this.g;
1634
1647
  if (null != f) {
1635
- f.cellTextColor = this.fp;
1648
+ f.cellTextColor = this.textColor;
1636
1649
  f.cellBackground = this.backgroundColor;
1637
1650
  f.background = this.backgroundColor;
1638
1651
  f.cellSelectedBackground = this.backgroundColor;
@@ -1641,10 +1654,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1641
1654
  this.view.ak();
1642
1655
  break;
1643
1656
  case "BaseTheme":
1644
- this.el();
1657
+ this.en();
1645
1658
  break;
1646
1659
  case "Density":
1647
- this.ek();
1660
+ this.em();
1648
1661
  break;
1649
1662
  case "IsRowHoverEnabled":
1650
1663
  if (this.g != null) {
@@ -1658,17 +1671,26 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1658
1671
  break;
1659
1672
  case "ScrollbarBackground":
1660
1673
  if (this.g != null) {
1661
- this.g.scrollbarBackground = this.fi;
1674
+ this.g.scrollbarBackground = this.fl;
1662
1675
  }
1663
1676
  break;
1664
1677
  case "SearchIconColor":
1665
1678
  this.view.ai();
1666
1679
  break;
1667
1680
  case "SearchBackgroundColor":
1668
- this.y.mc = this.fj;
1681
+ if (this.y != null) {
1682
+ this.y.mc = this.fm;
1683
+ }
1669
1684
  break;
1670
1685
  case "SearchBorderColor":
1671
- this.y.md = this.fk;
1686
+ if (this.y != null) {
1687
+ this.y.md = this.searchBorderColor;
1688
+ }
1689
+ break;
1690
+ case "SearchFocusBorderColor":
1691
+ if (this.y != null) {
1692
+ this.y.no = this.searchFocusBorderColor;
1693
+ }
1672
1694
  break;
1673
1695
  case "SearchTextColor":
1674
1696
  if (this.w != null) {
@@ -1676,7 +1698,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1676
1698
  }
1677
1699
  break;
1678
1700
  case "SearchTextStyle":
1679
- this.w.af = this.ap;
1701
+ if (this.w != null) {
1702
+ this.w.af = this.ap;
1703
+ }
1680
1704
  break;
1681
1705
  case "CheckboxTickColor":
1682
1706
  case "CheckboxCheckedBackgroundColor":
@@ -1686,22 +1710,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1686
1710
  case "CheckboxCornerRadius":
1687
1711
  this.view.af();
1688
1712
  if (this.g != null) {
1689
- this.g.yx();
1713
+ this.g.y1();
1690
1714
  }
1691
1715
  break;
1692
1716
  case "CheckboxAlignedRight":
1693
1717
  if (this.g != null) {
1694
- this.eo();
1718
+ this.eq();
1695
1719
  }
1696
1720
  break;
1697
1721
  case "DataLegendTarget":
1698
1722
  if (this.g != null) {
1699
- this.g.yx();
1723
+ this.g.y1();
1700
1724
  }
1701
1725
  break;
1702
1726
  }
1703
1727
  };
1704
- CheckboxList.prototype.eo = function () {
1728
+ CheckboxList.prototype.eq = function () {
1705
1729
  if (this.g.actualColumns.count == 0) {
1706
1730
  return;
1707
1731
  }
@@ -1709,7 +1733,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1709
1733
  var b = this.g.actualColumns._inner[1];
1710
1734
  var c = this.g.actualColumns._inner[2];
1711
1735
  this.g.actualColumns.clear();
1712
- if (this.az) {
1736
+ if (this.checkboxAlignedRight) {
1713
1737
  this.g.columns.add(b);
1714
1738
  this.g.columns.add(a);
1715
1739
  }
@@ -1719,7 +1743,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1719
1743
  }
1720
1744
  this.g.columns.add(c);
1721
1745
  };
1722
- CheckboxList.prototype.d1 = function (a, b) {
1746
+ CheckboxList.prototype.d2 = function (a, b) {
1723
1747
  if (this.indexTypeChanged != null) {
1724
1748
  this.indexTypeChanged(this, ((function () {
1725
1749
  var $ret = new CheckboxListIndexTypeChangedEventArgs();
@@ -1729,7 +1753,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1729
1753
  })()));
1730
1754
  }
1731
1755
  };
1732
- CheckboxList.prototype.ek = function () {
1756
+ CheckboxList.prototype.em = function () {
1733
1757
  if (this.g != null) {
1734
1758
  this.g.density = this.density;
1735
1759
  }
@@ -1739,7 +1763,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1739
1763
  this.view.ae();
1740
1764
  this.view.z();
1741
1765
  };
1742
- CheckboxList.prototype.el = function () {
1766
+ CheckboxList.prototype.en = function () {
1743
1767
  if (this.x != null) {
1744
1768
  this.x.p = this.baseTheme;
1745
1769
  }
@@ -1748,28 +1772,28 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1748
1772
  }
1749
1773
  if (this.g != null) {
1750
1774
  this.g.theme = this.baseTheme;
1751
- this.g.cellTextColor = this.fp;
1775
+ this.g.cellTextColor = this.textColor;
1752
1776
  this.g.cellBackground = this.backgroundColor;
1753
1777
  this.g.cellSelectedBackground = this.backgroundColor;
1754
1778
  this.g.rowHoverBackground = this.rowHoverBackgroundColor;
1755
1779
  this.g.background = this.backgroundColor;
1756
1780
  }
1757
- this.e5 = this.fn != null ? this.fn : this.fg();
1781
+ this.e8 = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fj();
1758
1782
  this.view.ag();
1759
1783
  };
1760
- CheckboxList.prototype.d6 = function (a, b) {
1784
+ CheckboxList.prototype.d7 = function (a, b) {
1761
1785
  this.at = true;
1762
- this.dd();
1786
+ this.de();
1763
1787
  if (b.schema != null) {
1764
- this.d8();
1788
+ this.d9();
1765
1789
  for (var c = 0; c < this.keys.count; c++) {
1766
- this.d3(this.keys._inner[c]);
1790
+ this.d4(this.keys._inner[c]);
1767
1791
  }
1768
1792
  this.view.an();
1769
1793
  }
1770
1794
  this.at = false;
1771
1795
  };
1772
- CheckboxList.prototype.d8 = function () {
1796
+ CheckboxList.prototype.d9 = function () {
1773
1797
  if (this.ak == null && this.bw != null && this.bw != "") {
1774
1798
  this.ak = new FastReflectionHelper(false, this.bw);
1775
1799
  }
@@ -1809,7 +1833,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1809
1833
  }
1810
1834
  }
1811
1835
  };
1812
- CheckboxList.prototype.em = function () {
1836
+ CheckboxList.prototype.eo = function () {
1813
1837
  this.view.p();
1814
1838
  this.g.columns.clear();
1815
1839
  this.g.primaryKey = this.primaryKey;
@@ -1829,32 +1853,32 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1829
1853
  if (this.bw == null) {
1830
1854
  this.bw = "";
1831
1855
  }
1832
- a.nj = this.bw;
1833
- a.ob = "CheckboxColumn";
1856
+ a.nl = this.bw;
1857
+ a.od = "CheckboxColumn";
1834
1858
  var b = new ColumnWidth();
1835
1859
  b.c = false;
1836
1860
  b.f = 28;
1837
1861
  a.width = b;
1838
1862
  a.lm = 0;
1839
1863
  a.ln = 0;
1840
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.de));
1864
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.df));
1841
1865
  this.k = a;
1842
1866
  this.g.columns.add(a);
1843
1867
  var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
1844
1868
  if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
1845
1869
  var d = new TemplateColumn();
1846
- d.nj = this.bt;
1847
- d.ob = "DataColumn";
1870
+ d.nl = this.bt;
1871
+ d.od = "DataColumn";
1848
1872
  d.lm = 0;
1849
1873
  d.g = 0;
1850
- d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.en));
1874
+ d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ep));
1851
1875
  this.g.columns.add(d);
1852
1876
  }
1853
1877
  else {
1854
1878
  var e = void 0;
1855
- if (this.f != null) {
1856
- e = this.f.h1();
1857
- e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dm));
1879
+ if (this.gridColumnProvider != null) {
1880
+ e = this.gridColumnProvider.h1();
1881
+ e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dn));
1858
1882
  }
1859
1883
  else {
1860
1884
  switch (c) {
@@ -1879,8 +1903,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1879
1903
  break;
1880
1904
  }
1881
1905
  }
1882
- e.nj = this.bt;
1883
- e.ob = "DataColumn";
1906
+ e.nl = this.bt;
1907
+ e.od = "DataColumn";
1884
1908
  e.lm = 0;
1885
1909
  e.g = 0;
1886
1910
  this.g.columns.add(e);
@@ -1889,13 +1913,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1889
1913
  var g = new ColumnWidth();
1890
1914
  g.c = false;
1891
1915
  g.f = 10;
1892
- f.nj = "PaddingColumn";
1893
- f.ob = "PaddingColumn";
1916
+ f.nl = "PaddingColumn";
1917
+ f.od = "PaddingColumn";
1894
1918
  f.lm = 0;
1895
1919
  f.width = g;
1896
1920
  this.g.columns.add(f);
1897
1921
  };
1898
- CheckboxList.prototype.dm = function (a, b) {
1922
+ CheckboxList.prototype.dn = function (a, b) {
1899
1923
  var c = b.b;
1900
1924
  c.g2 = 0;
1901
1925
  c.g = 0;
@@ -1906,16 +1930,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1906
1930
  CheckboxList.prototype.provideHrElement = function (a) {
1907
1931
  this.view.v(a);
1908
1932
  };
1909
- CheckboxList.prototype.d2 = function () {
1933
+ CheckboxList.prototype.d3 = function () {
1910
1934
  if (!this.a0) {
1911
1935
  var a = this.w;
1912
- a.changing = delegateCombine(a.changing, runOn(this, this.dn));
1936
+ a.changing = delegateCombine(a.changing, runOn(this, this.dp));
1913
1937
  }
1914
- this.el();
1938
+ this.en();
1915
1939
  };
1916
- CheckboxList.prototype.dn = function (a, b) {
1940
+ CheckboxList.prototype.dp = function (a, b) {
1917
1941
  var c = b.value.toLowerCase();
1918
- this.d0(c);
1942
+ this.d1(c);
1919
1943
  };
1920
1944
  CheckboxList.prototype.j = function (a) {
1921
1945
  if (this.primaryKey == null) {
@@ -1929,7 +1953,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1929
1953
  }
1930
1954
  return new PrimaryKeyValue(b, c);
1931
1955
  };
1932
- CheckboxList.prototype.eg = function (a) {
1956
+ CheckboxList.prototype.ei = function (a) {
1933
1957
  this.as = true;
1934
1958
  var b = this.e.getItemAtIndex(a);
1935
1959
  if (this.ak != null) {
@@ -1939,7 +1963,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1939
1963
  this.keys.remove(c);
1940
1964
  this.as = false;
1941
1965
  };
1942
- CheckboxList.prototype.da = function (a) {
1966
+ CheckboxList.prototype.db = function (a) {
1943
1967
  this.as = true;
1944
1968
  var b = this.e.getItemAtIndex(a);
1945
1969
  if (this.ak != null) {
@@ -1949,44 +1973,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1949
1973
  this.keys.add(c);
1950
1974
  this.as = false;
1951
1975
  };
1952
- CheckboxList.prototype.ej = function () {
1976
+ CheckboxList.prototype.el = function () {
1953
1977
  this.indexType = 0;
1954
1978
  this.keys.clear();
1955
- this.dq();
1979
+ this.dr();
1956
1980
  if (this.keysCleared != null) {
1957
1981
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1958
1982
  }
1959
1983
  };
1960
- CheckboxList.prototype.dg = function () {
1984
+ CheckboxList.prototype.dh = function () {
1961
1985
  this.indexType = 1;
1962
1986
  this.keys.clear();
1963
- this.dq();
1987
+ this.dr();
1964
1988
  if (this.keysCleared != null) {
1965
1989
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1966
1990
  }
1967
1991
  };
1968
- CheckboxList.prototype.dv = function (a, b, c) {
1992
+ CheckboxList.prototype.dw = function (a, b, c) {
1969
1993
  if (this.g != null) {
1970
1994
  this.g.notifySetItem(a, b, c);
1971
1995
  }
1972
1996
  };
1973
- CheckboxList.prototype.dr = function () {
1997
+ CheckboxList.prototype.ds = function () {
1974
1998
  if (this.g != null) {
1975
1999
  this.g.notifyClearItems();
1976
2000
  }
1977
2001
  };
1978
- CheckboxList.prototype.dq = function () {
2002
+ CheckboxList.prototype.dr = function () {
1979
2003
  if (this.g != null) {
1980
2004
  this.g.invalidateVisibleRows();
1981
2005
  }
1982
2006
  };
1983
- CheckboxList.prototype.ds = function (a, b) {
2007
+ CheckboxList.prototype.dt = function (a, b) {
1984
2008
  if (this.g != null) {
1985
2009
  this.g.notifyInsertItem(a, b);
1986
2010
  }
1987
2011
  ;
1988
2012
  };
1989
- CheckboxList.prototype.du = function (a, b) {
2013
+ CheckboxList.prototype.dv = function (a, b) {
1990
2014
  if (this.g != null) {
1991
2015
  this.g.notifyRemoveItem(a, b);
1992
2016
  }
@@ -2003,7 +2027,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2003
2027
  this.aw = false;
2004
2028
  }
2005
2029
  };
2006
- CheckboxList.prototype.db = function (a) {
2030
+ CheckboxList.prototype.dc = function (a) {
2007
2031
  var b = null;
2008
2032
  if (this.primaryKey == null || this.primaryKey.length == 0) {
2009
2033
  b = new PrimaryKeyValue(null, a);
@@ -2023,7 +2047,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2023
2047
  this.keys.add(b);
2024
2048
  }
2025
2049
  };
2026
- CheckboxList.prototype.eh = function (a) {
2050
+ CheckboxList.prototype.ej = function (a) {
2027
2051
  var b = null;
2028
2052
  if (this.primaryKey == null || this.primaryKey.length == 0) {
2029
2053
  b = new PrimaryKeyValue(null, a);
@@ -2097,48 +2121,48 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2097
2121
  a.h = c.width;
2098
2122
  a.c = this.baseTheme;
2099
2123
  a.d = this.bl;
2100
- a.a = AppearanceHelper.a(this.e5);
2124
+ a.a = AppearanceHelper.a(this.e8);
2101
2125
  a.b = AppearanceHelper.a(this.backgroundColor);
2102
2126
  return a;
2103
2127
  };
2104
- Object.defineProperty(CheckboxList.prototype, "c0", {
2128
+ Object.defineProperty(CheckboxList.prototype, "c1", {
2105
2129
  get: function () {
2106
- return this.cz != null ? this.cz : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
2130
+ return this.c0 != null ? this.c0 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
2107
2131
  },
2108
2132
  set: function (a) {
2109
- if (a == this.cz) {
2133
+ if (a == this.c0) {
2110
2134
  return;
2111
2135
  }
2112
- var b = this.cz;
2113
- this.cz = a;
2114
- this.d5("SelectAllCaption", b, this.cz);
2136
+ var b = this.c0;
2137
+ this.c0 = a;
2138
+ this.d6("SelectAllCaption", b, this.c0);
2115
2139
  },
2116
2140
  enumerable: false,
2117
2141
  configurable: true
2118
2142
  });
2119
- Object.defineProperty(CheckboxList.prototype, "fn", {
2143
+ Object.defineProperty(CheckboxList.prototype, "selectAllCaptionTextColor", {
2120
2144
  get: function () {
2121
- return this.e3;
2145
+ return this.e6;
2122
2146
  },
2123
2147
  set: function (a) {
2124
- var b = this.e3;
2125
- this.e3 = a;
2126
- if (b != this.e3) {
2127
- this.d5("SelectAllCaptionTextColor", b, a);
2148
+ var b = this.e6;
2149
+ this.e6 = a;
2150
+ if (b != this.e6) {
2151
+ this.d6("SelectAllCaptionTextColor", b, a);
2128
2152
  }
2129
2153
  },
2130
2154
  enumerable: false,
2131
2155
  configurable: true
2132
2156
  });
2133
- Object.defineProperty(CheckboxList.prototype, "e5", {
2157
+ Object.defineProperty(CheckboxList.prototype, "e8", {
2134
2158
  get: function () {
2135
- return this.eq;
2159
+ return this.es;
2136
2160
  },
2137
2161
  set: function (a) {
2138
- var b = this.eq;
2139
- this.eq = a;
2140
- if (b != this.eq) {
2141
- this.d5("ActualSelectAllCaptionTextColor", b, a);
2162
+ var b = this.es;
2163
+ this.es = a;
2164
+ if (b != this.es) {
2165
+ this.d6("ActualSelectAllCaptionTextColor", b, a);
2142
2166
  }
2143
2167
  },
2144
2168
  enumerable: false,
@@ -2171,20 +2195,20 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2171
2195
  }
2172
2196
  var b = this.a9;
2173
2197
  this.a9 = a;
2174
- this.d5("showSelectAll", b, this.a9);
2198
+ this.d6("showSelectAll", b, this.a9);
2175
2199
  },
2176
2200
  enumerable: false,
2177
2201
  configurable: true
2178
2202
  });
2179
2203
  Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
2180
2204
  get: function () {
2181
- return this.er;
2205
+ return this.et;
2182
2206
  },
2183
2207
  set: function (a) {
2184
- var b = this.er;
2185
- this.er = a;
2186
- if (b != this.er) {
2187
- this.d5("BackgroundColor", b, a);
2208
+ var b = this.et;
2209
+ this.et = a;
2210
+ if (b != this.et) {
2211
+ this.d6("BackgroundColor", b, a);
2188
2212
  }
2189
2213
  },
2190
2214
  enumerable: false,
@@ -2192,40 +2216,40 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2192
2216
  });
2193
2217
  Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
2194
2218
  get: function () {
2195
- return this.ex;
2219
+ return this.ez;
2196
2220
  },
2197
2221
  set: function (a) {
2198
- var b = this.ex;
2199
- this.ex = a;
2200
- if (b != this.ex) {
2201
- this.d5("RowHoverBackgroundColor", b, a);
2222
+ var b = this.ez;
2223
+ this.ez = a;
2224
+ if (b != this.ez) {
2225
+ this.d6("RowHoverBackgroundColor", b, a);
2202
2226
  }
2203
2227
  },
2204
2228
  enumerable: false,
2205
2229
  configurable: true
2206
2230
  });
2207
- CheckboxList.prototype.fg = function () {
2231
+ CheckboxList.prototype.fj = function () {
2208
2232
  switch (this.baseTheme) {
2209
2233
  case 6:
2210
- case 4: return CheckboxList.fd;
2234
+ case 4: return CheckboxList.fg;
2211
2235
  }
2212
- return CheckboxList.ff;
2236
+ return CheckboxList.fi;
2213
2237
  };
2214
- Object.defineProperty(CheckboxList.prototype, "fp", {
2238
+ Object.defineProperty(CheckboxList.prototype, "textColor", {
2215
2239
  get: function () {
2216
- return this.e4;
2240
+ return this.e7;
2217
2241
  },
2218
2242
  set: function (a) {
2219
- var b = this.e4;
2220
- this.e4 = a;
2221
- if (b != this.e4) {
2222
- this.d5("TextColor", b, a);
2243
+ var b = this.e7;
2244
+ this.e7 = a;
2245
+ if (b != this.e7) {
2246
+ this.d6("TextColor", b, a);
2223
2247
  }
2224
2248
  },
2225
2249
  enumerable: false,
2226
2250
  configurable: true
2227
2251
  });
2228
- CheckboxList.prototype.d7 = function (a) {
2252
+ CheckboxList.prototype.d8 = function (a) {
2229
2253
  if (this.selectAllCheckboxChanged != null) {
2230
2254
  this.selectAllCheckboxChanged(this, ((function () {
2231
2255
  var $ret = new SelectAllCheckboxChangedEventArgs();
@@ -2256,7 +2280,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2256
2280
  default: return false;
2257
2281
  }
2258
2282
  };
2259
- CheckboxList.prototype.dd = function () {
2283
+ CheckboxList.prototype.de = function () {
2260
2284
  var a = this.g.actualDataSource;
2261
2285
  if (null != a) {
2262
2286
  if (null == a.actualSchema) {
@@ -2280,7 +2304,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2280
2304
  }
2281
2305
  var b = this.a7;
2282
2306
  this.a7 = a;
2283
- this.d5("ShowFilter", b, this.a7);
2307
+ this.d6("ShowFilter", b, this.a7);
2284
2308
  },
2285
2309
  enumerable: false,
2286
2310
  configurable: true
@@ -2295,12 +2319,12 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2295
2319
  }
2296
2320
  var b = this.a3;
2297
2321
  this.a3 = a;
2298
- this.d5("IsRowHoverEnabled", b, this.a3);
2322
+ this.d6("IsRowHoverEnabled", b, this.a3);
2299
2323
  },
2300
2324
  enumerable: false,
2301
2325
  configurable: true
2302
2326
  });
2303
- Object.defineProperty(CheckboxList.prototype, "az", {
2327
+ Object.defineProperty(CheckboxList.prototype, "checkboxAlignedRight", {
2304
2328
  get: function () {
2305
2329
  return this.ay;
2306
2330
  },
@@ -2310,18 +2334,32 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2310
2334
  }
2311
2335
  var b = this.ay;
2312
2336
  this.ay = a;
2313
- this.d5("CheckboxAlignedRight", b, this.ay);
2337
+ this.d6("CheckboxAlignedRight", b, this.ay);
2314
2338
  },
2315
2339
  enumerable: false,
2316
2340
  configurable: true
2317
2341
  });
2342
+ CheckboxList.prototype.ef = function (a) {
2343
+ this.y = a;
2344
+ if (a == null) {
2345
+ return;
2346
+ }
2347
+ this.y.d = this.aa;
2348
+ this.y.p = this.baseTheme;
2349
+ this.y.t = this.density;
2350
+ this.y.mc = this.fm;
2351
+ this.y.md = this.searchBorderColor;
2352
+ this.y.no = this.searchFocusBorderColor;
2353
+ this.y.n6 = BrushUtil.l(0, 0, 0, 0);
2354
+ this.y.np = BrushUtil.l(0, 0, 0, 0);
2355
+ };
2318
2356
  CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
2319
- CheckboxList.fo = BrushUtil.l(255, 24, 29, 31);
2320
- 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";
2321
- CheckboxList.fc = BrushUtil.l(255, 248, 248, 248);
2322
- CheckboxList.fe = null;
2323
- CheckboxList.ff = BrushUtil.l(255, 24, 29, 31);
2324
- CheckboxList.fd = BrushUtil.l(255, 255, 255, 255);
2357
+ CheckboxList.fs = BrushUtil.l(255, 24, 29, 31);
2358
+ 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";
2359
+ CheckboxList.ff = BrushUtil.l(255, 248, 248, 248);
2360
+ CheckboxList.fh = null;
2361
+ CheckboxList.fi = BrushUtil.l(255, 24, 29, 31);
2362
+ CheckboxList.fg = BrushUtil.l(255, 255, 255, 255);
2325
2363
  return CheckboxList;
2326
2364
  }(Base));
2327
2365
  export { CheckboxList };