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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +44 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +492 -453
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +11 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +64 -54
  83. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  84. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  85. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  86. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  87. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igx-data-grid-column-component.js +305 -163
  90. package/esm2015/lib/igx-data-grid-component.js +186 -2
  91. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
  92. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  93. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  94. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  95. package/esm2015/lib/igx-definition-base-component.js +8 -8
  96. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  97. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  98. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  99. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  101. package/esm2015/lib/igx-header-component.js +16 -16
  102. package/esm2015/lib/igx-image-cell-info.js +6 -6
  103. package/esm2015/lib/igx-image-column-component.js +10 -10
  104. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  106. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  107. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  108. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igx-section-header-component.js +55 -17
  111. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  112. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igx-summary-row-component.js +16 -16
  114. package/esm2015/lib/igx-template-cell-info.js +2 -2
  115. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  116. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  118. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  119. package/esm2015/lib/igx-text-cell-info.js +2 -2
  120. package/esm2015/lib/igx-text-column-component.js +8 -8
  121. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  122. package/esm2015/lib/igx-text-header-cell-info.js +80 -24
  123. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  124. package/esm2015/public_api.js +2 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +39 -36
  139. package/esm5/lib/CheckboxListBridge.js +44 -36
  140. package/esm5/lib/CheckboxListView_combined.js +476 -433
  141. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  142. package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
  143. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +10 -10
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +11 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +8 -8
  155. package/esm5/lib/EditorCell.js +277 -277
  156. package/esm5/lib/EditorCellPresenter.js +26 -26
  157. package/esm5/lib/FilterCell.js +259 -259
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +168 -147
  160. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  161. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  162. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  163. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  164. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  165. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  166. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  167. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  168. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  169. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  170. package/esm5/lib/GridExternalWrapper.js +12 -6
  171. package/esm5/lib/GridFilterDialogView_combined.js +400 -247
  172. package/esm5/lib/GridIconRepository.js +98 -0
  173. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  174. package/esm5/lib/GridStyleRepository.js +127 -115
  175. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  176. package/esm5/lib/ICheckboxListView.js +11 -0
  177. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  178. package/esm5/lib/ImageCell.js +57 -57
  179. package/esm5/lib/ImageCellPresenter.js +15 -15
  180. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  181. package/esm5/lib/NativeUIComboFactory.js +1 -1
  182. package/esm5/lib/NativeUIGridFactory.js +2 -2
  183. package/esm5/lib/NumericCell.js +8 -8
  184. package/esm5/lib/NumericCellPresenter.js +9 -9
  185. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  186. package/esm5/lib/SectionHeaderCell.js +22 -10
  187. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  188. package/esm5/lib/SummaryCell.js +47 -38
  189. package/esm5/lib/SummaryCellPresenter.js +10 -10
  190. package/esm5/lib/TemplateCell.js +16 -16
  191. package/esm5/lib/TemplateCellPresenter.js +3 -3
  192. package/esm5/lib/TemplateHeader.js +5 -5
  193. package/esm5/lib/TemplateHeaderCell.js +5 -5
  194. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  195. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  196. package/esm5/lib/TemplateSectionHeader.js +1 -1
  197. package/esm5/lib/TextCell.js +29 -29
  198. package/esm5/lib/TextCellPresenter.js +10 -10
  199. package/esm5/lib/TextHeaderCell.js +186 -151
  200. package/esm5/lib/TextHeaderCellPresenter.js +61 -39
  201. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  202. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  203. package/esm5/lib/igx-cell-info.js +127 -91
  204. package/esm5/lib/igx-checkbox-list-component.js +67 -53
  205. package/esm5/lib/igx-column-chooser-component.js +1 -1
  206. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  207. package/esm5/lib/igx-column-pinning-component.js +1 -1
  208. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  209. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igx-data-grid-column-component.js +365 -163
  212. package/esm5/lib/igx-data-grid-component.js +244 -2
  213. package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
  214. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  215. package/esm5/lib/igx-date-time-column-component.js +20 -20
  216. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-definition-base-component.js +8 -8
  218. package/esm5/lib/igx-editor-cell-info.js +23 -23
  219. package/esm5/lib/igx-filter-cell-info.js +26 -26
  220. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  221. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  222. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  223. package/esm5/lib/igx-header-component.js +16 -16
  224. package/esm5/lib/igx-image-cell-info.js +6 -6
  225. package/esm5/lib/igx-image-column-component.js +10 -10
  226. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  227. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  228. package/esm5/lib/igx-numeric-column-component.js +47 -31
  229. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  230. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  231. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igx-section-header-component.js +71 -17
  233. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-summary-cell-info.js +9 -9
  235. package/esm5/lib/igx-summary-row-component.js +16 -16
  236. package/esm5/lib/igx-template-cell-info.js +2 -2
  237. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  240. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  241. package/esm5/lib/igx-text-cell-info.js +2 -2
  242. package/esm5/lib/igx-text-column-component.js +8 -8
  243. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  244. package/esm5/lib/igx-text-header-cell-info.js +108 -24
  245. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  246. package/esm5/public_api.js +2 -0
  247. package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
  248. package/fesm5/igniteui-angular-data-grids.js +16132 -13285
  249. package/lib/CheckboxListExternal.d.ts +2 -0
  250. package/lib/CheckboxListView_combined.d.ts +117 -113
  251. package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
  252. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  253. package/lib/DataGridLocaleEn.d.ts +11 -0
  254. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  255. package/lib/EditorCell.d.ts +67 -67
  256. package/lib/FilterCell.d.ts +55 -55
  257. package/lib/GridCellBase.d.ts +64 -61
  258. package/lib/GridExternalWrapper.d.ts +2 -0
  259. package/lib/GridFilterDialogView_combined.d.ts +102 -79
  260. package/lib/GridIconRepository.d.ts +44 -0
  261. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  262. package/lib/GridStyleRepository.d.ts +3 -2
  263. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  264. package/lib/ICheckboxListView.d.ts +38 -0
  265. package/lib/ImageCell.d.ts +17 -17
  266. package/lib/NumericCell.d.ts +2 -2
  267. package/lib/SectionHeaderCell.d.ts +5 -3
  268. package/lib/SummaryCell.d.ts +11 -9
  269. package/lib/TemplateCell.d.ts +5 -5
  270. package/lib/TemplateHeader.d.ts +1 -1
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +1 -1
  274. package/lib/TextCell.d.ts +7 -7
  275. package/lib/TextHeaderCell.d.ts +30 -30
  276. package/lib/VerticalSeparatorCell.d.ts +8 -8
  277. package/lib/igx-cell-info.d.ts +15 -0
  278. package/lib/igx-checkbox-list-component.d.ts +6 -1
  279. package/lib/igx-data-grid-column-component.d.ts +46 -1
  280. package/lib/igx-data-grid-component.d.ts +73 -1
  281. package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
  282. package/lib/igx-numeric-cell-info.d.ts +6 -0
  283. package/lib/igx-numeric-column-component.d.ts +8 -1
  284. package/lib/igx-section-header-component.d.ts +15 -1
  285. package/lib/igx-text-header-cell-info.d.ts +18 -0
  286. package/package.json +4 -4
  287. package/public_api.d.ts +2 -0
@@ -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,47 +102,44 @@ 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.cs;
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));
134
- if (this.c.cb != null) {
135
- this.c.w.cg = this.c.cb;
131
+ var o = n.getExternal(this.c.w, n.rootWrapper, n.getExternal(this.c, null, null));
132
+ if (this.c.cf != null) {
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.dy();
137
+ this.c.d3();
140
138
  };
141
139
  CheckboxListView.prototype.z = function () {
142
140
  if (this.j != null) {
143
141
  var a = this.j.rootWrapper.getChildAt(3);
144
142
  a.setStyleProperty("width", "100%");
145
- a.setStyleProperty("margin", "4px 0px 0px 0px");
146
143
  if (!this.c.a8 && !this.c.showSelectAll) {
147
144
  a.setStyleProperty("height", "100%");
148
145
  }
@@ -188,7 +185,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
188
185
  var h = d.z;
189
186
  try {
190
187
  d.z = true;
191
- d.ar = this.c.bc;
188
+ d.ar = this.c.checkboxCornerRadius;
192
189
  d.a4 = b;
193
190
  if (c) {
194
191
  if (this.c.indexType == 0) {
@@ -210,11 +207,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
210
207
  finally {
211
208
  d.z = h;
212
209
  }
213
- d.dk = this.c.e5;
214
- d.dd = this.c.e3;
215
- d.dl = this.c.e6;
216
- d.de = this.c.e4;
217
- d.dm = this.c.e7;
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;
218
215
  }
219
216
  };
220
217
  CheckboxListView.prototype.u = function (a, b, c, d, e, f, g, h, i, j, k) {
@@ -282,8 +279,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
282
279
  if (l != null) {
283
280
  try {
284
281
  o.svg = null;
285
- o.df = null;
286
- o.bf = null;
282
+ o.bg = null;
283
+ o.bh = null;
287
284
  var x = e != null ? e : ((function () {
288
285
  var $ret = new FontInfo();
289
286
  $ret.f = g;
@@ -301,7 +298,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
301
298
  y.setStyleProperty("width", z ? "24px" : "0px");
302
299
  if (i != null) {
303
300
  aa = true;
304
- o.df = i;
301
+ o.bg = i;
305
302
  var ab = ((function () {
306
303
  var $ret = new DataContext();
307
304
  $ret.series = _this;
@@ -314,7 +311,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
314
311
  })());
315
312
  return $ret;
316
313
  })());
317
- o.bf = ab;
314
+ o.bh = ab;
318
315
  }
319
316
  else if (h != null) {
320
317
  var ac = typeCast(IDataLegendTarget_$type, h);
@@ -325,8 +322,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
325
322
  var ag = af.getDataLegendSeriesTitle();
326
323
  if (c == ag || c + " " + d == ag) {
327
324
  aa = true;
328
- o.df = af.getDataLegendBadge();
329
- o.bf = af.getDataLegendBadgeContext();
325
+ o.bg = af.getDataLegendBadge();
326
+ o.bh = af.getDataLegendBadgeContext();
330
327
  break;
331
328
  }
332
329
  }
@@ -402,6 +399,9 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
402
399
  }
403
400
  };
404
401
  CheckboxListView.prototype.ae = function () {
402
+ if (this.n != null) {
403
+ this.n.setStyleProperty("height", this.c.bl + "px");
404
+ }
405
405
  };
406
406
  CheckboxListView.prototype.o = function (a, b) {
407
407
  var c = a;
@@ -409,21 +409,21 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
409
409
  var e = c.checked;
410
410
  if (e == true) {
411
411
  if (this.c.indexType == 0) {
412
- this.c.ec(d);
412
+ this.c.ei(d);
413
413
  }
414
414
  else {
415
- this.c.c6(d);
415
+ this.c.db(d);
416
416
  }
417
417
  }
418
418
  else {
419
419
  if (this.c.indexType == 0) {
420
- this.c.c6(d);
420
+ this.c.db(d);
421
421
  }
422
422
  else {
423
- this.c.ec(d);
423
+ this.c.ei(d);
424
424
  }
425
425
  }
426
- this.c.du(d, e);
426
+ this.c.dz(d, e);
427
427
  this.an(false);
428
428
  };
429
429
  CheckboxListView.prototype.q = function () {
@@ -437,7 +437,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
437
437
  var e = parseInt(d.a4.toString());
438
438
  if (e == a) {
439
439
  d.checked = b;
440
- this.c.du(e, b);
440
+ this.c.dz(e, b);
441
441
  }
442
442
  }
443
443
  }
@@ -482,7 +482,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
482
482
  CheckboxListView.prototype.w = function (a) {
483
483
  this.n = a;
484
484
  if (null != this.n) {
485
- this.n.setStyleProperty("margin", "5px 0px 4px 0px");
485
+ this.n.setStyleProperty("margin", 0 + "px 0px " + 0 + "px 0px");
486
+ this.ae();
486
487
  }
487
488
  };
488
489
  CheckboxListView.prototype.ao = function () {
@@ -497,7 +498,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
497
498
  var d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
498
499
  this.b.n = this.c.baseTheme;
499
500
  this.m = a.createElement("label");
500
- this.m.setRawText(this.c.cw);
501
+ this.m.setRawText(this.c.c1);
501
502
  this.m.setStyleProperty("font-size", "13px");
502
503
  this.n.setStyleProperty("display", "flex");
503
504
  this.n.setStyleProperty("flex-direction", "row");
@@ -513,8 +514,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
513
514
  };
514
515
  CheckboxListView.prototype.am = function () {
515
516
  if (null != this.m) {
516
- this.m.setRawText(this.c.cw);
517
- NativeUI.q(this.m, this.c.e1);
517
+ this.m.setRawText(this.c.c1);
518
+ NativeUI.r(this.m, this.c.e8);
518
519
  }
519
520
  };
520
521
  CheckboxListView.prototype.ap = function () {
@@ -565,12 +566,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
565
566
  return;
566
567
  }
567
568
  if (b.isChecked) {
568
- this.c.ef();
569
- this.c.d3(b.isChecked);
569
+ this.c.el();
570
+ this.c.d8(b.isChecked);
570
571
  }
571
572
  else {
572
- this.c.dc();
573
- this.c.d3(b.isChecked);
573
+ this.c.dh();
574
+ this.c.d8(b.isChecked);
574
575
  }
575
576
  };
576
577
  CheckboxListView.prototype.ak = function () {
@@ -580,8 +581,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
580
581
  }
581
582
  var b = a.rootWrapper;
582
583
  if (null != b) {
583
- NativeUI.q(b, this.c.fl);
584
- NativeUI.m(b, this.c.backgroundColor);
584
+ NativeUI.r(b, this.c.textColor);
585
+ NativeUI.n(b, this.c.backgroundColor);
585
586
  }
586
587
  };
587
588
  CheckboxListView.prototype.ai = function () {
@@ -602,19 +603,20 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
602
603
  if (this.b == null) {
603
604
  return;
604
605
  }
605
- this.b.dk = this.c.e5;
606
- this.b.dd = this.c.e3;
607
- this.b.dl = this.c.e6;
608
- this.b.de = this.c.e4;
609
- this.b.dm = this.c.e7;
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;
610
611
  };
611
612
  CheckboxListView.prototype.ah = function (a) {
612
613
  if (this.k != null) {
613
- NativeUI.w(this.k, a);
614
+ NativeUI.y(this.k, a);
614
615
  }
615
616
  };
616
617
  CheckboxListView.prototype.v = function (a) {
617
618
  this.k = a;
619
+ this.ah(new Thickness(1, 0, DeviceUtils.g(3), 0, DeviceUtils.g(0)));
618
620
  };
619
621
  CheckboxListView.prototype.aq = function () {
620
622
  return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
@@ -633,8 +635,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
633
635
  try {
634
636
  for (var _b = __values(fromEnum(this.g)), _c = _b.next(); !_c.done; _c = _b.next()) {
635
637
  var a = _c.value;
636
- a.value.df = null;
637
- a.value.bf = null;
638
+ a.value.bg = null;
639
+ a.value.bh = null;
638
640
  }
639
641
  }
640
642
  catch (e_4_1) {
@@ -691,52 +693,53 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
691
693
  _this.labelClicked = null;
692
694
  _this.av = false;
693
695
  _this.au = false;
694
- _this.bl = null;
695
696
  _this.bp = null;
696
- _this.bk = null;
697
697
  _this.bt = null;
698
- _this.br = null;
699
- _this.bs = null;
700
- _this.bq = null;
698
+ _this.bo = null;
699
+ _this.bx = null;
700
+ _this.bv = null;
701
+ _this.bw = null;
702
+ _this.bu = null;
701
703
  _this.z = 3;
702
- _this.bg = -1;
704
+ _this.bk = -1;
703
705
  _this.am = null;
704
706
  _this.m = 1;
705
707
  _this.ae = 1;
706
708
  _this.ag = 2;
707
- _this.ex = BrushUtil.l(255, 24, 29, 31);
708
- _this.ev = null;
709
+ _this.e4 = BrushUtil.l(255, 24, 29, 31);
710
+ _this.e1 = null;
709
711
  _this.ax = true;
710
- _this.ey = null;
711
- _this.ew = null;
712
+ _this.e5 = null;
713
+ _this.e2 = null;
714
+ _this.e3 = null;
712
715
  _this.an = null;
713
- _this.eq = null;
714
- _this.eo = null;
715
- _this.er = null;
716
- _this.ep = null;
717
- _this.es = null;
716
+ _this.ew = null;
717
+ _this.eu = null;
718
+ _this.ex = null;
719
+ _this.ev = null;
720
+ _this.ey = null;
718
721
  _this.bb = NaN;
719
- _this.f = null;
722
+ _this.gridColumnProvider = null;
720
723
  _this.ac = 0;
721
- _this.eu = null;
724
+ _this.e0 = null;
722
725
  _this.indexTypeChanged = null;
723
726
  _this.aw = false;
724
- _this.cv = null;
725
- _this.ez = null;
726
- _this.em = CheckboxList.fb;
727
+ _this.c0 = null;
728
+ _this.e6 = null;
729
+ _this.es = CheckboxList.fi;
727
730
  _this.a9 = true;
728
- _this.en = CheckboxList.e8;
729
- _this.et = CheckboxList.fa;
730
- _this.e0 = CheckboxList.fb;
731
+ _this.et = CheckboxList.ff;
732
+ _this.ez = CheckboxList.fh;
733
+ _this.e7 = CheckboxList.fi;
731
734
  _this.keysCleared = null;
732
735
  _this.selectAllCheckboxChanged = null;
733
- _this.bi = -1;
736
+ _this.bm = -1;
734
737
  _this.a7 = true;
735
738
  _this.a3 = true;
736
739
  _this.ay = false;
737
740
  var a = _this.h;
738
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.d6));
739
- _this.h.am(runOn(_this, _this.d5));
741
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.eb));
742
+ _this.h.am(runOn(_this, _this.ea));
740
743
  _this.d = new FilterFactory();
741
744
  var b = new CheckboxListView();
742
745
  b.c = _this;
@@ -810,7 +813,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
810
813
  var b = this.a;
811
814
  this.a = a;
812
815
  if (b != this.a) {
813
- this.d1("PrimaryKey", b, this.a);
816
+ this.d6("PrimaryKey", b, this.a);
814
817
  }
815
818
  },
816
819
  enumerable: false,
@@ -831,44 +834,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
831
834
  CheckboxList.prototype.removeSelectedKeyAt = function (a) {
832
835
  this.keys.removeAt(a);
833
836
  };
834
- CheckboxList.prototype.d5 = function () {
835
- this.dl();
837
+ CheckboxList.prototype.ea = function () {
838
+ this.dr();
836
839
  if (this.keysCleared != null) {
837
840
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
838
841
  }
839
842
  };
840
- CheckboxList.prototype.d6 = function (a, b) {
843
+ CheckboxList.prototype.eb = function (a, b) {
841
844
  if (this.e == null || this.e.actualSchema == null || this.as) {
842
845
  return;
843
846
  }
844
847
  switch (b.action) {
845
848
  case 0:
846
849
  for (var c = 0; c < b.newItems.count; c++) {
847
- this.dz(b.newItems.item(c));
850
+ this.d4(b.newItems.item(c));
848
851
  }
849
852
  break;
850
853
  case 1:
851
854
  for (var d = 0; d < b.oldItems.count; d++) {
852
- this.d0(b.oldItems.item(d));
855
+ this.d5(b.oldItems.item(d));
853
856
  }
854
857
  break;
855
858
  case 2:
856
859
  for (var e = 0; e < b.oldItems.count; e++) {
857
- this.d0(b.oldItems.item(e));
860
+ this.d5(b.oldItems.item(e));
858
861
  }
859
862
  for (var f = 0; f < b.newItems.count; f++) {
860
- this.dz(b.newItems.item(f));
863
+ this.d4(b.newItems.item(f));
861
864
  }
862
865
  break;
863
866
  case 4:
864
867
  this.view.ab(this.indexType == 0);
865
868
  for (var g = 0; g < this.keys.ae.count; g++) {
866
- this.dz(this.keys.ae._inner[g]);
869
+ this.d4(this.keys.ae._inner[g]);
867
870
  }
868
871
  break;
869
872
  }
870
873
  };
871
- CheckboxList.prototype.dz = function (a) {
874
+ CheckboxList.prototype.d4 = function (a) {
872
875
  var _this = this;
873
876
  var b = this.e.indexOfKey(a.value);
874
877
  if (b >= 0) {
@@ -885,7 +888,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
885
888
  return $ret;
886
889
  })()));
887
890
  };
888
- CheckboxList.prototype.d0 = function (a) {
891
+ CheckboxList.prototype.d5 = function (a) {
889
892
  var _this = this;
890
893
  var b = this.e.indexOfKey(a.value);
891
894
  if (b >= 0) {
@@ -902,7 +905,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
902
905
  return $ret;
903
906
  })()));
904
907
  };
905
- CheckboxList.prototype.du = function (a, b) {
908
+ CheckboxList.prototype.dz = function (a, b) {
906
909
  if (this.checkedChanged != null && this.at == false) {
907
910
  var c_1 = null;
908
911
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
@@ -927,58 +930,58 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
927
930
  this.av = false;
928
931
  if (this.g != null) {
929
932
  var a = this.g;
930
- a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dg));
933
+ a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dl));
931
934
  var b = this.g;
932
- b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dh));
935
+ b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dm));
933
936
  if (this.g.actualDataSource != null) {
934
937
  var c = this.g.actualDataSource;
935
- c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d2));
938
+ c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d7));
936
939
  }
937
940
  }
938
941
  if (this.v != null) {
939
942
  var d = this.v;
940
- d.changing = delegateCombine(d.changing, runOn(this, this.dj));
943
+ d.changing = delegateCombine(d.changing, runOn(this, this.dp));
941
944
  }
942
945
  if (this.k != null) {
943
946
  var e = this.k;
944
- e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.da));
947
+ e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.df));
945
948
  }
946
949
  };
947
950
  CheckboxList.prototype.onDetachedFromUI = function () {
948
951
  this.av = true;
949
- this.df();
950
- this.de();
952
+ this.dk();
953
+ this.dj();
951
954
  };
952
- CheckboxList.prototype.df = function () {
955
+ CheckboxList.prototype.dk = function () {
953
956
  if (this.g != null) {
954
957
  var a = this.g;
955
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dg));
958
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dl));
956
959
  var b = this.g;
957
- b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dh));
960
+ b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dm));
958
961
  if (this.g.actualDataSource != null) {
959
962
  var c = this.g.actualDataSource;
960
- c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d2));
963
+ c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d7));
961
964
  }
962
965
  }
963
966
  if (this.v != null) {
964
967
  var d = this.v;
965
- d.changing = delegateRemove(d.changing, runOn(this, this.dj));
968
+ d.changing = delegateRemove(d.changing, runOn(this, this.dp));
966
969
  }
967
970
  };
968
- CheckboxList.prototype.de = function () {
971
+ CheckboxList.prototype.dj = function () {
969
972
  if (this.k != null) {
970
973
  var a = this.k;
971
- a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.da));
974
+ a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.df));
972
975
  }
973
976
  };
974
977
  CheckboxList.prototype.destroy = function () {
975
978
  this.au = true;
976
979
  if (!this.av) {
977
- this.df();
980
+ this.dk();
978
981
  }
979
982
  this.provideContainer(null, null, null);
980
983
  if (!this.av) {
981
- this.de();
984
+ this.dj();
982
985
  }
983
986
  };
984
987
  Object.defineProperty(CheckboxList.prototype, "a0", {
@@ -993,8 +996,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
993
996
  if (null != this.g) {
994
997
  this.g.scrollbarStyle = 1;
995
998
  var d = this.g;
996
- d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dh));
997
- this.g.scrollbarBackground = this.fe;
999
+ d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dm));
1000
+ this.g.scrollbarBackground = this.fl;
998
1001
  this.g.headerHeight = 0;
999
1002
  this.g.rowSeparatorHeight = 0;
1000
1003
  this.g.defaultColumnMinWidth = NaN;
@@ -1003,40 +1006,40 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1003
1006
  this.g.selectionMode = 0;
1004
1007
  this.g.editMode = 0;
1005
1008
  var e = this.g;
1006
- e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dg));
1007
- if (this.bl != null) {
1008
- this.g.itemsSource = this.bl;
1009
- this.c9();
1010
- this.d4();
1011
- }
1009
+ e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dl));
1012
1010
  if (this.bp != null) {
1013
- this.d4();
1014
- this.ei();
1011
+ this.g.itemsSource = this.bp;
1012
+ this.de();
1013
+ this.d9();
1014
+ }
1015
+ if (this.bt != null) {
1016
+ this.d9();
1017
+ this.eo();
1015
1018
  }
1016
1019
  }
1017
1020
  this.view.w(c);
1018
- if (this.az) {
1019
- this.ek();
1021
+ if (this.checkboxAlignedRight) {
1022
+ this.eq();
1020
1023
  }
1021
1024
  this.view.r(a);
1022
1025
  };
1023
- CheckboxList.prototype.dh = function (a, b) {
1026
+ CheckboxList.prototype.dm = function (a, b) {
1024
1027
  this.g.scrollbarStyle = this.ad;
1025
1028
  };
1026
1029
  CheckboxList.prototype.provideSelectAllSection = function (a) {
1027
1030
  this.view.w(a);
1028
1031
  };
1029
- CheckboxList.prototype.dg = function (a, b) {
1030
- 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) {
1031
1034
  return;
1032
1035
  }
1033
1036
  var c = b.cellInfo.l.x;
1034
1037
  if (-1 == c) {
1035
1038
  return;
1036
1039
  }
1037
- var d = b.cellInfo.ig;
1040
+ var d = b.cellInfo.ij;
1038
1041
  var e = this.j(d);
1039
- if (this.a6) {
1042
+ if (this.labelClickTriggersChange) {
1040
1043
  if (this.keys.contains(e)) {
1041
1044
  if (this.ak != null) {
1042
1045
  this.ak.setPropertyValue(d, false);
@@ -1050,9 +1053,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1050
1053
  this.keys.add(e);
1051
1054
  }
1052
1055
  }
1053
- this.dp(c, this.keys.contains(e));
1056
+ this.du(c, this.keys.contains(e));
1054
1057
  };
1055
- CheckboxList.prototype.dp = function (a, b) {
1058
+ CheckboxList.prototype.du = function (a, b) {
1056
1059
  var c = null;
1057
1060
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
1058
1061
  c = new Array(this.e.actualPrimaryKey.length);
@@ -1071,21 +1074,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1071
1074
  return $ret;
1072
1075
  })()));
1073
1076
  };
1074
- CheckboxList.prototype.da = function (a, b) {
1077
+ CheckboxList.prototype.df = function (a, b) {
1075
1078
  var c = b.cellInfo.l.x;
1076
1079
  if (-1 == c) {
1077
1080
  return;
1078
1081
  }
1079
1082
  var d = false;
1080
- if (b.cellInfo.ig != null) {
1081
- var e = this.j(b.cellInfo.ig);
1083
+ if (b.cellInfo.ij != null) {
1084
+ var e = this.j(b.cellInfo.ij);
1082
1085
  if (this.keys.contains(e)) {
1083
1086
  d = true;
1084
1087
  }
1085
1088
  }
1086
1089
  this.view.t(b.content.element, c, d);
1087
1090
  };
1088
- CheckboxList.prototype.ej = function (a, b) {
1091
+ CheckboxList.prototype.ep = function (a, b) {
1089
1092
  var c = b.cellInfo.l.x;
1090
1093
  if (-1 == c) {
1091
1094
  return;
@@ -1095,13 +1098,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1095
1098
  var f = null;
1096
1099
  var g = null;
1097
1100
  var h = null;
1098
- if (b.cellInfo.ig != null) {
1099
- d = this.ai.getPropertyValue(b.cellInfo.ig);
1101
+ if (b.cellInfo.ij != null) {
1102
+ d = this.ai.getPropertyValue(b.cellInfo.ij);
1100
1103
  if (this.al != null) {
1101
- e = this.al.getPropertyValue(b.cellInfo.ig);
1104
+ e = this.al.getPropertyValue(b.cellInfo.ij);
1102
1105
  }
1103
1106
  if (this.aj != null) {
1104
- var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ig));
1107
+ var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ij));
1105
1108
  if (i == 0) {
1106
1109
  h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
1107
1110
  }
@@ -1113,11 +1116,11 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1113
1116
  }
1114
1117
  }
1115
1118
  }
1116
- this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bk, f, g, h);
1119
+ this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
1117
1120
  };
1118
- CheckboxList.prototype.dw = function (a) {
1119
- if (this.bp != null) {
1120
- var b = this.d.property(this.bp).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
1121
+ CheckboxList.prototype.d1 = function (a) {
1122
+ if (this.bt != null) {
1123
+ var b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
1121
1124
  var c = b.contains(a);
1122
1125
  if (!this.g.filterExpressions.k.contains(this.c)) {
1123
1126
  this.c = c;
@@ -1131,13 +1134,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1131
1134
  };
1132
1135
  Object.defineProperty(CheckboxList.prototype, "itemsSource", {
1133
1136
  get: function () {
1134
- return this.bl;
1137
+ return this.bp;
1135
1138
  },
1136
1139
  set: function (a) {
1137
- var b = this.bl;
1138
- this.bl = a;
1139
- if (b != this.bl) {
1140
- this.d1("ItemsSource", b, this.bl);
1140
+ var b = this.bp;
1141
+ this.bp = a;
1142
+ if (b != this.bp) {
1143
+ this.d6("ItemsSource", b, this.bp);
1141
1144
  }
1142
1145
  },
1143
1146
  enumerable: false,
@@ -1145,55 +1148,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1145
1148
  });
1146
1149
  Object.defineProperty(CheckboxList.prototype, "dataMemberPath", {
1147
1150
  get: function () {
1148
- return this.bp;
1151
+ return this.bt;
1149
1152
  },
1150
1153
  set: function (a) {
1151
- var b = this.bp;
1152
- this.bp = a;
1153
- if (b != this.bp) {
1154
- this.d1("DataMemberPath", b, this.bp);
1154
+ var b = this.bt;
1155
+ this.bt = a;
1156
+ if (b != this.bt) {
1157
+ this.d6("DataMemberPath", b, this.bt);
1155
1158
  }
1156
1159
  },
1157
1160
  enumerable: false,
1158
1161
  configurable: true
1159
1162
  });
1160
- Object.defineProperty(CheckboxList.prototype, "bm", {
1163
+ Object.defineProperty(CheckboxList.prototype, "dataLegendTarget", {
1161
1164
  get: function () {
1162
- return this.bk;
1165
+ return this.bo;
1163
1166
  },
1164
1167
  set: function (a) {
1165
- var b = this.bk;
1166
- this.bk = a;
1167
- if (b != this.bk) {
1168
- this.d1("DataLegendTarget", b, this.bk);
1168
+ var b = this.bo;
1169
+ this.bo = a;
1170
+ if (b != this.bo) {
1171
+ this.d6("DataLegendTarget", b, this.bo);
1169
1172
  }
1170
1173
  },
1171
1174
  enumerable: false,
1172
1175
  configurable: true
1173
1176
  });
1174
- Object.defineProperty(CheckboxList.prototype, "c3", {
1177
+ Object.defineProperty(CheckboxList.prototype, "subtitleMemberPath", {
1175
1178
  get: function () {
1176
- return this.bt;
1179
+ return this.bx;
1177
1180
  },
1178
1181
  set: function (a) {
1179
- var b = this.bt;
1180
- this.bt = a;
1181
- if (b != this.bt) {
1182
- this.d1("SubtitleMemberPath", b, this.bt);
1182
+ var b = this.bx;
1183
+ this.bx = a;
1184
+ if (b != this.bx) {
1185
+ this.d6("SubtitleMemberPath", b, this.bx);
1183
1186
  }
1184
1187
  },
1185
1188
  enumerable: false,
1186
1189
  configurable: true
1187
1190
  });
1188
- Object.defineProperty(CheckboxList.prototype, "ci", {
1191
+ Object.defineProperty(CheckboxList.prototype, "propertyTypeMemberPath", {
1189
1192
  get: function () {
1190
- return this.br;
1193
+ return this.bv;
1191
1194
  },
1192
1195
  set: function (a) {
1193
- var b = this.br;
1194
- this.br = a;
1195
- if (b != this.br) {
1196
- this.d1("PropertyTypeMemberPath", b, this.br);
1196
+ var b = this.bv;
1197
+ this.bv = a;
1198
+ if (b != this.bv) {
1199
+ this.d6("PropertyTypeMemberPath", b, this.bv);
1197
1200
  }
1198
1201
  },
1199
1202
  enumerable: false,
@@ -1201,27 +1204,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1201
1204
  });
1202
1205
  Object.defineProperty(CheckboxList.prototype, "selectedMemberPath", {
1203
1206
  get: function () {
1204
- return this.bs;
1207
+ return this.bw;
1205
1208
  },
1206
1209
  set: function (a) {
1207
- var b = this.bs;
1208
- this.bs = a;
1209
- if (b != this.bs) {
1210
- this.d1("SelectedMemberPath", b, this.bs);
1210
+ var b = this.bw;
1211
+ this.bw = a;
1212
+ if (b != this.bw) {
1213
+ this.d6("SelectedMemberPath", b, this.bw);
1211
1214
  }
1212
1215
  },
1213
1216
  enumerable: false,
1214
1217
  configurable: true
1215
1218
  });
1216
- Object.defineProperty(CheckboxList.prototype, "cb", {
1219
+ Object.defineProperty(CheckboxList.prototype, "cf", {
1217
1220
  get: function () {
1218
- return this.bq;
1221
+ return this.bu;
1219
1222
  },
1220
1223
  set: function (a) {
1221
- var b = this.bq;
1222
- this.bq = a;
1223
- if (b != this.bq) {
1224
- this.d1("FilterPlaceholderText", b, this.bq);
1224
+ var b = this.bu;
1225
+ this.bu = a;
1226
+ if (b != this.bu) {
1227
+ this.d6("FilterPlaceholderText", b, this.bu);
1225
1228
  }
1226
1229
  },
1227
1230
  enumerable: false,
@@ -1235,33 +1238,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1235
1238
  var b = this.z;
1236
1239
  this.z = a;
1237
1240
  if (b != this.z) {
1238
- this.d1("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1241
+ this.d6("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1239
1242
  }
1240
1243
  },
1241
1244
  enumerable: false,
1242
1245
  configurable: true
1243
1246
  });
1244
- Object.defineProperty(CheckboxList.prototype, "bj", {
1247
+ Object.defineProperty(CheckboxList.prototype, "bn", {
1245
1248
  get: function () {
1246
- return this.bg;
1249
+ return this.bk;
1247
1250
  },
1248
1251
  set: function (a) {
1249
- var b = this.bg;
1250
- this.bg = a;
1251
- if (b != this.bg) {
1252
- this.d1("RowHeight", b, this.bg);
1252
+ var b = this.bk;
1253
+ this.bk = a;
1254
+ if (b != this.bk) {
1255
+ this.d6("RowHeight", b, this.bk);
1253
1256
  }
1254
1257
  },
1255
1258
  enumerable: false,
1256
1259
  configurable: true
1257
1260
  });
1258
- Object.defineProperty(CheckboxList.prototype, "bh", {
1261
+ Object.defineProperty(CheckboxList.prototype, "bl", {
1259
1262
  get: function () {
1260
1263
  if (this.g != null) {
1261
1264
  return this.g.actualRowHeight;
1262
1265
  }
1263
- else if (this.bg != -1) {
1264
- return this.bg;
1266
+ else if (this.bk != -1) {
1267
+ return this.bk;
1265
1268
  }
1266
1269
  else {
1267
1270
  switch (this.density) {
@@ -1285,7 +1288,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1285
1288
  var b = this.am;
1286
1289
  this.am = a;
1287
1290
  if (b != this.am) {
1288
- this.d1("CellTextStyle", b, this.am);
1291
+ this.d6("CellTextStyle", b, this.am);
1289
1292
  }
1290
1293
  },
1291
1294
  enumerable: false,
@@ -1299,7 +1302,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1299
1302
  var b = this.m;
1300
1303
  this.m = a;
1301
1304
  if (b != this.m) {
1302
- this.d1("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1305
+ this.d6("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1303
1306
  }
1304
1307
  },
1305
1308
  enumerable: false,
@@ -1313,7 +1316,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1313
1316
  var b = this.ae;
1314
1317
  this.ae = a;
1315
1318
  if (b != this.ae) {
1316
- this.d1("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1319
+ this.d6("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1317
1320
  }
1318
1321
  },
1319
1322
  enumerable: false,
@@ -1327,7 +1330,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1327
1330
  var b = this.ag;
1328
1331
  this.ag = a;
1329
1332
  if (b != this.ag) {
1330
- this.d1("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1333
+ this.d6("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1331
1334
  }
1332
1335
  },
1333
1336
  enumerable: false,
@@ -1335,33 +1338,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1335
1338
  });
1336
1339
  Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
1337
1340
  get: function () {
1338
- return this.ex;
1341
+ return this.e4;
1339
1342
  },
1340
1343
  set: function (a) {
1341
- var b = this.ex;
1342
- this.ex = a;
1343
- if (b != this.ex) {
1344
- this.d1("SearchIconColor", b, this.ex);
1344
+ var b = this.e4;
1345
+ this.e4 = a;
1346
+ if (b != this.e4) {
1347
+ this.d6("SearchIconColor", b, this.e4);
1345
1348
  }
1346
1349
  },
1347
1350
  enumerable: false,
1348
1351
  configurable: true
1349
1352
  });
1350
- Object.defineProperty(CheckboxList.prototype, "ff", {
1353
+ Object.defineProperty(CheckboxList.prototype, "fm", {
1351
1354
  get: function () {
1352
- return this.ev;
1355
+ return this.e1;
1353
1356
  },
1354
1357
  set: function (a) {
1355
- var b = this.ev;
1356
- this.ev = a;
1357
- if (b != this.ev) {
1358
- this.d1("SearchBackgroundColor", b, this.ev);
1358
+ var b = this.e1;
1359
+ this.e1 = a;
1360
+ if (b != this.e1) {
1361
+ this.d6("SearchBackgroundColor", b, this.e1);
1359
1362
  }
1360
1363
  },
1361
1364
  enumerable: false,
1362
1365
  configurable: true
1363
1366
  });
1364
- Object.defineProperty(CheckboxList.prototype, "a6", {
1367
+ Object.defineProperty(CheckboxList.prototype, "labelClickTriggersChange", {
1365
1368
  get: function () {
1366
1369
  return this.ax;
1367
1370
  },
@@ -1369,7 +1372,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1369
1372
  var b = this.ax;
1370
1373
  this.ax = a;
1371
1374
  if (b != this.ax) {
1372
- this.d1("LabelClickTriggersChange", b, this.ax);
1375
+ this.d6("LabelClickTriggersChange", b, this.ax);
1373
1376
  }
1374
1377
  },
1375
1378
  enumerable: false,
@@ -1377,27 +1380,41 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1377
1380
  });
1378
1381
  Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
1379
1382
  get: function () {
1380
- return this.ey;
1383
+ return this.e5;
1381
1384
  },
1382
1385
  set: function (a) {
1383
- var b = this.ey;
1384
- this.ey = a;
1385
- if (b != this.ey) {
1386
- this.d1("SearchTextColor", b, this.ey);
1386
+ var b = this.e5;
1387
+ this.e5 = a;
1388
+ if (b != this.e5) {
1389
+ this.d6("SearchTextColor", b, this.e5);
1387
1390
  }
1388
1391
  },
1389
1392
  enumerable: false,
1390
1393
  configurable: true
1391
1394
  });
1392
- Object.defineProperty(CheckboxList.prototype, "fg", {
1395
+ Object.defineProperty(CheckboxList.prototype, "searchBorderColor", {
1393
1396
  get: function () {
1394
- return this.ew;
1397
+ return this.e2;
1395
1398
  },
1396
1399
  set: function (a) {
1397
- var b = this.ew;
1398
- this.ew = a;
1399
- if (b != this.ew) {
1400
- this.d1("SearchBorderColor", b, this.ew);
1400
+ var b = this.e2;
1401
+ this.e2 = a;
1402
+ if (b != this.e2) {
1403
+ this.d6("SearchBorderColor", b, this.e2);
1404
+ }
1405
+ },
1406
+ enumerable: false,
1407
+ configurable: true
1408
+ });
1409
+ Object.defineProperty(CheckboxList.prototype, "searchFocusBorderColor", {
1410
+ get: function () {
1411
+ return this.e3;
1412
+ },
1413
+ set: function (a) {
1414
+ var b = this.e3;
1415
+ this.e3 = a;
1416
+ if (b != this.e3) {
1417
+ this.d6("SearchFocusBorderColor", b, this.e3);
1401
1418
  }
1402
1419
  },
1403
1420
  enumerable: false,
@@ -1411,83 +1428,83 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1411
1428
  var b = this.an;
1412
1429
  this.an = a;
1413
1430
  if (b != this.an) {
1414
- this.d1("SearchTextStyle", b, this.an);
1431
+ this.d6("SearchTextStyle", b, this.an);
1415
1432
  }
1416
1433
  },
1417
1434
  enumerable: false,
1418
1435
  configurable: true
1419
1436
  });
1420
- Object.defineProperty(CheckboxList.prototype, "e5", {
1437
+ Object.defineProperty(CheckboxList.prototype, "fc", {
1421
1438
  get: function () {
1422
- return this.eq;
1439
+ return this.ew;
1423
1440
  },
1424
1441
  set: function (a) {
1425
- var b = this.eq;
1426
- this.eq = a;
1427
- if (b != this.eq) {
1428
- this.d1("CheckboxTickColor", b, this.eq);
1442
+ var b = this.ew;
1443
+ this.ew = a;
1444
+ if (b != this.ew) {
1445
+ this.d6("CheckboxTickColor", b, this.ew);
1429
1446
  }
1430
1447
  },
1431
1448
  enumerable: false,
1432
1449
  configurable: true
1433
1450
  });
1434
- Object.defineProperty(CheckboxList.prototype, "e3", {
1451
+ Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBackgroundColor", {
1435
1452
  get: function () {
1436
- return this.eo;
1453
+ return this.eu;
1437
1454
  },
1438
1455
  set: function (a) {
1439
- var b = this.eo;
1440
- this.eo = a;
1441
- if (b != this.eo) {
1442
- this.d1("CheckboxCheckedBackgroundColor", b, this.eo);
1456
+ var b = this.eu;
1457
+ this.eu = a;
1458
+ if (b != this.eu) {
1459
+ this.d6("CheckboxCheckedBackgroundColor", b, this.eu);
1443
1460
  }
1444
1461
  },
1445
1462
  enumerable: false,
1446
1463
  configurable: true
1447
1464
  });
1448
- Object.defineProperty(CheckboxList.prototype, "e6", {
1465
+ Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBackgroundColor", {
1449
1466
  get: function () {
1450
- return this.er;
1467
+ return this.ex;
1451
1468
  },
1452
1469
  set: function (a) {
1453
- var b = this.er;
1454
- this.er = a;
1455
- if (b != this.er) {
1456
- this.d1("CheckboxUncheckedBackgroundColor", b, this.er);
1470
+ var b = this.ex;
1471
+ this.ex = a;
1472
+ if (b != this.ex) {
1473
+ this.d6("CheckboxUncheckedBackgroundColor", b, this.ex);
1457
1474
  }
1458
1475
  },
1459
1476
  enumerable: false,
1460
1477
  configurable: true
1461
1478
  });
1462
- Object.defineProperty(CheckboxList.prototype, "e4", {
1479
+ Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBorderColor", {
1463
1480
  get: function () {
1464
- return this.ep;
1481
+ return this.ev;
1465
1482
  },
1466
1483
  set: function (a) {
1467
- var b = this.ep;
1468
- this.ep = a;
1469
- if (b != this.ep) {
1470
- this.d1("CheckboxCheckedBorderColor", b, this.ep);
1484
+ var b = this.ev;
1485
+ this.ev = a;
1486
+ if (b != this.ev) {
1487
+ this.d6("CheckboxCheckedBorderColor", b, this.ev);
1471
1488
  }
1472
1489
  },
1473
1490
  enumerable: false,
1474
1491
  configurable: true
1475
1492
  });
1476
- Object.defineProperty(CheckboxList.prototype, "e7", {
1493
+ Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBorderColor", {
1477
1494
  get: function () {
1478
- return this.es;
1495
+ return this.ey;
1479
1496
  },
1480
1497
  set: function (a) {
1481
- var b = this.es;
1482
- this.es = a;
1483
- if (b != this.es) {
1484
- this.d1("CheckboxUncheckedBorderColor", b, this.es);
1498
+ var b = this.ey;
1499
+ this.ey = a;
1500
+ if (b != this.ey) {
1501
+ this.d6("CheckboxUncheckedBorderColor", b, this.ey);
1485
1502
  }
1486
1503
  },
1487
1504
  enumerable: false,
1488
1505
  configurable: true
1489
1506
  });
1490
- Object.defineProperty(CheckboxList.prototype, "bc", {
1507
+ Object.defineProperty(CheckboxList.prototype, "checkboxCornerRadius", {
1491
1508
  get: function () {
1492
1509
  return this.bb;
1493
1510
  },
@@ -1495,7 +1512,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1495
1512
  var b = this.bb;
1496
1513
  this.bb = a;
1497
1514
  if (b != this.bb) {
1498
- this.d1("CheckboxCornerRadius", b, this.bb);
1515
+ this.d6("CheckboxCornerRadius", b, this.bb);
1499
1516
  }
1500
1517
  },
1501
1518
  enumerable: false,
@@ -1509,42 +1526,42 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1509
1526
  var b = this.ac;
1510
1527
  this.ac = a;
1511
1528
  if (b != this.ac) {
1512
- this.d1("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1529
+ this.d6("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1513
1530
  }
1514
1531
  },
1515
1532
  enumerable: false,
1516
1533
  configurable: true
1517
1534
  });
1518
- Object.defineProperty(CheckboxList.prototype, "fe", {
1535
+ Object.defineProperty(CheckboxList.prototype, "fl", {
1519
1536
  get: function () {
1520
- return this.eu;
1537
+ return this.e0;
1521
1538
  },
1522
1539
  set: function (a) {
1523
- var b = this.eu;
1524
- this.eu = a;
1525
- if (b != this.eu) {
1526
- this.d1("ScrollbarBackground", b, this.eu);
1540
+ var b = this.e0;
1541
+ this.e0 = a;
1542
+ if (b != this.e0) {
1543
+ this.d6("ScrollbarBackground", b, this.e0);
1527
1544
  }
1528
1545
  },
1529
1546
  enumerable: false,
1530
1547
  configurable: true
1531
1548
  });
1532
- CheckboxList.prototype.d1 = function (a, b, c) {
1549
+ CheckboxList.prototype.d6 = function (a, b, c) {
1533
1550
  if (this.propertyChanged != null) {
1534
1551
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
1535
1552
  }
1536
- this.d7(a, b, c);
1553
+ this.ec(a, b, c);
1537
1554
  };
1538
- CheckboxList.prototype.d7 = function (a, b, c) {
1555
+ CheckboxList.prototype.ec = function (a, b, c) {
1539
1556
  switch (a) {
1540
1557
  case "IndexType":
1541
1558
  this.keys.clear();
1542
- this.dl();
1559
+ this.dr();
1543
1560
  if (this.keysCleared != null) {
1544
1561
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1545
1562
  }
1546
1563
  this.view.an();
1547
- this.dx(b, c);
1564
+ this.d2(b, c);
1548
1565
  break;
1549
1566
  case "ItemsSource":
1550
1567
  if (this.g != null) {
@@ -1557,16 +1574,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1557
1574
  }
1558
1575
  if (this.g.actualDataSource != null && !this.a0) {
1559
1576
  var d = this.g.actualDataSource;
1560
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d2));
1577
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d7));
1561
1578
  }
1562
- this.g.itemsSource = this.bl;
1563
- this.c9();
1579
+ this.g.itemsSource = this.bp;
1580
+ this.de();
1564
1581
  if (this.g.actualDataSource != null && !this.a0) {
1565
1582
  var e = this.g.actualDataSource;
1566
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d2));
1583
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d7));
1567
1584
  }
1568
1585
  this.at = true;
1569
- this.d4();
1586
+ this.d9();
1570
1587
  this.at = false;
1571
1588
  this.view.an();
1572
1589
  }
@@ -1576,9 +1593,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1576
1593
  case "SubtitleMemberPath":
1577
1594
  case "PropertyTypeMemberPath":
1578
1595
  if (this.g != null) {
1579
- if (this.bp != null) {
1580
- this.d4();
1581
- this.ei();
1596
+ if (this.bt != null) {
1597
+ this.d9();
1598
+ this.eo();
1582
1599
  }
1583
1600
  }
1584
1601
  break;
@@ -1588,7 +1605,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1588
1605
  }
1589
1606
  break;
1590
1607
  case "SelectAllCaptionTextColor":
1591
- this.e1 = null != this.fj ? this.fj : this.fc();
1608
+ this.e8 = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fj();
1592
1609
  break;
1593
1610
  case "SelectAllCaption":
1594
1611
  case "ActualSelectAllCaptionTextColor":
@@ -1604,7 +1621,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1604
1621
  break;
1605
1622
  case "FilterPlaceholderText":
1606
1623
  if (this.v != null) {
1607
- this.v.cg = this.cb;
1624
+ this.v.cg = this.cf;
1608
1625
  }
1609
1626
  break;
1610
1627
  case "SearchInputType":
@@ -1614,7 +1631,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1614
1631
  break;
1615
1632
  case "RowHeight":
1616
1633
  if (this.g != null) {
1617
- this.g.rowHeight = this.bj;
1634
+ this.g.rowHeight = this.bn;
1618
1635
  }
1619
1636
  break;
1620
1637
  case "CellTextStyle":
@@ -1628,7 +1645,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1628
1645
  case "RowHoverBackgroundColor":
1629
1646
  var f = this.g;
1630
1647
  if (null != f) {
1631
- f.cellTextColor = this.fl;
1648
+ f.cellTextColor = this.textColor;
1632
1649
  f.cellBackground = this.backgroundColor;
1633
1650
  f.background = this.backgroundColor;
1634
1651
  f.cellSelectedBackground = this.backgroundColor;
@@ -1637,10 +1654,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1637
1654
  this.view.ak();
1638
1655
  break;
1639
1656
  case "BaseTheme":
1640
- this.eh();
1657
+ this.en();
1641
1658
  break;
1642
1659
  case "Density":
1643
- this.eg();
1660
+ this.em();
1644
1661
  break;
1645
1662
  case "IsRowHoverEnabled":
1646
1663
  if (this.g != null) {
@@ -1654,17 +1671,26 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1654
1671
  break;
1655
1672
  case "ScrollbarBackground":
1656
1673
  if (this.g != null) {
1657
- this.g.scrollbarBackground = this.fe;
1674
+ this.g.scrollbarBackground = this.fl;
1658
1675
  }
1659
1676
  break;
1660
1677
  case "SearchIconColor":
1661
1678
  this.view.ai();
1662
1679
  break;
1663
1680
  case "SearchBackgroundColor":
1664
- this.y.mc = this.ff;
1681
+ if (this.y != null) {
1682
+ this.y.mc = this.fm;
1683
+ }
1665
1684
  break;
1666
1685
  case "SearchBorderColor":
1667
- this.y.md = this.fg;
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
+ }
1668
1694
  break;
1669
1695
  case "SearchTextColor":
1670
1696
  if (this.w != null) {
@@ -1672,7 +1698,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1672
1698
  }
1673
1699
  break;
1674
1700
  case "SearchTextStyle":
1675
- this.w.af = this.ap;
1701
+ if (this.w != null) {
1702
+ this.w.af = this.ap;
1703
+ }
1676
1704
  break;
1677
1705
  case "CheckboxTickColor":
1678
1706
  case "CheckboxCheckedBackgroundColor":
@@ -1682,22 +1710,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1682
1710
  case "CheckboxCornerRadius":
1683
1711
  this.view.af();
1684
1712
  if (this.g != null) {
1685
- this.g.x9();
1713
+ this.g.y1();
1686
1714
  }
1687
1715
  break;
1688
1716
  case "CheckboxAlignedRight":
1689
1717
  if (this.g != null) {
1690
- this.ek();
1718
+ this.eq();
1691
1719
  }
1692
1720
  break;
1693
1721
  case "DataLegendTarget":
1694
1722
  if (this.g != null) {
1695
- this.g.x9();
1723
+ this.g.y1();
1696
1724
  }
1697
1725
  break;
1698
1726
  }
1699
1727
  };
1700
- CheckboxList.prototype.ek = function () {
1728
+ CheckboxList.prototype.eq = function () {
1701
1729
  if (this.g.actualColumns.count == 0) {
1702
1730
  return;
1703
1731
  }
@@ -1705,7 +1733,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1705
1733
  var b = this.g.actualColumns._inner[1];
1706
1734
  var c = this.g.actualColumns._inner[2];
1707
1735
  this.g.actualColumns.clear();
1708
- if (this.az) {
1736
+ if (this.checkboxAlignedRight) {
1709
1737
  this.g.columns.add(b);
1710
1738
  this.g.columns.add(a);
1711
1739
  }
@@ -1715,7 +1743,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1715
1743
  }
1716
1744
  this.g.columns.add(c);
1717
1745
  };
1718
- CheckboxList.prototype.dx = function (a, b) {
1746
+ CheckboxList.prototype.d2 = function (a, b) {
1719
1747
  if (this.indexTypeChanged != null) {
1720
1748
  this.indexTypeChanged(this, ((function () {
1721
1749
  var $ret = new CheckboxListIndexTypeChangedEventArgs();
@@ -1725,7 +1753,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1725
1753
  })()));
1726
1754
  }
1727
1755
  };
1728
- CheckboxList.prototype.eg = function () {
1756
+ CheckboxList.prototype.em = function () {
1729
1757
  if (this.g != null) {
1730
1758
  this.g.density = this.density;
1731
1759
  }
@@ -1733,8 +1761,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1733
1761
  this.x.t = this.density;
1734
1762
  }
1735
1763
  this.view.ae();
1764
+ this.view.z();
1736
1765
  };
1737
- CheckboxList.prototype.eh = function () {
1766
+ CheckboxList.prototype.en = function () {
1738
1767
  if (this.x != null) {
1739
1768
  this.x.p = this.baseTheme;
1740
1769
  }
@@ -1743,51 +1772,51 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1743
1772
  }
1744
1773
  if (this.g != null) {
1745
1774
  this.g.theme = this.baseTheme;
1746
- this.g.cellTextColor = this.fl;
1775
+ this.g.cellTextColor = this.textColor;
1747
1776
  this.g.cellBackground = this.backgroundColor;
1748
1777
  this.g.cellSelectedBackground = this.backgroundColor;
1749
1778
  this.g.rowHoverBackground = this.rowHoverBackgroundColor;
1750
1779
  this.g.background = this.backgroundColor;
1751
1780
  }
1752
- this.e1 = this.fj != null ? this.fj : this.fc();
1781
+ this.e8 = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fj();
1753
1782
  this.view.ag();
1754
1783
  };
1755
- CheckboxList.prototype.d2 = function (a, b) {
1784
+ CheckboxList.prototype.d7 = function (a, b) {
1756
1785
  this.at = true;
1757
- this.c9();
1786
+ this.de();
1758
1787
  if (b.schema != null) {
1759
- this.d4();
1788
+ this.d9();
1760
1789
  for (var c = 0; c < this.keys.count; c++) {
1761
- this.dz(this.keys._inner[c]);
1790
+ this.d4(this.keys._inner[c]);
1762
1791
  }
1763
1792
  this.view.an();
1764
1793
  }
1765
1794
  this.at = false;
1766
1795
  };
1767
- CheckboxList.prototype.d4 = function () {
1768
- if (this.ak == null && this.bs != null && this.bs != "") {
1769
- this.ak = new FastReflectionHelper(false, this.bs);
1796
+ CheckboxList.prototype.d9 = function () {
1797
+ if (this.ak == null && this.bw != null && this.bw != "") {
1798
+ this.ak = new FastReflectionHelper(false, this.bw);
1770
1799
  }
1771
- if (this.ai == null && this.bp != null && this.bp != "") {
1772
- this.ai = new FastReflectionHelper(false, this.bp);
1800
+ if (this.ai == null && this.bt != null && this.bt != "") {
1801
+ this.ai = new FastReflectionHelper(false, this.bt);
1773
1802
  }
1774
- if (this.al == null && this.bt != null && this.bt != "") {
1775
- this.al = new FastReflectionHelper(false, this.bt);
1803
+ if (this.al == null && this.bx != null && this.bx != "") {
1804
+ this.al = new FastReflectionHelper(false, this.bx);
1776
1805
  }
1777
- if (this.aj == null && this.br != null && this.br != "") {
1778
- this.aj = new FastReflectionHelper(false, this.br);
1806
+ if (this.aj == null && this.bv != null && this.bv != "") {
1807
+ this.aj = new FastReflectionHelper(false, this.bv);
1779
1808
  }
1780
1809
  if (this.ai != null) {
1781
- this.ai.propertyName = this.bp;
1810
+ this.ai.propertyName = this.bt;
1782
1811
  }
1783
1812
  if (this.al != null) {
1784
- this.al.propertyName = this.bt;
1813
+ this.al.propertyName = this.bx;
1785
1814
  }
1786
1815
  if (this.aj != null) {
1787
- this.aj.propertyName = this.br;
1816
+ this.aj.propertyName = this.bv;
1788
1817
  }
1789
- if (this.bl != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
1790
- this.ak.propertyName = this.bs;
1818
+ if (this.bp != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
1819
+ this.ak.propertyName = this.bw;
1791
1820
  var a = this.g.actualDataSource.actualCount;
1792
1821
  for (var b = 0; b < a; b++) {
1793
1822
  var c = this.g.actualDataSource.getItemAtIndex(b);
@@ -1804,12 +1833,12 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1804
1833
  }
1805
1834
  }
1806
1835
  };
1807
- CheckboxList.prototype.ei = function () {
1836
+ CheckboxList.prototype.eo = function () {
1808
1837
  this.view.p();
1809
1838
  this.g.columns.clear();
1810
1839
  this.g.primaryKey = this.primaryKey;
1811
1840
  this.g.isGroupRowSticky = false;
1812
- this.g.rowHeight = this.bj;
1841
+ this.g.rowHeight = this.bn;
1813
1842
  this.g.background = this.backgroundColor;
1814
1843
  this.g.cellBackground = this.backgroundColor;
1815
1844
  this.g.cellSelectedBackground = this.backgroundColor;
@@ -1821,35 +1850,35 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1821
1850
  this.g.cellTextStyle = this.ao;
1822
1851
  }
1823
1852
  var a = new TemplateColumn();
1824
- if (this.bs == null) {
1825
- this.bs = "";
1853
+ if (this.bw == null) {
1854
+ this.bw = "";
1826
1855
  }
1827
- a.mr = this.bs;
1828
- a.ni = "CheckboxColumn";
1856
+ a.nl = this.bw;
1857
+ a.od = "CheckboxColumn";
1829
1858
  var b = new ColumnWidth();
1830
1859
  b.c = false;
1831
1860
  b.f = 28;
1832
1861
  a.width = b;
1833
- a.k7 = 0;
1834
- a.k8 = 0;
1835
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.da));
1862
+ a.lm = 0;
1863
+ a.ln = 0;
1864
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.df));
1836
1865
  this.k = a;
1837
1866
  this.g.columns.add(a);
1838
- var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bp);
1839
- if ((this.bt != null || this.br != null) && (c == 0 || c == 11 || c == 2)) {
1867
+ var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
1868
+ if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
1840
1869
  var d = new TemplateColumn();
1841
- d.mr = this.bp;
1842
- d.ni = "DataColumn";
1843
- d.k7 = 0;
1870
+ d.nl = this.bt;
1871
+ d.od = "DataColumn";
1872
+ d.lm = 0;
1844
1873
  d.g = 0;
1845
- d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ej));
1874
+ d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ep));
1846
1875
  this.g.columns.add(d);
1847
1876
  }
1848
1877
  else {
1849
1878
  var e = void 0;
1850
- if (this.f != null) {
1851
- e = this.f.h0();
1852
- e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.di));
1879
+ if (this.gridColumnProvider != null) {
1880
+ e = this.gridColumnProvider.h1();
1881
+ e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dn));
1853
1882
  }
1854
1883
  else {
1855
1884
  switch (c) {
@@ -1874,9 +1903,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1874
1903
  break;
1875
1904
  }
1876
1905
  }
1877
- e.mr = this.bp;
1878
- e.ni = "DataColumn";
1879
- e.k7 = 0;
1906
+ e.nl = this.bt;
1907
+ e.od = "DataColumn";
1908
+ e.lm = 0;
1880
1909
  e.g = 0;
1881
1910
  this.g.columns.add(e);
1882
1911
  }
@@ -1884,15 +1913,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1884
1913
  var g = new ColumnWidth();
1885
1914
  g.c = false;
1886
1915
  g.f = 10;
1887
- f.mr = "PaddingColumn";
1888
- f.ni = "PaddingColumn";
1889
- f.k7 = 0;
1916
+ f.nl = "PaddingColumn";
1917
+ f.od = "PaddingColumn";
1918
+ f.lm = 0;
1890
1919
  f.width = g;
1891
1920
  this.g.columns.add(f);
1892
1921
  };
1893
- CheckboxList.prototype.di = function (a, b) {
1922
+ CheckboxList.prototype.dn = function (a, b) {
1894
1923
  var c = b.b;
1895
- c.g0 = 0;
1924
+ c.g2 = 0;
1925
+ c.g = 0;
1896
1926
  };
1897
1927
  CheckboxList.prototype.updateHrMargin = function (a) {
1898
1928
  this.view.ah(a);
@@ -1900,16 +1930,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1900
1930
  CheckboxList.prototype.provideHrElement = function (a) {
1901
1931
  this.view.v(a);
1902
1932
  };
1903
- CheckboxList.prototype.dy = function () {
1933
+ CheckboxList.prototype.d3 = function () {
1904
1934
  if (!this.a0) {
1905
1935
  var a = this.w;
1906
- a.changing = delegateCombine(a.changing, runOn(this, this.dj));
1936
+ a.changing = delegateCombine(a.changing, runOn(this, this.dp));
1907
1937
  }
1908
- this.eh();
1938
+ this.en();
1909
1939
  };
1910
- CheckboxList.prototype.dj = function (a, b) {
1940
+ CheckboxList.prototype.dp = function (a, b) {
1911
1941
  var c = b.value.toLowerCase();
1912
- this.dw(c);
1942
+ this.d1(c);
1913
1943
  };
1914
1944
  CheckboxList.prototype.j = function (a) {
1915
1945
  if (this.primaryKey == null) {
@@ -1923,7 +1953,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1923
1953
  }
1924
1954
  return new PrimaryKeyValue(b, c);
1925
1955
  };
1926
- CheckboxList.prototype.ec = function (a) {
1956
+ CheckboxList.prototype.ei = function (a) {
1927
1957
  this.as = true;
1928
1958
  var b = this.e.getItemAtIndex(a);
1929
1959
  if (this.ak != null) {
@@ -1933,7 +1963,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1933
1963
  this.keys.remove(c);
1934
1964
  this.as = false;
1935
1965
  };
1936
- CheckboxList.prototype.c6 = function (a) {
1966
+ CheckboxList.prototype.db = function (a) {
1937
1967
  this.as = true;
1938
1968
  var b = this.e.getItemAtIndex(a);
1939
1969
  if (this.ak != null) {
@@ -1943,44 +1973,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1943
1973
  this.keys.add(c);
1944
1974
  this.as = false;
1945
1975
  };
1946
- CheckboxList.prototype.ef = function () {
1976
+ CheckboxList.prototype.el = function () {
1947
1977
  this.indexType = 0;
1948
1978
  this.keys.clear();
1949
- this.dl();
1979
+ this.dr();
1950
1980
  if (this.keysCleared != null) {
1951
1981
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1952
1982
  }
1953
1983
  };
1954
- CheckboxList.prototype.dc = function () {
1984
+ CheckboxList.prototype.dh = function () {
1955
1985
  this.indexType = 1;
1956
1986
  this.keys.clear();
1957
- this.dl();
1987
+ this.dr();
1958
1988
  if (this.keysCleared != null) {
1959
1989
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1960
1990
  }
1961
1991
  };
1962
- CheckboxList.prototype.dr = function (a, b, c) {
1992
+ CheckboxList.prototype.dw = function (a, b, c) {
1963
1993
  if (this.g != null) {
1964
1994
  this.g.notifySetItem(a, b, c);
1965
1995
  }
1966
1996
  };
1967
- CheckboxList.prototype.dm = function () {
1997
+ CheckboxList.prototype.ds = function () {
1968
1998
  if (this.g != null) {
1969
1999
  this.g.notifyClearItems();
1970
2000
  }
1971
2001
  };
1972
- CheckboxList.prototype.dl = function () {
2002
+ CheckboxList.prototype.dr = function () {
1973
2003
  if (this.g != null) {
1974
2004
  this.g.invalidateVisibleRows();
1975
2005
  }
1976
2006
  };
1977
- CheckboxList.prototype.dn = function (a, b) {
2007
+ CheckboxList.prototype.dt = function (a, b) {
1978
2008
  if (this.g != null) {
1979
2009
  this.g.notifyInsertItem(a, b);
1980
2010
  }
1981
2011
  ;
1982
2012
  };
1983
- CheckboxList.prototype.dq = function (a, b) {
2013
+ CheckboxList.prototype.dv = function (a, b) {
1984
2014
  if (this.g != null) {
1985
2015
  this.g.notifyRemoveItem(a, b);
1986
2016
  }
@@ -1997,7 +2027,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1997
2027
  this.aw = false;
1998
2028
  }
1999
2029
  };
2000
- CheckboxList.prototype.c7 = function (a) {
2030
+ CheckboxList.prototype.dc = function (a) {
2001
2031
  var b = null;
2002
2032
  if (this.primaryKey == null || this.primaryKey.length == 0) {
2003
2033
  b = new PrimaryKeyValue(null, a);
@@ -2017,7 +2047,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2017
2047
  this.keys.add(b);
2018
2048
  }
2019
2049
  };
2020
- CheckboxList.prototype.ed = function (a) {
2050
+ CheckboxList.prototype.ej = function (a) {
2021
2051
  var b = null;
2022
2052
  if (this.primaryKey == null || this.primaryKey.length == 0) {
2023
2053
  b = new PrimaryKeyValue(null, a);
@@ -2038,15 +2068,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2038
2068
  }
2039
2069
  };
2040
2070
  CheckboxList.prototype.getDesiredSize = function (a) {
2041
- var b = 248;
2071
+ var b = 200;
2042
2072
  var c = 0;
2043
2073
  var d = this.be();
2044
2074
  var e = 5;
2045
2075
  if (this.g != null && this.g.actualDataSource != null && this.g.actualDataSource.actualCount > 0) {
2046
2076
  e = this.g.actualDataSource.actualCount;
2047
2077
  }
2048
- var f = this.bh * e;
2049
- var g = this.bh * (this.showSelectAll ? 4 : 5);
2078
+ var f = this.bl * e;
2079
+ var g = this.bl * (this.showSelectAll ? 4 : 5);
2050
2080
  var h = f > g ? g : f;
2051
2081
  var i = d + h;
2052
2082
  if (isPositiveInfinity(a.height)) {
@@ -2067,18 +2097,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2067
2097
  var a = 0;
2068
2098
  a += ComponentSizeHelpers.d(this.density, this.baseTheme);
2069
2099
  a += ComponentSizeHelpers.c(this.density, this.baseTheme);
2070
- a += (0.8 + 6);
2071
- a += 4;
2100
+ a += (1 + 3 + 0);
2072
2101
  if (this.showSelectAll) {
2073
- a += this.bh;
2102
+ a += this.bl + 0 + 0;
2074
2103
  }
2075
2104
  a += 4;
2076
2105
  return a;
2077
2106
  };
2078
- CheckboxList.prototype.bn = function () {
2107
+ CheckboxList.prototype.br = function () {
2079
2108
  return this.l();
2080
2109
  };
2081
- CheckboxList.prototype.ca = function () {
2110
+ CheckboxList.prototype.ce = function () {
2082
2111
  var a = this.l();
2083
2112
  return a.i();
2084
2113
  };
@@ -2091,49 +2120,49 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2091
2120
  a.e = c.height;
2092
2121
  a.h = c.width;
2093
2122
  a.c = this.baseTheme;
2094
- a.d = this.bh;
2095
- a.a = AppearanceHelper.a(this.e1);
2123
+ a.d = this.bl;
2124
+ a.a = AppearanceHelper.a(this.e8);
2096
2125
  a.b = AppearanceHelper.a(this.backgroundColor);
2097
2126
  return a;
2098
2127
  };
2099
- Object.defineProperty(CheckboxList.prototype, "cw", {
2128
+ Object.defineProperty(CheckboxList.prototype, "c1", {
2100
2129
  get: function () {
2101
- return this.cv != null ? this.cv : !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)";
2102
2131
  },
2103
2132
  set: function (a) {
2104
- if (a == this.cv) {
2133
+ if (a == this.c0) {
2105
2134
  return;
2106
2135
  }
2107
- var b = this.cv;
2108
- this.cv = a;
2109
- this.d1("SelectAllCaption", b, this.cv);
2136
+ var b = this.c0;
2137
+ this.c0 = a;
2138
+ this.d6("SelectAllCaption", b, this.c0);
2110
2139
  },
2111
2140
  enumerable: false,
2112
2141
  configurable: true
2113
2142
  });
2114
- Object.defineProperty(CheckboxList.prototype, "fj", {
2143
+ Object.defineProperty(CheckboxList.prototype, "selectAllCaptionTextColor", {
2115
2144
  get: function () {
2116
- return this.ez;
2145
+ return this.e6;
2117
2146
  },
2118
2147
  set: function (a) {
2119
- var b = this.ez;
2120
- this.ez = a;
2121
- if (b != this.ez) {
2122
- this.d1("SelectAllCaptionTextColor", b, a);
2148
+ var b = this.e6;
2149
+ this.e6 = a;
2150
+ if (b != this.e6) {
2151
+ this.d6("SelectAllCaptionTextColor", b, a);
2123
2152
  }
2124
2153
  },
2125
2154
  enumerable: false,
2126
2155
  configurable: true
2127
2156
  });
2128
- Object.defineProperty(CheckboxList.prototype, "e1", {
2157
+ Object.defineProperty(CheckboxList.prototype, "e8", {
2129
2158
  get: function () {
2130
- return this.em;
2159
+ return this.es;
2131
2160
  },
2132
2161
  set: function (a) {
2133
- var b = this.em;
2134
- this.em = a;
2135
- if (b != this.em) {
2136
- this.d1("ActualSelectAllCaptionTextColor", b, a);
2162
+ var b = this.es;
2163
+ this.es = a;
2164
+ if (b != this.es) {
2165
+ this.d6("ActualSelectAllCaptionTextColor", b, a);
2137
2166
  }
2138
2167
  },
2139
2168
  enumerable: false,
@@ -2141,14 +2170,14 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2141
2170
  });
2142
2171
  Object.defineProperty(CheckboxList.prototype, "a5", {
2143
2172
  get: function () {
2144
- if (-1 == this.bi) {
2173
+ if (-1 == this.bm) {
2145
2174
  return false;
2146
2175
  }
2147
2176
  var a = this.keys.count;
2148
2177
  if (0 == a) {
2149
2178
  return false;
2150
2179
  }
2151
- if (a == this.bi) {
2180
+ if (a == this.bm) {
2152
2181
  return false;
2153
2182
  }
2154
2183
  return true;
@@ -2166,20 +2195,20 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2166
2195
  }
2167
2196
  var b = this.a9;
2168
2197
  this.a9 = a;
2169
- this.d1("showSelectAll", b, this.a9);
2198
+ this.d6("showSelectAll", b, this.a9);
2170
2199
  },
2171
2200
  enumerable: false,
2172
2201
  configurable: true
2173
2202
  });
2174
2203
  Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
2175
2204
  get: function () {
2176
- return this.en;
2205
+ return this.et;
2177
2206
  },
2178
2207
  set: function (a) {
2179
- var b = this.en;
2180
- this.en = a;
2181
- if (b != this.en) {
2182
- this.d1("BackgroundColor", b, a);
2208
+ var b = this.et;
2209
+ this.et = a;
2210
+ if (b != this.et) {
2211
+ this.d6("BackgroundColor", b, a);
2183
2212
  }
2184
2213
  },
2185
2214
  enumerable: false,
@@ -2187,40 +2216,40 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2187
2216
  });
2188
2217
  Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
2189
2218
  get: function () {
2190
- return this.et;
2219
+ return this.ez;
2191
2220
  },
2192
2221
  set: function (a) {
2193
- var b = this.et;
2194
- this.et = a;
2195
- if (b != this.et) {
2196
- this.d1("RowHoverBackgroundColor", b, a);
2222
+ var b = this.ez;
2223
+ this.ez = a;
2224
+ if (b != this.ez) {
2225
+ this.d6("RowHoverBackgroundColor", b, a);
2197
2226
  }
2198
2227
  },
2199
2228
  enumerable: false,
2200
2229
  configurable: true
2201
2230
  });
2202
- CheckboxList.prototype.fc = function () {
2231
+ CheckboxList.prototype.fj = function () {
2203
2232
  switch (this.baseTheme) {
2204
2233
  case 6:
2205
- case 4: return CheckboxList.e9;
2234
+ case 4: return CheckboxList.fg;
2206
2235
  }
2207
- return CheckboxList.fb;
2236
+ return CheckboxList.fi;
2208
2237
  };
2209
- Object.defineProperty(CheckboxList.prototype, "fl", {
2238
+ Object.defineProperty(CheckboxList.prototype, "textColor", {
2210
2239
  get: function () {
2211
- return this.e0;
2240
+ return this.e7;
2212
2241
  },
2213
2242
  set: function (a) {
2214
- var b = this.e0;
2215
- this.e0 = a;
2216
- if (b != this.e0) {
2217
- this.d1("TextColor", b, a);
2243
+ var b = this.e7;
2244
+ this.e7 = a;
2245
+ if (b != this.e7) {
2246
+ this.d6("TextColor", b, a);
2218
2247
  }
2219
2248
  },
2220
2249
  enumerable: false,
2221
2250
  configurable: true
2222
2251
  });
2223
- CheckboxList.prototype.d3 = function (a) {
2252
+ CheckboxList.prototype.d8 = function (a) {
2224
2253
  if (this.selectAllCheckboxChanged != null) {
2225
2254
  this.selectAllCheckboxChanged(this, ((function () {
2226
2255
  var $ret = new SelectAllCheckboxChangedEventArgs();
@@ -2230,39 +2259,39 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2230
2259
  }
2231
2260
  };
2232
2261
  CheckboxList.prototype.a2 = function () {
2233
- if (-1 == this.bi) {
2262
+ if (-1 == this.bm) {
2234
2263
  return true;
2235
2264
  }
2236
2265
  var a = this.keys.count;
2237
2266
  switch (this.indexType) {
2238
- case 0: return this.bi == a;
2267
+ case 0: return this.bm == a;
2239
2268
  case 1: return 0 == a;
2240
2269
  default: return false;
2241
2270
  }
2242
2271
  };
2243
2272
  CheckboxList.prototype.a1 = function () {
2244
- if (-1 == this.bi) {
2273
+ if (-1 == this.bm) {
2245
2274
  return false;
2246
2275
  }
2247
2276
  var a = this.keys.count;
2248
2277
  switch (this.indexType) {
2249
2278
  case 0: return 0 == a;
2250
- case 1: return this.bi == a;
2279
+ case 1: return this.bm == a;
2251
2280
  default: return false;
2252
2281
  }
2253
2282
  };
2254
- CheckboxList.prototype.c9 = function () {
2283
+ CheckboxList.prototype.de = function () {
2255
2284
  var a = this.g.actualDataSource;
2256
2285
  if (null != a) {
2257
2286
  if (null == a.actualSchema) {
2258
- this.bi = -1;
2287
+ this.bm = -1;
2259
2288
  return;
2260
2289
  }
2261
2290
  var b = a.actualCount;
2262
- this.bi = b;
2291
+ this.bm = b;
2263
2292
  }
2264
2293
  else {
2265
- this.bi = -1;
2294
+ this.bm = -1;
2266
2295
  }
2267
2296
  };
2268
2297
  Object.defineProperty(CheckboxList.prototype, "a8", {
@@ -2275,7 +2304,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2275
2304
  }
2276
2305
  var b = this.a7;
2277
2306
  this.a7 = a;
2278
- this.d1("ShowFilter", b, this.a7);
2307
+ this.d6("ShowFilter", b, this.a7);
2279
2308
  },
2280
2309
  enumerable: false,
2281
2310
  configurable: true
@@ -2290,12 +2319,12 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2290
2319
  }
2291
2320
  var b = this.a3;
2292
2321
  this.a3 = a;
2293
- this.d1("IsRowHoverEnabled", b, this.a3);
2322
+ this.d6("IsRowHoverEnabled", b, this.a3);
2294
2323
  },
2295
2324
  enumerable: false,
2296
2325
  configurable: true
2297
2326
  });
2298
- Object.defineProperty(CheckboxList.prototype, "az", {
2327
+ Object.defineProperty(CheckboxList.prototype, "checkboxAlignedRight", {
2299
2328
  get: function () {
2300
2329
  return this.ay;
2301
2330
  },
@@ -2305,18 +2334,32 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
2305
2334
  }
2306
2335
  var b = this.ay;
2307
2336
  this.ay = a;
2308
- this.d1("CheckboxAlignedRight", b, this.ay);
2337
+ this.d6("CheckboxAlignedRight", b, this.ay);
2309
2338
  },
2310
2339
  enumerable: false,
2311
2340
  configurable: true
2312
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
+ };
2313
2356
  CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
2314
- CheckboxList.fk = BrushUtil.l(255, 24, 29, 31);
2315
- CheckboxList.cs = "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";
2316
- CheckboxList.e8 = BrushUtil.l(255, 248, 248, 248);
2317
- CheckboxList.fa = null;
2318
- CheckboxList.fb = BrushUtil.l(255, 24, 29, 31);
2319
- CheckboxList.e9 = 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);
2320
2363
  return CheckboxList;
2321
2364
  }(Base));
2322
2365
  export { CheckboxList };