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