igniteui-angular-data-grids 21.0.0-beta.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
@@ -15,57 +15,57 @@ var VerticalSeparatorCell = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  __extends(VerticalSeparatorCell, _super);
16
16
  function VerticalSeparatorCell(a) {
17
17
  var _this = _super.call(this, a) || this;
18
+ _this.dx = null;
18
19
  _this.dw = null;
19
- _this.dv = null;
20
- _this.dx = 0;
21
20
  _this.dy = 0;
22
- _this.dw = a.createElement("div");
23
- _this.dw.setRawStyleProperty("position", "absolute");
24
- _this.dw.setRawStyleProperty("pointer-events", "none");
25
- _this.ar.append(_this.dw);
21
+ _this.dz = 0;
22
+ _this.dx = a.createElement("div");
23
+ _this.dx.setRawStyleProperty("position", "absolute");
24
+ _this.dx.setRawStyleProperty("pointer-events", "none");
25
+ _this.ar.append(_this.dx);
26
26
  return _this;
27
27
  }
28
28
  VerticalSeparatorCell.prototype.cx = function (a, b, c, d, e) {
29
29
  if (a == null) {
30
- if (this.dv != null) {
31
- this.dv.remove();
32
- this.dv = null;
30
+ if (this.dw != null) {
31
+ this.dw.remove();
32
+ this.dw = null;
33
33
  }
34
34
  }
35
35
  else {
36
- this.dz();
37
- this.dx = b;
38
- this.dy = d;
36
+ this.d0();
37
+ this.dy = b;
38
+ this.dz = d;
39
39
  }
40
- this.d0();
40
+ this.d1();
41
41
  };
42
- VerticalSeparatorCell.prototype.db = function (a, b) {
43
- _super.prototype.db.call(this, a, b);
44
- this.d0();
42
+ VerticalSeparatorCell.prototype.dc = function (a, b) {
43
+ _super.prototype.dc.call(this, a, b);
44
+ this.d1();
45
45
  };
46
46
  VerticalSeparatorCell.prototype.cw = function (a) {
47
- this.dw.setRawStyleProperty("background-color", a.colorString);
47
+ this.dx.setRawStyleProperty("background-color", a.colorString);
48
48
  };
49
- VerticalSeparatorCell.prototype.d0 = function () {
50
- if (this.dv != null) {
49
+ VerticalSeparatorCell.prototype.d1 = function () {
50
+ if (this.dw != null) {
51
+ this.dx.setRawStyleProperty("height", "100%");
52
+ this.dx.setRawStyleProperty("width", this.ar.width() - (this.dy + this.dz) + "px");
53
+ this.dx.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
54
+ this.dw.setRawStyleProperty("width", "100%");
51
55
  this.dw.setRawStyleProperty("height", "100%");
52
- this.dw.setRawStyleProperty("width", this.ar.width() - (this.dx + this.dy) + "px");
53
- this.dw.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
54
- this.dv.setRawStyleProperty("width", "100%");
55
- this.dv.setRawStyleProperty("height", "100%");
56
56
  }
57
57
  else {
58
- this.dw.setRawStyleProperty("height", "100%");
59
- this.dw.setRawStyleProperty("width", this.ar.width() + "px");
60
- this.dw.setRawStyleProperty("left", "0px");
58
+ this.dx.setRawStyleProperty("height", "100%");
59
+ this.dx.setRawStyleProperty("width", this.ar.width() + "px");
60
+ this.dx.setRawStyleProperty("left", "0px");
61
61
  }
62
62
  };
63
- VerticalSeparatorCell.prototype.dz = function () {
64
- if (this.dv == null) {
65
- this.dv = this.am.createElement("div");
66
- this.dv.setRawStyleProperty("position", "absolute");
67
- this.dv.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
68
- this.ar.getNativeElement().insertBefore(this.dv.getNativeElement(), this.dw.getNativeElement());
63
+ VerticalSeparatorCell.prototype.d0 = function () {
64
+ if (this.dw == null) {
65
+ this.dw = this.am.createElement("div");
66
+ this.dw.setRawStyleProperty("position", "absolute");
67
+ this.dw.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
68
+ this.ar.getNativeElement().insertBefore(this.dw.getNativeElement(), this.dx.getNativeElement());
69
69
  }
70
70
  };
71
71
  VerticalSeparatorCell.$t = markType(VerticalSeparatorCell, 'VerticalSeparatorCell', GridCellBase.$);
@@ -190,7 +190,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
190
190
  });
191
191
  Object.defineProperty(IgxCheckboxListComponent.prototype, "isDetached", {
192
192
  get: function () {
193
- return this.i.az;
193
+ return this.i.a0;
194
194
  },
195
195
  enumerable: false,
196
196
  configurable: true
@@ -210,10 +210,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
210
210
  });
211
211
  Object.defineProperty(IgxCheckboxListComponent.prototype, "dataLegendTarget", {
212
212
  get: function () {
213
- return this.i.bl;
213
+ return this.i.bm;
214
214
  },
215
215
  set: function (v) {
216
- this.i.bl = v;
216
+ this.i.bm = v;
217
217
  },
218
218
  enumerable: false,
219
219
  configurable: true
@@ -223,20 +223,20 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
223
223
  * Gets or Sets the property name that contains the values.
224
224
  */
225
225
  get: function () {
226
- return this.i.c2;
226
+ return this.i.c3;
227
227
  },
228
228
  set: function (v) {
229
- this.i.c2 = v;
229
+ this.i.c3 = v;
230
230
  },
231
231
  enumerable: false,
232
232
  configurable: true
233
233
  });
234
234
  Object.defineProperty(IgxCheckboxListComponent.prototype, "propertyTypeMemberPath", {
235
235
  get: function () {
236
- return this.i.ch;
236
+ return this.i.ci;
237
237
  },
238
238
  set: function (v) {
239
- this.i.ch = v;
239
+ this.i.ci = v;
240
240
  },
241
241
  enumerable: false,
242
242
  configurable: true
@@ -259,10 +259,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
259
259
  * Gets or Sets the property name that contains the values.
260
260
  */
261
261
  get: function () {
262
- return this.i.ca;
262
+ return this.i.cb;
263
263
  },
264
264
  set: function (v) {
265
- this.i.ca = v;
265
+ this.i.cb = v;
266
266
  },
267
267
  enumerable: false,
268
268
  configurable: true
@@ -272,10 +272,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
272
272
  * Gets or Sets the property name that contains the values.
273
273
  */
274
274
  get: function () {
275
- return this.i.z;
275
+ return this.i.aa;
276
276
  },
277
277
  set: function (v) {
278
- this.i.z = ensureEnum(InputGroupDisplayType_$type, v);
278
+ this.i.aa = ensureEnum(InputGroupDisplayType_$type, v);
279
279
  },
280
280
  enumerable: false,
281
281
  configurable: true
@@ -285,17 +285,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
285
285
  * Gets or Sets the property name that contains the values.
286
286
  */
287
287
  get: function () {
288
- return this.i.bi;
288
+ return this.i.bj;
289
289
  },
290
290
  set: function (v) {
291
- this.i.bi = +v;
291
+ this.i.bj = +v;
292
292
  },
293
293
  enumerable: false,
294
294
  configurable: true
295
295
  });
296
296
  Object.defineProperty(IgxCheckboxListComponent.prototype, "actualRowHeight", {
297
297
  get: function () {
298
- return this.i.bg;
298
+ return this.i.bh;
299
299
  },
300
300
  enumerable: false,
301
301
  configurable: true
@@ -305,15 +305,15 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
305
305
  * Gets or Sets the property name that contains the values.
306
306
  */
307
307
  get: function () {
308
- if (this.i.an == null) {
308
+ if (this.i.ao == null) {
309
309
  return null;
310
310
  }
311
- return this.i.an.fontString;
311
+ return this.i.ao.fontString;
312
312
  },
313
313
  set: function (v) {
314
314
  var fi = new FontInfo();
315
315
  fi.fontString = v;
316
- this.i.an = fi;
316
+ this.i.ao = fi;
317
317
  },
318
318
  enumerable: false,
319
319
  configurable: true
@@ -375,10 +375,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
375
375
  * Gets or sets the search background color.
376
376
  */
377
377
  get: function () {
378
- return brushToString(this.i.fb);
378
+ return brushToString(this.i.ff);
379
379
  },
380
380
  set: function (v) {
381
- this.i.fb = stringToBrush(v);
381
+ this.i.ff = stringToBrush(v);
382
382
  },
383
383
  enumerable: false,
384
384
  configurable: true
@@ -388,10 +388,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
388
388
  * Gets or sets the search background color.
389
389
  */
390
390
  get: function () {
391
- return this.i.a5;
391
+ return this.i.a6;
392
392
  },
393
393
  set: function (v) {
394
- this.i.a5 = ensureBool(v);
394
+ this.i.a6 = ensureBool(v);
395
395
  },
396
396
  enumerable: false,
397
397
  configurable: true
@@ -414,10 +414,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
414
414
  * Gets or sets the search border color.
415
415
  */
416
416
  get: function () {
417
- return brushToString(this.i.fc);
417
+ return brushToString(this.i.fg);
418
418
  },
419
419
  set: function (v) {
420
- this.i.fc = stringToBrush(v);
420
+ this.i.fg = stringToBrush(v);
421
421
  },
422
422
  enumerable: false,
423
423
  configurable: true
@@ -427,15 +427,15 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
427
427
  * Gets or sets the text style.
428
428
  */
429
429
  get: function () {
430
- if (this.i.ao == null) {
430
+ if (this.i.ap == null) {
431
431
  return null;
432
432
  }
433
- return this.i.ao.fontString;
433
+ return this.i.ap.fontString;
434
434
  },
435
435
  set: function (v) {
436
436
  var fi = new FontInfo();
437
437
  fi.fontString = v;
438
- this.i.ao = fi;
438
+ this.i.ap = fi;
439
439
  },
440
440
  enumerable: false,
441
441
  configurable: true
@@ -445,10 +445,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
445
445
  * Gets or sets the checkbox tick color.
446
446
  */
447
447
  get: function () {
448
- return brushToString(this.i.e3);
448
+ return brushToString(this.i.e5);
449
449
  },
450
450
  set: function (v) {
451
- this.i.e3 = stringToBrush(v);
451
+ this.i.e5 = stringToBrush(v);
452
452
  },
453
453
  enumerable: false,
454
454
  configurable: true
@@ -458,10 +458,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
458
458
  * Gets or sets the checkbox background color when checked.
459
459
  */
460
460
  get: function () {
461
- return brushToString(this.i.e1);
461
+ return brushToString(this.i.e3);
462
462
  },
463
463
  set: function (v) {
464
- this.i.e1 = stringToBrush(v);
464
+ this.i.e3 = stringToBrush(v);
465
465
  },
466
466
  enumerable: false,
467
467
  configurable: true
@@ -471,10 +471,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
471
471
  * Gets or sets the checkbox background color when unchecked.
472
472
  */
473
473
  get: function () {
474
- return brushToString(this.i.e4);
474
+ return brushToString(this.i.e6);
475
475
  },
476
476
  set: function (v) {
477
- this.i.e4 = stringToBrush(v);
477
+ this.i.e6 = stringToBrush(v);
478
478
  },
479
479
  enumerable: false,
480
480
  configurable: true
@@ -484,10 +484,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
484
484
  * Gets or sets the checkbox border color when checked.
485
485
  */
486
486
  get: function () {
487
- return brushToString(this.i.e2);
487
+ return brushToString(this.i.e4);
488
488
  },
489
489
  set: function (v) {
490
- this.i.e2 = stringToBrush(v);
490
+ this.i.e4 = stringToBrush(v);
491
491
  },
492
492
  enumerable: false,
493
493
  configurable: true
@@ -497,10 +497,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
497
497
  * Gets or sets the checkbox border color when unchecked.
498
498
  */
499
499
  get: function () {
500
- return brushToString(this.i.e5);
500
+ return brushToString(this.i.e7);
501
501
  },
502
502
  set: function (v) {
503
- this.i.e5 = stringToBrush(v);
503
+ this.i.e7 = stringToBrush(v);
504
504
  },
505
505
  enumerable: false,
506
506
  configurable: true
@@ -510,10 +510,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
510
510
  * Gets or sets the corner radius to use for the checkbox.
511
511
  */
512
512
  get: function () {
513
- return this.i.bb;
513
+ return this.i.bc;
514
514
  },
515
515
  set: function (v) {
516
- this.i.bb = +v;
516
+ this.i.bc = +v;
517
517
  },
518
518
  enumerable: false,
519
519
  configurable: true
@@ -523,10 +523,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
523
523
  * Gets or sets the style of scrollbar.
524
524
  */
525
525
  get: function () {
526
- return this.i.ac;
526
+ return this.i.ad;
527
527
  },
528
528
  set: function (v) {
529
- this.i.ac = ensureEnum(ScrollbarStyle_$type, v);
529
+ this.i.ad = ensureEnum(ScrollbarStyle_$type, v);
530
530
  },
531
531
  enumerable: false,
532
532
  configurable: true
@@ -536,10 +536,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
536
536
  * Gets or sets the scrollbar background color.
537
537
  */
538
538
  get: function () {
539
- return brushToString(this.i.fa);
539
+ return brushToString(this.i.fe);
540
540
  },
541
541
  set: function (v) {
542
- this.i.fa = stringToBrush(v);
542
+ this.i.fe = stringToBrush(v);
543
543
  },
544
544
  enumerable: false,
545
545
  configurable: true
@@ -549,10 +549,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
549
549
  * Gets / sets the caption of the "Select All" checkbox.
550
550
  */
551
551
  get: function () {
552
- return this.i.cv;
552
+ return this.i.cw;
553
553
  },
554
554
  set: function (v) {
555
- this.i.cv = v;
555
+ this.i.cw = v;
556
556
  },
557
557
  enumerable: false,
558
558
  configurable: true
@@ -562,10 +562,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
562
562
  * Gets or sets the color to use for the "Select All" label.
563
563
  */
564
564
  get: function () {
565
- return brushToString(this.i.ff);
565
+ return brushToString(this.i.fj);
566
566
  },
567
567
  set: function (v) {
568
- this.i.ff = stringToBrush(v);
568
+ this.i.fj = stringToBrush(v);
569
569
  },
570
570
  enumerable: false,
571
571
  configurable: true
@@ -575,10 +575,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
575
575
  * Gets or sets the color to use for the actual header selectAllCaption text.
576
576
  */
577
577
  get: function () {
578
- return brushToString(this.i.ez);
578
+ return brushToString(this.i.e1);
579
579
  },
580
580
  set: function (v) {
581
- this.i.ez = stringToBrush(v);
581
+ this.i.e1 = stringToBrush(v);
582
582
  },
583
583
  enumerable: false,
584
584
  configurable: true
@@ -627,10 +627,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
627
627
  * Gets or sets the color to use for the text of the component.
628
628
  */
629
629
  get: function () {
630
- return brushToString(this.i.fh);
630
+ return brushToString(this.i.fl);
631
631
  },
632
632
  set: function (v) {
633
- this.i.fh = stringToBrush(v);
633
+ this.i.fl = stringToBrush(v);
634
634
  },
635
635
  enumerable: false,
636
636
  configurable: true
@@ -640,10 +640,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
640
640
  * Gets or sets whether the filter input is visible.
641
641
  */
642
642
  get: function () {
643
- return this.i.a7;
643
+ return this.i.a8;
644
644
  },
645
645
  set: function (v) {
646
- this.i.a7 = ensureBool(v);
646
+ this.i.a8 = ensureBool(v);
647
647
  },
648
648
  enumerable: false,
649
649
  configurable: true
@@ -653,10 +653,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
653
653
  * Gets or sets whether row hover highlighting is enabled.
654
654
  */
655
655
  get: function () {
656
- return this.i.a3;
656
+ return this.i.a4;
657
657
  },
658
658
  set: function (v) {
659
- this.i.a3 = ensureBool(v);
659
+ this.i.a4 = ensureBool(v);
660
660
  },
661
661
  enumerable: false,
662
662
  configurable: true
@@ -666,10 +666,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
666
666
  * Gets or sets whether checkbox should be displayed to the right.
667
667
  */
668
668
  get: function () {
669
- return this.i.ay;
669
+ return this.i.az;
670
670
  },
671
671
  set: function (v) {
672
- this.i.ay = ensureBool(v);
672
+ this.i.az = ensureBool(v);
673
673
  },
674
674
  enumerable: false,
675
675
  configurable: true
@@ -747,17 +747,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
747
747
 
748
748
  */
749
749
  IgxCheckboxListComponent.prototype.selectAll = function () {
750
- this.i.ed();
750
+ this.i.ef();
751
751
  };
752
752
  /**
753
753
  * Deselects all the items in the checkbox list.
754
754
 
755
755
  */
756
756
  IgxCheckboxListComponent.prototype.deselectAll = function () {
757
- this.i.db();
757
+ this.i.dc();
758
758
  };
759
759
  IgxCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
760
- this.i.dp(index, oldItem, newItem);
760
+ this.i.dr(index, oldItem, newItem);
761
761
  };
762
762
  /**
763
763
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -765,22 +765,22 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
765
765
 
766
766
  */
767
767
  IgxCheckboxListComponent.prototype.notifyClearItems = function () {
768
- this.i.dk();
768
+ this.i.dm();
769
769
  };
770
770
  IgxCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
771
- this.i.dl(index, newItem);
771
+ this.i.dn(index, newItem);
772
772
  };
773
773
  IgxCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
774
- this.i.dn(index, oldItem);
774
+ this.i.dq(index, oldItem);
775
775
  };
776
776
  IgxCheckboxListComponent.prototype.refresh = function () {
777
777
  this.i.refresh();
778
778
  };
779
779
  IgxCheckboxListComponent.prototype.addKeyValue = function (value) {
780
- this.i.c6(value);
780
+ this.i.c7(value);
781
781
  };
782
782
  IgxCheckboxListComponent.prototype.removeKeyValue = function (value) {
783
- this.i.eb(value);
783
+ this.i.ed(value);
784
784
  };
785
785
  IgxCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
786
786
  var iv = this.i.getDesiredSize(toSize(availableSize));
@@ -791,7 +791,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
791
791
 
792
792
  */
793
793
  IgxCheckboxListComponent.prototype.exportVisualModel = function () {
794
- var iv = this.i.bm();
794
+ var iv = this.i.bn();
795
795
  return (iv);
796
796
  };
797
797
  /**
@@ -799,7 +799,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
799
799
 
800
800
  */
801
801
  IgxCheckboxListComponent.prototype.exportSerializedVisualModel = function () {
802
- var iv = this.i.b9();
802
+ var iv = this.i.ca();
803
803
  return (iv);
804
804
  };
805
805
  /**
@@ -807,7 +807,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
807
807
 
808
808
  */
809
809
  IgxCheckboxListComponent.prototype.isNothingSelected = function () {
810
- var iv = this.i.a1();
810
+ var iv = this.i.a2();
811
811
  return (iv);
812
812
  };
813
813
  /**
@@ -815,7 +815,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
815
815
 
816
816
  */
817
817
  IgxCheckboxListComponent.prototype.isEverythingSelected = function () {
818
- var iv = this.i.a0();
818
+ var iv = this.i.a1();
819
819
  return (iv);
820
820
  };
821
821
  Object.defineProperty(IgxCheckboxListComponent.prototype, "selectedKeyAdded", {
@@ -997,7 +997,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
997
997
  }
998
998
  };
999
999
  IgxCheckboxListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxCheckboxListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
1000
- IgxCheckboxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: { height: "height", width: "width", dataSource: "dataSource", keys: "keys", primaryKey: "primaryKey", dataMemberPath: "dataMemberPath", dataLegendTarget: "dataLegendTarget", subtitleMemberPath: "subtitleMemberPath", propertyTypeMemberPath: "propertyTypeMemberPath", selectedMemberPath: "selectedMemberPath", filterPlaceholderText: "filterPlaceholderText", searchInputType: "searchInputType", rowHeight: "rowHeight", cellTextStyle: "cellTextStyle", indexType: "indexType", baseTheme: "baseTheme", density: "density", searchIconColor: "searchIconColor", searchBackgroundColor: "searchBackgroundColor", labelClickTriggersChange: "labelClickTriggersChange", searchTextColor: "searchTextColor", searchBorderColor: "searchBorderColor", searchTextStyle: "searchTextStyle", checkboxTickColor: "checkboxTickColor", checkboxCheckedBackgroundColor: "checkboxCheckedBackgroundColor", checkboxUncheckedBackgroundColor: "checkboxUncheckedBackgroundColor", checkboxCheckedBorderColor: "checkboxCheckedBorderColor", checkboxUncheckedBorderColor: "checkboxUncheckedBorderColor", checkboxCornerRadius: "checkboxCornerRadius", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", selectAllCaption: "selectAllCaption", selectAllCaptionTextColor: "selectAllCaptionTextColor", actualSelectAllCaptionTextColor: "actualSelectAllCaptionTextColor", showSelectAll: "showSelectAll", backgroundColor: "backgroundColor", rowHoverBackgroundColor: "rowHoverBackgroundColor", textColor: "textColor", showFilter: "showFilter", isRowHoverEnabled: "isRowHoverEnabled", checkboxAlignedRight: "checkboxAlignedRight" }, outputs: { selectedKeyAdded: "selectedKeyAdded", selectedKeyRemoved: "selectedKeyRemoved", checkedChanged: "checkedChanged", labelClicked: "labelClicked", indexTypeChanged: "indexTypeChanged", keysCleared: "keysCleared", selectAllCheckboxChanged: "selectAllCheckboxChanged" }, host: { classAttribute: "ig-checkbox-list igx-checkbox-list" }, providers: [], viewQueries: [{ propertyName: "_listGrid", first: true, predicate: ["listGrid"], descendants: true, read: IgxDataGridComponent, static: true }, { propertyName: "_listContainer", first: true, predicate: ["listContainer"], descendants: true, read: ElementRef, static: true }, { propertyName: "_hrElement", first: true, predicate: ["hrElement"], descendants: true, read: ElementRef, static: true }, { propertyName: "_selectAllSection", first: true, predicate: ["selectAllSection"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #listContainer style=\"width: 100%; height: 100%\">\n <div> \n </div>\n <hr #hrElement>\n <div #selectAllSection key='checkBoxListSelectAllSection'></div>\n <igx-data-grid #listGrid headerHeight=\"0\"></igx-data-grid>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxDataGridComponent, selector: "igx-data-grid", inputs: ["height", "width", "dataSource", "columnResizingMode", "columnMovingMode", "isRowHoverEnabled", "rowHoverBackground", "rowHoverTextColor", "editRowBorder", "editRowBorderWidthBottom", "editRowBorderWidthLeft", "editRowBorderWidthRight", "editRowBorderWidthTop", "sectionHeader", "summaryRowRoot", "summaryRowSection", "rowSeparator", "headerRowSeparator", "headerSeparator", "columnResizingSeparator", "columnMovingSeparator", "pinnedAreaSeparator", "autoGenerateDesiredProperties", "dataSourceDesiredProperties", "density", "actualRowHeight", "rowHeight", "defaultColumnMinWidth", "actualHeaderHeight", "headerHeight", "headerClickAction", "editMode", "editModeClickAction", "editOnKeyPress", "autoGenerateColumns", "rowSeparatorHeight", "isPlaceholderRenderingEnabled", "columnAddingAnimationMode", "columnPropertyUpdatingAnimationMode", "cellDataLoadedAnimationMode", "rowSelectionAnimationMode", "rowHoverAnimationMode", "cellSelectionAnimationMode", "animationSettings", "columnResizingAnimationMode", "columnShowingAnimationMode", "columnMovingAnimationMode", "columnHidingAnimationMode", "columnExchangingAnimationMode", "selectionMode", "activationMode", "selectionBehavior", "mouseDragSelectionEnabled", "selectedItems", "selectedKeys", "selectedCells", "selectedCellRanges", "pinnedItems", "pinnedKeys", "isColumnOptionsEnabled", "isGroupRowSticky", "isHeaderSeparatorVisible", "cellSelectedBackground", "sectionHeaderSelectedBackground", "summaryRootBackground", "summarySectionBackground", "pinnedRowOpacity", "editTextStyle", "editOpacity", "deletedTextColor", "stickyRowBackground", "pinnedRowBackground", "lastStickyRowBackground", "activeCell", "cellBackground", "cellTextColor", "headerSortIndicatorColor", "headerSortIndicatorStyle", "cellTextStyle", "sectionHeaderBackground", "sectionHeaderTextColor", "sectionHeaderTextStyle", "summaryRootLabelTextStyle", "summarySectionLabelTextStyle", "summaryRootValueTextColor", "summaryRootValueTextStyle", "summarySectionValueTextStyle", "summarySectionValueTextColor", "summaryRootLabelTextColor", "summarySectionLabelTextColor", "summaryRootSelectedBackground", "summarySectionSelectedBackground", "pinnedAreaSeparatorWidth", "headerSeparatorWidth", "headerSeparatorBackground", "headerBackground", "headerTextColor", "headerTextStyle", "rowSeparatorBackground", "headerRowSeparatorBackground", "rowSeparatorStickyRowBackground", "rowSeparatorLastStickyRowBackground", "rowSeparatorPinnedRowBackground", "columnResizingSeparatorWidth", "columnResizingSeparatorOpacity", "columnMovingSeparatorWidth", "columnMovingSeparatorOpacity", "columnResizingSeparatorBackground", "columnMovingSeparatorBackground", "shiftSectionContent", "columnOptionsIconAlignment", "columnOptionsIconColor", "columnOptionsIconBehavior", "border", "actualBorderWidth", "borderWidthBottom", "borderWidthLeft", "borderWidthRight", "borderWidthTop", "notifyOnAllSelectionChanges", "cornerRadiusBottomRight", "cornerRadiusBottomLeft", "cornerRadiusTopLeft", "cornerRadiusTopRight", "actualCornerRadiusBottomRight", "actualCornerRadiusBottomLeft", "actualCornerRadiusTopLeft", "actualCornerRadiusTopRight", "isActiveCellStyleEnabled", "stopPropagation", "responsiveStates", "initialSorts", "initialGroups", "initialSummaries", "summaryScope", "isGroupCollapsable", "groupHeaderDisplayMode", "isGroupExpandedDefault", "groupSummaryDisplayMode", "autoAcceptEdits", "primaryKey", "actualPrimaryKey", "actualColumns", "reactsToSortChanges", "reactsToGroupChanges", "reactsToFilterChanges", "enterBehavior", "enterBehaviorAfterEdit", "isColumnOptionsSummariesEnabled", "isColumnOptionsGroupingEnabled", "mergedCellMode", "mergedCellEvaluationCriteria", "mergedCellVerticalAlignment", "filterUIType", "filterLogicalOperator", "filterComparisonType", "todayOverride", "clearSelectionOnEscape", "pageSize", "isToolbarColumnChooserVisible", "isToolbarColumnPinningVisible", "toolbarTitle", "toolbarColumnChooserText", "toolbarColumnChooserTitle", "toolbarColumnPinningText", "toolbarColumnPinningTitle", "scrollbarStyle", "scrollbarBackground", "allowCopyOperation", "deferEventForRowDragSelection"], outputs: ["filterExpressionsChanging", "filterExpressionsChanged", "cellPreviewPointerDown", "cellPreviewPointerUp", "cellPointerDown", "cellPointerUp", "cellClicked", "sortDescriptionsChanged", "groupDescriptionsChanged", "summaryDescriptionsChanged", "columnHiddenChanged", "columnPinnedChanged", "cellValueChanging", "dataCommitted", "dataCommitting", "rootSummariesChanged", "sizeChanged", "actualColumnsChanged", "columnsAutoGenerated", "selectedItemsChanged", "selectedKeysChanged", "selectedCellsChanged", "selectionChanged", "activeCellChanged", "selectedCellRangesChanged", "columnWidthChanged", "cellEditStarted", "cellEditEnded", "rowEditStarted", "rowEditEnded", "customFilterRequested", "actualPrimaryKeyChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1000
+ IgxCheckboxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: { height: "height", width: "width", dataSource: "dataSource", keys: "keys", primaryKey: "primaryKey", dataMemberPath: "dataMemberPath", dataLegendTarget: "dataLegendTarget", subtitleMemberPath: "subtitleMemberPath", propertyTypeMemberPath: "propertyTypeMemberPath", selectedMemberPath: "selectedMemberPath", filterPlaceholderText: "filterPlaceholderText", searchInputType: "searchInputType", rowHeight: "rowHeight", cellTextStyle: "cellTextStyle", indexType: "indexType", baseTheme: "baseTheme", density: "density", searchIconColor: "searchIconColor", searchBackgroundColor: "searchBackgroundColor", labelClickTriggersChange: "labelClickTriggersChange", searchTextColor: "searchTextColor", searchBorderColor: "searchBorderColor", searchTextStyle: "searchTextStyle", checkboxTickColor: "checkboxTickColor", checkboxCheckedBackgroundColor: "checkboxCheckedBackgroundColor", checkboxUncheckedBackgroundColor: "checkboxUncheckedBackgroundColor", checkboxCheckedBorderColor: "checkboxCheckedBorderColor", checkboxUncheckedBorderColor: "checkboxUncheckedBorderColor", checkboxCornerRadius: "checkboxCornerRadius", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", selectAllCaption: "selectAllCaption", selectAllCaptionTextColor: "selectAllCaptionTextColor", actualSelectAllCaptionTextColor: "actualSelectAllCaptionTextColor", showSelectAll: "showSelectAll", backgroundColor: "backgroundColor", rowHoverBackgroundColor: "rowHoverBackgroundColor", textColor: "textColor", showFilter: "showFilter", isRowHoverEnabled: "isRowHoverEnabled", checkboxAlignedRight: "checkboxAlignedRight" }, outputs: { selectedKeyAdded: "selectedKeyAdded", selectedKeyRemoved: "selectedKeyRemoved", checkedChanged: "checkedChanged", labelClicked: "labelClicked", indexTypeChanged: "indexTypeChanged", keysCleared: "keysCleared", selectAllCheckboxChanged: "selectAllCheckboxChanged" }, host: { classAttribute: "ig-checkbox-list igx-checkbox-list" }, providers: [], viewQueries: [{ propertyName: "_listGrid", first: true, predicate: ["listGrid"], descendants: true, read: IgxDataGridComponent, static: true }, { propertyName: "_listContainer", first: true, predicate: ["listContainer"], descendants: true, read: ElementRef, static: true }, { propertyName: "_hrElement", first: true, predicate: ["hrElement"], descendants: true, read: ElementRef, static: true }, { propertyName: "_selectAllSection", first: true, predicate: ["selectAllSection"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #listContainer style=\"width: 100%; height: 100%\">\n <div> \n </div>\n <hr #hrElement>\n <div #selectAllSection key='checkBoxListSelectAllSection'></div>\n <igx-data-grid #listGrid headerHeight=\"0\"></igx-data-grid>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxDataGridComponent, selector: "igx-data-grid", inputs: ["height", "width", "dataSource", "theme", "columnResizingMode", "columnMovingMode", "isRowHoverEnabled", "rowHoverBackground", "rowHoverTextColor", "editRowBorder", "editRowBorderWidthBottom", "editRowBorderWidthLeft", "editRowBorderWidthRight", "editRowBorderWidthTop", "sectionHeader", "summaryRowRoot", "summaryRowSection", "rowSeparator", "headerRowSeparator", "headerSeparator", "columnResizingSeparator", "columnMovingSeparator", "pinnedAreaSeparator", "autoGenerateDesiredProperties", "dataSourceDesiredProperties", "density", "actualRowHeight", "rowHeight", "defaultColumnMinWidth", "actualHeaderHeight", "headerHeight", "headerClickAction", "editMode", "editModeClickAction", "editOnKeyPress", "autoGenerateColumns", "rowSeparatorHeight", "isPlaceholderRenderingEnabled", "columnAddingAnimationMode", "columnPropertyUpdatingAnimationMode", "cellDataLoadedAnimationMode", "rowSelectionAnimationMode", "rowHoverAnimationMode", "cellSelectionAnimationMode", "animationSettings", "columnResizingAnimationMode", "columnShowingAnimationMode", "columnMovingAnimationMode", "columnHidingAnimationMode", "columnExchangingAnimationMode", "selectionMode", "activationMode", "selectionBehavior", "mouseDragSelectionEnabled", "selectedItems", "selectedKeys", "selectedCells", "selectedCellRanges", "pinnedItems", "pinnedKeys", "isColumnOptionsEnabled", "isGroupRowSticky", "isHeaderSeparatorVisible", "cellSelectedBackground", "sectionHeaderSelectedBackground", "summaryRootBackground", "summarySectionBackground", "pinnedRowOpacity", "editTextStyle", "editOpacity", "deletedTextColor", "stickyRowBackground", "pinnedRowBackground", "lastStickyRowBackground", "activeCell", "cellBackground", "cellTextColor", "headerSortIndicatorColor", "headerSortIndicatorStyle", "cellTextStyle", "sectionHeaderBackground", "sectionHeaderTextColor", "sectionHeaderTextStyle", "summaryRootLabelTextStyle", "summarySectionLabelTextStyle", "summaryRootValueTextColor", "summaryRootValueTextStyle", "summarySectionValueTextStyle", "summarySectionValueTextColor", "summaryRootLabelTextColor", "summarySectionLabelTextColor", "summaryRootSelectedBackground", "summarySectionSelectedBackground", "pinnedAreaSeparatorWidth", "headerSeparatorWidth", "headerSeparatorBackground", "headerBackground", "headerTextColor", "headerTextStyle", "rowSeparatorBackground", "headerRowSeparatorBackground", "rowSeparatorStickyRowBackground", "rowSeparatorLastStickyRowBackground", "rowSeparatorPinnedRowBackground", "columnResizingSeparatorWidth", "columnResizingSeparatorOpacity", "columnMovingSeparatorWidth", "columnMovingSeparatorOpacity", "columnResizingSeparatorBackground", "columnMovingSeparatorBackground", "shiftSectionContent", "columnOptionsIconAlignment", "columnOptionsIconColor", "columnOptionsIconBehavior", "actualBorder", "border", "actualBorderWidth", "borderWidthBottom", "borderWidthLeft", "borderWidthRight", "borderWidthTop", "notifyOnAllSelectionChanges", "cornerRadiusBottomRight", "cornerRadiusBottomLeft", "cornerRadiusTopLeft", "cornerRadiusTopRight", "actualCornerRadiusBottomRight", "actualCornerRadiusBottomLeft", "actualCornerRadiusTopLeft", "actualCornerRadiusTopRight", "isActiveCellStyleEnabled", "stopPropagation", "actualBackground", "background", "responsiveStates", "initialSorts", "initialGroups", "initialSummaries", "summaryScope", "isGroupCollapsable", "groupHeaderDisplayMode", "isGroupExpandedDefault", "groupSummaryDisplayMode", "autoAcceptEdits", "primaryKey", "actualPrimaryKey", "actualColumns", "reactsToSortChanges", "reactsToGroupChanges", "reactsToFilterChanges", "enterBehavior", "enterBehaviorAfterEdit", "isColumnOptionsSummariesEnabled", "isColumnOptionsGroupingEnabled", "mergedCellMode", "mergedCellEvaluationCriteria", "mergedCellVerticalAlignment", "filterUIType", "filterLogicalOperator", "filterComparisonType", "todayOverride", "clearSelectionOnEscape", "pageSize", "isToolbarColumnChooserVisible", "isToolbarColumnPinningVisible", "toolbarTitle", "toolbarColumnChooserText", "toolbarColumnChooserTitle", "toolbarColumnPinningText", "toolbarColumnPinningTitle", "scrollbarStyle", "scrollbarBackground", "columnOptionsBackground", "columnOptionsTextColor", "columnOptionsSeparatorColor", "columnOptionsGroupHeaderBackground", "columnOptionsGroupHeaderTextColor", "columnOptionsAccentColor", "allowCopyOperation", "deferEventForRowDragSelection"], outputs: ["filterExpressionsChanging", "filterExpressionsChanged", "cellPreviewPointerDown", "cellPreviewPointerUp", "cellPointerDown", "cellPointerUp", "cellClicked", "sortDescriptionsChanged", "groupDescriptionsChanged", "summaryDescriptionsChanged", "columnHiddenChanged", "columnPinnedChanged", "cellValueChanging", "dataCommitted", "dataCommitting", "rootSummariesChanged", "sizeChanged", "actualColumnsChanged", "columnsAutoGenerated", "selectedItemsChanged", "selectedKeysChanged", "selectedCellsChanged", "selectionChanged", "activeCellChanged", "selectedCellRangesChanged", "columnWidthChanged", "cellEditStarted", "cellEditEnded", "rowEditStarted", "rowEditEnded", "customFilterRequested", "actualPrimaryKeyChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1001
1001
  return IgxCheckboxListComponent;
1002
1002
  }());
1003
1003
  export { IgxCheckboxListComponent };
@@ -40,30 +40,30 @@ var IgxColumnMovingSeparatorComponent = /** @class */ /*@__PURE__*/ (function (_
40
40
  * Gets or sets the separator width for this column.
41
41
  */
42
42
  get: function () {
43
- return this.i.g4;
43
+ return this.i.g6;
44
44
  },
45
45
  set: function (v) {
46
- this.i.g4 = +v;
46
+ this.i.g6 = +v;
47
47
  },
48
48
  enumerable: false,
49
49
  configurable: true
50
50
  });
51
51
  Object.defineProperty(IgxColumnMovingSeparatorComponent.prototype, "actualOpacity", {
52
52
  get: function () {
53
- return this.i.g1;
53
+ return this.i.g3;
54
54
  },
55
55
  set: function (v) {
56
- this.i.g1 = +v;
56
+ this.i.g3 = +v;
57
57
  },
58
58
  enumerable: false,
59
59
  configurable: true
60
60
  });
61
61
  Object.defineProperty(IgxColumnMovingSeparatorComponent.prototype, "opacity", {
62
62
  get: function () {
63
- return this.i.g2;
63
+ return this.i.g4;
64
64
  },
65
65
  set: function (v) {
66
- this.i.g2 = +v;
66
+ this.i.g4 = +v;
67
67
  },
68
68
  enumerable: false,
69
69
  configurable: true
@@ -37,20 +37,20 @@ var IgxColumnResizingSeparatorComponent = /** @class */ /*@__PURE__*/ (function
37
37
  };
38
38
  Object.defineProperty(IgxColumnResizingSeparatorComponent.prototype, "actualOpacity", {
39
39
  get: function () {
40
- return this.i.g1;
40
+ return this.i.g3;
41
41
  },
42
42
  set: function (v) {
43
- this.i.g1 = +v;
43
+ this.i.g3 = +v;
44
44
  },
45
45
  enumerable: false,
46
46
  configurable: true
47
47
  });
48
48
  Object.defineProperty(IgxColumnResizingSeparatorComponent.prototype, "opacity", {
49
49
  get: function () {
50
- return this.i.g2;
50
+ return this.i.g4;
51
51
  },
52
52
  set: function (v) {
53
- this.i.g2 = +v;
53
+ this.i.g4 = +v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true