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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (279) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +46 -47
  83. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  84. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  85. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  86. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  87. package/esm2015/lib/igx-data-grid-column-component.js +289 -163
  88. package/esm2015/lib/igx-data-grid-component.js +163 -2
  89. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
  90. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  91. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  92. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  93. package/esm2015/lib/igx-definition-base-component.js +8 -8
  94. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  95. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  96. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  97. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  98. package/esm2015/lib/igx-header-component.js +16 -16
  99. package/esm2015/lib/igx-image-cell-info.js +6 -6
  100. package/esm2015/lib/igx-image-column-component.js +10 -10
  101. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  102. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  103. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  104. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  106. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  107. package/esm2015/lib/igx-section-header-component.js +55 -17
  108. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  110. package/esm2015/lib/igx-summary-row-component.js +16 -16
  111. package/esm2015/lib/igx-template-cell-info.js +2 -2
  112. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  113. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  114. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  115. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  116. package/esm2015/lib/igx-text-cell-info.js +2 -2
  117. package/esm2015/lib/igx-text-column-component.js +8 -8
  118. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  119. package/esm2015/lib/igx-text-header-cell-info.js +74 -24
  120. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  121. package/esm2015/public_api.js +2 -0
  122. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  123. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  124. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  125. package/esm5/lib/CanvasGridCellBase.js +13 -13
  126. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  127. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  129. package/esm5/lib/CanvasSummaryCell.js +2 -2
  130. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  131. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  132. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  134. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  135. package/esm5/lib/CellPresenterBase.js +39 -36
  136. package/esm5/lib/CheckboxListBridge.js +36 -36
  137. package/esm5/lib/CheckboxListView_combined.js +400 -395
  138. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  139. package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
  140. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  141. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  142. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  143. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  144. package/esm5/lib/ContentCellModelHelper.js +10 -10
  145. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  146. package/esm5/lib/DataGridLocaleEn.js +3 -0
  147. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  148. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  149. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  150. package/esm5/lib/Dragger.js +4 -4
  151. package/esm5/lib/DraggerView.js +8 -8
  152. package/esm5/lib/EditorCell.js +277 -277
  153. package/esm5/lib/EditorCellPresenter.js +26 -26
  154. package/esm5/lib/FilterCell.js +259 -259
  155. package/esm5/lib/FilterCellPresenter.js +15 -15
  156. package/esm5/lib/GridCellBase.js +168 -147
  157. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  158. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  159. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  160. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  161. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  162. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  163. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  164. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  165. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  166. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  167. package/esm5/lib/GridExternalWrapper.js +12 -6
  168. package/esm5/lib/GridFilterDialogView_combined.js +381 -247
  169. package/esm5/lib/GridIconRepository.js +98 -0
  170. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  171. package/esm5/lib/GridStyleRepository.js +127 -115
  172. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  173. package/esm5/lib/ICheckboxListView.js +11 -0
  174. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  175. package/esm5/lib/ImageCell.js +57 -57
  176. package/esm5/lib/ImageCellPresenter.js +15 -15
  177. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  178. package/esm5/lib/NativeUIComboFactory.js +1 -1
  179. package/esm5/lib/NativeUIGridFactory.js +2 -2
  180. package/esm5/lib/NumericCell.js +8 -8
  181. package/esm5/lib/NumericCellPresenter.js +9 -9
  182. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  183. package/esm5/lib/SectionHeaderCell.js +22 -10
  184. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  185. package/esm5/lib/SummaryCell.js +47 -38
  186. package/esm5/lib/SummaryCellPresenter.js +10 -10
  187. package/esm5/lib/TemplateCell.js +16 -16
  188. package/esm5/lib/TemplateCellPresenter.js +3 -3
  189. package/esm5/lib/TemplateHeader.js +5 -5
  190. package/esm5/lib/TemplateHeaderCell.js +5 -5
  191. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  192. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  193. package/esm5/lib/TemplateSectionHeader.js +1 -1
  194. package/esm5/lib/TextCell.js +29 -29
  195. package/esm5/lib/TextCellPresenter.js +10 -10
  196. package/esm5/lib/TextHeaderCell.js +186 -151
  197. package/esm5/lib/TextHeaderCellPresenter.js +58 -39
  198. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  199. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  200. package/esm5/lib/igx-cell-info.js +127 -91
  201. package/esm5/lib/igx-checkbox-list-component.js +46 -47
  202. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  203. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  204. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  205. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  206. package/esm5/lib/igx-data-grid-column-component.js +341 -163
  207. package/esm5/lib/igx-data-grid-component.js +213 -2
  208. package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
  209. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  210. package/esm5/lib/igx-date-time-column-component.js +20 -20
  211. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  212. package/esm5/lib/igx-definition-base-component.js +8 -8
  213. package/esm5/lib/igx-editor-cell-info.js +23 -23
  214. package/esm5/lib/igx-filter-cell-info.js +26 -26
  215. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  216. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-header-component.js +16 -16
  218. package/esm5/lib/igx-image-cell-info.js +6 -6
  219. package/esm5/lib/igx-image-column-component.js +10 -10
  220. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  221. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  222. package/esm5/lib/igx-numeric-column-component.js +47 -31
  223. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  224. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  225. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  226. package/esm5/lib/igx-section-header-component.js +71 -17
  227. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  228. package/esm5/lib/igx-summary-cell-info.js +9 -9
  229. package/esm5/lib/igx-summary-row-component.js +16 -16
  230. package/esm5/lib/igx-template-cell-info.js +2 -2
  231. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  232. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  233. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  235. package/esm5/lib/igx-text-cell-info.js +2 -2
  236. package/esm5/lib/igx-text-column-component.js +8 -8
  237. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-text-header-cell-info.js +98 -24
  239. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  240. package/esm5/public_api.js +2 -0
  241. package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
  242. package/fesm5/igniteui-angular-data-grids.js +15844 -13296
  243. package/lib/CheckboxListView_combined.d.ts +104 -104
  244. package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
  245. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  246. package/lib/DataGridLocaleEn.d.ts +3 -0
  247. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  248. package/lib/EditorCell.d.ts +67 -67
  249. package/lib/FilterCell.d.ts +55 -55
  250. package/lib/GridCellBase.d.ts +64 -61
  251. package/lib/GridExternalWrapper.d.ts +2 -0
  252. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  253. package/lib/GridIconRepository.d.ts +44 -0
  254. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  255. package/lib/GridStyleRepository.d.ts +3 -2
  256. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  257. package/lib/ICheckboxListView.d.ts +38 -0
  258. package/lib/ImageCell.d.ts +17 -17
  259. package/lib/NumericCell.d.ts +2 -2
  260. package/lib/SectionHeaderCell.d.ts +5 -3
  261. package/lib/SummaryCell.d.ts +11 -9
  262. package/lib/TemplateCell.d.ts +5 -5
  263. package/lib/TemplateHeader.d.ts +1 -1
  264. package/lib/TemplateHeaderCell.d.ts +2 -2
  265. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  266. package/lib/TemplateSectionHeader.d.ts +1 -1
  267. package/lib/TextCell.d.ts +7 -7
  268. package/lib/TextHeaderCell.d.ts +30 -30
  269. package/lib/VerticalSeparatorCell.d.ts +8 -8
  270. package/lib/igx-cell-info.d.ts +15 -0
  271. package/lib/igx-data-grid-column-component.d.ts +42 -1
  272. package/lib/igx-data-grid-component.d.ts +61 -1
  273. package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
  274. package/lib/igx-numeric-cell-info.d.ts +6 -0
  275. package/lib/igx-numeric-column-component.d.ts +8 -1
  276. package/lib/igx-section-header-component.d.ts +15 -1
  277. package/lib/igx-text-header-cell-info.d.ts +16 -0
  278. package/package.json +4 -4
  279. package/public_api.d.ts +2 -0
@@ -117,7 +117,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
117
117
  this.d = new XIcon();
118
118
  this.d.provideContainer(j);
119
119
  this.d.fill = this.c.searchIconColor;
120
- this.d.svgPath = CheckboxList.cs;
120
+ this.d.svgPath = CheckboxList.cw;
121
121
  let k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
122
122
  g.appendContentChild(i);
123
123
  this.c.y.appendContentChild(e);
@@ -129,18 +129,17 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
129
129
  this.c.w.provideContainer(m);
130
130
  this.c.w.b8 = "text";
131
131
  let n = m.getExternal(this.c.w, m.rootWrapper, m.getExternal(this.c, null, null));
132
- if (this.c.cb != null) {
133
- this.c.w.cg = this.c.cb;
132
+ if (this.c.cf != null) {
133
+ this.c.w.cg = this.c.cf;
134
134
  }
135
135
  this.c.y.appendContentChild(l);
136
136
  this.c.y.inputs.add(this.c.w);
137
- this.c.dy();
137
+ this.c.d2();
138
138
  }
139
139
  z() {
140
140
  if (this.j != null) {
141
141
  let a = this.j.rootWrapper.getChildAt(3);
142
142
  a.setStyleProperty("width", "100%");
143
- a.setStyleProperty("margin", "4px 0px 0px 0px");
144
143
  if (!this.c.a8 && !this.c.showSelectAll) {
145
144
  a.setStyleProperty("height", "100%");
146
145
  }
@@ -208,11 +207,11 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
208
207
  finally {
209
208
  d.z = h;
210
209
  }
211
- d.dk = this.c.e5;
212
- d.dd = this.c.e3;
213
- d.dl = this.c.e6;
214
- d.de = this.c.e4;
215
- d.dm = this.c.e7;
210
+ d.dk = this.c.e9;
211
+ d.dd = this.c.e7;
212
+ d.dl = this.c.fa;
213
+ d.de = this.c.e8;
214
+ d.dm = this.c.fb;
216
215
  }
217
216
  }
218
217
  u(a, b, c, d, e, f, g, h, i, j, k) {
@@ -279,8 +278,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
279
278
  if (l != null) {
280
279
  try {
281
280
  o.svg = null;
282
- o.df = null;
283
- o.bf = null;
281
+ o.bg = null;
282
+ o.bh = null;
284
283
  let x = e != null ? e : ((() => {
285
284
  let $ret = new FontInfo();
286
285
  $ret.f = g;
@@ -298,7 +297,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
298
297
  y.setStyleProperty("width", z ? "24px" : "0px");
299
298
  if (i != null) {
300
299
  aa = true;
301
- o.df = i;
300
+ o.bg = i;
302
301
  let ab = ((() => {
303
302
  let $ret = new DataContext();
304
303
  $ret.series = this;
@@ -311,7 +310,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
311
310
  })());
312
311
  return $ret;
313
312
  })());
314
- o.bf = ab;
313
+ o.bh = ab;
315
314
  }
316
315
  else if (h != null) {
317
316
  let ac = typeCast(IDataLegendTarget_$type, h);
@@ -322,8 +321,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
322
321
  let ag = af.getDataLegendSeriesTitle();
323
322
  if (c == ag || c + " " + d == ag) {
324
323
  aa = true;
325
- o.df = af.getDataLegendBadge();
326
- o.bf = af.getDataLegendBadgeContext();
324
+ o.bg = af.getDataLegendBadge();
325
+ o.bh = af.getDataLegendBadgeContext();
327
326
  break;
328
327
  }
329
328
  }
@@ -382,6 +381,9 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
382
381
  }
383
382
  }
384
383
  ae() {
384
+ if (this.n != null) {
385
+ this.n.setStyleProperty("height", this.c.bl + "px");
386
+ }
385
387
  }
386
388
  o(a, b) {
387
389
  let c = a;
@@ -389,21 +391,21 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
389
391
  let e = c.checked;
390
392
  if (e == true) {
391
393
  if (this.c.indexType == 0) {
392
- this.c.ec(d);
394
+ this.c.eg(d);
393
395
  }
394
396
  else {
395
- this.c.c6(d);
397
+ this.c.da(d);
396
398
  }
397
399
  }
398
400
  else {
399
401
  if (this.c.indexType == 0) {
400
- this.c.c6(d);
402
+ this.c.da(d);
401
403
  }
402
404
  else {
403
- this.c.ec(d);
405
+ this.c.eg(d);
404
406
  }
405
407
  }
406
- this.c.du(d, e);
408
+ this.c.dy(d, e);
407
409
  this.an(false);
408
410
  }
409
411
  q() {
@@ -414,7 +416,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
414
416
  let e = parseInt(d.a4.toString());
415
417
  if (e == a) {
416
418
  d.checked = b;
417
- this.c.du(e, b);
419
+ this.c.dy(e, b);
418
420
  }
419
421
  }
420
422
  this.an();
@@ -428,7 +430,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
428
430
  w(a) {
429
431
  this.n = a;
430
432
  if (null != this.n) {
431
- this.n.setStyleProperty("margin", "5px 0px 4px 0px");
433
+ this.n.setStyleProperty("margin", 0 + "px 0px " + 0 + "px 0px");
434
+ this.ae();
432
435
  }
433
436
  }
434
437
  ao() {
@@ -443,7 +446,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
443
446
  let d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
444
447
  this.b.n = this.c.baseTheme;
445
448
  this.m = a.createElement("label");
446
- this.m.setRawText(this.c.cw);
449
+ this.m.setRawText(this.c.c0);
447
450
  this.m.setStyleProperty("font-size", "13px");
448
451
  this.n.setStyleProperty("display", "flex");
449
452
  this.n.setStyleProperty("flex-direction", "row");
@@ -459,8 +462,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
459
462
  }
460
463
  am() {
461
464
  if (null != this.m) {
462
- this.m.setRawText(this.c.cw);
463
- NativeUI.q(this.m, this.c.e1);
465
+ this.m.setRawText(this.c.c0);
466
+ NativeUI.r(this.m, this.c.e5);
464
467
  }
465
468
  }
466
469
  ap() {
@@ -508,12 +511,12 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
508
511
  return;
509
512
  }
510
513
  if (b.isChecked) {
511
- this.c.ef();
512
- this.c.d3(b.isChecked);
514
+ this.c.ej();
515
+ this.c.d7(b.isChecked);
513
516
  }
514
517
  else {
515
- this.c.dc();
516
- this.c.d3(b.isChecked);
518
+ this.c.dg();
519
+ this.c.d7(b.isChecked);
517
520
  }
518
521
  }
519
522
  ak() {
@@ -523,8 +526,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
523
526
  }
524
527
  let b = a.rootWrapper;
525
528
  if (null != b) {
526
- NativeUI.q(b, this.c.fl);
527
- NativeUI.m(b, this.c.backgroundColor);
529
+ NativeUI.r(b, this.c.fp);
530
+ NativeUI.n(b, this.c.backgroundColor);
528
531
  }
529
532
  }
530
533
  ai() {
@@ -545,19 +548,20 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
545
548
  if (this.b == null) {
546
549
  return;
547
550
  }
548
- this.b.dk = this.c.e5;
549
- this.b.dd = this.c.e3;
550
- this.b.dl = this.c.e6;
551
- this.b.de = this.c.e4;
552
- this.b.dm = this.c.e7;
551
+ this.b.dk = this.c.e9;
552
+ this.b.dd = this.c.e7;
553
+ this.b.dl = this.c.fa;
554
+ this.b.de = this.c.e8;
555
+ this.b.dm = this.c.fb;
553
556
  }
554
557
  ah(a) {
555
558
  if (this.k != null) {
556
- NativeUI.w(this.k, a);
559
+ NativeUI.y(this.k, a);
557
560
  }
558
561
  }
559
562
  v(a) {
560
563
  this.k = a;
564
+ this.ah(new Thickness(1, 0, DeviceUtils.g(3), 0, DeviceUtils.g(0)));
561
565
  }
562
566
  aq() {
563
567
  return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
@@ -573,8 +577,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
573
577
  }
574
578
  x() {
575
579
  for (let a of fromEnum(this.g)) {
576
- a.value.df = null;
577
- a.value.bf = null;
580
+ a.value.bg = null;
581
+ a.value.bh = null;
578
582
  }
579
583
  }
580
584
  p() {
@@ -617,52 +621,52 @@ export let CheckboxList = /*@__PURE__*/ (() => {
617
621
  this.labelClicked = null;
618
622
  this.av = false;
619
623
  this.au = false;
620
- this.bl = null;
621
624
  this.bp = null;
622
- this.bk = null;
623
625
  this.bt = null;
624
- this.br = null;
625
- this.bs = null;
626
- this.bq = null;
626
+ this.bo = null;
627
+ this.bx = null;
628
+ this.bv = null;
629
+ this.bw = null;
630
+ this.bu = null;
627
631
  this.z = 3;
628
- this.bg = -1;
632
+ this.bk = -1;
629
633
  this.am = null;
630
634
  this.m = 1;
631
635
  this.ae = 1;
632
636
  this.ag = 2;
633
- this.ex = BrushUtil.l(255, 24, 29, 31);
634
- this.ev = null;
637
+ this.e1 = BrushUtil.l(255, 24, 29, 31);
638
+ this.ez = null;
635
639
  this.ax = true;
636
- this.ey = null;
637
- this.ew = null;
640
+ this.e2 = null;
641
+ this.e0 = null;
638
642
  this.an = null;
639
- this.eq = null;
640
- this.eo = null;
641
- this.er = null;
642
- this.ep = null;
643
+ this.eu = null;
643
644
  this.es = null;
645
+ this.ev = null;
646
+ this.et = null;
647
+ this.ew = null;
644
648
  this.bb = NaN;
645
649
  this.f = null;
646
650
  this.ac = 0;
647
- this.eu = null;
651
+ this.ey = null;
648
652
  this.indexTypeChanged = null;
649
653
  this.aw = false;
650
- this.cv = null;
651
- this.ez = null;
652
- this.em = CheckboxList.fb;
654
+ this.cz = null;
655
+ this.e3 = null;
656
+ this.eq = CheckboxList.ff;
653
657
  this.a9 = true;
654
- this.en = CheckboxList.e8;
655
- this.et = CheckboxList.fa;
656
- this.e0 = CheckboxList.fb;
658
+ this.er = CheckboxList.fc;
659
+ this.ex = CheckboxList.fe;
660
+ this.e4 = CheckboxList.ff;
657
661
  this.keysCleared = null;
658
662
  this.selectAllCheckboxChanged = null;
659
- this.bi = -1;
663
+ this.bm = -1;
660
664
  this.a7 = true;
661
665
  this.a3 = true;
662
666
  this.ay = false;
663
667
  let a = this.h;
664
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.d6));
665
- this.h.am(runOn(this, this.d5));
668
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ea));
669
+ this.h.am(runOn(this, this.d9));
666
670
  this.d = new FilterFactory();
667
671
  let b = new CheckboxListView();
668
672
  b.c = this;
@@ -710,7 +714,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
710
714
  let b = this.a;
711
715
  this.a = a;
712
716
  if (b != this.a) {
713
- this.d1("PrimaryKey", b, this.a);
717
+ this.d5("PrimaryKey", b, this.a);
714
718
  }
715
719
  }
716
720
  clearSelectedKeys() {
@@ -728,44 +732,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
728
732
  removeSelectedKeyAt(a) {
729
733
  this.keys.removeAt(a);
730
734
  }
731
- d5() {
732
- this.dl();
735
+ d9() {
736
+ this.dq();
733
737
  if (this.keysCleared != null) {
734
738
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
735
739
  }
736
740
  }
737
- d6(a, b) {
741
+ ea(a, b) {
738
742
  if (this.e == null || this.e.actualSchema == null || this.as) {
739
743
  return;
740
744
  }
741
745
  switch (b.action) {
742
746
  case 0:
743
747
  for (let c = 0; c < b.newItems.count; c++) {
744
- this.dz(b.newItems.item(c));
748
+ this.d3(b.newItems.item(c));
745
749
  }
746
750
  break;
747
751
  case 1:
748
752
  for (let d = 0; d < b.oldItems.count; d++) {
749
- this.d0(b.oldItems.item(d));
753
+ this.d4(b.oldItems.item(d));
750
754
  }
751
755
  break;
752
756
  case 2:
753
757
  for (let e = 0; e < b.oldItems.count; e++) {
754
- this.d0(b.oldItems.item(e));
758
+ this.d4(b.oldItems.item(e));
755
759
  }
756
760
  for (let f = 0; f < b.newItems.count; f++) {
757
- this.dz(b.newItems.item(f));
761
+ this.d3(b.newItems.item(f));
758
762
  }
759
763
  break;
760
764
  case 4:
761
765
  this.view.ab(this.indexType == 0);
762
766
  for (let g = 0; g < this.keys.ae.count; g++) {
763
- this.dz(this.keys.ae._inner[g]);
767
+ this.d3(this.keys.ae._inner[g]);
764
768
  }
765
769
  break;
766
770
  }
767
771
  }
768
- dz(a) {
772
+ d3(a) {
769
773
  let b = this.e.indexOfKey(a.value);
770
774
  if (b >= 0) {
771
775
  this.view.aa(b, this.indexType == 1);
@@ -781,7 +785,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
781
785
  return $ret;
782
786
  })()));
783
787
  }
784
- d0(a) {
788
+ d4(a) {
785
789
  let b = this.e.indexOfKey(a.value);
786
790
  if (b >= 0) {
787
791
  this.view.aa(b, this.indexType == 0);
@@ -797,7 +801,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
797
801
  return $ret;
798
802
  })()));
799
803
  }
800
- du(a, b) {
804
+ dy(a, b) {
801
805
  if (this.checkedChanged != null && this.at == false) {
802
806
  let c = null;
803
807
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
@@ -822,58 +826,58 @@ export let CheckboxList = /*@__PURE__*/ (() => {
822
826
  this.av = false;
823
827
  if (this.g != null) {
824
828
  let a = this.g;
825
- a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dg));
829
+ a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dk));
826
830
  let b = this.g;
827
- b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dh));
831
+ b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dl));
828
832
  if (this.g.actualDataSource != null) {
829
833
  let c = this.g.actualDataSource;
830
- c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d2));
834
+ c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d6));
831
835
  }
832
836
  }
833
837
  if (this.v != null) {
834
838
  let d = this.v;
835
- d.changing = delegateCombine(d.changing, runOn(this, this.dj));
839
+ d.changing = delegateCombine(d.changing, runOn(this, this.dn));
836
840
  }
837
841
  if (this.k != null) {
838
842
  let e = this.k;
839
- e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.da));
843
+ e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.de));
840
844
  }
841
845
  }
842
846
  onDetachedFromUI() {
843
847
  this.av = true;
844
- this.df();
845
- this.de();
848
+ this.dj();
849
+ this.di();
846
850
  }
847
- df() {
851
+ dj() {
848
852
  if (this.g != null) {
849
853
  let a = this.g;
850
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dg));
854
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dk));
851
855
  let b = this.g;
852
- b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dh));
856
+ b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dl));
853
857
  if (this.g.actualDataSource != null) {
854
858
  let c = this.g.actualDataSource;
855
- c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d2));
859
+ c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d6));
856
860
  }
857
861
  }
858
862
  if (this.v != null) {
859
863
  let d = this.v;
860
- d.changing = delegateRemove(d.changing, runOn(this, this.dj));
864
+ d.changing = delegateRemove(d.changing, runOn(this, this.dn));
861
865
  }
862
866
  }
863
- de() {
867
+ di() {
864
868
  if (this.k != null) {
865
869
  let a = this.k;
866
- a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.da));
870
+ a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.de));
867
871
  }
868
872
  }
869
873
  destroy() {
870
874
  this.au = true;
871
875
  if (!this.av) {
872
- this.df();
876
+ this.dj();
873
877
  }
874
878
  this.provideContainer(null, null, null);
875
879
  if (!this.av) {
876
- this.de();
880
+ this.di();
877
881
  }
878
882
  }
879
883
  get a0() {
@@ -884,8 +888,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
884
888
  if (null != this.g) {
885
889
  this.g.scrollbarStyle = 1;
886
890
  let d = this.g;
887
- d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dh));
888
- this.g.scrollbarBackground = this.fe;
891
+ d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dl));
892
+ this.g.scrollbarBackground = this.fi;
889
893
  this.g.headerHeight = 0;
890
894
  this.g.rowSeparatorHeight = 0;
891
895
  this.g.defaultColumnMinWidth = NaN;
@@ -894,30 +898,30 @@ export let CheckboxList = /*@__PURE__*/ (() => {
894
898
  this.g.selectionMode = 0;
895
899
  this.g.editMode = 0;
896
900
  let e = this.g;
897
- e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dg));
898
- if (this.bl != null) {
899
- this.g.itemsSource = this.bl;
900
- this.c9();
901
- this.d4();
902
- }
901
+ e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dk));
903
902
  if (this.bp != null) {
904
- this.d4();
905
- this.ei();
903
+ this.g.itemsSource = this.bp;
904
+ this.dd();
905
+ this.d8();
906
+ }
907
+ if (this.bt != null) {
908
+ this.d8();
909
+ this.em();
906
910
  }
907
911
  }
908
912
  this.view.w(c);
909
913
  if (this.az) {
910
- this.ek();
914
+ this.eo();
911
915
  }
912
916
  this.view.r(a);
913
917
  }
914
- dh(a, b) {
918
+ dl(a, b) {
915
919
  this.g.scrollbarStyle = this.ad;
916
920
  }
917
921
  provideSelectAllSection(a) {
918
922
  this.view.w(a);
919
923
  }
920
- dg(a, b) {
924
+ dk(a, b) {
921
925
  if (!this.az && b.cellInfo.l.a5 == 0 || this.az && b.cellInfo.l.a5 == 1) {
922
926
  return;
923
927
  }
@@ -925,7 +929,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
925
929
  if (-1 == c) {
926
930
  return;
927
931
  }
928
- let d = b.cellInfo.ig;
932
+ let d = b.cellInfo.ij;
929
933
  let e = this.j(d);
930
934
  if (this.a6) {
931
935
  if (this.keys.contains(e)) {
@@ -941,9 +945,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
941
945
  this.keys.add(e);
942
946
  }
943
947
  }
944
- this.dp(c, this.keys.contains(e));
948
+ this.dt(c, this.keys.contains(e));
945
949
  }
946
- dp(a, b) {
950
+ dt(a, b) {
947
951
  let c = null;
948
952
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
949
953
  c = new Array(this.e.actualPrimaryKey.length);
@@ -962,21 +966,21 @@ export let CheckboxList = /*@__PURE__*/ (() => {
962
966
  return $ret;
963
967
  })()));
964
968
  }
965
- da(a, b) {
969
+ de(a, b) {
966
970
  let c = b.cellInfo.l.x;
967
971
  if (-1 == c) {
968
972
  return;
969
973
  }
970
974
  let d = false;
971
- if (b.cellInfo.ig != null) {
972
- let e = this.j(b.cellInfo.ig);
975
+ if (b.cellInfo.ij != null) {
976
+ let e = this.j(b.cellInfo.ij);
973
977
  if (this.keys.contains(e)) {
974
978
  d = true;
975
979
  }
976
980
  }
977
981
  this.view.t(b.content.element, c, d);
978
982
  }
979
- ej(a, b) {
983
+ en(a, b) {
980
984
  let c = b.cellInfo.l.x;
981
985
  if (-1 == c) {
982
986
  return;
@@ -986,13 +990,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
986
990
  let f = null;
987
991
  let g = null;
988
992
  let h = null;
989
- if (b.cellInfo.ig != null) {
990
- d = this.ai.getPropertyValue(b.cellInfo.ig);
993
+ if (b.cellInfo.ij != null) {
994
+ d = this.ai.getPropertyValue(b.cellInfo.ij);
991
995
  if (this.al != null) {
992
- e = this.al.getPropertyValue(b.cellInfo.ig);
996
+ e = this.al.getPropertyValue(b.cellInfo.ij);
993
997
  }
994
998
  if (this.aj != null) {
995
- let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ig));
999
+ let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ij));
996
1000
  if (i == 0) {
997
1001
  h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
998
1002
  }
@@ -1004,11 +1008,11 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1004
1008
  }
1005
1009
  }
1006
1010
  }
1007
- this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bk, f, g, h);
1011
+ this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
1008
1012
  }
1009
- dw(a) {
1010
- if (this.bp != null) {
1011
- let b = this.d.property(this.bp).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
1013
+ d0(a) {
1014
+ if (this.bt != null) {
1015
+ let b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
1012
1016
  let c = b.contains(a);
1013
1017
  if (!this.g.filterExpressions.k.contains(this.c)) {
1014
1018
  this.c = c;
@@ -1021,73 +1025,73 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1021
1025
  }
1022
1026
  }
1023
1027
  get itemsSource() {
1024
- return this.bl;
1028
+ return this.bp;
1025
1029
  }
1026
1030
  set itemsSource(a) {
1027
- let b = this.bl;
1028
- this.bl = a;
1029
- if (b != this.bl) {
1030
- this.d1("ItemsSource", b, this.bl);
1031
+ let b = this.bp;
1032
+ this.bp = a;
1033
+ if (b != this.bp) {
1034
+ this.d5("ItemsSource", b, this.bp);
1031
1035
  }
1032
1036
  }
1033
1037
  get dataMemberPath() {
1034
- return this.bp;
1038
+ return this.bt;
1035
1039
  }
1036
1040
  set dataMemberPath(a) {
1037
- let b = this.bp;
1038
- this.bp = a;
1039
- if (b != this.bp) {
1040
- this.d1("DataMemberPath", b, this.bp);
1041
+ let b = this.bt;
1042
+ this.bt = a;
1043
+ if (b != this.bt) {
1044
+ this.d5("DataMemberPath", b, this.bt);
1041
1045
  }
1042
1046
  }
1043
- get bm() {
1044
- return this.bk;
1047
+ get bq() {
1048
+ return this.bo;
1045
1049
  }
1046
- set bm(a) {
1047
- let b = this.bk;
1048
- this.bk = a;
1049
- if (b != this.bk) {
1050
- this.d1("DataLegendTarget", b, this.bk);
1050
+ set bq(a) {
1051
+ let b = this.bo;
1052
+ this.bo = a;
1053
+ if (b != this.bo) {
1054
+ this.d5("DataLegendTarget", b, this.bo);
1051
1055
  }
1052
1056
  }
1053
- get c3() {
1054
- return this.bt;
1057
+ get c7() {
1058
+ return this.bx;
1055
1059
  }
1056
- set c3(a) {
1057
- let b = this.bt;
1058
- this.bt = a;
1059
- if (b != this.bt) {
1060
- this.d1("SubtitleMemberPath", b, this.bt);
1060
+ set c7(a) {
1061
+ let b = this.bx;
1062
+ this.bx = a;
1063
+ if (b != this.bx) {
1064
+ this.d5("SubtitleMemberPath", b, this.bx);
1061
1065
  }
1062
1066
  }
1063
- get ci() {
1064
- return this.br;
1067
+ get cm() {
1068
+ return this.bv;
1065
1069
  }
1066
- set ci(a) {
1067
- let b = this.br;
1068
- this.br = a;
1069
- if (b != this.br) {
1070
- this.d1("PropertyTypeMemberPath", b, this.br);
1070
+ set cm(a) {
1071
+ let b = this.bv;
1072
+ this.bv = a;
1073
+ if (b != this.bv) {
1074
+ this.d5("PropertyTypeMemberPath", b, this.bv);
1071
1075
  }
1072
1076
  }
1073
1077
  get selectedMemberPath() {
1074
- return this.bs;
1078
+ return this.bw;
1075
1079
  }
1076
1080
  set selectedMemberPath(a) {
1077
- let b = this.bs;
1078
- this.bs = a;
1079
- if (b != this.bs) {
1080
- this.d1("SelectedMemberPath", b, this.bs);
1081
+ let b = this.bw;
1082
+ this.bw = a;
1083
+ if (b != this.bw) {
1084
+ this.d5("SelectedMemberPath", b, this.bw);
1081
1085
  }
1082
1086
  }
1083
- get cb() {
1084
- return this.bq;
1087
+ get cf() {
1088
+ return this.bu;
1085
1089
  }
1086
- set cb(a) {
1087
- let b = this.bq;
1088
- this.bq = a;
1089
- if (b != this.bq) {
1090
- this.d1("FilterPlaceholderText", b, this.bq);
1090
+ set cf(a) {
1091
+ let b = this.bu;
1092
+ this.bu = a;
1093
+ if (b != this.bu) {
1094
+ this.d5("FilterPlaceholderText", b, this.bu);
1091
1095
  }
1092
1096
  }
1093
1097
  get aa() {
@@ -1097,25 +1101,25 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1097
1101
  let b = this.z;
1098
1102
  this.z = a;
1099
1103
  if (b != this.z) {
1100
- this.d1("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1104
+ this.d5("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1101
1105
  }
1102
1106
  }
1103
- get bj() {
1104
- return this.bg;
1107
+ get bn() {
1108
+ return this.bk;
1105
1109
  }
1106
- set bj(a) {
1107
- let b = this.bg;
1108
- this.bg = a;
1109
- if (b != this.bg) {
1110
- this.d1("RowHeight", b, this.bg);
1110
+ set bn(a) {
1111
+ let b = this.bk;
1112
+ this.bk = a;
1113
+ if (b != this.bk) {
1114
+ this.d5("RowHeight", b, this.bk);
1111
1115
  }
1112
1116
  }
1113
- get bh() {
1117
+ get bl() {
1114
1118
  if (this.g != null) {
1115
1119
  return this.g.actualRowHeight;
1116
1120
  }
1117
- else if (this.bg != -1) {
1118
- return this.bg;
1121
+ else if (this.bk != -1) {
1122
+ return this.bk;
1119
1123
  }
1120
1124
  else {
1121
1125
  switch (this.density) {
@@ -1135,7 +1139,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1135
1139
  let b = this.am;
1136
1140
  this.am = a;
1137
1141
  if (b != this.am) {
1138
- this.d1("CellTextStyle", b, this.am);
1142
+ this.d5("CellTextStyle", b, this.am);
1139
1143
  }
1140
1144
  }
1141
1145
  get indexType() {
@@ -1145,7 +1149,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1145
1149
  let b = this.m;
1146
1150
  this.m = a;
1147
1151
  if (b != this.m) {
1148
- this.d1("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1152
+ this.d5("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1149
1153
  }
1150
1154
  }
1151
1155
  get baseTheme() {
@@ -1155,7 +1159,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1155
1159
  let b = this.ae;
1156
1160
  this.ae = a;
1157
1161
  if (b != this.ae) {
1158
- this.d1("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1162
+ this.d5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1159
1163
  }
1160
1164
  }
1161
1165
  get density() {
@@ -1165,27 +1169,27 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1165
1169
  let b = this.ag;
1166
1170
  this.ag = a;
1167
1171
  if (b != this.ag) {
1168
- this.d1("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1172
+ this.d5("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1169
1173
  }
1170
1174
  }
1171
1175
  get searchIconColor() {
1172
- return this.ex;
1176
+ return this.e1;
1173
1177
  }
1174
1178
  set searchIconColor(a) {
1175
- let b = this.ex;
1176
- this.ex = a;
1177
- if (b != this.ex) {
1178
- this.d1("SearchIconColor", b, this.ex);
1179
+ let b = this.e1;
1180
+ this.e1 = a;
1181
+ if (b != this.e1) {
1182
+ this.d5("SearchIconColor", b, this.e1);
1179
1183
  }
1180
1184
  }
1181
- get ff() {
1182
- return this.ev;
1185
+ get fj() {
1186
+ return this.ez;
1183
1187
  }
1184
- set ff(a) {
1185
- let b = this.ev;
1186
- this.ev = a;
1187
- if (b != this.ev) {
1188
- this.d1("SearchBackgroundColor", b, this.ev);
1188
+ set fj(a) {
1189
+ let b = this.ez;
1190
+ this.ez = a;
1191
+ if (b != this.ez) {
1192
+ this.d5("SearchBackgroundColor", b, this.ez);
1189
1193
  }
1190
1194
  }
1191
1195
  get a6() {
@@ -1195,27 +1199,27 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1195
1199
  let b = this.ax;
1196
1200
  this.ax = a;
1197
1201
  if (b != this.ax) {
1198
- this.d1("LabelClickTriggersChange", b, this.ax);
1202
+ this.d5("LabelClickTriggersChange", b, this.ax);
1199
1203
  }
1200
1204
  }
1201
1205
  get searchTextColor() {
1202
- return this.ey;
1206
+ return this.e2;
1203
1207
  }
1204
1208
  set searchTextColor(a) {
1205
- let b = this.ey;
1206
- this.ey = a;
1207
- if (b != this.ey) {
1208
- this.d1("SearchTextColor", b, this.ey);
1209
+ let b = this.e2;
1210
+ this.e2 = a;
1211
+ if (b != this.e2) {
1212
+ this.d5("SearchTextColor", b, this.e2);
1209
1213
  }
1210
1214
  }
1211
- get fg() {
1212
- return this.ew;
1215
+ get fk() {
1216
+ return this.e0;
1213
1217
  }
1214
- set fg(a) {
1215
- let b = this.ew;
1216
- this.ew = a;
1217
- if (b != this.ew) {
1218
- this.d1("SearchBorderColor", b, this.ew);
1218
+ set fk(a) {
1219
+ let b = this.e0;
1220
+ this.e0 = a;
1221
+ if (b != this.e0) {
1222
+ this.d5("SearchBorderColor", b, this.e0);
1219
1223
  }
1220
1224
  }
1221
1225
  get ap() {
@@ -1225,57 +1229,57 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1225
1229
  let b = this.an;
1226
1230
  this.an = a;
1227
1231
  if (b != this.an) {
1228
- this.d1("SearchTextStyle", b, this.an);
1232
+ this.d5("SearchTextStyle", b, this.an);
1229
1233
  }
1230
1234
  }
1231
- get e5() {
1232
- return this.eq;
1235
+ get e9() {
1236
+ return this.eu;
1233
1237
  }
1234
- set e5(a) {
1235
- let b = this.eq;
1236
- this.eq = a;
1237
- if (b != this.eq) {
1238
- this.d1("CheckboxTickColor", b, this.eq);
1238
+ set e9(a) {
1239
+ let b = this.eu;
1240
+ this.eu = a;
1241
+ if (b != this.eu) {
1242
+ this.d5("CheckboxTickColor", b, this.eu);
1239
1243
  }
1240
1244
  }
1241
- get e3() {
1242
- return this.eo;
1245
+ get e7() {
1246
+ return this.es;
1243
1247
  }
1244
- set e3(a) {
1245
- let b = this.eo;
1246
- this.eo = a;
1247
- if (b != this.eo) {
1248
- this.d1("CheckboxCheckedBackgroundColor", b, this.eo);
1248
+ set e7(a) {
1249
+ let b = this.es;
1250
+ this.es = a;
1251
+ if (b != this.es) {
1252
+ this.d5("CheckboxCheckedBackgroundColor", b, this.es);
1249
1253
  }
1250
1254
  }
1251
- get e6() {
1252
- return this.er;
1255
+ get fa() {
1256
+ return this.ev;
1253
1257
  }
1254
- set e6(a) {
1255
- let b = this.er;
1256
- this.er = a;
1257
- if (b != this.er) {
1258
- this.d1("CheckboxUncheckedBackgroundColor", b, this.er);
1258
+ set fa(a) {
1259
+ let b = this.ev;
1260
+ this.ev = a;
1261
+ if (b != this.ev) {
1262
+ this.d5("CheckboxUncheckedBackgroundColor", b, this.ev);
1259
1263
  }
1260
1264
  }
1261
- get e4() {
1262
- return this.ep;
1265
+ get e8() {
1266
+ return this.et;
1263
1267
  }
1264
- set e4(a) {
1265
- let b = this.ep;
1266
- this.ep = a;
1267
- if (b != this.ep) {
1268
- this.d1("CheckboxCheckedBorderColor", b, this.ep);
1268
+ set e8(a) {
1269
+ let b = this.et;
1270
+ this.et = a;
1271
+ if (b != this.et) {
1272
+ this.d5("CheckboxCheckedBorderColor", b, this.et);
1269
1273
  }
1270
1274
  }
1271
- get e7() {
1272
- return this.es;
1275
+ get fb() {
1276
+ return this.ew;
1273
1277
  }
1274
- set e7(a) {
1275
- let b = this.es;
1276
- this.es = a;
1277
- if (b != this.es) {
1278
- this.d1("CheckboxUncheckedBorderColor", b, this.es);
1278
+ set fb(a) {
1279
+ let b = this.ew;
1280
+ this.ew = a;
1281
+ if (b != this.ew) {
1282
+ this.d5("CheckboxUncheckedBorderColor", b, this.ew);
1279
1283
  }
1280
1284
  }
1281
1285
  get bc() {
@@ -1285,7 +1289,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1285
1289
  let b = this.bb;
1286
1290
  this.bb = a;
1287
1291
  if (b != this.bb) {
1288
- this.d1("CheckboxCornerRadius", b, this.bb);
1292
+ this.d5("CheckboxCornerRadius", b, this.bb);
1289
1293
  }
1290
1294
  }
1291
1295
  get ad() {
@@ -1295,35 +1299,35 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1295
1299
  let b = this.ac;
1296
1300
  this.ac = a;
1297
1301
  if (b != this.ac) {
1298
- this.d1("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1302
+ this.d5("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1299
1303
  }
1300
1304
  }
1301
- get fe() {
1302
- return this.eu;
1305
+ get fi() {
1306
+ return this.ey;
1303
1307
  }
1304
- set fe(a) {
1305
- let b = this.eu;
1306
- this.eu = a;
1307
- if (b != this.eu) {
1308
- this.d1("ScrollbarBackground", b, this.eu);
1308
+ set fi(a) {
1309
+ let b = this.ey;
1310
+ this.ey = a;
1311
+ if (b != this.ey) {
1312
+ this.d5("ScrollbarBackground", b, this.ey);
1309
1313
  }
1310
1314
  }
1311
- d1(a, b, c) {
1315
+ d5(a, b, c) {
1312
1316
  if (this.propertyChanged != null) {
1313
1317
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
1314
1318
  }
1315
- this.d7(a, b, c);
1319
+ this.eb(a, b, c);
1316
1320
  }
1317
- d7(a, b, c) {
1321
+ eb(a, b, c) {
1318
1322
  switch (a) {
1319
1323
  case "IndexType":
1320
1324
  this.keys.clear();
1321
- this.dl();
1325
+ this.dq();
1322
1326
  if (this.keysCleared != null) {
1323
1327
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1324
1328
  }
1325
1329
  this.view.an();
1326
- this.dx(b, c);
1330
+ this.d1(b, c);
1327
1331
  break;
1328
1332
  case "ItemsSource":
1329
1333
  if (this.g != null) {
@@ -1336,16 +1340,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1336
1340
  }
1337
1341
  if (this.g.actualDataSource != null && !this.a0) {
1338
1342
  let d = this.g.actualDataSource;
1339
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d2));
1343
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d6));
1340
1344
  }
1341
- this.g.itemsSource = this.bl;
1342
- this.c9();
1345
+ this.g.itemsSource = this.bp;
1346
+ this.dd();
1343
1347
  if (this.g.actualDataSource != null && !this.a0) {
1344
1348
  let e = this.g.actualDataSource;
1345
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d2));
1349
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d6));
1346
1350
  }
1347
1351
  this.at = true;
1348
- this.d4();
1352
+ this.d8();
1349
1353
  this.at = false;
1350
1354
  this.view.an();
1351
1355
  }
@@ -1355,9 +1359,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1355
1359
  case "SubtitleMemberPath":
1356
1360
  case "PropertyTypeMemberPath":
1357
1361
  if (this.g != null) {
1358
- if (this.bp != null) {
1359
- this.d4();
1360
- this.ei();
1362
+ if (this.bt != null) {
1363
+ this.d8();
1364
+ this.em();
1361
1365
  }
1362
1366
  }
1363
1367
  break;
@@ -1367,7 +1371,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1367
1371
  }
1368
1372
  break;
1369
1373
  case "SelectAllCaptionTextColor":
1370
- this.e1 = null != this.fj ? this.fj : this.fc();
1374
+ this.e5 = null != this.fn ? this.fn : this.fg();
1371
1375
  break;
1372
1376
  case "SelectAllCaption":
1373
1377
  case "ActualSelectAllCaptionTextColor":
@@ -1383,7 +1387,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1383
1387
  break;
1384
1388
  case "FilterPlaceholderText":
1385
1389
  if (this.v != null) {
1386
- this.v.cg = this.cb;
1390
+ this.v.cg = this.cf;
1387
1391
  }
1388
1392
  break;
1389
1393
  case "SearchInputType":
@@ -1393,7 +1397,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1393
1397
  break;
1394
1398
  case "RowHeight":
1395
1399
  if (this.g != null) {
1396
- this.g.rowHeight = this.bj;
1400
+ this.g.rowHeight = this.bn;
1397
1401
  }
1398
1402
  break;
1399
1403
  case "CellTextStyle":
@@ -1407,7 +1411,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1407
1411
  case "RowHoverBackgroundColor":
1408
1412
  let f = this.g;
1409
1413
  if (null != f) {
1410
- f.cellTextColor = this.fl;
1414
+ f.cellTextColor = this.fp;
1411
1415
  f.cellBackground = this.backgroundColor;
1412
1416
  f.background = this.backgroundColor;
1413
1417
  f.cellSelectedBackground = this.backgroundColor;
@@ -1416,10 +1420,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1416
1420
  this.view.ak();
1417
1421
  break;
1418
1422
  case "BaseTheme":
1419
- this.eh();
1423
+ this.el();
1420
1424
  break;
1421
1425
  case "Density":
1422
- this.eg();
1426
+ this.ek();
1423
1427
  break;
1424
1428
  case "IsRowHoverEnabled":
1425
1429
  if (this.g != null) {
@@ -1433,17 +1437,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1433
1437
  break;
1434
1438
  case "ScrollbarBackground":
1435
1439
  if (this.g != null) {
1436
- this.g.scrollbarBackground = this.fe;
1440
+ this.g.scrollbarBackground = this.fi;
1437
1441
  }
1438
1442
  break;
1439
1443
  case "SearchIconColor":
1440
1444
  this.view.ai();
1441
1445
  break;
1442
1446
  case "SearchBackgroundColor":
1443
- this.y.mc = this.ff;
1447
+ this.y.mc = this.fj;
1444
1448
  break;
1445
1449
  case "SearchBorderColor":
1446
- this.y.md = this.fg;
1450
+ this.y.md = this.fk;
1447
1451
  break;
1448
1452
  case "SearchTextColor":
1449
1453
  if (this.w != null) {
@@ -1461,22 +1465,22 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1461
1465
  case "CheckboxCornerRadius":
1462
1466
  this.view.af();
1463
1467
  if (this.g != null) {
1464
- this.g.x9();
1468
+ this.g.yx();
1465
1469
  }
1466
1470
  break;
1467
1471
  case "CheckboxAlignedRight":
1468
1472
  if (this.g != null) {
1469
- this.ek();
1473
+ this.eo();
1470
1474
  }
1471
1475
  break;
1472
1476
  case "DataLegendTarget":
1473
1477
  if (this.g != null) {
1474
- this.g.x9();
1478
+ this.g.yx();
1475
1479
  }
1476
1480
  break;
1477
1481
  }
1478
1482
  }
1479
- ek() {
1483
+ eo() {
1480
1484
  if (this.g.actualColumns.count == 0) {
1481
1485
  return;
1482
1486
  }
@@ -1494,7 +1498,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1494
1498
  }
1495
1499
  this.g.columns.add(c);
1496
1500
  }
1497
- dx(a, b) {
1501
+ d1(a, b) {
1498
1502
  if (this.indexTypeChanged != null) {
1499
1503
  this.indexTypeChanged(this, ((() => {
1500
1504
  let $ret = new CheckboxListIndexTypeChangedEventArgs();
@@ -1504,7 +1508,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1504
1508
  })()));
1505
1509
  }
1506
1510
  }
1507
- eg() {
1511
+ ek() {
1508
1512
  if (this.g != null) {
1509
1513
  this.g.density = this.density;
1510
1514
  }
@@ -1512,8 +1516,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1512
1516
  this.x.t = this.density;
1513
1517
  }
1514
1518
  this.view.ae();
1519
+ this.view.z();
1515
1520
  }
1516
- eh() {
1521
+ el() {
1517
1522
  if (this.x != null) {
1518
1523
  this.x.p = this.baseTheme;
1519
1524
  }
@@ -1522,51 +1527,51 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1522
1527
  }
1523
1528
  if (this.g != null) {
1524
1529
  this.g.theme = this.baseTheme;
1525
- this.g.cellTextColor = this.fl;
1530
+ this.g.cellTextColor = this.fp;
1526
1531
  this.g.cellBackground = this.backgroundColor;
1527
1532
  this.g.cellSelectedBackground = this.backgroundColor;
1528
1533
  this.g.rowHoverBackground = this.rowHoverBackgroundColor;
1529
1534
  this.g.background = this.backgroundColor;
1530
1535
  }
1531
- this.e1 = this.fj != null ? this.fj : this.fc();
1536
+ this.e5 = this.fn != null ? this.fn : this.fg();
1532
1537
  this.view.ag();
1533
1538
  }
1534
- d2(a, b) {
1539
+ d6(a, b) {
1535
1540
  this.at = true;
1536
- this.c9();
1541
+ this.dd();
1537
1542
  if (b.schema != null) {
1538
- this.d4();
1543
+ this.d8();
1539
1544
  for (let c = 0; c < this.keys.count; c++) {
1540
- this.dz(this.keys._inner[c]);
1545
+ this.d3(this.keys._inner[c]);
1541
1546
  }
1542
1547
  this.view.an();
1543
1548
  }
1544
1549
  this.at = false;
1545
1550
  }
1546
- d4() {
1547
- if (this.ak == null && this.bs != null && this.bs != "") {
1548
- this.ak = new FastReflectionHelper(false, this.bs);
1551
+ d8() {
1552
+ if (this.ak == null && this.bw != null && this.bw != "") {
1553
+ this.ak = new FastReflectionHelper(false, this.bw);
1549
1554
  }
1550
- if (this.ai == null && this.bp != null && this.bp != "") {
1551
- this.ai = new FastReflectionHelper(false, this.bp);
1555
+ if (this.ai == null && this.bt != null && this.bt != "") {
1556
+ this.ai = new FastReflectionHelper(false, this.bt);
1552
1557
  }
1553
- if (this.al == null && this.bt != null && this.bt != "") {
1554
- this.al = new FastReflectionHelper(false, this.bt);
1558
+ if (this.al == null && this.bx != null && this.bx != "") {
1559
+ this.al = new FastReflectionHelper(false, this.bx);
1555
1560
  }
1556
- if (this.aj == null && this.br != null && this.br != "") {
1557
- this.aj = new FastReflectionHelper(false, this.br);
1561
+ if (this.aj == null && this.bv != null && this.bv != "") {
1562
+ this.aj = new FastReflectionHelper(false, this.bv);
1558
1563
  }
1559
1564
  if (this.ai != null) {
1560
- this.ai.propertyName = this.bp;
1565
+ this.ai.propertyName = this.bt;
1561
1566
  }
1562
1567
  if (this.al != null) {
1563
- this.al.propertyName = this.bt;
1568
+ this.al.propertyName = this.bx;
1564
1569
  }
1565
1570
  if (this.aj != null) {
1566
- this.aj.propertyName = this.br;
1571
+ this.aj.propertyName = this.bv;
1567
1572
  }
1568
- if (this.bl != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
1569
- this.ak.propertyName = this.bs;
1573
+ if (this.bp != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
1574
+ this.ak.propertyName = this.bw;
1570
1575
  let a = this.g.actualDataSource.actualCount;
1571
1576
  for (let b = 0; b < a; b++) {
1572
1577
  let c = this.g.actualDataSource.getItemAtIndex(b);
@@ -1583,12 +1588,12 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1583
1588
  }
1584
1589
  }
1585
1590
  }
1586
- ei() {
1591
+ em() {
1587
1592
  this.view.p();
1588
1593
  this.g.columns.clear();
1589
1594
  this.g.primaryKey = this.primaryKey;
1590
1595
  this.g.isGroupRowSticky = false;
1591
- this.g.rowHeight = this.bj;
1596
+ this.g.rowHeight = this.bn;
1592
1597
  this.g.background = this.backgroundColor;
1593
1598
  this.g.cellBackground = this.backgroundColor;
1594
1599
  this.g.cellSelectedBackground = this.backgroundColor;
@@ -1600,35 +1605,35 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1600
1605
  this.g.cellTextStyle = this.ao;
1601
1606
  }
1602
1607
  let a = new TemplateColumn();
1603
- if (this.bs == null) {
1604
- this.bs = "";
1608
+ if (this.bw == null) {
1609
+ this.bw = "";
1605
1610
  }
1606
- a.mr = this.bs;
1607
- a.ni = "CheckboxColumn";
1611
+ a.nj = this.bw;
1612
+ a.ob = "CheckboxColumn";
1608
1613
  let b = new ColumnWidth();
1609
1614
  b.c = false;
1610
1615
  b.f = 28;
1611
1616
  a.width = b;
1612
- a.k7 = 0;
1613
- a.k8 = 0;
1614
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.da));
1617
+ a.lm = 0;
1618
+ a.ln = 0;
1619
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.de));
1615
1620
  this.k = a;
1616
1621
  this.g.columns.add(a);
1617
- let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bp);
1618
- if ((this.bt != null || this.br != null) && (c == 0 || c == 11 || c == 2)) {
1622
+ let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
1623
+ if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
1619
1624
  let d = new TemplateColumn();
1620
- d.mr = this.bp;
1621
- d.ni = "DataColumn";
1622
- d.k7 = 0;
1625
+ d.nj = this.bt;
1626
+ d.ob = "DataColumn";
1627
+ d.lm = 0;
1623
1628
  d.g = 0;
1624
- d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ej));
1629
+ d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.en));
1625
1630
  this.g.columns.add(d);
1626
1631
  }
1627
1632
  else {
1628
1633
  let e;
1629
1634
  if (this.f != null) {
1630
- e = this.f.h0();
1631
- e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.di));
1635
+ e = this.f.h1();
1636
+ e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dm));
1632
1637
  }
1633
1638
  else {
1634
1639
  switch (c) {
@@ -1653,9 +1658,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1653
1658
  break;
1654
1659
  }
1655
1660
  }
1656
- e.mr = this.bp;
1657
- e.ni = "DataColumn";
1658
- e.k7 = 0;
1661
+ e.nj = this.bt;
1662
+ e.ob = "DataColumn";
1663
+ e.lm = 0;
1659
1664
  e.g = 0;
1660
1665
  this.g.columns.add(e);
1661
1666
  }
@@ -1663,15 +1668,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1663
1668
  let g = new ColumnWidth();
1664
1669
  g.c = false;
1665
1670
  g.f = 10;
1666
- f.mr = "PaddingColumn";
1667
- f.ni = "PaddingColumn";
1668
- f.k7 = 0;
1671
+ f.nj = "PaddingColumn";
1672
+ f.ob = "PaddingColumn";
1673
+ f.lm = 0;
1669
1674
  f.width = g;
1670
1675
  this.g.columns.add(f);
1671
1676
  }
1672
- di(a, b) {
1677
+ dm(a, b) {
1673
1678
  let c = b.b;
1674
- c.g0 = 0;
1679
+ c.g2 = 0;
1680
+ c.g = 0;
1675
1681
  }
1676
1682
  updateHrMargin(a) {
1677
1683
  this.view.ah(a);
@@ -1679,16 +1685,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1679
1685
  provideHrElement(a) {
1680
1686
  this.view.v(a);
1681
1687
  }
1682
- dy() {
1688
+ d2() {
1683
1689
  if (!this.a0) {
1684
1690
  let a = this.w;
1685
- a.changing = delegateCombine(a.changing, runOn(this, this.dj));
1691
+ a.changing = delegateCombine(a.changing, runOn(this, this.dn));
1686
1692
  }
1687
- this.eh();
1693
+ this.el();
1688
1694
  }
1689
- dj(a, b) {
1695
+ dn(a, b) {
1690
1696
  let c = b.value.toLowerCase();
1691
- this.dw(c);
1697
+ this.d0(c);
1692
1698
  }
1693
1699
  j(a) {
1694
1700
  if (this.primaryKey == null) {
@@ -1702,7 +1708,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1702
1708
  }
1703
1709
  return new PrimaryKeyValue(b, c);
1704
1710
  }
1705
- ec(a) {
1711
+ eg(a) {
1706
1712
  this.as = true;
1707
1713
  let b = this.e.getItemAtIndex(a);
1708
1714
  if (this.ak != null) {
@@ -1712,7 +1718,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1712
1718
  this.keys.remove(c);
1713
1719
  this.as = false;
1714
1720
  }
1715
- c6(a) {
1721
+ da(a) {
1716
1722
  this.as = true;
1717
1723
  let b = this.e.getItemAtIndex(a);
1718
1724
  if (this.ak != null) {
@@ -1722,44 +1728,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1722
1728
  this.keys.add(c);
1723
1729
  this.as = false;
1724
1730
  }
1725
- ef() {
1731
+ ej() {
1726
1732
  this.indexType = 0;
1727
1733
  this.keys.clear();
1728
- this.dl();
1734
+ this.dq();
1729
1735
  if (this.keysCleared != null) {
1730
1736
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1731
1737
  }
1732
1738
  }
1733
- dc() {
1739
+ dg() {
1734
1740
  this.indexType = 1;
1735
1741
  this.keys.clear();
1736
- this.dl();
1742
+ this.dq();
1737
1743
  if (this.keysCleared != null) {
1738
1744
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1739
1745
  }
1740
1746
  }
1741
- dr(a, b, c) {
1747
+ dv(a, b, c) {
1742
1748
  if (this.g != null) {
1743
1749
  this.g.notifySetItem(a, b, c);
1744
1750
  }
1745
1751
  }
1746
- dm() {
1752
+ dr() {
1747
1753
  if (this.g != null) {
1748
1754
  this.g.notifyClearItems();
1749
1755
  }
1750
1756
  }
1751
- dl() {
1757
+ dq() {
1752
1758
  if (this.g != null) {
1753
1759
  this.g.invalidateVisibleRows();
1754
1760
  }
1755
1761
  }
1756
- dn(a, b) {
1762
+ ds(a, b) {
1757
1763
  if (this.g != null) {
1758
1764
  this.g.notifyInsertItem(a, b);
1759
1765
  }
1760
1766
  ;
1761
1767
  }
1762
- dq(a, b) {
1768
+ du(a, b) {
1763
1769
  if (this.g != null) {
1764
1770
  this.g.notifyRemoveItem(a, b);
1765
1771
  }
@@ -1776,7 +1782,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1776
1782
  this.aw = false;
1777
1783
  }
1778
1784
  }
1779
- c7(a) {
1785
+ db(a) {
1780
1786
  let b = null;
1781
1787
  if (this.primaryKey == null || this.primaryKey.length == 0) {
1782
1788
  b = new PrimaryKeyValue(null, a);
@@ -1796,7 +1802,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1796
1802
  this.keys.add(b);
1797
1803
  }
1798
1804
  }
1799
- ed(a) {
1805
+ eh(a) {
1800
1806
  let b = null;
1801
1807
  if (this.primaryKey == null || this.primaryKey.length == 0) {
1802
1808
  b = new PrimaryKeyValue(null, a);
@@ -1817,15 +1823,15 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1817
1823
  }
1818
1824
  }
1819
1825
  getDesiredSize(a) {
1820
- let b = 248;
1826
+ let b = 200;
1821
1827
  let c = 0;
1822
1828
  let d = this.be();
1823
1829
  let e = 5;
1824
1830
  if (this.g != null && this.g.actualDataSource != null && this.g.actualDataSource.actualCount > 0) {
1825
1831
  e = this.g.actualDataSource.actualCount;
1826
1832
  }
1827
- let f = this.bh * e;
1828
- let g = this.bh * (this.showSelectAll ? 4 : 5);
1833
+ let f = this.bl * e;
1834
+ let g = this.bl * (this.showSelectAll ? 4 : 5);
1829
1835
  let h = f > g ? g : f;
1830
1836
  let i = d + h;
1831
1837
  if (isPositiveInfinity(a.height)) {
@@ -1846,18 +1852,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1846
1852
  let a = 0;
1847
1853
  a += ComponentSizeHelpers.d(this.density, this.baseTheme);
1848
1854
  a += ComponentSizeHelpers.c(this.density, this.baseTheme);
1849
- a += (0.8 + 6);
1850
- a += 4;
1855
+ a += (1 + 3 + 0);
1851
1856
  if (this.showSelectAll) {
1852
- a += this.bh;
1857
+ a += this.bl + 0 + 0;
1853
1858
  }
1854
1859
  a += 4;
1855
1860
  return a;
1856
1861
  }
1857
- bn() {
1862
+ br() {
1858
1863
  return this.l();
1859
1864
  }
1860
- ca() {
1865
+ ce() {
1861
1866
  let a = this.l();
1862
1867
  return a.i();
1863
1868
  }
@@ -1870,51 +1875,51 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1870
1875
  a.e = c.height;
1871
1876
  a.h = c.width;
1872
1877
  a.c = this.baseTheme;
1873
- a.d = this.bh;
1874
- a.a = AppearanceHelper.a(this.e1);
1878
+ a.d = this.bl;
1879
+ a.a = AppearanceHelper.a(this.e5);
1875
1880
  a.b = AppearanceHelper.a(this.backgroundColor);
1876
1881
  return a;
1877
1882
  }
1878
- get cw() {
1879
- return this.cv != null ? this.cv : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
1883
+ get c0() {
1884
+ return this.cz != null ? this.cz : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
1880
1885
  }
1881
- set cw(a) {
1882
- if (a == this.cv) {
1886
+ set c0(a) {
1887
+ if (a == this.cz) {
1883
1888
  return;
1884
1889
  }
1885
- let b = this.cv;
1886
- this.cv = a;
1887
- this.d1("SelectAllCaption", b, this.cv);
1890
+ let b = this.cz;
1891
+ this.cz = a;
1892
+ this.d5("SelectAllCaption", b, this.cz);
1888
1893
  }
1889
- get fj() {
1890
- return this.ez;
1894
+ get fn() {
1895
+ return this.e3;
1891
1896
  }
1892
- set fj(a) {
1893
- let b = this.ez;
1894
- this.ez = a;
1895
- if (b != this.ez) {
1896
- this.d1("SelectAllCaptionTextColor", b, a);
1897
+ set fn(a) {
1898
+ let b = this.e3;
1899
+ this.e3 = a;
1900
+ if (b != this.e3) {
1901
+ this.d5("SelectAllCaptionTextColor", b, a);
1897
1902
  }
1898
1903
  }
1899
- get e1() {
1900
- return this.em;
1904
+ get e5() {
1905
+ return this.eq;
1901
1906
  }
1902
- set e1(a) {
1903
- let b = this.em;
1904
- this.em = a;
1905
- if (b != this.em) {
1906
- this.d1("ActualSelectAllCaptionTextColor", b, a);
1907
+ set e5(a) {
1908
+ let b = this.eq;
1909
+ this.eq = a;
1910
+ if (b != this.eq) {
1911
+ this.d5("ActualSelectAllCaptionTextColor", b, a);
1907
1912
  }
1908
1913
  }
1909
1914
  get a5() {
1910
- if (-1 == this.bi) {
1915
+ if (-1 == this.bm) {
1911
1916
  return false;
1912
1917
  }
1913
1918
  let a = this.keys.count;
1914
1919
  if (0 == a) {
1915
1920
  return false;
1916
1921
  }
1917
- if (a == this.bi) {
1922
+ if (a == this.bm) {
1918
1923
  return false;
1919
1924
  }
1920
1925
  return true;
@@ -1928,46 +1933,46 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1928
1933
  }
1929
1934
  let b = this.a9;
1930
1935
  this.a9 = a;
1931
- this.d1("showSelectAll", b, this.a9);
1936
+ this.d5("showSelectAll", b, this.a9);
1932
1937
  }
1933
1938
  get backgroundColor() {
1934
- return this.en;
1939
+ return this.er;
1935
1940
  }
1936
1941
  set backgroundColor(a) {
1937
- let b = this.en;
1938
- this.en = a;
1939
- if (b != this.en) {
1940
- this.d1("BackgroundColor", b, a);
1942
+ let b = this.er;
1943
+ this.er = a;
1944
+ if (b != this.er) {
1945
+ this.d5("BackgroundColor", b, a);
1941
1946
  }
1942
1947
  }
1943
1948
  get rowHoverBackgroundColor() {
1944
- return this.et;
1949
+ return this.ex;
1945
1950
  }
1946
1951
  set rowHoverBackgroundColor(a) {
1947
- let b = this.et;
1948
- this.et = a;
1949
- if (b != this.et) {
1950
- this.d1("RowHoverBackgroundColor", b, a);
1952
+ let b = this.ex;
1953
+ this.ex = a;
1954
+ if (b != this.ex) {
1955
+ this.d5("RowHoverBackgroundColor", b, a);
1951
1956
  }
1952
1957
  }
1953
- fc() {
1958
+ fg() {
1954
1959
  switch (this.baseTheme) {
1955
1960
  case 6:
1956
- case 4: return CheckboxList.e9;
1961
+ case 4: return CheckboxList.fd;
1957
1962
  }
1958
- return CheckboxList.fb;
1963
+ return CheckboxList.ff;
1959
1964
  }
1960
- get fl() {
1961
- return this.e0;
1965
+ get fp() {
1966
+ return this.e4;
1962
1967
  }
1963
- set fl(a) {
1964
- let b = this.e0;
1965
- this.e0 = a;
1966
- if (b != this.e0) {
1967
- this.d1("TextColor", b, a);
1968
+ set fp(a) {
1969
+ let b = this.e4;
1970
+ this.e4 = a;
1971
+ if (b != this.e4) {
1972
+ this.d5("TextColor", b, a);
1968
1973
  }
1969
1974
  }
1970
- d3(a) {
1975
+ d7(a) {
1971
1976
  if (this.selectAllCheckboxChanged != null) {
1972
1977
  this.selectAllCheckboxChanged(this, ((() => {
1973
1978
  let $ret = new SelectAllCheckboxChangedEventArgs();
@@ -1977,39 +1982,39 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1977
1982
  }
1978
1983
  }
1979
1984
  a2() {
1980
- if (-1 == this.bi) {
1985
+ if (-1 == this.bm) {
1981
1986
  return true;
1982
1987
  }
1983
1988
  let a = this.keys.count;
1984
1989
  switch (this.indexType) {
1985
- case 0: return this.bi == a;
1990
+ case 0: return this.bm == a;
1986
1991
  case 1: return 0 == a;
1987
1992
  default: return false;
1988
1993
  }
1989
1994
  }
1990
1995
  a1() {
1991
- if (-1 == this.bi) {
1996
+ if (-1 == this.bm) {
1992
1997
  return false;
1993
1998
  }
1994
1999
  let a = this.keys.count;
1995
2000
  switch (this.indexType) {
1996
2001
  case 0: return 0 == a;
1997
- case 1: return this.bi == a;
2002
+ case 1: return this.bm == a;
1998
2003
  default: return false;
1999
2004
  }
2000
2005
  }
2001
- c9() {
2006
+ dd() {
2002
2007
  let a = this.g.actualDataSource;
2003
2008
  if (null != a) {
2004
2009
  if (null == a.actualSchema) {
2005
- this.bi = -1;
2010
+ this.bm = -1;
2006
2011
  return;
2007
2012
  }
2008
2013
  let b = a.actualCount;
2009
- this.bi = b;
2014
+ this.bm = b;
2010
2015
  }
2011
2016
  else {
2012
- this.bi = -1;
2017
+ this.bm = -1;
2013
2018
  }
2014
2019
  }
2015
2020
  get a8() {
@@ -2021,7 +2026,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
2021
2026
  }
2022
2027
  let b = this.a7;
2023
2028
  this.a7 = a;
2024
- this.d1("ShowFilter", b, this.a7);
2029
+ this.d5("ShowFilter", b, this.a7);
2025
2030
  }
2026
2031
  get a4() {
2027
2032
  return this.a3;
@@ -2032,7 +2037,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
2032
2037
  }
2033
2038
  let b = this.a3;
2034
2039
  this.a3 = a;
2035
- this.d1("IsRowHoverEnabled", b, this.a3);
2040
+ this.d5("IsRowHoverEnabled", b, this.a3);
2036
2041
  }
2037
2042
  get az() {
2038
2043
  return this.ay;
@@ -2043,15 +2048,15 @@ export let CheckboxList = /*@__PURE__*/ (() => {
2043
2048
  }
2044
2049
  let b = this.ay;
2045
2050
  this.ay = a;
2046
- this.d1("CheckboxAlignedRight", b, this.ay);
2051
+ this.d5("CheckboxAlignedRight", b, this.ay);
2047
2052
  }
2048
2053
  }
2049
2054
  CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
2050
- CheckboxList.fk = BrushUtil.l(255, 24, 29, 31);
2051
- CheckboxList.cs = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
2052
- CheckboxList.e8 = BrushUtil.l(255, 248, 248, 248);
2053
- CheckboxList.fa = null;
2054
- CheckboxList.fb = BrushUtil.l(255, 24, 29, 31);
2055
- CheckboxList.e9 = BrushUtil.l(255, 255, 255, 255);
2055
+ CheckboxList.fo = BrushUtil.l(255, 24, 29, 31);
2056
+ 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";
2057
+ CheckboxList.fc = BrushUtil.l(255, 248, 248, 248);
2058
+ CheckboxList.fe = null;
2059
+ CheckboxList.ff = BrushUtil.l(255, 24, 29, 31);
2060
+ CheckboxList.fd = BrushUtil.l(255, 255, 255, 255);
2056
2061
  return CheckboxList;
2057
2062
  })();