igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.3

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