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

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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -38,6 +38,7 @@ import { FilterFactory } from "igniteui-angular-core";
38
38
  import { CheckboxListKeysClearedEventArgs } from "./CheckboxListKeysClearedEventArgs";
39
39
  import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
40
40
  import { TemplateColumn } from "./TemplateColumn";
41
+ import { CornerRadius } from "igniteui-angular-core";
41
42
  import { FastReflectionHelper } from "igniteui-angular-core";
42
43
  import { DataSeriesPropertyType_$type } from "igniteui-angular-core";
43
44
  import { SvgIconRegistry } from "igniteui-angular-core";
@@ -106,7 +107,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
106
107
  var d = a.getSubRenderer(b);
107
108
  c.provideContainer(d);
108
109
  var e = d.getExternal(c, d.rootWrapper, d.getExternal(this.c, null, null));
109
- this.c.ef(c);
110
+ this.c.eh(c);
110
111
  var f = a.createElement("div");
111
112
  var g = a.getSubRenderer(f);
112
113
  var h = new XPrefix();
@@ -117,7 +118,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
117
118
  this.d = new XIcon();
118
119
  this.d.provideContainer(k);
119
120
  this.d.fill = this.c.searchIconColor;
120
- this.d.svgPath = CheckboxList.cx;
121
+ this.d.svgPath = CheckboxList.cz;
121
122
  var l = g.getExternal(this.d, k.rootWrapper, k.getExternal(this.c, null, null));
122
123
  h.appendContentChild(j);
123
124
  c.appendContentChild(f);
@@ -134,7 +135,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
134
135
  }
135
136
  this.c.y.appendContentChild(m);
136
137
  this.c.y.inputs.add(this.c.w);
137
- this.c.d3();
138
+ this.c.d5();
138
139
  };
139
140
  CheckboxListView.prototype.z = function () {
140
141
  if (this.j != null) {
@@ -207,7 +208,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
207
208
  finally {
208
209
  d.z = h;
209
210
  }
210
- d.dk = this.c.fc;
211
+ d.dk = this.c.fg;
211
212
  d.dd = this.c.checkboxCheckedBackgroundColor;
212
213
  d.dl = this.c.checkboxUncheckedBackgroundColor;
213
214
  d.de = this.c.checkboxCheckedBorderColor;
@@ -409,21 +410,21 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
409
410
  var e = c.checked;
410
411
  if (e == true) {
411
412
  if (this.c.indexType == 0) {
412
- this.c.ei(d);
413
+ this.c.ek(d);
413
414
  }
414
415
  else {
415
- this.c.db(d);
416
+ this.c.dd(d);
416
417
  }
417
418
  }
418
419
  else {
419
420
  if (this.c.indexType == 0) {
420
- this.c.db(d);
421
+ this.c.dd(d);
421
422
  }
422
423
  else {
423
- this.c.ei(d);
424
+ this.c.ek(d);
424
425
  }
425
426
  }
426
- this.c.dz(d, e);
427
+ this.c.d1(d, e);
427
428
  this.an(false);
428
429
  };
429
430
  CheckboxListView.prototype.q = function () {
@@ -437,7 +438,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
437
438
  var e = parseInt(d.a4.toString());
438
439
  if (e == a) {
439
440
  d.checked = b;
440
- this.c.dz(e, b);
441
+ this.c.d1(e, b);
441
442
  }
442
443
  }
443
444
  }
@@ -498,7 +499,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
498
499
  var d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
499
500
  this.b.n = this.c.baseTheme;
500
501
  this.m = a.createElement("label");
501
- this.m.setRawText(this.c.c1);
502
+ this.m.setRawText(this.c.c3);
502
503
  this.m.setStyleProperty("font-size", "13px");
503
504
  this.n.setStyleProperty("display", "flex");
504
505
  this.n.setStyleProperty("flex-direction", "row");
@@ -514,8 +515,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
514
515
  };
515
516
  CheckboxListView.prototype.am = function () {
516
517
  if (null != this.m) {
517
- this.m.setRawText(this.c.c1);
518
- NativeUI.r(this.m, this.c.e8);
518
+ this.m.setRawText(this.c.c3);
519
+ NativeUI.r(this.m, this.c.fc);
519
520
  }
520
521
  };
521
522
  CheckboxListView.prototype.ap = function () {
@@ -566,12 +567,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
566
567
  return;
567
568
  }
568
569
  if (b.isChecked) {
569
- this.c.el();
570
- this.c.d8(b.isChecked);
570
+ this.c.en();
571
+ this.c.ea(b.isChecked);
571
572
  }
572
573
  else {
573
- this.c.dh();
574
- this.c.d8(b.isChecked);
574
+ this.c.dj();
575
+ this.c.ea(b.isChecked);
575
576
  }
576
577
  };
577
578
  CheckboxListView.prototype.ak = function () {
@@ -603,7 +604,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
603
604
  if (this.b == null) {
604
605
  return;
605
606
  }
606
- this.b.dk = this.c.fc;
607
+ this.b.dk = this.c.fg;
607
608
  this.b.dd = this.c.checkboxCheckedBackgroundColor;
608
609
  this.b.dl = this.c.checkboxUncheckedBackgroundColor;
609
610
  this.b.de = this.c.checkboxCheckedBorderColor;
@@ -706,31 +707,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
706
707
  _this.m = 1;
707
708
  _this.ae = 1;
708
709
  _this.ag = 2;
709
- _this.e4 = BrushUtil.l(255, 24, 29, 31);
710
- _this.e1 = null;
711
- _this.ax = true;
710
+ _this.e8 = BrushUtil.l(255, 24, 29, 31);
712
711
  _this.e5 = null;
713
- _this.e2 = null;
714
- _this.e3 = null;
712
+ _this.ax = true;
713
+ _this.e9 = null;
714
+ _this.e6 = null;
715
+ _this.e7 = null;
715
716
  _this.an = null;
717
+ _this.ey = null;
716
718
  _this.ew = null;
717
- _this.eu = null;
719
+ _this.ez = null;
718
720
  _this.ex = null;
719
- _this.ev = null;
720
- _this.ey = null;
721
+ _this.e0 = null;
721
722
  _this.bb = NaN;
722
723
  _this.gridColumnProvider = null;
723
724
  _this.ac = 0;
724
- _this.e0 = null;
725
+ _this.e3 = null;
726
+ _this.e4 = null;
727
+ _this.e2 = null;
725
728
  _this.indexTypeChanged = null;
726
729
  _this.aw = false;
727
- _this.c0 = null;
728
- _this.e6 = null;
729
- _this.es = CheckboxList.fi;
730
+ _this.c2 = null;
731
+ _this.fa = null;
732
+ _this.eu = CheckboxList.fm;
730
733
  _this.a9 = true;
731
- _this.et = CheckboxList.ff;
732
- _this.ez = CheckboxList.fh;
733
- _this.e7 = CheckboxList.fi;
734
+ _this.ev = CheckboxList.fj;
735
+ _this.e1 = CheckboxList.fl;
736
+ _this.fb = CheckboxList.fm;
734
737
  _this.keysCleared = null;
735
738
  _this.selectAllCheckboxChanged = null;
736
739
  _this.bm = -1;
@@ -738,8 +741,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
738
741
  _this.a3 = true;
739
742
  _this.ay = false;
740
743
  var a = _this.h;
741
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.eb));
742
- _this.h.am(runOn(_this, _this.ea));
744
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.ed));
745
+ _this.h.am(runOn(_this, _this.ec));
743
746
  _this.d = new FilterFactory();
744
747
  var b = new CheckboxListView();
745
748
  b.c = _this;
@@ -813,7 +816,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
813
816
  var b = this.a;
814
817
  this.a = a;
815
818
  if (b != this.a) {
816
- this.d6("PrimaryKey", b, this.a);
819
+ this.d8("PrimaryKey", b, this.a);
817
820
  }
818
821
  },
819
822
  enumerable: false,
@@ -834,44 +837,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
834
837
  CheckboxList.prototype.removeSelectedKeyAt = function (a) {
835
838
  this.keys.removeAt(a);
836
839
  };
837
- CheckboxList.prototype.ea = function () {
838
- this.dr();
840
+ CheckboxList.prototype.ec = function () {
841
+ this.dt();
839
842
  if (this.keysCleared != null) {
840
843
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
841
844
  }
842
845
  };
843
- CheckboxList.prototype.eb = function (a, b) {
846
+ CheckboxList.prototype.ed = function (a, b) {
844
847
  if (this.e == null || this.e.actualSchema == null || this.as) {
845
848
  return;
846
849
  }
847
850
  switch (b.action) {
848
851
  case 0:
849
852
  for (var c = 0; c < b.newItems.count; c++) {
850
- this.d4(b.newItems.item(c));
853
+ this.d6(b.newItems.item(c));
851
854
  }
852
855
  break;
853
856
  case 1:
854
857
  for (var d = 0; d < b.oldItems.count; d++) {
855
- this.d5(b.oldItems.item(d));
858
+ this.d7(b.oldItems.item(d));
856
859
  }
857
860
  break;
858
861
  case 2:
859
862
  for (var e = 0; e < b.oldItems.count; e++) {
860
- this.d5(b.oldItems.item(e));
863
+ this.d7(b.oldItems.item(e));
861
864
  }
862
865
  for (var f = 0; f < b.newItems.count; f++) {
863
- this.d4(b.newItems.item(f));
866
+ this.d6(b.newItems.item(f));
864
867
  }
865
868
  break;
866
869
  case 4:
867
870
  this.view.ab(this.indexType == 0);
868
871
  for (var g = 0; g < this.keys.ae.count; g++) {
869
- this.d4(this.keys.ae._inner[g]);
872
+ this.d6(this.keys.ae._inner[g]);
870
873
  }
871
874
  break;
872
875
  }
873
876
  };
874
- CheckboxList.prototype.d4 = function (a) {
877
+ CheckboxList.prototype.d6 = function (a) {
875
878
  var _this = this;
876
879
  var b = this.e.indexOfKey(a.value);
877
880
  if (b >= 0) {
@@ -888,7 +891,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
888
891
  return $ret;
889
892
  })()));
890
893
  };
891
- CheckboxList.prototype.d5 = function (a) {
894
+ CheckboxList.prototype.d7 = function (a) {
892
895
  var _this = this;
893
896
  var b = this.e.indexOfKey(a.value);
894
897
  if (b >= 0) {
@@ -905,7 +908,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
905
908
  return $ret;
906
909
  })()));
907
910
  };
908
- CheckboxList.prototype.dz = function (a, b) {
911
+ CheckboxList.prototype.d1 = function (a, b) {
909
912
  if (this.checkedChanged != null && this.at == false) {
910
913
  var c_1 = null;
911
914
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
@@ -930,58 +933,58 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
930
933
  this.av = false;
931
934
  if (this.g != null) {
932
935
  var a = this.g;
933
- a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dl));
936
+ a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dn));
934
937
  var b = this.g;
935
- b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dm));
938
+ b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dp));
936
939
  if (this.g.actualDataSource != null) {
937
940
  var c = this.g.actualDataSource;
938
- c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d7));
941
+ c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d9));
939
942
  }
940
943
  }
941
944
  if (this.v != null) {
942
945
  var d = this.v;
943
- d.changing = delegateCombine(d.changing, runOn(this, this.dp));
946
+ d.changing = delegateCombine(d.changing, runOn(this, this.dr));
944
947
  }
945
948
  if (this.k != null) {
946
949
  var e = this.k;
947
- e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.df));
950
+ e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.dh));
948
951
  }
949
952
  };
950
953
  CheckboxList.prototype.onDetachedFromUI = function () {
951
954
  this.av = true;
952
- this.dk();
953
- this.dj();
955
+ this.dm();
956
+ this.dl();
954
957
  };
955
- CheckboxList.prototype.dk = function () {
958
+ CheckboxList.prototype.dm = function () {
956
959
  if (this.g != null) {
957
960
  var a = this.g;
958
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dl));
961
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dn));
959
962
  var b = this.g;
960
- b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dm));
963
+ b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dp));
961
964
  if (this.g.actualDataSource != null) {
962
965
  var c = this.g.actualDataSource;
963
- c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d7));
966
+ c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d9));
964
967
  }
965
968
  }
966
969
  if (this.v != null) {
967
970
  var d = this.v;
968
- d.changing = delegateRemove(d.changing, runOn(this, this.dp));
971
+ d.changing = delegateRemove(d.changing, runOn(this, this.dr));
969
972
  }
970
973
  };
971
- CheckboxList.prototype.dj = function () {
974
+ CheckboxList.prototype.dl = function () {
972
975
  if (this.k != null) {
973
976
  var a = this.k;
974
- a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.df));
977
+ a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.dh));
975
978
  }
976
979
  };
977
980
  CheckboxList.prototype.destroy = function () {
978
981
  this.au = true;
979
982
  if (!this.av) {
980
- this.dk();
983
+ this.dm();
981
984
  }
982
985
  this.provideContainer(null, null, null);
983
986
  if (!this.av) {
984
- this.dj();
987
+ this.dl();
985
988
  }
986
989
  };
987
990
  Object.defineProperty(CheckboxList.prototype, "a0", {
@@ -996,8 +999,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
996
999
  if (null != this.g) {
997
1000
  this.g.scrollbarStyle = 1;
998
1001
  var d = this.g;
999
- d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dm));
1000
- this.g.scrollbarBackground = this.fl;
1002
+ d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dp));
1003
+ this.g.scrollbarBackground = this.scrollbarBackground;
1004
+ this.g.scrollbarHoverBackground = this.scrollbarHoverBackground;
1005
+ this.g.scrollbarActiveBackground = this.scrollbarActiveBackground;
1001
1006
  this.g.headerHeight = 0;
1002
1007
  this.g.rowSeparatorHeight = 0;
1003
1008
  this.g.defaultColumnMinWidth = NaN;
@@ -1005,39 +1010,41 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1005
1010
  this.g.activationMode = 0;
1006
1011
  this.g.selectionMode = 0;
1007
1012
  this.g.editMode = 0;
1013
+ this.g.borderWidth = new Thickness(0, 0);
1014
+ this.g.cornerRadius = new CornerRadius(0, 0);
1008
1015
  var e = this.g;
1009
- e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dl));
1016
+ e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dn));
1010
1017
  if (this.bp != null) {
1011
1018
  this.g.itemsSource = this.bp;
1012
- this.de();
1013
- this.d9();
1019
+ this.dg();
1020
+ this.eb();
1014
1021
  }
1015
1022
  if (this.bt != null) {
1016
- this.d9();
1017
- this.eo();
1023
+ this.eb();
1024
+ this.eq();
1018
1025
  }
1019
1026
  }
1020
1027
  this.view.w(c);
1021
1028
  if (this.checkboxAlignedRight) {
1022
- this.eq();
1029
+ this.es();
1023
1030
  }
1024
1031
  this.view.r(a);
1025
1032
  };
1026
- CheckboxList.prototype.dm = function (a, b) {
1033
+ CheckboxList.prototype.dp = function (a, b) {
1027
1034
  this.g.scrollbarStyle = this.ad;
1028
1035
  };
1029
1036
  CheckboxList.prototype.provideSelectAllSection = function (a) {
1030
1037
  this.view.w(a);
1031
1038
  };
1032
- CheckboxList.prototype.dl = function (a, b) {
1033
- if (!this.checkboxAlignedRight && b.cellInfo.l.a5 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a5 == 1) {
1039
+ CheckboxList.prototype.dn = function (a, b) {
1040
+ if (!this.checkboxAlignedRight && b.cellInfo.l.a6 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a6 == 1) {
1034
1041
  return;
1035
1042
  }
1036
1043
  var c = b.cellInfo.l.x;
1037
1044
  if (-1 == c) {
1038
1045
  return;
1039
1046
  }
1040
- var d = b.cellInfo.ij;
1047
+ var d = b.cellInfo.im;
1041
1048
  var e = this.j(d);
1042
1049
  if (this.labelClickTriggersChange) {
1043
1050
  if (this.keys.contains(e)) {
@@ -1053,9 +1060,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1053
1060
  this.keys.add(e);
1054
1061
  }
1055
1062
  }
1056
- this.du(c, this.keys.contains(e));
1063
+ this.dw(c, this.keys.contains(e));
1057
1064
  };
1058
- CheckboxList.prototype.du = function (a, b) {
1065
+ CheckboxList.prototype.dw = function (a, b) {
1059
1066
  var c = null;
1060
1067
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
1061
1068
  c = new Array(this.e.actualPrimaryKey.length);
@@ -1074,21 +1081,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1074
1081
  return $ret;
1075
1082
  })()));
1076
1083
  };
1077
- CheckboxList.prototype.df = function (a, b) {
1084
+ CheckboxList.prototype.dh = function (a, b) {
1078
1085
  var c = b.cellInfo.l.x;
1079
1086
  if (-1 == c) {
1080
1087
  return;
1081
1088
  }
1082
1089
  var d = false;
1083
- if (b.cellInfo.ij != null) {
1084
- var e = this.j(b.cellInfo.ij);
1090
+ if (b.cellInfo.im != null) {
1091
+ var e = this.j(b.cellInfo.im);
1085
1092
  if (this.keys.contains(e)) {
1086
1093
  d = true;
1087
1094
  }
1088
1095
  }
1089
1096
  this.view.t(b.content.element, c, d);
1090
1097
  };
1091
- CheckboxList.prototype.ep = function (a, b) {
1098
+ CheckboxList.prototype.er = function (a, b) {
1092
1099
  var c = b.cellInfo.l.x;
1093
1100
  if (-1 == c) {
1094
1101
  return;
@@ -1098,13 +1105,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1098
1105
  var f = null;
1099
1106
  var g = null;
1100
1107
  var h = null;
1101
- if (b.cellInfo.ij != null) {
1102
- d = this.ai.getPropertyValue(b.cellInfo.ij);
1108
+ if (b.cellInfo.im != null) {
1109
+ d = this.ai.getPropertyValue(b.cellInfo.im);
1103
1110
  if (this.al != null) {
1104
- e = this.al.getPropertyValue(b.cellInfo.ij);
1111
+ e = this.al.getPropertyValue(b.cellInfo.im);
1105
1112
  }
1106
1113
  if (this.aj != null) {
1107
- var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ij));
1114
+ var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.im));
1108
1115
  if (i == 0) {
1109
1116
  h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
1110
1117
  }
@@ -1118,7 +1125,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1118
1125
  }
1119
1126
  this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
1120
1127
  };
1121
- CheckboxList.prototype.d1 = function (a) {
1128
+ CheckboxList.prototype.d3 = function (a) {
1122
1129
  if (this.bt != null) {
1123
1130
  var b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
1124
1131
  var c = b.contains(a);
@@ -1140,7 +1147,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1140
1147
  var b = this.bp;
1141
1148
  this.bp = a;
1142
1149
  if (b != this.bp) {
1143
- this.d6("ItemsSource", b, this.bp);
1150
+ this.d8("ItemsSource", b, this.bp);
1144
1151
  }
1145
1152
  },
1146
1153
  enumerable: false,
@@ -1154,7 +1161,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1154
1161
  var b = this.bt;
1155
1162
  this.bt = a;
1156
1163
  if (b != this.bt) {
1157
- this.d6("DataMemberPath", b, this.bt);
1164
+ this.d8("DataMemberPath", b, this.bt);
1158
1165
  }
1159
1166
  },
1160
1167
  enumerable: false,
@@ -1168,7 +1175,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1168
1175
  var b = this.bo;
1169
1176
  this.bo = a;
1170
1177
  if (b != this.bo) {
1171
- this.d6("DataLegendTarget", b, this.bo);
1178
+ this.d8("DataLegendTarget", b, this.bo);
1172
1179
  }
1173
1180
  },
1174
1181
  enumerable: false,
@@ -1182,7 +1189,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1182
1189
  var b = this.bx;
1183
1190
  this.bx = a;
1184
1191
  if (b != this.bx) {
1185
- this.d6("SubtitleMemberPath", b, this.bx);
1192
+ this.d8("SubtitleMemberPath", b, this.bx);
1186
1193
  }
1187
1194
  },
1188
1195
  enumerable: false,
@@ -1196,7 +1203,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1196
1203
  var b = this.bv;
1197
1204
  this.bv = a;
1198
1205
  if (b != this.bv) {
1199
- this.d6("PropertyTypeMemberPath", b, this.bv);
1206
+ this.d8("PropertyTypeMemberPath", b, this.bv);
1200
1207
  }
1201
1208
  },
1202
1209
  enumerable: false,
@@ -1210,7 +1217,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1210
1217
  var b = this.bw;
1211
1218
  this.bw = a;
1212
1219
  if (b != this.bw) {
1213
- this.d6("SelectedMemberPath", b, this.bw);
1220
+ this.d8("SelectedMemberPath", b, this.bw);
1214
1221
  }
1215
1222
  },
1216
1223
  enumerable: false,
@@ -1224,7 +1231,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1224
1231
  var b = this.bu;
1225
1232
  this.bu = a;
1226
1233
  if (b != this.bu) {
1227
- this.d6("FilterPlaceholderText", b, this.bu);
1234
+ this.d8("FilterPlaceholderText", b, this.bu);
1228
1235
  }
1229
1236
  },
1230
1237
  enumerable: false,
@@ -1238,7 +1245,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1238
1245
  var b = this.z;
1239
1246
  this.z = a;
1240
1247
  if (b != this.z) {
1241
- this.d6("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1248
+ this.d8("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1242
1249
  }
1243
1250
  },
1244
1251
  enumerable: false,
@@ -1252,7 +1259,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1252
1259
  var b = this.bk;
1253
1260
  this.bk = a;
1254
1261
  if (b != this.bk) {
1255
- this.d6("RowHeight", b, this.bk);
1262
+ this.d8("RowHeight", b, this.bk);
1256
1263
  }
1257
1264
  },
1258
1265
  enumerable: false,
@@ -1288,7 +1295,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1288
1295
  var b = this.am;
1289
1296
  this.am = a;
1290
1297
  if (b != this.am) {
1291
- this.d6("CellTextStyle", b, this.am);
1298
+ this.d8("CellTextStyle", b, this.am);
1292
1299
  }
1293
1300
  },
1294
1301
  enumerable: false,
@@ -1302,7 +1309,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1302
1309
  var b = this.m;
1303
1310
  this.m = a;
1304
1311
  if (b != this.m) {
1305
- this.d6("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1312
+ this.d8("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1306
1313
  }
1307
1314
  },
1308
1315
  enumerable: false,
@@ -1316,7 +1323,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1316
1323
  var b = this.ae;
1317
1324
  this.ae = a;
1318
1325
  if (b != this.ae) {
1319
- this.d6("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1326
+ this.d8("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1320
1327
  }
1321
1328
  },
1322
1329
  enumerable: false,
@@ -1330,7 +1337,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1330
1337
  var b = this.ag;
1331
1338
  this.ag = a;
1332
1339
  if (b != this.ag) {
1333
- this.d6("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1340
+ this.d8("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1334
1341
  }
1335
1342
  },
1336
1343
  enumerable: false,
@@ -1338,27 +1345,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1338
1345
  });
1339
1346
  Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
1340
1347
  get: function () {
1341
- return this.e4;
1348
+ return this.e8;
1342
1349
  },
1343
1350
  set: function (a) {
1344
- var b = this.e4;
1345
- this.e4 = a;
1346
- if (b != this.e4) {
1347
- this.d6("SearchIconColor", b, this.e4);
1351
+ var b = this.e8;
1352
+ this.e8 = a;
1353
+ if (b != this.e8) {
1354
+ this.d8("SearchIconColor", b, this.e8);
1348
1355
  }
1349
1356
  },
1350
1357
  enumerable: false,
1351
1358
  configurable: true
1352
1359
  });
1353
- Object.defineProperty(CheckboxList.prototype, "fm", {
1360
+ Object.defineProperty(CheckboxList.prototype, "fs", {
1354
1361
  get: function () {
1355
- return this.e1;
1362
+ return this.e5;
1356
1363
  },
1357
1364
  set: function (a) {
1358
- var b = this.e1;
1359
- this.e1 = a;
1360
- if (b != this.e1) {
1361
- this.d6("SearchBackgroundColor", b, this.e1);
1365
+ var b = this.e5;
1366
+ this.e5 = a;
1367
+ if (b != this.e5) {
1368
+ this.d8("SearchBackgroundColor", b, this.e5);
1362
1369
  }
1363
1370
  },
1364
1371
  enumerable: false,
@@ -1372,7 +1379,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1372
1379
  var b = this.ax;
1373
1380
  this.ax = a;
1374
1381
  if (b != this.ax) {
1375
- this.d6("LabelClickTriggersChange", b, this.ax);
1382
+ this.d8("LabelClickTriggersChange", b, this.ax);
1376
1383
  }
1377
1384
  },
1378
1385
  enumerable: false,
@@ -1380,13 +1387,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1380
1387
  });
1381
1388
  Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
1382
1389
  get: function () {
1383
- return this.e5;
1390
+ return this.e9;
1384
1391
  },
1385
1392
  set: function (a) {
1386
- var b = this.e5;
1387
- this.e5 = a;
1388
- if (b != this.e5) {
1389
- this.d6("SearchTextColor", b, this.e5);
1393
+ var b = this.e9;
1394
+ this.e9 = a;
1395
+ if (b != this.e9) {
1396
+ this.d8("SearchTextColor", b, this.e9);
1390
1397
  }
1391
1398
  },
1392
1399
  enumerable: false,
@@ -1394,13 +1401,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1394
1401
  });
1395
1402
  Object.defineProperty(CheckboxList.prototype, "searchBorderColor", {
1396
1403
  get: function () {
1397
- return this.e2;
1404
+ return this.e6;
1398
1405
  },
1399
1406
  set: function (a) {
1400
- var b = this.e2;
1401
- this.e2 = a;
1402
- if (b != this.e2) {
1403
- this.d6("SearchBorderColor", b, this.e2);
1407
+ var b = this.e6;
1408
+ this.e6 = a;
1409
+ if (b != this.e6) {
1410
+ this.d8("SearchBorderColor", b, this.e6);
1404
1411
  }
1405
1412
  },
1406
1413
  enumerable: false,
@@ -1408,13 +1415,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1408
1415
  });
1409
1416
  Object.defineProperty(CheckboxList.prototype, "searchFocusBorderColor", {
1410
1417
  get: function () {
1411
- return this.e3;
1418
+ return this.e7;
1412
1419
  },
1413
1420
  set: function (a) {
1414
- var b = this.e3;
1415
- this.e3 = a;
1416
- if (b != this.e3) {
1417
- this.d6("SearchFocusBorderColor", b, this.e3);
1421
+ var b = this.e7;
1422
+ this.e7 = a;
1423
+ if (b != this.e7) {
1424
+ this.d8("SearchFocusBorderColor", b, this.e7);
1418
1425
  }
1419
1426
  },
1420
1427
  enumerable: false,
@@ -1428,21 +1435,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1428
1435
  var b = this.an;
1429
1436
  this.an = a;
1430
1437
  if (b != this.an) {
1431
- this.d6("SearchTextStyle", b, this.an);
1438
+ this.d8("SearchTextStyle", b, this.an);
1432
1439
  }
1433
1440
  },
1434
1441
  enumerable: false,
1435
1442
  configurable: true
1436
1443
  });
1437
- Object.defineProperty(CheckboxList.prototype, "fc", {
1444
+ Object.defineProperty(CheckboxList.prototype, "fg", {
1438
1445
  get: function () {
1439
- return this.ew;
1446
+ return this.ey;
1440
1447
  },
1441
1448
  set: function (a) {
1442
- var b = this.ew;
1443
- this.ew = a;
1444
- if (b != this.ew) {
1445
- this.d6("CheckboxTickColor", b, this.ew);
1449
+ var b = this.ey;
1450
+ this.ey = a;
1451
+ if (b != this.ey) {
1452
+ this.d8("CheckboxTickColor", b, this.ey);
1446
1453
  }
1447
1454
  },
1448
1455
  enumerable: false,
@@ -1450,13 +1457,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1450
1457
  });
1451
1458
  Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBackgroundColor", {
1452
1459
  get: function () {
1453
- return this.eu;
1460
+ return this.ew;
1454
1461
  },
1455
1462
  set: function (a) {
1456
- var b = this.eu;
1457
- this.eu = a;
1458
- if (b != this.eu) {
1459
- this.d6("CheckboxCheckedBackgroundColor", b, this.eu);
1463
+ var b = this.ew;
1464
+ this.ew = a;
1465
+ if (b != this.ew) {
1466
+ this.d8("CheckboxCheckedBackgroundColor", b, this.ew);
1460
1467
  }
1461
1468
  },
1462
1469
  enumerable: false,
@@ -1464,13 +1471,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1464
1471
  });
1465
1472
  Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBackgroundColor", {
1466
1473
  get: function () {
1467
- return this.ex;
1474
+ return this.ez;
1468
1475
  },
1469
1476
  set: function (a) {
1470
- var b = this.ex;
1471
- this.ex = a;
1472
- if (b != this.ex) {
1473
- this.d6("CheckboxUncheckedBackgroundColor", b, this.ex);
1477
+ var b = this.ez;
1478
+ this.ez = a;
1479
+ if (b != this.ez) {
1480
+ this.d8("CheckboxUncheckedBackgroundColor", b, this.ez);
1474
1481
  }
1475
1482
  },
1476
1483
  enumerable: false,
@@ -1478,13 +1485,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1478
1485
  });
1479
1486
  Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBorderColor", {
1480
1487
  get: function () {
1481
- return this.ev;
1488
+ return this.ex;
1482
1489
  },
1483
1490
  set: function (a) {
1484
- var b = this.ev;
1485
- this.ev = a;
1486
- if (b != this.ev) {
1487
- this.d6("CheckboxCheckedBorderColor", b, this.ev);
1491
+ var b = this.ex;
1492
+ this.ex = a;
1493
+ if (b != this.ex) {
1494
+ this.d8("CheckboxCheckedBorderColor", b, this.ex);
1488
1495
  }
1489
1496
  },
1490
1497
  enumerable: false,
@@ -1492,13 +1499,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1492
1499
  });
1493
1500
  Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBorderColor", {
1494
1501
  get: function () {
1495
- return this.ey;
1502
+ return this.e0;
1496
1503
  },
1497
1504
  set: function (a) {
1498
- var b = this.ey;
1499
- this.ey = a;
1500
- if (b != this.ey) {
1501
- this.d6("CheckboxUncheckedBorderColor", b, this.ey);
1505
+ var b = this.e0;
1506
+ this.e0 = a;
1507
+ if (b != this.e0) {
1508
+ this.d8("CheckboxUncheckedBorderColor", b, this.e0);
1502
1509
  }
1503
1510
  },
1504
1511
  enumerable: false,
@@ -1512,7 +1519,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1512
1519
  var b = this.bb;
1513
1520
  this.bb = a;
1514
1521
  if (b != this.bb) {
1515
- this.d6("CheckboxCornerRadius", b, this.bb);
1522
+ this.d8("CheckboxCornerRadius", b, this.bb);
1516
1523
  }
1517
1524
  },
1518
1525
  enumerable: false,
@@ -1526,42 +1533,70 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1526
1533
  var b = this.ac;
1527
1534
  this.ac = a;
1528
1535
  if (b != this.ac) {
1529
- this.d6("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1536
+ this.d8("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1530
1537
  }
1531
1538
  },
1532
1539
  enumerable: false,
1533
1540
  configurable: true
1534
1541
  });
1535
- Object.defineProperty(CheckboxList.prototype, "fl", {
1542
+ Object.defineProperty(CheckboxList.prototype, "scrollbarBackground", {
1536
1543
  get: function () {
1537
- return this.e0;
1544
+ return this.e3;
1538
1545
  },
1539
1546
  set: function (a) {
1540
- var b = this.e0;
1541
- this.e0 = a;
1542
- if (b != this.e0) {
1543
- this.d6("ScrollbarBackground", b, this.e0);
1547
+ var b = this.e3;
1548
+ this.e3 = a;
1549
+ if (b != this.e3) {
1550
+ this.d8("ScrollbarBackground", b, this.e3);
1544
1551
  }
1545
1552
  },
1546
1553
  enumerable: false,
1547
1554
  configurable: true
1548
1555
  });
1549
- CheckboxList.prototype.d6 = function (a, b, c) {
1556
+ Object.defineProperty(CheckboxList.prototype, "scrollbarHoverBackground", {
1557
+ get: function () {
1558
+ return this.e4;
1559
+ },
1560
+ set: function (a) {
1561
+ var b = this.e4;
1562
+ this.e4 = a;
1563
+ if (b != this.e4) {
1564
+ this.d8("ScrollbarHoverBackground", b, this.e4);
1565
+ }
1566
+ },
1567
+ enumerable: false,
1568
+ configurable: true
1569
+ });
1570
+ Object.defineProperty(CheckboxList.prototype, "scrollbarActiveBackground", {
1571
+ get: function () {
1572
+ return this.e2;
1573
+ },
1574
+ set: function (a) {
1575
+ var b = this.e2;
1576
+ this.e2 = a;
1577
+ if (b != this.e2) {
1578
+ this.d8("ScrollbarActiveBackground", b, this.e2);
1579
+ }
1580
+ },
1581
+ enumerable: false,
1582
+ configurable: true
1583
+ });
1584
+ CheckboxList.prototype.d8 = function (a, b, c) {
1550
1585
  if (this.propertyChanged != null) {
1551
1586
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
1552
1587
  }
1553
- this.ec(a, b, c);
1588
+ this.ee(a, b, c);
1554
1589
  };
1555
- CheckboxList.prototype.ec = function (a, b, c) {
1590
+ CheckboxList.prototype.ee = function (a, b, c) {
1556
1591
  switch (a) {
1557
1592
  case "IndexType":
1558
1593
  this.keys.clear();
1559
- this.dr();
1594
+ this.dt();
1560
1595
  if (this.keysCleared != null) {
1561
1596
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1562
1597
  }
1563
1598
  this.view.an();
1564
- this.d2(b, c);
1599
+ this.d4(b, c);
1565
1600
  break;
1566
1601
  case "ItemsSource":
1567
1602
  if (this.g != null) {
@@ -1574,16 +1609,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1574
1609
  }
1575
1610
  if (this.g.actualDataSource != null && !this.a0) {
1576
1611
  var d = this.g.actualDataSource;
1577
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d7));
1612
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d9));
1578
1613
  }
1579
1614
  this.g.itemsSource = this.bp;
1580
- this.de();
1615
+ this.dg();
1581
1616
  if (this.g.actualDataSource != null && !this.a0) {
1582
1617
  var e = this.g.actualDataSource;
1583
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d7));
1618
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d9));
1584
1619
  }
1585
1620
  this.at = true;
1586
- this.d9();
1621
+ this.eb();
1587
1622
  this.at = false;
1588
1623
  this.view.an();
1589
1624
  }
@@ -1594,8 +1629,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1594
1629
  case "PropertyTypeMemberPath":
1595
1630
  if (this.g != null) {
1596
1631
  if (this.bt != null) {
1597
- this.d9();
1598
- this.eo();
1632
+ this.eb();
1633
+ this.eq();
1599
1634
  }
1600
1635
  }
1601
1636
  break;
@@ -1605,7 +1640,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1605
1640
  }
1606
1641
  break;
1607
1642
  case "SelectAllCaptionTextColor":
1608
- this.e8 = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fj();
1643
+ this.fc = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fn();
1609
1644
  break;
1610
1645
  case "SelectAllCaption":
1611
1646
  case "ActualSelectAllCaptionTextColor":
@@ -1654,10 +1689,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1654
1689
  this.view.ak();
1655
1690
  break;
1656
1691
  case "BaseTheme":
1657
- this.en();
1692
+ this.ep();
1658
1693
  break;
1659
1694
  case "Density":
1660
- this.em();
1695
+ this.eo();
1661
1696
  break;
1662
1697
  case "IsRowHoverEnabled":
1663
1698
  if (this.g != null) {
@@ -1671,7 +1706,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1671
1706
  break;
1672
1707
  case "ScrollbarBackground":
1673
1708
  if (this.g != null) {
1674
- this.g.scrollbarBackground = this.fl;
1709
+ this.g.scrollbarBackground = this.scrollbarBackground;
1710
+ }
1711
+ break;
1712
+ case "ScrollbarHoverBackground":
1713
+ if (this.g != null) {
1714
+ this.g.scrollbarHoverBackground = this.scrollbarHoverBackground;
1715
+ }
1716
+ break;
1717
+ case "ScrollbarActiveBackground":
1718
+ if (this.g != null) {
1719
+ this.g.scrollbarActiveBackground = this.scrollbarActiveBackground;
1675
1720
  }
1676
1721
  break;
1677
1722
  case "SearchIconColor":
@@ -1679,7 +1724,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1679
1724
  break;
1680
1725
  case "SearchBackgroundColor":
1681
1726
  if (this.y != null) {
1682
- this.y.mc = this.fm;
1727
+ this.y.mc = this.fs;
1683
1728
  }
1684
1729
  break;
1685
1730
  case "SearchBorderColor":
@@ -1710,22 +1755,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1710
1755
  case "CheckboxCornerRadius":
1711
1756
  this.view.af();
1712
1757
  if (this.g != null) {
1713
- this.g.y1();
1758
+ this.g.y6();
1714
1759
  }
1715
1760
  break;
1716
1761
  case "CheckboxAlignedRight":
1717
1762
  if (this.g != null) {
1718
- this.eq();
1763
+ this.es();
1719
1764
  }
1720
1765
  break;
1721
1766
  case "DataLegendTarget":
1722
1767
  if (this.g != null) {
1723
- this.g.y1();
1768
+ this.g.y6();
1724
1769
  }
1725
1770
  break;
1726
1771
  }
1727
1772
  };
1728
- CheckboxList.prototype.eq = function () {
1773
+ CheckboxList.prototype.es = function () {
1729
1774
  if (this.g.actualColumns.count == 0) {
1730
1775
  return;
1731
1776
  }
@@ -1743,7 +1788,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1743
1788
  }
1744
1789
  this.g.columns.add(c);
1745
1790
  };
1746
- CheckboxList.prototype.d2 = function (a, b) {
1791
+ CheckboxList.prototype.d4 = function (a, b) {
1747
1792
  if (this.indexTypeChanged != null) {
1748
1793
  this.indexTypeChanged(this, ((function () {
1749
1794
  var $ret = new CheckboxListIndexTypeChangedEventArgs();
@@ -1753,7 +1798,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1753
1798
  })()));
1754
1799
  }
1755
1800
  };
1756
- CheckboxList.prototype.em = function () {
1801
+ CheckboxList.prototype.eo = function () {
1757
1802
  if (this.g != null) {
1758
1803
  this.g.density = this.density;
1759
1804
  }
@@ -1763,7 +1808,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1763
1808
  this.view.ae();
1764
1809
  this.view.z();
1765
1810
  };
1766
- CheckboxList.prototype.en = function () {
1811
+ CheckboxList.prototype.ep = function () {
1767
1812
  if (this.x != null) {
1768
1813
  this.x.p = this.baseTheme;
1769
1814
  }
@@ -1777,23 +1822,25 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1777
1822
  this.g.cellSelectedBackground = this.backgroundColor;
1778
1823
  this.g.rowHoverBackground = this.rowHoverBackgroundColor;
1779
1824
  this.g.background = this.backgroundColor;
1825
+ this.g.borderWidth = new Thickness(0, 0);
1826
+ this.g.cornerRadius = new CornerRadius(0, 0);
1780
1827
  }
1781
- this.e8 = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fj();
1828
+ this.fc = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fn();
1782
1829
  this.view.ag();
1783
1830
  };
1784
- CheckboxList.prototype.d7 = function (a, b) {
1831
+ CheckboxList.prototype.d9 = function (a, b) {
1785
1832
  this.at = true;
1786
- this.de();
1833
+ this.dg();
1787
1834
  if (b.schema != null) {
1788
- this.d9();
1835
+ this.eb();
1789
1836
  for (var c = 0; c < this.keys.count; c++) {
1790
- this.d4(this.keys._inner[c]);
1837
+ this.d6(this.keys._inner[c]);
1791
1838
  }
1792
1839
  this.view.an();
1793
1840
  }
1794
1841
  this.at = false;
1795
1842
  };
1796
- CheckboxList.prototype.d9 = function () {
1843
+ CheckboxList.prototype.eb = function () {
1797
1844
  if (this.ak == null && this.bw != null && this.bw != "") {
1798
1845
  this.ak = new FastReflectionHelper(false, this.bw);
1799
1846
  }
@@ -1833,7 +1880,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1833
1880
  }
1834
1881
  }
1835
1882
  };
1836
- CheckboxList.prototype.eo = function () {
1883
+ CheckboxList.prototype.eq = function () {
1837
1884
  this.view.p();
1838
1885
  this.g.columns.clear();
1839
1886
  this.g.primaryKey = this.primaryKey;
@@ -1845,7 +1892,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1845
1892
  this.g.theme = this.baseTheme;
1846
1893
  this.g.density = this.density;
1847
1894
  this.g.isRowHoverEnabled = this.a4;
1848
- this.g.borderWidth = new Thickness(0, 0);
1895
+ this.g.scrollbarStyle = this.ad;
1896
+ this.g.scrollbarBackground = this.scrollbarBackground;
1897
+ this.g.scrollbarHoverBackground = this.scrollbarHoverBackground;
1898
+ this.g.scrollbarActiveBackground = this.scrollbarActiveBackground;
1849
1899
  if (this.ao != null) {
1850
1900
  this.g.cellTextStyle = this.ao;
1851
1901
  }
@@ -1853,32 +1903,32 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1853
1903
  if (this.bw == null) {
1854
1904
  this.bw = "";
1855
1905
  }
1856
- a.nl = this.bw;
1857
- a.od = "CheckboxColumn";
1906
+ a.ns = this.bw;
1907
+ a.ok = "CheckboxColumn";
1858
1908
  var b = new ColumnWidth();
1859
1909
  b.c = false;
1860
1910
  b.f = 28;
1861
1911
  a.width = b;
1862
- a.lm = 0;
1863
1912
  a.ln = 0;
1864
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.df));
1913
+ a.lo = 0;
1914
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.dh));
1865
1915
  this.k = a;
1866
1916
  this.g.columns.add(a);
1867
1917
  var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
1868
1918
  if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
1869
1919
  var d = new TemplateColumn();
1870
- d.nl = this.bt;
1871
- d.od = "DataColumn";
1872
- d.lm = 0;
1920
+ d.ns = this.bt;
1921
+ d.ok = "DataColumn";
1922
+ d.ln = 0;
1873
1923
  d.g = 0;
1874
- d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ep));
1924
+ d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.er));
1875
1925
  this.g.columns.add(d);
1876
1926
  }
1877
1927
  else {
1878
1928
  var e = void 0;
1879
1929
  if (this.gridColumnProvider != null) {
1880
- e = this.gridColumnProvider.h1();
1881
- e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dn));
1930
+ e = this.gridColumnProvider.h2();
1931
+ e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dq));
1882
1932
  }
1883
1933
  else {
1884
1934
  switch (c) {
@@ -1903,9 +1953,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1903
1953
  break;
1904
1954
  }
1905
1955
  }
1906
- e.nl = this.bt;
1907
- e.od = "DataColumn";
1908
- e.lm = 0;
1956
+ e.ns = this.bt;
1957
+ e.ok = "DataColumn";
1958
+ e.ln = 0;
1909
1959
  e.g = 0;
1910
1960
  this.g.columns.add(e);
1911
1961
  }
@@ -1913,16 +1963,20 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1913
1963
  var g = new ColumnWidth();
1914
1964
  g.c = false;
1915
1965
  g.f = 10;
1916
- f.nl = "PaddingColumn";
1917
- f.od = "PaddingColumn";
1918
- f.lm = 0;
1966
+ f.ns = "PaddingColumn";
1967
+ f.ok = "PaddingColumn";
1968
+ f.ln = 0;
1919
1969
  f.width = g;
1920
1970
  this.g.columns.add(f);
1921
1971
  };
1922
- CheckboxList.prototype.dn = function (a, b) {
1972
+ CheckboxList.prototype.dq = function (a, b) {
1923
1973
  var c = b.b;
1924
- c.g2 = 0;
1974
+ c.g5 = 0;
1925
1975
  c.g = 0;
1976
+ c.np = this.g.cellBackground;
1977
+ c.n9 = this.g.cellTextColor;
1978
+ c.ny = this.g.rowHoverBackground;
1979
+ c.n2 = this.g.cellSelectedBackground;
1926
1980
  };
1927
1981
  CheckboxList.prototype.updateHrMargin = function (a) {
1928
1982
  this.view.ah(a);
@@ -1930,16 +1984,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1930
1984
  CheckboxList.prototype.provideHrElement = function (a) {
1931
1985
  this.view.v(a);
1932
1986
  };
1933
- CheckboxList.prototype.d3 = function () {
1987
+ CheckboxList.prototype.d5 = function () {
1934
1988
  if (!this.a0) {
1935
1989
  var a = this.w;
1936
- a.changing = delegateCombine(a.changing, runOn(this, this.dp));
1990
+ a.changing = delegateCombine(a.changing, runOn(this, this.dr));
1937
1991
  }
1938
- this.en();
1992
+ this.ep();
1939
1993
  };
1940
- CheckboxList.prototype.dp = function (a, b) {
1994
+ CheckboxList.prototype.dr = function (a, b) {
1941
1995
  var c = b.value.toLowerCase();
1942
- this.d1(c);
1996
+ this.d3(c);
1943
1997
  };
1944
1998
  CheckboxList.prototype.j = function (a) {
1945
1999
  if (this.primaryKey == null) {
@@ -1953,7 +2007,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1953
2007
  }
1954
2008
  return new PrimaryKeyValue(b, c);
1955
2009
  };
1956
- CheckboxList.prototype.ei = function (a) {
2010
+ CheckboxList.prototype.ek = function (a) {
1957
2011
  this.as = true;
1958
2012
  var b = this.e.getItemAtIndex(a);
1959
2013
  if (this.ak != null) {
@@ -1963,7 +2017,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1963
2017
  this.keys.remove(c);
1964
2018
  this.as = false;
1965
2019
  };
1966
- CheckboxList.prototype.db = function (a) {
2020
+ CheckboxList.prototype.dd = function (a) {
1967
2021
  this.as = true;
1968
2022
  var b = this.e.getItemAtIndex(a);
1969
2023
  if (this.ak != null) {
@@ -1973,44 +2027,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1973
2027
  this.keys.add(c);
1974
2028
  this.as = false;
1975
2029
  };
1976
- CheckboxList.prototype.el = function () {
2030
+ CheckboxList.prototype.en = function () {
1977
2031
  this.indexType = 0;
1978
2032
  this.keys.clear();
1979
- this.dr();
2033
+ this.dt();
1980
2034
  if (this.keysCleared != null) {
1981
2035
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1982
2036
  }
1983
2037
  };
1984
- CheckboxList.prototype.dh = function () {
2038
+ CheckboxList.prototype.dj = function () {
1985
2039
  this.indexType = 1;
1986
2040
  this.keys.clear();
1987
- this.dr();
2041
+ this.dt();
1988
2042
  if (this.keysCleared != null) {
1989
2043
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1990
2044
  }
1991
2045
  };
1992
- CheckboxList.prototype.dw = function (a, b, c) {
2046
+ CheckboxList.prototype.dy = function (a, b, c) {
1993
2047
  if (this.g != null) {
1994
2048
  this.g.notifySetItem(a, b, c);
1995
2049
  }
1996
2050
  };
1997
- CheckboxList.prototype.ds = function () {
2051
+ CheckboxList.prototype.du = function () {
1998
2052
  if (this.g != null) {
1999
2053
  this.g.notifyClearItems();
2000
2054
  }
2001
2055
  };
2002
- CheckboxList.prototype.dr = function () {
2056
+ CheckboxList.prototype.dt = function () {
2003
2057
  if (this.g != null) {
2004
2058
  this.g.invalidateVisibleRows();
2005
2059
  }
2006
2060
  };
2007
- CheckboxList.prototype.dt = function (a, b) {
2061
+ CheckboxList.prototype.dv = function (a, b) {
2008
2062
  if (this.g != null) {
2009
2063
  this.g.notifyInsertItem(a, b);
2010
2064
  }
2011
2065
  ;
2012
2066
  };
2013
- CheckboxList.prototype.dv = function (a, b) {
2067
+ CheckboxList.prototype.dx = function (a, b) {
2014
2068
  if (this.g != null) {
2015
2069
  this.g.notifyRemoveItem(a, b);
2016
2070
  }
@@ -2027,7 +2081,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2027
2081
  this.aw = false;
2028
2082
  }
2029
2083
  };
2030
- CheckboxList.prototype.dc = function (a) {
2084
+ CheckboxList.prototype.de = function (a) {
2031
2085
  var b = null;
2032
2086
  if (this.primaryKey == null || this.primaryKey.length == 0) {
2033
2087
  b = new PrimaryKeyValue(null, a);
@@ -2047,7 +2101,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2047
2101
  this.keys.add(b);
2048
2102
  }
2049
2103
  };
2050
- CheckboxList.prototype.ej = function (a) {
2104
+ CheckboxList.prototype.el = function (a) {
2051
2105
  var b = null;
2052
2106
  if (this.primaryKey == null || this.primaryKey.length == 0) {
2053
2107
  b = new PrimaryKeyValue(null, a);
@@ -2121,48 +2175,48 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2121
2175
  a.h = c.width;
2122
2176
  a.c = this.baseTheme;
2123
2177
  a.d = this.bl;
2124
- a.a = AppearanceHelper.a(this.e8);
2178
+ a.a = AppearanceHelper.a(this.fc);
2125
2179
  a.b = AppearanceHelper.a(this.backgroundColor);
2126
2180
  return a;
2127
2181
  };
2128
- Object.defineProperty(CheckboxList.prototype, "c1", {
2182
+ Object.defineProperty(CheckboxList.prototype, "c3", {
2129
2183
  get: function () {
2130
- return this.c0 != null ? this.c0 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
2184
+ return this.c2 != null ? this.c2 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
2131
2185
  },
2132
2186
  set: function (a) {
2133
- if (a == this.c0) {
2187
+ if (a == this.c2) {
2134
2188
  return;
2135
2189
  }
2136
- var b = this.c0;
2137
- this.c0 = a;
2138
- this.d6("SelectAllCaption", b, this.c0);
2190
+ var b = this.c2;
2191
+ this.c2 = a;
2192
+ this.d8("SelectAllCaption", b, this.c2);
2139
2193
  },
2140
2194
  enumerable: false,
2141
2195
  configurable: true
2142
2196
  });
2143
2197
  Object.defineProperty(CheckboxList.prototype, "selectAllCaptionTextColor", {
2144
2198
  get: function () {
2145
- return this.e6;
2199
+ return this.fa;
2146
2200
  },
2147
2201
  set: function (a) {
2148
- var b = this.e6;
2149
- this.e6 = a;
2150
- if (b != this.e6) {
2151
- this.d6("SelectAllCaptionTextColor", b, a);
2202
+ var b = this.fa;
2203
+ this.fa = a;
2204
+ if (b != this.fa) {
2205
+ this.d8("SelectAllCaptionTextColor", b, a);
2152
2206
  }
2153
2207
  },
2154
2208
  enumerable: false,
2155
2209
  configurable: true
2156
2210
  });
2157
- Object.defineProperty(CheckboxList.prototype, "e8", {
2211
+ Object.defineProperty(CheckboxList.prototype, "fc", {
2158
2212
  get: function () {
2159
- return this.es;
2213
+ return this.eu;
2160
2214
  },
2161
2215
  set: function (a) {
2162
- var b = this.es;
2163
- this.es = a;
2164
- if (b != this.es) {
2165
- this.d6("ActualSelectAllCaptionTextColor", b, a);
2216
+ var b = this.eu;
2217
+ this.eu = a;
2218
+ if (b != this.eu) {
2219
+ this.d8("ActualSelectAllCaptionTextColor", b, a);
2166
2220
  }
2167
2221
  },
2168
2222
  enumerable: false,
@@ -2195,20 +2249,20 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2195
2249
  }
2196
2250
  var b = this.a9;
2197
2251
  this.a9 = a;
2198
- this.d6("showSelectAll", b, this.a9);
2252
+ this.d8("showSelectAll", b, this.a9);
2199
2253
  },
2200
2254
  enumerable: false,
2201
2255
  configurable: true
2202
2256
  });
2203
2257
  Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
2204
2258
  get: function () {
2205
- return this.et;
2259
+ return this.ev;
2206
2260
  },
2207
2261
  set: function (a) {
2208
- var b = this.et;
2209
- this.et = a;
2210
- if (b != this.et) {
2211
- this.d6("BackgroundColor", b, a);
2262
+ var b = this.ev;
2263
+ this.ev = a;
2264
+ if (b != this.ev) {
2265
+ this.d8("BackgroundColor", b, a);
2212
2266
  }
2213
2267
  },
2214
2268
  enumerable: false,
@@ -2216,40 +2270,40 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2216
2270
  });
2217
2271
  Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
2218
2272
  get: function () {
2219
- return this.ez;
2273
+ return this.e1;
2220
2274
  },
2221
2275
  set: function (a) {
2222
- var b = this.ez;
2223
- this.ez = a;
2224
- if (b != this.ez) {
2225
- this.d6("RowHoverBackgroundColor", b, a);
2276
+ var b = this.e1;
2277
+ this.e1 = a;
2278
+ if (b != this.e1) {
2279
+ this.d8("RowHoverBackgroundColor", b, a);
2226
2280
  }
2227
2281
  },
2228
2282
  enumerable: false,
2229
2283
  configurable: true
2230
2284
  });
2231
- CheckboxList.prototype.fj = function () {
2285
+ CheckboxList.prototype.fn = function () {
2232
2286
  switch (this.baseTheme) {
2233
2287
  case 6:
2234
- case 4: return CheckboxList.fg;
2288
+ case 4: return CheckboxList.fk;
2235
2289
  }
2236
- return CheckboxList.fi;
2290
+ return CheckboxList.fm;
2237
2291
  };
2238
2292
  Object.defineProperty(CheckboxList.prototype, "textColor", {
2239
2293
  get: function () {
2240
- return this.e7;
2294
+ return this.fb;
2241
2295
  },
2242
2296
  set: function (a) {
2243
- var b = this.e7;
2244
- this.e7 = a;
2245
- if (b != this.e7) {
2246
- this.d6("TextColor", b, a);
2297
+ var b = this.fb;
2298
+ this.fb = a;
2299
+ if (b != this.fb) {
2300
+ this.d8("TextColor", b, a);
2247
2301
  }
2248
2302
  },
2249
2303
  enumerable: false,
2250
2304
  configurable: true
2251
2305
  });
2252
- CheckboxList.prototype.d8 = function (a) {
2306
+ CheckboxList.prototype.ea = function (a) {
2253
2307
  if (this.selectAllCheckboxChanged != null) {
2254
2308
  this.selectAllCheckboxChanged(this, ((function () {
2255
2309
  var $ret = new SelectAllCheckboxChangedEventArgs();
@@ -2280,7 +2334,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2280
2334
  default: return false;
2281
2335
  }
2282
2336
  };
2283
- CheckboxList.prototype.de = function () {
2337
+ CheckboxList.prototype.dg = function () {
2284
2338
  var a = this.g.actualDataSource;
2285
2339
  if (null != a) {
2286
2340
  if (null == a.actualSchema) {
@@ -2304,7 +2358,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2304
2358
  }
2305
2359
  var b = this.a7;
2306
2360
  this.a7 = a;
2307
- this.d6("ShowFilter", b, this.a7);
2361
+ this.d8("ShowFilter", b, this.a7);
2308
2362
  },
2309
2363
  enumerable: false,
2310
2364
  configurable: true
@@ -2319,7 +2373,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2319
2373
  }
2320
2374
  var b = this.a3;
2321
2375
  this.a3 = a;
2322
- this.d6("IsRowHoverEnabled", b, this.a3);
2376
+ this.d8("IsRowHoverEnabled", b, this.a3);
2323
2377
  },
2324
2378
  enumerable: false,
2325
2379
  configurable: true
@@ -2334,12 +2388,12 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2334
2388
  }
2335
2389
  var b = this.ay;
2336
2390
  this.ay = a;
2337
- this.d6("CheckboxAlignedRight", b, this.ay);
2391
+ this.d8("CheckboxAlignedRight", b, this.ay);
2338
2392
  },
2339
2393
  enumerable: false,
2340
2394
  configurable: true
2341
2395
  });
2342
- CheckboxList.prototype.ef = function (a) {
2396
+ CheckboxList.prototype.eh = function (a) {
2343
2397
  this.y = a;
2344
2398
  if (a == null) {
2345
2399
  return;
@@ -2347,19 +2401,19 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2347
2401
  this.y.d = this.aa;
2348
2402
  this.y.p = this.baseTheme;
2349
2403
  this.y.t = this.density;
2350
- this.y.mc = this.fm;
2404
+ this.y.mc = this.fs;
2351
2405
  this.y.md = this.searchBorderColor;
2352
2406
  this.y.no = this.searchFocusBorderColor;
2353
2407
  this.y.n6 = BrushUtil.l(0, 0, 0, 0);
2354
2408
  this.y.np = BrushUtil.l(0, 0, 0, 0);
2355
2409
  };
2356
2410
  CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
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);
2411
+ CheckboxList.fy = BrushUtil.l(255, 24, 29, 31);
2412
+ CheckboxList.cz = "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";
2413
+ CheckboxList.fj = BrushUtil.l(255, 248, 248, 248);
2414
+ CheckboxList.fl = null;
2415
+ CheckboxList.fm = BrushUtil.l(255, 24, 29, 31);
2416
+ CheckboxList.fk = BrushUtil.l(255, 255, 255, 255);
2363
2417
  return CheckboxList;
2364
2418
  }(Base));
2365
2419
  export { CheckboxList };