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