igniteui-webcomponents-grids 4.8.1 → 5.0.0-beta.1

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 (121) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1078 -600
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CheckboxListBridge.js +171 -0
  4. package/esm2015/lib/CheckboxListExternal.js +11 -0
  5. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +554 -441
  7. package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
  8. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
  10. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  11. package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
  12. package/esm2015/lib/ColumnPinningView_combined.js +12 -12
  13. package/esm2015/lib/DateEditorView.js +12 -12
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  15. package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
  16. package/esm2015/lib/NativeUIGridFactory.js +66 -0
  17. package/esm2015/lib/PagerVisualModelExport.js +4 -4
  18. package/esm2015/lib/igc-checkbox-list-component.js +159 -93
  19. package/esm2015/lib/igc-checkbox-list-module.js +3 -0
  20. package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
  21. package/esm2015/public_api.js +5 -0
  22. package/esm5/lib/CheckboxListBridge.js +173 -0
  23. package/esm5/lib/CheckboxListExternal.js +11 -0
  24. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  25. package/esm5/lib/CheckboxListView_combined.js +541 -422
  26. package/esm5/lib/CheckedChangedEventArgs.js +3 -2
  27. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  28. package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
  29. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  30. package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
  31. package/esm5/lib/ColumnPinningView_combined.js +12 -12
  32. package/esm5/lib/DateEditorView.js +12 -12
  33. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  34. package/esm5/lib/ISummaryChooserView_combined.js +17 -17
  35. package/esm5/lib/NativeUIGridFactory.js +76 -0
  36. package/esm5/lib/PagerVisualModelExport.js +4 -4
  37. package/esm5/lib/igc-checkbox-list-component.js +173 -93
  38. package/esm5/lib/igc-checkbox-list-module.js +3 -0
  39. package/esm5/lib/igc-checked-changed-event-args.js +17 -3
  40. package/esm5/public_api.js +5 -0
  41. package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
  42. package/fesm5/igniteui-webcomponents-grids.js +1077 -603
  43. package/grids/combined.js +37327 -39208
  44. package/grids/index.d.ts +8 -8
  45. package/grids/lib/igc-action-strip-component.d.ts +4 -4
  46. package/grids/lib/igc-action-strip-token.d.ts +16 -0
  47. package/grids/lib/igc-base-exporter.d.ts +0 -4
  48. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
  49. package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
  50. package/grids/lib/igc-column-component.d.ts +15 -101
  51. package/grids/lib/igc-column-group-component.d.ts +94 -1
  52. package/grids/lib/igc-column-layout-component.d.ts +11 -0
  53. package/grids/lib/igc-column-pipe-args.d.ts +1 -0
  54. package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
  55. package/grids/lib/igc-column-state.d.ts +0 -4
  56. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
  57. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
  58. package/grids/lib/igc-grid-base-directive.d.ts +34 -21
  59. package/grids/lib/igc-grid-component.d.ts +1 -1
  60. package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
  61. package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
  62. package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
  63. package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
  64. package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
  65. package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
  66. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
  67. package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
  68. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
  69. package/grids/lib/igc-header-type.d.ts +0 -5
  70. package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
  71. package/grids/lib/igc-paginator-component.d.ts +6 -22
  72. package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
  73. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  74. package/grids/lib/igc-pivot-configuration.d.ts +0 -1
  75. package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
  76. package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
  77. package/grids/lib/igc-pivot-dimension.d.ts +12 -1
  78. package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
  79. package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
  80. package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
  81. package/grids/lib/igc-pivot-value.d.ts +0 -2
  82. package/grids/lib/igc-position-settings.d.ts +1 -10
  83. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
  84. package/grids/lib/igc-row-data-event-args.d.ts +10 -0
  85. package/grids/lib/igc-row-directive.d.ts +0 -5
  86. package/grids/lib/igc-row-island-component.d.ts +50 -146
  87. package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
  88. package/grids/lib/igc-sorting-options.d.ts +0 -1
  89. package/grids/lib/igc-tree-grid-component.d.ts +15 -18
  90. package/grids/lib/pivot-row-layout-type.d.ts +3 -0
  91. package/grids/lib/pivot-summary-position.d.ts +3 -0
  92. package/grids/styles.css +1 -1
  93. package/grids/themes/dark/bootstrap.css +1 -1
  94. package/grids/themes/dark/fluent.css +1 -1
  95. package/grids/themes/dark/indigo.css +1 -1
  96. package/grids/themes/dark/material.css +1 -1
  97. package/grids/themes/light/bootstrap.css +1 -1
  98. package/grids/themes/light/fluent.css +1 -1
  99. package/grids/themes/light/indigo.css +1 -1
  100. package/grids/themes/light/material.css +1 -1
  101. package/lib/CheckboxListBridge.d.ts +29 -0
  102. package/lib/CheckboxListExternal.d.ts +29 -0
  103. package/lib/CheckboxListViewExternal.d.ts +16 -0
  104. package/lib/CheckboxListView_combined.d.ts +130 -121
  105. package/lib/CheckedChangedEventArgs.d.ts +3 -2
  106. package/lib/ColumnFilterCondition_combined.d.ts +1 -1
  107. package/lib/DateEditorView.d.ts +2 -2
  108. package/lib/NativeUIGridFactory.d.ts +19 -0
  109. package/lib/igc-checkbox-list-component.d.ts +19 -0
  110. package/lib/igc-checked-changed-event-args.d.ts +2 -0
  111. package/package.json +4 -4
  112. package/public_api.d.ts +5 -0
  113. package/grids/3rdpartylicenses.txt +0 -705
  114. package/grids/lib/display-density.d.ts +0 -3
  115. package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
  116. package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
  117. package/grids/lib/igc-display-density-base.d.ts +0 -45
  118. package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
  119. package/grids/lib/igc-grid-header-component.d.ts +0 -16
  120. package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
  121. package/grids/lib/igc-toggle-directive.d.ts +0 -171
@@ -16,6 +16,7 @@ import { XInput } from "igniteui-webcomponents-inputs";
16
16
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
17
17
  import { NativeUI } from "igniteui-webcomponents-core";
18
18
  import { PrimaryKeyValue } from "./PrimaryKeyValue";
19
+ import { Size } from "igniteui-webcomponents-core";
19
20
  import { Thickness } from "igniteui-webcomponents-core";
20
21
  import { CheckboxListIndexType_$type } from "./CheckboxListIndexType";
21
22
  import { SRProvider } from "igniteui-webcomponents-core";
@@ -27,8 +28,8 @@ import { BrushUtil } from "igniteui-webcomponents-core";
27
28
  import { FilterFactory } from "igniteui-webcomponents-core";
28
29
  import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
29
30
  import { TemplateColumn } from "./TemplateColumn";
30
- import { DataSourceSchemaPropertyType_$type } from "igniteui-webcomponents-core";
31
31
  import { FastReflectionHelper } from "igniteui-webcomponents-core";
32
+ import { DataSourceSchemaPropertyType_$type } from "igniteui-webcomponents-core";
32
33
  import { ColumnWidth } from "./ColumnWidth";
33
34
  import { DateTimeColumn } from "./DateTimeColumn";
34
35
  import { NumericColumn } from "./NumericColumn";
@@ -81,13 +82,13 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
81
82
  CheckboxListView.prototype.w = function (a) {
82
83
  var b = a.rootWrapper.getChildAt(0);
83
84
  this.h = b;
84
- this.b.r = new XInputGroup();
85
+ this.b.t = new XInputGroup();
85
86
  var c = a.getSubRenderer(b);
86
- this.b.r.provideContainer(c);
87
- var d = c.getExternal(this.b.r, c.rootWrapper, c.getExternal(this.b, null, null));
88
- this.b.r.d = this.b.t;
89
- this.b.r.p = this.b.y;
90
- this.b.r.t = this.b.aa;
87
+ this.b.t.provideContainer(c);
88
+ var d = c.getExternal(this.b.t, c.rootWrapper, c.getExternal(this.b, null, null));
89
+ this.b.t.d = this.b.v;
90
+ this.b.t.p = this.b.aa;
91
+ this.b.t.t = this.b.ac;
91
92
  var e = a.createElement("div");
92
93
  var f = a.getSubRenderer(e);
93
94
  var g = new XPrefix();
@@ -97,38 +98,38 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
97
98
  var j = a.getSubRenderer(i);
98
99
  this.c = new XIcon();
99
100
  this.c.provideContainer(j);
100
- this.c.fill = this.b.du;
101
- this.c.svgPath = CheckboxList.bt;
101
+ this.c.fill = this.b.d1;
102
+ this.c.svgPath = CheckboxList.bw;
102
103
  var k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
103
104
  g.appendContentChild(i);
104
- this.b.r.appendContentChild(e);
105
- this.b.r.inputs.add(g);
105
+ this.b.t.appendContentChild(e);
106
+ this.b.t.inputs.add(g);
106
107
  var l = a.createElement("div");
107
108
  l.setRawStyleProperty("flex-grow", "1");
108
109
  var m = a.getSubRenderer(l);
109
- this.b.p = new XInput();
110
- this.b.p.provideContainer(m);
111
- this.b.p.b8 = "text";
112
- var n = m.getExternal(this.b.p, m.rootWrapper, m.getExternal(this.b, null, null));
113
- if (this.b.bg != null) {
114
- this.b.p.cg = this.b.bg;
115
- }
116
- this.b.r.appendContentChild(l);
117
- this.b.r.inputs.add(this.b.p);
118
- this.b.ck();
110
+ this.b.r = new XInput();
111
+ this.b.r.provideContainer(m);
112
+ this.b.r.b8 = "text";
113
+ var n = m.getExternal(this.b.r, m.rootWrapper, m.getExternal(this.b, null, null));
114
+ if (this.b.bi != null) {
115
+ this.b.r.cg = this.b.bi;
116
+ }
117
+ this.b.t.appendContentChild(l);
118
+ this.b.t.inputs.add(this.b.r);
119
+ this.b.co();
119
120
  };
120
121
  CheckboxListView.prototype.s = function () {
121
122
  if (this.f != null) {
122
123
  var a = this.f.rootWrapper.getChildAt(3);
123
124
  a.setStyleProperty("width", "100%");
124
125
  a.setStyleProperty("margin", "4px 0px 0px 0px");
125
- if (this.b.as == false) {
126
+ if (this.b.au == false) {
126
127
  a.setStyleProperty("height", "calc(100% - 50px");
127
128
  }
128
129
  else {
129
130
  a.setStyleProperty("height", "calc(100% - 75px");
130
131
  }
131
- if (!this.b.aq && !this.b.as) {
132
+ if (!this.b.as && !this.b.au) {
132
133
  a.setStyleProperty("height", "100%");
133
134
  }
134
135
  }
@@ -141,14 +142,14 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
141
142
  d.provideContainer(e);
142
143
  var f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
143
144
  this.e.addItem(a, d);
144
- d.n = this.b.y;
145
+ d.n = this.b.aa;
145
146
  d.y = true;
146
147
  d.change = delegateCombine(d.change, runOn(this, this.k));
147
148
  var g = this.f.createElement("div");
148
149
  a.setStyleProperty("display", "flex");
149
150
  a.setStyleProperty("height", "100%");
150
151
  a.setStyleProperty("align-items", "center");
151
- switch (this.b.aa) {
152
+ switch (this.b.ac) {
152
153
  case 1:
153
154
  a.setStyleProperty("margin-top", "-4px");
154
155
  break;
@@ -189,11 +190,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
189
190
  finally {
190
191
  d.z = h;
191
192
  }
192
- d.dk = this.b.dl;
193
- d.dd = this.b.dj;
194
- d.dl = this.b.dm;
195
- d.de = this.b.dk;
196
- d.dm = this.b.dn;
193
+ d.dk = this.b.dr;
194
+ d.dd = this.b.dp;
195
+ d.dl = this.b.ds;
196
+ d.de = this.b.dq;
197
+ d.dm = this.b.dt;
197
198
  }
198
199
  };
199
200
  CheckboxListView.prototype.z = function () {
@@ -203,7 +204,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
203
204
  for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
204
205
  var a = _c.value;
205
206
  var b = a.value;
206
- b.n = this.b.y;
207
+ b.n = this.b.aa;
207
208
  }
208
209
  }
209
210
  catch (e_1_1) {
@@ -221,7 +222,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
221
222
  }
222
223
  }
223
224
  if (this.a != null) {
224
- this.a.n = this.b.y;
225
+ this.a.n = this.b.aa;
225
226
  }
226
227
  };
227
228
  CheckboxListView.prototype.x = function () {
@@ -232,21 +233,21 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
232
233
  var e = c.checked;
233
234
  if (e == true) {
234
235
  if (this.b.l == 0) {
235
- this.b.cw(d);
236
+ this.b.c0(d);
236
237
  }
237
238
  else {
238
- this.b.b5(d);
239
+ this.b.b8(d);
239
240
  }
240
241
  }
241
242
  else {
242
243
  if (this.b.l == 0) {
243
- this.b.b5(d);
244
+ this.b.b8(d);
244
245
  }
245
246
  else {
246
- this.b.cw(d);
247
+ this.b.c0(d);
247
248
  }
248
249
  }
249
- this.b.ci(d, e);
250
+ this.b.cm(d, e);
250
251
  this.ag(false);
251
252
  };
252
253
  CheckboxListView.prototype.l = function () {
@@ -260,7 +261,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
260
261
  var e = parseInt(d.a4.toString());
261
262
  if (e == a) {
262
263
  d.checked = b;
263
- this.b.ci(e, b);
264
+ this.b.cm(e, b);
264
265
  }
265
266
  }
266
267
  }
@@ -318,9 +319,9 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
318
319
  this.a = new XCheckbox();
319
320
  this.a.provideContainer(c);
320
321
  var d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
321
- this.a.n = this.b.y;
322
+ this.a.n = this.b.aa;
322
323
  this.i = a.createElement("label");
323
- this.i.setRawText(this.b.bx);
324
+ this.i.setRawText(this.b.b0);
324
325
  this.i.setStyleProperty("font-size", "13px");
325
326
  this.j.setStyleProperty("display", "flex");
326
327
  this.j.setStyleProperty("flex-direction", "row");
@@ -336,34 +337,37 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
336
337
  };
337
338
  CheckboxListView.prototype.af = function () {
338
339
  if (null != this.i) {
339
- this.i.setRawText(this.b.bx);
340
- NativeUI.q(this.i, this.b.dh);
340
+ this.i.setRawText(this.b.b0);
341
+ NativeUI.q(this.i, this.b.dm);
341
342
  }
342
343
  };
343
344
  CheckboxListView.prototype.ai = function () {
344
345
  if (null != this.i) {
345
- var a = this.b.as ? "flex" : "none";
346
+ var a = this.b.au ? "flex" : "none";
346
347
  this.j.setStyleProperty("display", a);
347
348
  }
348
349
  };
349
350
  CheckboxListView.prototype.ae = function () {
350
351
  if (this.h != null) {
351
- this.h.setStyleProperty("display", this.b.aq ? "block" : "none");
352
+ this.h.setStyleProperty("display", this.b.as ? "block" : "none");
352
353
  }
353
354
  if (this.g != null) {
354
- this.g.setStyleProperty("display", this.b.aq ? "block" : "none");
355
+ this.g.setStyleProperty("display", this.b.as ? "block" : "none");
355
356
  }
356
357
  };
357
358
  CheckboxListView.prototype.ag = function (a) {
358
359
  if (a === void 0) {
359
360
  a = true;
360
361
  }
362
+ if (this.a == null) {
363
+ return;
364
+ }
361
365
  var b = this.d;
362
366
  this.d = true;
363
367
  var c = this.a.z;
364
368
  this.a.z = a;
365
369
  try {
366
- if (this.b.ao) {
370
+ if (this.b.aq) {
367
371
  this.a.indeterminate = true;
368
372
  return;
369
373
  }
@@ -385,12 +389,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
385
389
  return;
386
390
  }
387
391
  if (b.isChecked) {
388
- this.b.cy();
389
- this.b.cp(b.isChecked);
392
+ this.b.c2();
393
+ this.b.ct(b.isChecked);
390
394
  }
391
395
  else {
392
- this.b.b9();
393
- this.b.cp(b.isChecked);
396
+ this.b.cc();
397
+ this.b.ct(b.isChecked);
394
398
  }
395
399
  };
396
400
  CheckboxListView.prototype.ad = function () {
@@ -400,18 +404,41 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
400
404
  }
401
405
  var b = a.rootWrapper;
402
406
  if (null != b) {
403
- NativeUI.q(b, this.b.dy);
404
- NativeUI.m(b, this.b.di);
407
+ NativeUI.q(b, this.b.d5);
408
+ NativeUI.m(b, this.b.dn);
405
409
  }
406
410
  };
407
411
  CheckboxListView.prototype.ab = function () {
408
412
  if (this.c != null) {
409
- this.c.fill = this.b.du;
413
+ this.c.fill = this.b.d1;
414
+ }
415
+ };
416
+ CheckboxListView.prototype.aj = function () {
417
+ var a = 248;
418
+ var b = 0;
419
+ if (this.b.itemsSource == null) {
420
+ return new Size(1, a, b + 158);
421
+ }
422
+ var c = (this.b.itemsSource.length);
423
+ b += 4;
424
+ b += 16;
425
+ b += 38;
426
+ b += 8;
427
+ b += 4;
428
+ var d = this.b.h != null ? this.b.h.actualRowHeight : 30;
429
+ var e = d * c;
430
+ if (e > 150) {
431
+ b += 150;
432
+ b += 15;
410
433
  }
434
+ else {
435
+ b += e;
436
+ }
437
+ return new Size(1, a, b);
411
438
  };
412
439
  CheckboxListView.prototype.ac = function () {
413
- if (this.b.ae != null) {
414
- this.i.setStyleProperty("font", this.b.ae.fontString);
440
+ if (this.b.ag != null) {
441
+ this.i.setStyleProperty("font", this.b.ag.fontString);
415
442
  }
416
443
  else {
417
444
  this.i.setStyleProperty("font-family", "Verdana");
@@ -419,11 +446,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
419
446
  }
420
447
  };
421
448
  CheckboxListView.prototype.y = function () {
422
- this.a.dk = this.b.dl;
423
- this.a.dd = this.b.dj;
424
- this.a.dl = this.b.dm;
425
- this.a.de = this.b.dk;
426
- this.a.dm = this.b.dn;
449
+ this.a.dk = this.b.dr;
450
+ this.a.dd = this.b.dp;
451
+ this.a.dl = this.b.ds;
452
+ this.a.de = this.b.dq;
453
+ this.a.dm = this.b.dt;
427
454
  };
428
455
  CheckboxListView.prototype.aa = function (a) {
429
456
  if (this.g != null) {
@@ -447,52 +474,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
447
474
  _this.m = null;
448
475
  _this.h = null;
449
476
  _this.i = null;
450
- _this.ab = null;
477
+ _this.ad = null;
451
478
  _this.d = null;
452
- _this.ai = false;
479
+ _this.ak = false;
453
480
  _this.c = null;
454
- _this.o = null;
455
481
  _this.q = null;
456
- _this.aj = false;
457
- _this.ag = null;
482
+ _this.s = null;
483
+ _this.al = false;
484
+ _this.ai = null;
458
485
  _this.f = new GridSelectedKeysCollection();
459
486
  _this.a = null;
460
487
  _this.propertyChanged = null;
488
+ _this.selectedKeyAdded = null;
489
+ _this.selectedKeyRemoved = null;
461
490
  _this.checkedChanged = null;
462
- _this.ay = null;
463
491
  _this.a0 = null;
464
492
  _this.a2 = null;
465
- _this.a1 = null;
466
- _this.s = 3;
467
- _this.au = -1;
468
- _this.ac = null;
493
+ _this.a4 = null;
494
+ _this.a3 = null;
495
+ _this.u = 3;
496
+ _this.aw = -1;
497
+ _this.ae = null;
469
498
  _this.k = 1;
470
- _this.x = 1;
471
- _this.z = 2;
472
- _this.dd = BrushUtil.h(255, 24, 29, 31);
499
+ _this.z = 1;
500
+ _this.ab = 2;
501
+ _this.di = BrushUtil.h(255, 24, 29, 31);
502
+ _this.dg = null;
503
+ _this.dj = null;
504
+ _this.dh = null;
505
+ _this.af = null;
473
506
  _this.db = null;
474
- _this.de = null;
475
- _this.dc = null;
476
- _this.ad = null;
477
- _this.c7 = null;
478
- _this.c5 = null;
479
- _this.c8 = null;
480
- _this.c6 = null;
481
507
  _this.c9 = null;
482
- _this.v = 0;
508
+ _this.dc = null;
483
509
  _this.da = null;
484
- _this.bw = null;
510
+ _this.dd = null;
511
+ _this.x = 0;
485
512
  _this.df = null;
486
- _this.c3 = CheckboxList.dq;
487
- _this.ar = true;
488
- _this.c4 = CheckboxList.dp;
489
- _this.dg = CheckboxList.dq;
513
+ _this.bz = null;
514
+ _this.dk = null;
515
+ _this.c7 = CheckboxList.dw;
516
+ _this.at = true;
517
+ _this.c8 = CheckboxList.du;
518
+ _this.de = CheckboxList.dv;
519
+ _this.dl = CheckboxList.dw;
490
520
  _this.selectAllCheckboxChanged = null;
491
- _this.aw = -1;
492
- _this.ap = true;
493
- _this.am = true;
521
+ _this.ay = -1;
522
+ _this.ar = true;
523
+ _this.ao = true;
494
524
  var a = _this.f;
495
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.cr));
525
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.cv));
496
526
  _this.d = new FilterFactory();
497
527
  var b = new CheckboxListView();
498
528
  b.b = _this;
@@ -500,22 +530,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
500
530
  _this.m.n();
501
531
  return _this;
502
532
  }
503
- Object.defineProperty(CheckboxList.prototype, "r", {
533
+ Object.defineProperty(CheckboxList.prototype, "t", {
504
534
  get: function () {
505
- return this.q;
535
+ return this.s;
506
536
  },
507
537
  set: function (a) {
508
- this.q = a;
538
+ this.s = a;
509
539
  },
510
540
  enumerable: false,
511
541
  configurable: true
512
542
  });
513
- Object.defineProperty(CheckboxList.prototype, "p", {
543
+ Object.defineProperty(CheckboxList.prototype, "r", {
514
544
  get: function () {
515
- return this.o;
545
+ return this.q;
516
546
  },
517
547
  set: function (a) {
518
- this.o = a;
548
+ this.q = a;
519
549
  },
520
550
  enumerable: false,
521
551
  configurable: true
@@ -530,13 +560,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
530
560
  enumerable: false,
531
561
  configurable: true
532
562
  });
533
- Object.defineProperty(CheckboxList.prototype, "ah", {
563
+ Object.defineProperty(CheckboxList.prototype, "aj", {
534
564
  get: function () {
535
- if (this.ag == null) {
536
- this.ag = new SRProvider(this.m.f);
537
- this.ag.cb("DataGrid");
565
+ if (this.ai == null) {
566
+ this.ai = new SRProvider(this.m.f);
567
+ this.ai.cb("DataGrid");
538
568
  }
539
- return this.ag;
569
+ return this.ai;
540
570
  },
541
571
  enumerable: false,
542
572
  configurable: true
@@ -556,61 +586,91 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
556
586
  var b = this.a;
557
587
  this.a = a;
558
588
  if (b != this.a) {
559
- this.cn("PrimaryKey", b, this.a);
589
+ this.cr("PrimaryKey", b, this.a);
560
590
  }
561
591
  },
562
592
  enumerable: false,
563
593
  configurable: true
564
594
  });
565
- CheckboxList.prototype.cr = function (a, b) {
566
- if (this.e == null || this.e.actualSchema == null || this.ai) {
595
+ CheckboxList.prototype.cv = function (a, b) {
596
+ if (this.e == null || this.e.actualSchema == null || this.ak) {
567
597
  return;
568
598
  }
569
599
  switch (b.action) {
570
600
  case 0:
571
601
  for (var c = 0; c < b.newItems.count; c++) {
572
- this.cl(b.newItems.item(c));
602
+ this.cp(b.newItems.item(c));
573
603
  }
574
604
  break;
575
605
  case 1:
576
606
  for (var d = 0; d < b.oldItems.count; d++) {
577
- this.cm(b.oldItems.item(d));
607
+ this.cq(b.oldItems.item(d));
578
608
  }
579
609
  break;
580
610
  case 2:
581
611
  for (var e = 0; e < b.oldItems.count; e++) {
582
- this.cm(b.oldItems.item(e));
612
+ this.cq(b.oldItems.item(e));
583
613
  }
584
614
  for (var f = 0; f < b.newItems.count; f++) {
585
- this.cl(b.newItems.item(f));
615
+ this.cp(b.newItems.item(f));
586
616
  }
587
617
  break;
588
618
  case 4:
589
619
  this.m.u(this.l == 0);
590
620
  for (var g = 0; g < this.g.ae.count; g++) {
591
- this.cl(this.g.ae._inner[g]);
621
+ this.cp(this.g.ae._inner[g]);
592
622
  }
593
623
  break;
594
624
  }
595
625
  };
596
- CheckboxList.prototype.cl = function (a) {
626
+ CheckboxList.prototype.cp = function (a) {
627
+ var _this = this;
597
628
  var b = this.e.indexOfKey(a.value);
598
629
  if (b >= 0) {
599
630
  this.m.t(b, this.l == 1);
600
631
  }
632
+ if (this.selectedKeyAdded == null) {
633
+ return;
634
+ }
635
+ this.selectedKeyAdded(this, ((function () {
636
+ var $ret = new CheckedChangedEventArgs();
637
+ $ret.c = b;
638
+ $ret.b = _this.l == 1;
639
+ $ret.a = a.value;
640
+ return $ret;
641
+ })()));
601
642
  };
602
- CheckboxList.prototype.cm = function (a) {
643
+ CheckboxList.prototype.cq = function (a) {
644
+ var _this = this;
603
645
  var b = this.e.indexOfKey(a.value);
604
646
  if (b >= 0) {
605
647
  this.m.t(b, this.l == 0);
606
648
  }
649
+ if (this.selectedKeyRemoved == null) {
650
+ return;
651
+ }
652
+ this.selectedKeyRemoved(this, ((function () {
653
+ var $ret = new CheckedChangedEventArgs();
654
+ $ret.c = b;
655
+ $ret.b = _this.l == 0;
656
+ $ret.a = a.value;
657
+ return $ret;
658
+ })()));
607
659
  };
608
- CheckboxList.prototype.ci = function (a, b) {
609
- if (this.checkedChanged != null && this.aj == false) {
660
+ CheckboxList.prototype.cm = function (a, b) {
661
+ if (this.checkedChanged != null && this.al == false) {
662
+ var c_1 = null;
663
+ if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
664
+ c_1 = new Array(this.e.actualPrimaryKey.length);
665
+ for (var d = 0; d < this.e.actualPrimaryKey.length; d++) {
666
+ c_1[d] = this.e.getItemPropertyAtIndex(a, this.e.actualPrimaryKey[d]);
667
+ }
668
+ }
610
669
  this.checkedChanged(this, ((function () {
611
670
  var $ret = new CheckedChangedEventArgs();
612
- $ret.b = a;
613
- $ret.a = b;
671
+ $ret.c = a;
672
+ $ret.b = b;
673
+ $ret.a = c_1;
614
674
  return $ret;
615
675
  })()));
616
676
  }
@@ -621,52 +681,59 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
621
681
  CheckboxList.prototype.destroy = function () {
622
682
  if (this.h != null) {
623
683
  var a = this.h;
624
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.cb));
684
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.ce));
685
+ var b = this.h;
686
+ b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.cf));
625
687
  if (this.h.actualDataSource != null) {
626
- var b = this.h.actualDataSource;
627
- b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.co));
688
+ var c = this.h.actualDataSource;
689
+ c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.cs));
628
690
  }
629
691
  }
630
- if (this.o != null) {
631
- var c = this.o;
632
- c.change = delegateRemove(c.change, runOn(this, this.cc));
692
+ if (this.q != null) {
693
+ var d = this.q;
694
+ d.change = delegateRemove(d.change, runOn(this, this.cg));
633
695
  }
634
696
  this.provideContainer(null, null, null);
635
697
  if (this.i != null) {
636
- var d = this.i;
637
- d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.b8));
698
+ var e = this.i;
699
+ e.cellUpdating = delegateRemove(e.cellUpdating, runOn(this, this.cb));
638
700
  }
639
701
  };
640
702
  CheckboxList.prototype.provideContainer = function (a, b, c) {
641
703
  this.h = b;
642
704
  if (null != this.h) {
643
- this.h.scrollbarStyle = this.w;
644
- this.h.scrollbarBackground = this.dr;
705
+ this.h.scrollbarStyle = 1;
706
+ var d = this.h;
707
+ d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.cf));
708
+ this.h.scrollbarBackground = this.dy;
645
709
  this.h.headerHeight = 0;
646
710
  this.h.rowSeparatorHeight = 0;
647
711
  this.h.defaultColumnMinWidth = NaN;
648
712
  this.h.autoGenerateColumns = false;
649
713
  this.h.activationMode = 0;
650
714
  this.h.editMode = 0;
651
- var d = this.h;
652
- d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.cb));
653
- if (this.ay != null) {
654
- this.h.itemsSource = this.ay;
655
- this.b7();
656
- this.cq();
657
- }
715
+ var e = this.h;
716
+ e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.ce));
658
717
  if (this.a0 != null) {
659
- this.cq();
660
- this.c1();
718
+ this.h.itemsSource = this.a0;
719
+ this.ca();
720
+ this.cu();
721
+ }
722
+ if (this.a2 != null) {
723
+ this.cu();
724
+ this.c5();
661
725
  }
662
726
  }
663
727
  this.m.q(c);
664
728
  this.m.m(a);
665
729
  };
730
+ CheckboxList.prototype.cf = function (a, b) {
731
+ this.h.scrollbarStyle = this.y;
732
+ };
666
733
  CheckboxList.prototype.provideSelectAllSection = function (a) {
667
734
  this.m.q(a);
668
735
  };
669
- CheckboxList.prototype.cb = function (a, b) {
736
+ CheckboxList.prototype.ce = function (a, b) {
670
737
  if (b.cellInfo.l.a5 == 0) {
671
738
  return;
672
739
  }
@@ -674,15 +741,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
674
741
  if (-1 == c) {
675
742
  return;
676
743
  }
677
- var d = this.j(b.cellInfo.g4);
678
- if (this.g.contains(d)) {
679
- this.g.remove(d);
744
+ var d = b.cellInfo.g4;
745
+ var e = this.j(d);
746
+ if (this.g.contains(e)) {
747
+ if (this.ad != null) {
748
+ this.ad.setPropertyValue(d, false);
749
+ }
750
+ this.g.remove(e);
680
751
  }
681
752
  else {
682
- this.g.add(d);
753
+ if (this.ad != null) {
754
+ this.ad.setPropertyValue(d, true);
755
+ }
756
+ this.g.add(e);
683
757
  }
684
758
  };
685
- CheckboxList.prototype.b8 = function (a, b) {
759
+ CheckboxList.prototype.cb = function (a, b) {
686
760
  var c = b.cellInfo.l.x;
687
761
  if (-1 == c) {
688
762
  return;
@@ -696,9 +770,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
696
770
  }
697
771
  this.m.o(b.content.element, c, d);
698
772
  };
699
- CheckboxList.prototype.cj = function (a) {
700
- if (this.a0 != null) {
701
- var b = this.d.property(this.a0).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
773
+ CheckboxList.prototype.cn = function (a) {
774
+ if (this.a2 != null) {
775
+ var b = this.d.property(this.a2).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
702
776
  var c = b.contains(a);
703
777
  if (!this.h.filterExpressions.k.contains(this.c)) {
704
778
  this.c = c;
@@ -711,20 +785,6 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
711
785
  }
712
786
  };
713
787
  Object.defineProperty(CheckboxList.prototype, "itemsSource", {
714
- get: function () {
715
- return this.ay;
716
- },
717
- set: function (a) {
718
- var b = this.ay;
719
- this.ay = a;
720
- if (b != this.ay) {
721
- this.cn("ItemsSource", b, this.ay);
722
- }
723
- },
724
- enumerable: false,
725
- configurable: true
726
- });
727
- Object.defineProperty(CheckboxList.prototype, "bc", {
728
788
  get: function () {
729
789
  return this.a0;
730
790
  },
@@ -732,13 +792,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
732
792
  var b = this.a0;
733
793
  this.a0 = a;
734
794
  if (b != this.a0) {
735
- this.cn("DataMemberPath", b, this.a0);
795
+ this.cr("ItemsSource", b, this.a0);
736
796
  }
737
797
  },
738
798
  enumerable: false,
739
799
  configurable: true
740
800
  });
741
- Object.defineProperty(CheckboxList.prototype, "b0", {
801
+ Object.defineProperty(CheckboxList.prototype, "be", {
742
802
  get: function () {
743
803
  return this.a2;
744
804
  },
@@ -746,55 +806,69 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
746
806
  var b = this.a2;
747
807
  this.a2 = a;
748
808
  if (b != this.a2) {
749
- this.cn("SelectedMemberPath", b, this.a2);
809
+ this.cr("DataMemberPath", b, this.a2);
750
810
  }
751
811
  },
752
812
  enumerable: false,
753
813
  configurable: true
754
814
  });
755
- Object.defineProperty(CheckboxList.prototype, "bg", {
815
+ Object.defineProperty(CheckboxList.prototype, "b3", {
756
816
  get: function () {
757
- return this.a1;
817
+ return this.a4;
758
818
  },
759
819
  set: function (a) {
760
- var b = this.a1;
761
- this.a1 = a;
762
- if (b != this.a1) {
763
- this.cn("FilterPlaceholderText", b, this.a1);
820
+ var b = this.a4;
821
+ this.a4 = a;
822
+ if (b != this.a4) {
823
+ this.cr("SelectedMemberPath", b, this.a4);
764
824
  }
765
825
  },
766
826
  enumerable: false,
767
827
  configurable: true
768
828
  });
769
- Object.defineProperty(CheckboxList.prototype, "t", {
829
+ Object.defineProperty(CheckboxList.prototype, "bi", {
770
830
  get: function () {
771
- return this.s;
831
+ return this.a3;
772
832
  },
773
833
  set: function (a) {
774
- var b = this.s;
775
- this.s = a;
776
- if (b != this.s) {
777
- this.cn("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.s));
834
+ var b = this.a3;
835
+ this.a3 = a;
836
+ if (b != this.a3) {
837
+ this.cr("FilterPlaceholderText", b, this.a3);
778
838
  }
779
839
  },
780
840
  enumerable: false,
781
841
  configurable: true
782
842
  });
783
- Object.defineProperty(CheckboxList.prototype, "ax", {
843
+ Object.defineProperty(CheckboxList.prototype, "v", {
844
+ get: function () {
845
+ return this.u;
846
+ },
847
+ set: function (a) {
848
+ var b = this.u;
849
+ this.u = a;
850
+ if (b != this.u) {
851
+ this.cr("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.u));
852
+ }
853
+ },
854
+ enumerable: false,
855
+ configurable: true
856
+ });
857
+ Object.defineProperty(CheckboxList.prototype, "az", {
784
858
  get: function () {
785
- return this.au;
859
+ return this.aw;
786
860
  },
787
861
  set: function (a) {
788
- var b = this.au;
789
- this.au = a;
790
- if (b != this.au) {
791
- this.cn("RowHeight", b, this.au);
862
+ var b = this.aw;
863
+ this.aw = a;
864
+ if (b != this.aw) {
865
+ this.cr("RowHeight", b, this.aw);
792
866
  }
793
867
  },
794
868
  enumerable: false,
795
869
  configurable: true
796
870
  });
797
- Object.defineProperty(CheckboxList.prototype, "av", {
871
+ Object.defineProperty(CheckboxList.prototype, "ax", {
798
872
  get: function () {
799
873
  if (this.h != null) {
800
874
  return this.h.actualRowHeight;
@@ -804,15 +878,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
804
878
  enumerable: false,
805
879
  configurable: true
806
880
  });
807
- Object.defineProperty(CheckboxList.prototype, "ae", {
881
+ Object.defineProperty(CheckboxList.prototype, "ag", {
808
882
  get: function () {
809
- return this.ac;
883
+ return this.ae;
810
884
  },
811
885
  set: function (a) {
812
- var b = this.ac;
813
- this.ac = a;
814
- if (b != this.ac) {
815
- this.cn("CellTextStyle", b, this.ac);
886
+ var b = this.ae;
887
+ this.ae = a;
888
+ if (b != this.ae) {
889
+ this.cr("CellTextStyle", b, this.ae);
816
890
  }
817
891
  },
818
892
  enumerable: false,
@@ -826,215 +900,215 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
826
900
  var b = this.k;
827
901
  this.k = a;
828
902
  if (b != this.k) {
829
- this.cn("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
903
+ this.cr("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
830
904
  }
831
905
  },
832
906
  enumerable: false,
833
907
  configurable: true
834
908
  });
835
- Object.defineProperty(CheckboxList.prototype, "y", {
909
+ Object.defineProperty(CheckboxList.prototype, "aa", {
836
910
  get: function () {
837
- return this.x;
911
+ return this.z;
838
912
  },
839
913
  set: function (a) {
840
- var b = this.x;
841
- this.x = a;
842
- if (b != this.x) {
843
- this.cn("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.x));
914
+ var b = this.z;
915
+ this.z = a;
916
+ if (b != this.z) {
917
+ this.cr("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.z));
844
918
  }
845
919
  },
846
920
  enumerable: false,
847
921
  configurable: true
848
922
  });
849
- Object.defineProperty(CheckboxList.prototype, "aa", {
923
+ Object.defineProperty(CheckboxList.prototype, "ac", {
850
924
  get: function () {
851
- return this.z;
925
+ return this.ab;
852
926
  },
853
927
  set: function (a) {
854
- var b = this.z;
855
- this.z = a;
856
- if (b != this.z) {
857
- this.cn("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.z));
928
+ var b = this.ab;
929
+ this.ab = a;
930
+ if (b != this.ab) {
931
+ this.cr("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ab));
858
932
  }
859
933
  },
860
934
  enumerable: false,
861
935
  configurable: true
862
936
  });
863
- Object.defineProperty(CheckboxList.prototype, "du", {
937
+ Object.defineProperty(CheckboxList.prototype, "d1", {
864
938
  get: function () {
865
- return this.dd;
939
+ return this.di;
866
940
  },
867
941
  set: function (a) {
868
- var b = this.dd;
869
- this.dd = a;
870
- if (b != this.dd) {
871
- this.cn("SearchIconColor", b, this.dd);
942
+ var b = this.di;
943
+ this.di = a;
944
+ if (b != this.di) {
945
+ this.cr("SearchIconColor", b, this.di);
872
946
  }
873
947
  },
874
948
  enumerable: false,
875
949
  configurable: true
876
950
  });
877
- Object.defineProperty(CheckboxList.prototype, "ds", {
951
+ Object.defineProperty(CheckboxList.prototype, "dz", {
878
952
  get: function () {
879
- return this.db;
953
+ return this.dg;
880
954
  },
881
955
  set: function (a) {
882
- var b = this.db;
883
- this.db = a;
884
- if (b != this.db) {
885
- this.cn("SearchBackgroundColor", b, this.db);
956
+ var b = this.dg;
957
+ this.dg = a;
958
+ if (b != this.dg) {
959
+ this.cr("SearchBackgroundColor", b, this.dg);
886
960
  }
887
961
  },
888
962
  enumerable: false,
889
963
  configurable: true
890
964
  });
891
- Object.defineProperty(CheckboxList.prototype, "dv", {
965
+ Object.defineProperty(CheckboxList.prototype, "d2", {
892
966
  get: function () {
893
- return this.de;
967
+ return this.dj;
894
968
  },
895
969
  set: function (a) {
896
- var b = this.de;
897
- this.de = a;
898
- if (b != this.de) {
899
- this.cn("SearchTextColor", b, this.de);
970
+ var b = this.dj;
971
+ this.dj = a;
972
+ if (b != this.dj) {
973
+ this.cr("SearchTextColor", b, this.dj);
900
974
  }
901
975
  },
902
976
  enumerable: false,
903
977
  configurable: true
904
978
  });
905
- Object.defineProperty(CheckboxList.prototype, "dt", {
979
+ Object.defineProperty(CheckboxList.prototype, "d0", {
906
980
  get: function () {
907
- return this.dc;
981
+ return this.dh;
908
982
  },
909
983
  set: function (a) {
910
- var b = this.dc;
911
- this.dc = a;
912
- if (b != this.dc) {
913
- this.cn("SearchBorderColor", b, this.dc);
984
+ var b = this.dh;
985
+ this.dh = a;
986
+ if (b != this.dh) {
987
+ this.cr("SearchBorderColor", b, this.dh);
914
988
  }
915
989
  },
916
990
  enumerable: false,
917
991
  configurable: true
918
992
  });
919
- Object.defineProperty(CheckboxList.prototype, "af", {
993
+ Object.defineProperty(CheckboxList.prototype, "ah", {
920
994
  get: function () {
921
- return this.ad;
995
+ return this.af;
922
996
  },
923
997
  set: function (a) {
924
- var b = this.ad;
925
- this.ad = a;
926
- if (b != this.ad) {
927
- this.cn("SearchTextStyle", b, this.ad);
998
+ var b = this.af;
999
+ this.af = a;
1000
+ if (b != this.af) {
1001
+ this.cr("SearchTextStyle", b, this.af);
928
1002
  }
929
1003
  },
930
1004
  enumerable: false,
931
1005
  configurable: true
932
1006
  });
933
- Object.defineProperty(CheckboxList.prototype, "dl", {
1007
+ Object.defineProperty(CheckboxList.prototype, "dr", {
934
1008
  get: function () {
935
- return this.c7;
1009
+ return this.db;
936
1010
  },
937
1011
  set: function (a) {
938
- var b = this.c7;
939
- this.c7 = a;
940
- if (b != this.c7) {
941
- this.cn("CheckboxTickColor", b, this.c7);
1012
+ var b = this.db;
1013
+ this.db = a;
1014
+ if (b != this.db) {
1015
+ this.cr("CheckboxTickColor", b, this.db);
942
1016
  }
943
1017
  },
944
1018
  enumerable: false,
945
1019
  configurable: true
946
1020
  });
947
- Object.defineProperty(CheckboxList.prototype, "dj", {
1021
+ Object.defineProperty(CheckboxList.prototype, "dp", {
948
1022
  get: function () {
949
- return this.c5;
1023
+ return this.c9;
950
1024
  },
951
1025
  set: function (a) {
952
- var b = this.c5;
953
- this.c5 = a;
954
- if (b != this.c5) {
955
- this.cn("CheckboxCheckedBackgroundColor", b, this.c5);
1026
+ var b = this.c9;
1027
+ this.c9 = a;
1028
+ if (b != this.c9) {
1029
+ this.cr("CheckboxCheckedBackgroundColor", b, this.c9);
956
1030
  }
957
1031
  },
958
1032
  enumerable: false,
959
1033
  configurable: true
960
1034
  });
961
- Object.defineProperty(CheckboxList.prototype, "dm", {
1035
+ Object.defineProperty(CheckboxList.prototype, "ds", {
962
1036
  get: function () {
963
- return this.c8;
1037
+ return this.dc;
964
1038
  },
965
1039
  set: function (a) {
966
- var b = this.c8;
967
- this.c8 = a;
968
- if (b != this.c8) {
969
- this.cn("CheckboxUncheckedBackgroundColor", b, this.c8);
1040
+ var b = this.dc;
1041
+ this.dc = a;
1042
+ if (b != this.dc) {
1043
+ this.cr("CheckboxUncheckedBackgroundColor", b, this.dc);
970
1044
  }
971
1045
  },
972
1046
  enumerable: false,
973
1047
  configurable: true
974
1048
  });
975
- Object.defineProperty(CheckboxList.prototype, "dk", {
1049
+ Object.defineProperty(CheckboxList.prototype, "dq", {
976
1050
  get: function () {
977
- return this.c6;
1051
+ return this.da;
978
1052
  },
979
1053
  set: function (a) {
980
- var b = this.c6;
981
- this.c6 = a;
982
- if (b != this.c6) {
983
- this.cn("CheckboxCheckedBorderColor", b, this.c6);
1054
+ var b = this.da;
1055
+ this.da = a;
1056
+ if (b != this.da) {
1057
+ this.cr("CheckboxCheckedBorderColor", b, this.da);
984
1058
  }
985
1059
  },
986
1060
  enumerable: false,
987
1061
  configurable: true
988
1062
  });
989
- Object.defineProperty(CheckboxList.prototype, "dn", {
1063
+ Object.defineProperty(CheckboxList.prototype, "dt", {
990
1064
  get: function () {
991
- return this.c9;
1065
+ return this.dd;
992
1066
  },
993
1067
  set: function (a) {
994
- var b = this.c9;
995
- this.c9 = a;
996
- if (b != this.c9) {
997
- this.cn("CheckboxUncheckedBorderColor", b, this.c9);
1068
+ var b = this.dd;
1069
+ this.dd = a;
1070
+ if (b != this.dd) {
1071
+ this.cr("CheckboxUncheckedBorderColor", b, this.dd);
998
1072
  }
999
1073
  },
1000
1074
  enumerable: false,
1001
1075
  configurable: true
1002
1076
  });
1003
- Object.defineProperty(CheckboxList.prototype, "w", {
1077
+ Object.defineProperty(CheckboxList.prototype, "y", {
1004
1078
  get: function () {
1005
- return this.v;
1079
+ return this.x;
1006
1080
  },
1007
1081
  set: function (a) {
1008
- var b = this.v;
1009
- this.v = a;
1010
- if (b != this.v) {
1011
- this.cn("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.v));
1082
+ var b = this.x;
1083
+ this.x = a;
1084
+ if (b != this.x) {
1085
+ this.cr("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.x));
1012
1086
  }
1013
1087
  },
1014
1088
  enumerable: false,
1015
1089
  configurable: true
1016
1090
  });
1017
- Object.defineProperty(CheckboxList.prototype, "dr", {
1091
+ Object.defineProperty(CheckboxList.prototype, "dy", {
1018
1092
  get: function () {
1019
- return this.da;
1093
+ return this.df;
1020
1094
  },
1021
1095
  set: function (a) {
1022
- var b = this.da;
1023
- this.da = a;
1024
- if (b != this.da) {
1025
- this.cn("ScrollbarBackground", b, this.da);
1096
+ var b = this.df;
1097
+ this.df = a;
1098
+ if (b != this.df) {
1099
+ this.cr("ScrollbarBackground", b, this.df);
1026
1100
  }
1027
1101
  },
1028
1102
  enumerable: false,
1029
1103
  configurable: true
1030
1104
  });
1031
- CheckboxList.prototype.cn = function (a, b, c) {
1105
+ CheckboxList.prototype.cr = function (a, b, c) {
1032
1106
  if (this.propertyChanged != null) {
1033
1107
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
1034
1108
  }
1035
- this.cs(a, b, c);
1109
+ this.cw(a, b, c);
1036
1110
  };
1037
- CheckboxList.prototype.cs = function (a, b, c) {
1111
+ CheckboxList.prototype.cw = function (a, b, c) {
1038
1112
  switch (a) {
1039
1113
  case "ItemsSource":
1040
1114
  if (this.h != null) {
@@ -1047,26 +1121,26 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1047
1121
  }
1048
1122
  if (this.h.actualDataSource != null) {
1049
1123
  var d = this.h.actualDataSource;
1050
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.co));
1124
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.cs));
1051
1125
  }
1052
- this.h.itemsSource = this.ay;
1053
- this.b7();
1126
+ this.h.itemsSource = this.a0;
1127
+ this.ca();
1054
1128
  if (this.h.actualDataSource != null) {
1055
1129
  var e = this.h.actualDataSource;
1056
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.co));
1130
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.cs));
1057
1131
  }
1058
- this.aj = true;
1059
- this.cq();
1060
- this.aj = false;
1132
+ this.al = true;
1133
+ this.cu();
1134
+ this.al = false;
1061
1135
  this.m.ag();
1062
1136
  }
1063
1137
  break;
1064
1138
  case "DataMemberPath":
1065
1139
  case "SelectedMemberPath":
1066
1140
  if (this.h != null) {
1067
- if (this.a0 != null) {
1068
- this.cq();
1069
- this.c1();
1141
+ if (this.a2 != null) {
1142
+ this.cu();
1143
+ this.c5();
1070
1144
  }
1071
1145
  }
1072
1146
  break;
@@ -1076,7 +1150,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1076
1150
  }
1077
1151
  break;
1078
1152
  case "SelectAllCaptionTextColor":
1079
- this.dh = null != this.dw ? this.dw : CheckboxList.dq;
1153
+ this.dm = null != this.d3 ? this.d3 : CheckboxList.dw;
1080
1154
  break;
1081
1155
  case "SelectAllCaption":
1082
1156
  case "ActualSelectAllCaptionTextColor":
@@ -1091,71 +1165,75 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1091
1165
  this.m.s();
1092
1166
  break;
1093
1167
  case "FilterPlaceholderText":
1094
- if (this.o != null) {
1095
- this.o.cg = this.bg;
1168
+ if (this.q != null) {
1169
+ this.q.cg = this.bi;
1096
1170
  }
1097
1171
  break;
1098
1172
  case "SearchInputType":
1099
- if (this.q != null) {
1100
- this.q.d = this.t;
1173
+ if (this.s != null) {
1174
+ this.s.d = this.v;
1101
1175
  }
1102
1176
  break;
1103
1177
  case "RowHeight":
1104
1178
  if (this.h != null) {
1105
- this.h.rowHeight = this.ax;
1179
+ this.h.rowHeight = this.az;
1106
1180
  }
1107
1181
  break;
1108
1182
  case "CellTextStyle":
1109
1183
  if (this.h != null) {
1110
- this.h.cellTextStyle = this.ae;
1184
+ this.h.cellTextStyle = this.ag;
1111
1185
  }
1112
1186
  this.m.ac();
1113
1187
  break;
1114
1188
  case "BackgroundColor":
1115
1189
  case "TextColor":
1190
+ case "RowHoverBackgroundColor":
1116
1191
  var f = this.h;
1117
1192
  if (null != f) {
1118
- f.cellTextColor = this.dy;
1119
- f.cellBackground = this.di;
1120
- f.cellSelectedBackground = this.di;
1193
+ f.cellTextColor = this.d5;
1194
+ f.cellBackground = this.dn;
1195
+ f.cellSelectedBackground = this.dn;
1196
+ f.rowHoverBackground = this.dx;
1121
1197
  }
1122
1198
  this.m.ad();
1123
1199
  break;
1124
1200
  case "BaseTheme":
1125
- this.c0();
1201
+ this.c4();
1126
1202
  break;
1127
1203
  case "Density":
1128
- this.cz();
1204
+ this.c3();
1129
1205
  break;
1130
1206
  case "IsRowHoverEnabled":
1131
1207
  if (this.h != null) {
1132
- this.h.isRowHoverEnabled = this.an;
1208
+ this.h.isRowHoverEnabled = this.ap;
1133
1209
  }
1134
1210
  break;
1135
1211
  case "ScrollbarStyle":
1136
1212
  if (this.h != null) {
1137
- this.h.scrollbarStyle = this.w;
1213
+ this.h.scrollbarStyle = this.y;
1138
1214
  }
1139
1215
  break;
1140
1216
  case "ScrollbarBackground":
1141
1217
  if (this.h != null) {
1142
- this.h.scrollbarBackground = this.dr;
1218
+ this.h.scrollbarBackground = this.dy;
1143
1219
  }
1144
1220
  break;
1145
1221
  case "SearchIconColor":
1146
1222
  this.m.ab();
1147
1223
  break;
1148
1224
  case "SearchBackgroundColor":
1149
- this.r.mc = this.ds;
1225
+ this.t.mc = this.dz;
1150
1226
  break;
1151
1227
  case "SearchBorderColor":
1152
- this.r.md = this.dt;
1228
+ this.t.md = this.d0;
1153
1229
  break;
1154
1230
  case "SearchTextColor":
1155
- this.p.d8 = this.dv;
1231
+ if (this.r != null) {
1232
+ this.r.d8 = this.d2;
1233
+ }
1156
1234
  break;
1157
1235
  case "SearchTextStyle":
1158
- this.p.af = this.af;
1236
+ this.r.af = this.ah;
1159
1237
  break;
1160
1238
  case "CheckboxTickColor":
1161
1239
  case "CheckboxCheckedBackgroundColor":
@@ -1169,43 +1247,52 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1169
1247
  break;
1170
1248
  }
1171
1249
  };
1172
- CheckboxList.prototype.cz = function () {
1250
+ CheckboxList.prototype.c3 = function () {
1173
1251
  if (this.h != null) {
1174
- this.h.density = this.aa;
1252
+ this.h.density = this.ac;
1175
1253
  }
1176
- if (this.q != null) {
1177
- this.q.t = this.aa;
1254
+ if (this.s != null) {
1255
+ this.s.t = this.ac;
1178
1256
  }
1179
1257
  this.m.x();
1180
1258
  };
1181
- CheckboxList.prototype.c0 = function () {
1182
- if (this.q != null) {
1183
- this.q.p = this.y;
1259
+ CheckboxList.prototype.c4 = function () {
1260
+ if (this.s != null) {
1261
+ this.s.p = this.aa;
1262
+ }
1263
+ if (this.r != null) {
1264
+ this.r.d8 = this.d2;
1265
+ }
1266
+ if (this.h != null) {
1267
+ this.h.cellTextColor = this.d5;
1268
+ this.h.cellBackground = this.dn;
1269
+ this.h.cellSelectedBackground = this.dn;
1270
+ this.h.rowHoverBackground = this.dx;
1184
1271
  }
1185
1272
  this.m.z();
1186
1273
  };
1187
- CheckboxList.prototype.co = function (a, b) {
1188
- this.aj = true;
1189
- this.b7();
1274
+ CheckboxList.prototype.cs = function (a, b) {
1275
+ this.al = true;
1276
+ this.ca();
1190
1277
  if (b.schema != null) {
1191
- this.cq();
1278
+ this.cu();
1192
1279
  for (var c = 0; c < this.g.count; c++) {
1193
- this.cl(this.g._inner[c]);
1280
+ this.cp(this.g._inner[c]);
1194
1281
  }
1195
1282
  this.m.ag();
1196
1283
  }
1197
- this.aj = false;
1284
+ this.al = false;
1198
1285
  };
1199
- CheckboxList.prototype.cq = function () {
1200
- if (this.ab == null && this.a2 != null && this.a2 != "") {
1201
- this.ab = new FastReflectionHelper(false, this.a2);
1286
+ CheckboxList.prototype.cu = function () {
1287
+ if (this.ad == null && this.a4 != null && this.a4 != "") {
1288
+ this.ad = new FastReflectionHelper(false, this.a4);
1202
1289
  }
1203
- if (this.ay != null && this.ab != null && this.h.actualDataSource.actualSchema != null) {
1204
- this.ab.propertyName = this.a2;
1290
+ if (this.a0 != null && this.ad != null && this.h.actualDataSource.actualSchema != null) {
1291
+ this.ad.propertyName = this.a4;
1205
1292
  var a = this.h.actualDataSource.actualCount;
1206
1293
  for (var b = 0; b < a; b++) {
1207
1294
  var c = this.h.actualDataSource.getItemAtIndex(b);
1208
- var d = this.ab.getPropertyValue(c);
1295
+ var d = this.ad.getPropertyValue(c);
1209
1296
  if (d == true) {
1210
1297
  var e = this.j(c);
1211
1298
  if (!this.g.contains(e)) {
@@ -1215,24 +1302,24 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1215
1302
  }
1216
1303
  }
1217
1304
  };
1218
- CheckboxList.prototype.c1 = function () {
1305
+ CheckboxList.prototype.c5 = function () {
1219
1306
  this.h.actualColumns.clear();
1220
1307
  this.h.primaryKey = this.b;
1221
1308
  this.h.isGroupRowSticky = false;
1222
- this.h.rowHeight = this.ax;
1223
- this.h.cellBackground = this.di;
1224
- this.h.cellSelectedBackground = this.di;
1225
- this.h.density = this.aa;
1226
- this.h.isRowHoverEnabled = this.an;
1309
+ this.h.rowHeight = this.az;
1310
+ this.h.cellBackground = this.dn;
1311
+ this.h.cellSelectedBackground = this.dn;
1312
+ this.h.density = this.ac;
1313
+ this.h.isRowHoverEnabled = this.ap;
1227
1314
  this.h.borderWidth = new Thickness(0, 0);
1228
- if (this.ae != null) {
1229
- this.h.cellTextStyle = this.ae;
1315
+ if (this.ag != null) {
1316
+ this.h.cellTextStyle = this.ag;
1230
1317
  }
1231
1318
  var a = new TemplateColumn();
1232
- if (this.a2 == null) {
1233
- this.a2 = "";
1319
+ if (this.a4 == null) {
1320
+ this.a4 = "";
1234
1321
  }
1235
- a.i8 = this.a2;
1322
+ a.i8 = this.a4;
1236
1323
  a.jz = "CheckboxColumn";
1237
1324
  var b = new ColumnWidth();
1238
1325
  b.c = false;
@@ -1240,10 +1327,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1240
1327
  a.width = b;
1241
1328
  a.h2 = 0;
1242
1329
  a.h3 = 0;
1243
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.b8));
1330
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.cb));
1244
1331
  this.h.columns.add(a);
1245
1332
  this.i = a;
1246
- var c = this.h.actualDataSource.resolveSchemaPropertyType(this.a0);
1333
+ var c = this.h.actualDataSource.resolveSchemaPropertyType(this.a2);
1247
1334
  var d;
1248
1335
  switch (c) {
1249
1336
  case 8:
@@ -1266,7 +1353,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1266
1353
  d = new TextColumn();
1267
1354
  break;
1268
1355
  }
1269
- d.i8 = this.a0;
1356
+ d.i8 = this.a2;
1270
1357
  d.jz = "DataColumn";
1271
1358
  d.h2 = 0;
1272
1359
  d.e = 0;
@@ -1278,13 +1365,14 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1278
1365
  CheckboxList.prototype.provideHrElement = function (a) {
1279
1366
  this.m.p(a);
1280
1367
  };
1281
- CheckboxList.prototype.ck = function () {
1282
- var a = this.p;
1283
- a.changing = delegateCombine(a.changing, runOn(this, this.cc));
1368
+ CheckboxList.prototype.co = function () {
1369
+ var a = this.r;
1370
+ a.changing = delegateCombine(a.changing, runOn(this, this.cg));
1371
+ this.c4();
1284
1372
  };
1285
- CheckboxList.prototype.cc = function (a, b) {
1373
+ CheckboxList.prototype.cg = function (a, b) {
1286
1374
  var c = b.value.toLowerCase();
1287
- this.cj(c);
1375
+ this.cn(c);
1288
1376
  };
1289
1377
  CheckboxList.prototype.j = function (a) {
1290
1378
  if (this.b == null) {
@@ -1298,55 +1386,61 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1298
1386
  }
1299
1387
  return new PrimaryKeyValue(b, c);
1300
1388
  };
1301
- CheckboxList.prototype.cw = function (a) {
1302
- this.ai = true;
1389
+ CheckboxList.prototype.c0 = function (a) {
1390
+ this.ak = true;
1303
1391
  var b = this.e.getItemAtIndex(a);
1392
+ if (this.ad != null) {
1393
+ this.ad.setPropertyValue(b, false);
1394
+ }
1304
1395
  var c = this.j(b);
1305
1396
  this.g.remove(c);
1306
- this.ai = false;
1397
+ this.ak = false;
1307
1398
  };
1308
- CheckboxList.prototype.b5 = function (a) {
1309
- this.ai = true;
1399
+ CheckboxList.prototype.b8 = function (a) {
1400
+ this.ak = true;
1310
1401
  var b = this.e.getItemAtIndex(a);
1402
+ if (this.ad != null) {
1403
+ this.ad.setPropertyValue(b, true);
1404
+ }
1311
1405
  var c = this.j(b);
1312
1406
  this.g.add(c);
1313
- this.ai = false;
1407
+ this.ak = false;
1314
1408
  };
1315
- CheckboxList.prototype.cy = function () {
1409
+ CheckboxList.prototype.c2 = function () {
1316
1410
  this.l = 0;
1317
1411
  this.g.clear();
1318
- this.cd();
1412
+ this.ch();
1319
1413
  this.m.ag();
1320
1414
  };
1321
- CheckboxList.prototype.b9 = function () {
1415
+ CheckboxList.prototype.cc = function () {
1322
1416
  this.l = 1;
1323
1417
  this.g.clear();
1324
- this.cd();
1418
+ this.ch();
1325
1419
  this.m.ag();
1326
1420
  };
1327
- CheckboxList.prototype.cg = function (a, b, c) {
1421
+ CheckboxList.prototype.ck = function (a, b, c) {
1328
1422
  if (this.h != null) {
1329
1423
  this.h.notifySetItem(a, b, c);
1330
1424
  }
1331
1425
  };
1332
- CheckboxList.prototype.cd = function () {
1426
+ CheckboxList.prototype.ch = function () {
1333
1427
  if (this.h != null) {
1334
1428
  this.h.notifyClearItems();
1335
1429
  }
1336
1430
  };
1337
- CheckboxList.prototype.ce = function (a, b) {
1431
+ CheckboxList.prototype.ci = function (a, b) {
1338
1432
  if (this.h != null) {
1339
1433
  this.h.notifyInsertItem(a, b);
1340
1434
  }
1341
1435
  ;
1342
1436
  };
1343
- CheckboxList.prototype.cf = function (a, b) {
1437
+ CheckboxList.prototype.cj = function (a, b) {
1344
1438
  if (this.h != null) {
1345
1439
  this.h.notifyRemoveItem(a, b);
1346
1440
  }
1347
1441
  ;
1348
1442
  };
1349
- CheckboxList.prototype.b6 = function (a) {
1443
+ CheckboxList.prototype.b9 = function (a) {
1350
1444
  var b = null;
1351
1445
  if (this.b == null || this.b.length == 0) {
1352
1446
  b = new PrimaryKeyValue(null, a);
@@ -1358,10 +1452,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1358
1452
  throw new ArgumentException(1, "value length must match PrimaryKey length");
1359
1453
  }
1360
1454
  if (b != null) {
1455
+ if (this.ad != null) {
1456
+ var c = this.e.indexOfKey(a);
1457
+ var d = this.e.getItemAtIndex(c);
1458
+ this.ad.setPropertyValue(d, true);
1459
+ }
1361
1460
  this.g.add(b);
1362
1461
  }
1363
1462
  };
1364
- CheckboxList.prototype.cx = function (a) {
1463
+ CheckboxList.prototype.c1 = function (a) {
1365
1464
  var b = null;
1366
1465
  if (this.b == null || this.b.length == 0) {
1367
1466
  b = new PrimaryKeyValue(null, a);
@@ -1373,62 +1472,67 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1373
1472
  throw new ArgumentException(1, "value length must match PrimaryKey length");
1374
1473
  }
1375
1474
  if (this.g.contains(b)) {
1475
+ if (this.ad != null) {
1476
+ var c = this.e.indexOfKey(a);
1477
+ var d = this.e.getItemAtIndex(c);
1478
+ this.ad.setPropertyValue(d, false);
1479
+ }
1376
1480
  this.g.remove(b);
1377
1481
  }
1378
1482
  };
1379
- Object.defineProperty(CheckboxList.prototype, "bx", {
1483
+ Object.defineProperty(CheckboxList.prototype, "b0", {
1380
1484
  get: function () {
1381
- return this.bw != null ? this.bw : !stringIsNullOrWhiteSpace(this.ah.b1("Select_All")) ? this.ah.b1("Select_All") : "(Select All)";
1485
+ return this.bz != null ? this.bz : !stringIsNullOrWhiteSpace(this.aj.b1("Select_All")) ? this.aj.b1("Select_All") : "(Select All)";
1382
1486
  },
1383
1487
  set: function (a) {
1384
- if (a == this.bw) {
1488
+ if (a == this.bz) {
1385
1489
  return;
1386
1490
  }
1387
- var b = this.bw;
1388
- this.bw = a;
1389
- this.cn("SelectAllCaption", b, this.bw);
1491
+ var b = this.bz;
1492
+ this.bz = a;
1493
+ this.cr("SelectAllCaption", b, this.bz);
1390
1494
  },
1391
1495
  enumerable: false,
1392
1496
  configurable: true
1393
1497
  });
1394
- Object.defineProperty(CheckboxList.prototype, "dw", {
1498
+ Object.defineProperty(CheckboxList.prototype, "d3", {
1395
1499
  get: function () {
1396
- return this.df;
1500
+ return this.dk;
1397
1501
  },
1398
1502
  set: function (a) {
1399
- var b = this.df;
1400
- this.df = a;
1401
- if (b != this.df) {
1402
- this.cn("SelectAllCaptionTextColor", b, a);
1503
+ var b = this.dk;
1504
+ this.dk = a;
1505
+ if (b != this.dk) {
1506
+ this.cr("SelectAllCaptionTextColor", b, a);
1403
1507
  }
1404
1508
  },
1405
1509
  enumerable: false,
1406
1510
  configurable: true
1407
1511
  });
1408
- Object.defineProperty(CheckboxList.prototype, "dh", {
1512
+ Object.defineProperty(CheckboxList.prototype, "dm", {
1409
1513
  get: function () {
1410
- return this.c3;
1514
+ return this.c7;
1411
1515
  },
1412
1516
  set: function (a) {
1413
- var b = this.c3;
1414
- this.c3 = a;
1415
- if (b != this.c3) {
1416
- this.cn("ActualSelectAllCaptionTextColor", b, a);
1517
+ var b = this.c7;
1518
+ this.c7 = a;
1519
+ if (b != this.c7) {
1520
+ this.cr("ActualSelectAllCaptionTextColor", b, a);
1417
1521
  }
1418
1522
  },
1419
1523
  enumerable: false,
1420
1524
  configurable: true
1421
1525
  });
1422
- Object.defineProperty(CheckboxList.prototype, "ao", {
1526
+ Object.defineProperty(CheckboxList.prototype, "aq", {
1423
1527
  get: function () {
1424
- if (-1 == this.aw) {
1528
+ if (-1 == this.ay) {
1425
1529
  return false;
1426
1530
  }
1427
1531
  var a = this.g.count;
1428
1532
  if (0 == a) {
1429
1533
  return false;
1430
1534
  }
1431
- if (a == this.aw) {
1535
+ if (a == this.ay) {
1432
1536
  return false;
1433
1537
  }
1434
1538
  return true;
@@ -1436,50 +1540,64 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1436
1540
  enumerable: false,
1437
1541
  configurable: true
1438
1542
  });
1439
- Object.defineProperty(CheckboxList.prototype, "as", {
1543
+ Object.defineProperty(CheckboxList.prototype, "au", {
1440
1544
  get: function () {
1441
- return this.ar;
1545
+ return this.at;
1442
1546
  },
1443
1547
  set: function (a) {
1444
- if (a == this.ar) {
1548
+ if (a == this.at) {
1445
1549
  return;
1446
1550
  }
1447
- var b = this.ar;
1448
- this.ar = a;
1449
- this.cn("showSelectAll", b, this.ar);
1551
+ var b = this.at;
1552
+ this.at = a;
1553
+ this.cr("showSelectAll", b, this.at);
1554
+ },
1555
+ enumerable: false,
1556
+ configurable: true
1557
+ });
1558
+ Object.defineProperty(CheckboxList.prototype, "dn", {
1559
+ get: function () {
1560
+ return this.c8;
1561
+ },
1562
+ set: function (a) {
1563
+ var b = this.c8;
1564
+ this.c8 = a;
1565
+ if (b != this.c8) {
1566
+ this.cr("BackgroundColor", b, a);
1567
+ }
1450
1568
  },
1451
1569
  enumerable: false,
1452
1570
  configurable: true
1453
1571
  });
1454
- Object.defineProperty(CheckboxList.prototype, "di", {
1572
+ Object.defineProperty(CheckboxList.prototype, "dx", {
1455
1573
  get: function () {
1456
- return this.c4;
1574
+ return this.de;
1457
1575
  },
1458
1576
  set: function (a) {
1459
- var b = this.c4;
1460
- this.c4 = a;
1461
- if (b != this.c4) {
1462
- this.cn("BackgroundColor", b, a);
1577
+ var b = this.de;
1578
+ this.de = a;
1579
+ if (b != this.de) {
1580
+ this.cr("RowHoverBackgroundColor", b, a);
1463
1581
  }
1464
1582
  },
1465
1583
  enumerable: false,
1466
1584
  configurable: true
1467
1585
  });
1468
- Object.defineProperty(CheckboxList.prototype, "dy", {
1586
+ Object.defineProperty(CheckboxList.prototype, "d5", {
1469
1587
  get: function () {
1470
- return this.dg;
1588
+ return this.dl;
1471
1589
  },
1472
1590
  set: function (a) {
1473
- var b = this.dg;
1474
- this.dg = a;
1475
- if (b != this.dg) {
1476
- this.cn("TextColor", b, a);
1591
+ var b = this.dl;
1592
+ this.dl = a;
1593
+ if (b != this.dl) {
1594
+ this.cr("TextColor", b, a);
1477
1595
  }
1478
1596
  },
1479
1597
  enumerable: false,
1480
1598
  configurable: true
1481
1599
  });
1482
- CheckboxList.prototype.cp = function (a) {
1600
+ CheckboxList.prototype.ct = function (a) {
1483
1601
  if (this.selectAllCheckboxChanged != null) {
1484
1602
  this.selectAllCheckboxChanged(this, ((function () {
1485
1603
  var $ret = new SelectAllCheckboxChangedEventArgs();
@@ -1488,77 +1606,78 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1488
1606
  })()));
1489
1607
  }
1490
1608
  };
1491
- CheckboxList.prototype.al = function () {
1492
- if (-1 == this.aw) {
1609
+ CheckboxList.prototype.an = function () {
1610
+ if (-1 == this.ay) {
1493
1611
  return true;
1494
1612
  }
1495
1613
  var a = this.g.count;
1496
1614
  switch (this.l) {
1497
- case 0: return this.aw == a;
1615
+ case 0: return this.ay == a;
1498
1616
  case 1: return 0 == a;
1499
1617
  default: return false;
1500
1618
  }
1501
1619
  };
1502
- CheckboxList.prototype.ak = function () {
1503
- if (-1 == this.aw) {
1620
+ CheckboxList.prototype.am = function () {
1621
+ if (-1 == this.ay) {
1504
1622
  return false;
1505
1623
  }
1506
1624
  var a = this.g.count;
1507
1625
  switch (this.l) {
1508
1626
  case 0: return 0 == a;
1509
- case 1: return this.aw == a;
1627
+ case 1: return this.ay == a;
1510
1628
  default: return false;
1511
1629
  }
1512
1630
  };
1513
- CheckboxList.prototype.b7 = function () {
1631
+ CheckboxList.prototype.ca = function () {
1514
1632
  var a = this.h.actualDataSource;
1515
1633
  if (null != a) {
1516
1634
  if (null == a.actualSchema) {
1517
- this.aw = -1;
1635
+ this.ay = -1;
1518
1636
  return;
1519
1637
  }
1520
1638
  var b = a.actualCount;
1521
- this.aw = b;
1639
+ this.ay = b;
1522
1640
  }
1523
1641
  else {
1524
- this.aw = -1;
1642
+ this.ay = -1;
1525
1643
  }
1526
1644
  };
1527
- Object.defineProperty(CheckboxList.prototype, "aq", {
1645
+ Object.defineProperty(CheckboxList.prototype, "as", {
1528
1646
  get: function () {
1529
- return this.ap;
1647
+ return this.ar;
1530
1648
  },
1531
1649
  set: function (a) {
1532
- if (a == this.ap) {
1650
+ if (a == this.ar) {
1533
1651
  return;
1534
1652
  }
1535
- var b = this.ap;
1536
- this.ap = a;
1537
- this.cn("ShowFilter", b, this.ap);
1653
+ var b = this.ar;
1654
+ this.ar = a;
1655
+ this.cr("ShowFilter", b, this.ar);
1538
1656
  },
1539
1657
  enumerable: false,
1540
1658
  configurable: true
1541
1659
  });
1542
- Object.defineProperty(CheckboxList.prototype, "an", {
1660
+ Object.defineProperty(CheckboxList.prototype, "ap", {
1543
1661
  get: function () {
1544
- return this.am;
1662
+ return this.ao;
1545
1663
  },
1546
1664
  set: function (a) {
1547
- if (a == this.am) {
1665
+ if (a == this.ao) {
1548
1666
  return;
1549
1667
  }
1550
- var b = this.am;
1551
- this.am = a;
1552
- this.cn("IsRowHoverEnabled", b, this.am);
1668
+ var b = this.ao;
1669
+ this.ao = a;
1670
+ this.cr("IsRowHoverEnabled", b, this.ao);
1553
1671
  },
1554
1672
  enumerable: false,
1555
1673
  configurable: true
1556
1674
  });
1557
1675
  CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
1558
- CheckboxList.dx = BrushUtil.h(255, 24, 29, 31);
1559
- CheckboxList.bt = "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";
1560
- CheckboxList.dp = BrushUtil.h(255, 248, 248, 248);
1561
- CheckboxList.dq = BrushUtil.h(255, 24, 29, 31);
1676
+ CheckboxList.d4 = BrushUtil.h(255, 24, 29, 31);
1677
+ CheckboxList.bw = "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";
1678
+ CheckboxList.du = BrushUtil.h(255, 248, 248, 248);
1679
+ CheckboxList.dv = null;
1680
+ CheckboxList.dw = BrushUtil.h(255, 24, 29, 31);
1562
1681
  return CheckboxList;
1563
1682
  }(Base));
1564
1683
  export { CheckboxList };