igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2

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