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

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