igniteui-angular-data-grids 20.1.0 → 20.2.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 (192) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +1 -1
  4. package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +7 -7
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  15. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  17. package/esm2015/lib/CellPresenterBase.js +40 -37
  18. package/esm2015/lib/CheckboxListBridge.js +4 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +778 -743
  20. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
  22. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +13 -13
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  27. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  28. package/esm2015/lib/EditorCell.js +303 -303
  29. package/esm2015/lib/EditorCellPresenter.js +27 -27
  30. package/esm2015/lib/EditorRowCell.js +1 -1
  31. package/esm2015/lib/FilterCell.js +272 -272
  32. package/esm2015/lib/FilterCellPresenter.js +16 -16
  33. package/esm2015/lib/GridCellBase.js +354 -335
  34. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  35. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  40. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  41. package/esm2015/lib/GridExternalWrapper.js +6 -6
  42. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  43. package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
  44. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  45. package/esm2015/lib/ImageCell.js +59 -59
  46. package/esm2015/lib/ImageCellPresenter.js +17 -17
  47. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  48. package/esm2015/lib/NumericCell.js +8 -8
  49. package/esm2015/lib/NumericCellPresenter.js +9 -9
  50. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  51. package/esm2015/lib/SectionHeaderCell.js +15 -15
  52. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  53. package/esm2015/lib/SortIndicatorStyle.js +6 -2
  54. package/esm2015/lib/SummaryCell.js +40 -40
  55. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  56. package/esm2015/lib/TemplateCell.js +15 -15
  57. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  58. package/esm2015/lib/TemplateHeader.js +2 -2
  59. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  60. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  61. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  62. package/esm2015/lib/TextCell.js +32 -32
  63. package/esm2015/lib/TextCellPresenter.js +10 -10
  64. package/esm2015/lib/TextHeaderCell.js +153 -153
  65. package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
  66. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  67. package/esm2015/lib/igx-cell-info.js +164 -155
  68. package/esm2015/lib/igx-checkbox-list-component.js +82 -66
  69. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  70. package/esm2015/lib/igx-data-grid-column-component.js +87 -76
  71. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  73. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  74. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  75. package/esm2015/lib/igx-image-cell-info.js +6 -6
  76. package/esm2015/lib/igx-image-column-component.js +10 -10
  77. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  78. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  79. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  80. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  81. package/esm2015/lib/igx-template-cell-info.js +2 -2
  82. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  83. package/esm2015/lib/igx-text-cell-info.js +2 -2
  84. package/esm2015/lib/igx-text-column-component.js +8 -8
  85. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  86. package/esm5/lib/AccessibilityRow.js +1 -1
  87. package/esm5/lib/CanvasCellPresenterBase.js +9 -9
  88. package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
  89. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  90. package/esm5/lib/CanvasGridCellBase.js +7 -7
  91. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  92. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  93. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasSummaryCell.js +1 -1
  95. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  98. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  99. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  100. package/esm5/lib/CellPresenterBase.js +40 -37
  101. package/esm5/lib/CheckboxListBridge.js +4 -0
  102. package/esm5/lib/CheckboxListView_combined.js +760 -725
  103. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  104. package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
  105. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  106. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  107. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  108. package/esm5/lib/ContentCellModelHelper.js +13 -13
  109. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  110. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  111. package/esm5/lib/EditorCell.js +285 -285
  112. package/esm5/lib/EditorCellPresenter.js +27 -27
  113. package/esm5/lib/EditorRowCell.js +1 -1
  114. package/esm5/lib/FilterCell.js +262 -262
  115. package/esm5/lib/FilterCellPresenter.js +16 -16
  116. package/esm5/lib/GridCellBase.js +349 -326
  117. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  118. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  119. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  120. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  121. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  122. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  123. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  124. package/esm5/lib/GridExternalWrapper.js +6 -6
  125. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  126. package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
  127. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  128. package/esm5/lib/ImageCell.js +59 -59
  129. package/esm5/lib/ImageCellPresenter.js +17 -17
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  131. package/esm5/lib/NumericCell.js +8 -8
  132. package/esm5/lib/NumericCellPresenter.js +9 -9
  133. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  134. package/esm5/lib/SectionHeaderCell.js +15 -15
  135. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  136. package/esm5/lib/SortIndicatorStyle.js +6 -2
  137. package/esm5/lib/SummaryCell.js +40 -40
  138. package/esm5/lib/SummaryCellPresenter.js +10 -10
  139. package/esm5/lib/TemplateCell.js +15 -15
  140. package/esm5/lib/TemplateCellPresenter.js +5 -5
  141. package/esm5/lib/TemplateHeader.js +2 -2
  142. package/esm5/lib/TemplateHeaderCell.js +5 -5
  143. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  144. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  145. package/esm5/lib/TextCell.js +32 -32
  146. package/esm5/lib/TextCellPresenter.js +10 -10
  147. package/esm5/lib/TextHeaderCell.js +151 -151
  148. package/esm5/lib/TextHeaderCellPresenter.js +25 -25
  149. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  150. package/esm5/lib/igx-cell-info.js +168 -155
  151. package/esm5/lib/igx-checkbox-list-component.js +82 -66
  152. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  153. package/esm5/lib/igx-data-grid-column-component.js +91 -76
  154. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  155. package/esm5/lib/igx-date-time-column-component.js +20 -20
  156. package/esm5/lib/igx-editor-cell-info.js +23 -23
  157. package/esm5/lib/igx-filter-cell-info.js +26 -26
  158. package/esm5/lib/igx-image-cell-info.js +6 -6
  159. package/esm5/lib/igx-image-column-component.js +10 -10
  160. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  161. package/esm5/lib/igx-numeric-column-component.js +30 -30
  162. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  163. package/esm5/lib/igx-summary-cell-info.js +9 -9
  164. package/esm5/lib/igx-template-cell-info.js +2 -2
  165. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  166. package/esm5/lib/igx-text-cell-info.js +2 -2
  167. package/esm5/lib/igx-text-column-component.js +8 -8
  168. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  169. package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
  170. package/fesm5/igniteui-angular-data-grids.js +5729 -5578
  171. package/lib/CheckboxListBridge.d.ts +1 -0
  172. package/lib/CheckboxListViewExternal.d.ts +1 -0
  173. package/lib/CheckboxListView_combined.d.ts +185 -179
  174. package/lib/ColumnFilterCondition_combined.d.ts +820 -813
  175. package/lib/EditorCell.d.ts +67 -67
  176. package/lib/FilterCell.d.ts +55 -55
  177. package/lib/GridCellBase.d.ts +105 -102
  178. package/lib/ImageCell.d.ts +17 -17
  179. package/lib/NumericCell.d.ts +2 -2
  180. package/lib/SectionHeaderCell.d.ts +3 -3
  181. package/lib/SortIndicatorStyle.d.ts +5 -1
  182. package/lib/SummaryCell.d.ts +9 -9
  183. package/lib/TemplateCell.d.ts +5 -5
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  186. package/lib/TextCell.d.ts +7 -7
  187. package/lib/TextHeaderCell.d.ts +29 -29
  188. package/lib/VerticalSeparatorCell.d.ts +8 -8
  189. package/lib/igx-cell-info.d.ts +6 -0
  190. package/lib/igx-checkbox-list-component.d.ts +10 -0
  191. package/lib/igx-data-grid-column-component.d.ts +7 -1
  192. package/package.json +4 -4
@@ -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.ay;
193
+ return this.i.az;
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.bk;
213
+ return this.i.bl;
214
214
  },
215
215
  set: function (v) {
216
- this.i.bk = v;
216
+ this.i.bl = 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.cz;
226
+ return this.i.c2;
227
227
  },
228
228
  set: function (v) {
229
- this.i.cz = v;
229
+ this.i.c2 = 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.ce;
236
+ return this.i.ch;
237
237
  },
238
238
  set: function (v) {
239
- this.i.ce = v;
239
+ this.i.ch = 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.b7;
262
+ return this.i.ca;
263
263
  },
264
264
  set: function (v) {
265
- this.i.b7 = v;
265
+ this.i.ca = 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.y;
275
+ return this.i.z;
276
276
  },
277
277
  set: function (v) {
278
- this.i.y = ensureEnum(InputGroupDisplayType_$type, v);
278
+ this.i.z = 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.bh;
288
+ return this.i.bi;
289
289
  },
290
290
  set: function (v) {
291
- this.i.bh = +v;
291
+ this.i.bi = +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.bf;
298
+ return this.i.bg;
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.am == null) {
308
+ if (this.i.an == null) {
309
309
  return null;
310
310
  }
311
- return this.i.am.fontString;
311
+ return this.i.an.fontString;
312
312
  },
313
313
  set: function (v) {
314
314
  var fi = new FontInfo();
315
315
  fi.fontString = v;
316
- this.i.am = fi;
316
+ this.i.an = 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.e8);
378
+ return brushToString(this.i.fb);
379
379
  },
380
380
  set: function (v) {
381
- this.i.e8 = stringToBrush(v);
381
+ this.i.fb = 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.a4;
391
+ return this.i.a5;
392
392
  },
393
393
  set: function (v) {
394
- this.i.a4 = ensureBool(v);
394
+ this.i.a5 = 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.e9);
417
+ return brushToString(this.i.fc);
418
418
  },
419
419
  set: function (v) {
420
- this.i.e9 = stringToBrush(v);
420
+ this.i.fc = 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.an == null) {
430
+ if (this.i.ao == null) {
431
431
  return null;
432
432
  }
433
- return this.i.an.fontString;
433
+ return this.i.ao.fontString;
434
434
  },
435
435
  set: function (v) {
436
436
  var fi = new FontInfo();
437
437
  fi.fontString = v;
438
- this.i.an = fi;
438
+ this.i.ao = 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.e0);
448
+ return brushToString(this.i.e3);
449
449
  },
450
450
  set: function (v) {
451
- this.i.e0 = stringToBrush(v);
451
+ this.i.e3 = 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.ey);
461
+ return brushToString(this.i.e1);
462
462
  },
463
463
  set: function (v) {
464
- this.i.ey = stringToBrush(v);
464
+ this.i.e1 = 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.e1);
474
+ return brushToString(this.i.e4);
475
475
  },
476
476
  set: function (v) {
477
- this.i.e1 = stringToBrush(v);
477
+ this.i.e4 = 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.ez);
487
+ return brushToString(this.i.e2);
488
488
  },
489
489
  set: function (v) {
490
- this.i.ez = stringToBrush(v);
490
+ this.i.e2 = 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.e2);
500
+ return brushToString(this.i.e5);
501
501
  },
502
502
  set: function (v) {
503
- this.i.e2 = stringToBrush(v);
503
+ this.i.e5 = 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.ba;
513
+ return this.i.bb;
514
514
  },
515
515
  set: function (v) {
516
- this.i.ba = +v;
516
+ this.i.bb = +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.ab;
526
+ return this.i.ac;
527
527
  },
528
528
  set: function (v) {
529
- this.i.ab = ensureEnum(ScrollbarStyle_$type, v);
529
+ this.i.ac = 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.e7);
539
+ return brushToString(this.i.fa);
540
540
  },
541
541
  set: function (v) {
542
- this.i.e7 = stringToBrush(v);
542
+ this.i.fa = 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.cs;
552
+ return this.i.cv;
553
553
  },
554
554
  set: function (v) {
555
- this.i.cs = v;
555
+ this.i.cv = 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.fc);
565
+ return brushToString(this.i.ff);
566
566
  },
567
567
  set: function (v) {
568
- this.i.fc = stringToBrush(v);
568
+ this.i.ff = 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.ew);
578
+ return brushToString(this.i.ez);
579
579
  },
580
580
  set: function (v) {
581
- this.i.ew = stringToBrush(v);
581
+ this.i.ez = 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.fe);
630
+ return brushToString(this.i.fh);
631
631
  },
632
632
  set: function (v) {
633
- this.i.fe = stringToBrush(v);
633
+ this.i.fh = 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.a6;
643
+ return this.i.a7;
644
644
  },
645
645
  set: function (v) {
646
- this.i.a6 = ensureBool(v);
646
+ this.i.a7 = 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.a2;
656
+ return this.i.a3;
657
657
  },
658
658
  set: function (v) {
659
- this.i.a2 = ensureBool(v);
659
+ this.i.a3 = 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.ax;
669
+ return this.i.ay;
670
670
  },
671
671
  set: function (v) {
672
- this.i.ax = ensureBool(v);
672
+ this.i.ay = 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.ea();
750
+ this.i.ed();
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.c8();
757
+ this.i.db();
758
758
  };
759
759
  IgxCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
760
- this.i.dl(index, oldItem, newItem);
760
+ this.i.dp(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,33 +765,49 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
765
765
 
766
766
  */
767
767
  IgxCheckboxListComponent.prototype.notifyClearItems = function () {
768
- this.i.dh();
768
+ this.i.dk();
769
769
  };
770
770
  IgxCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
771
- this.i.di(index, newItem);
771
+ this.i.dl(index, newItem);
772
772
  };
773
773
  IgxCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
774
- this.i.dk(index, oldItem);
774
+ this.i.dn(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.c3(value);
780
+ this.i.c6(value);
781
781
  };
782
782
  IgxCheckboxListComponent.prototype.removeKeyValue = function (value) {
783
- this.i.d8(value);
783
+ this.i.eb(value);
784
784
  };
785
785
  IgxCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
786
786
  var iv = this.i.getDesiredSize(toSize(availableSize));
787
787
  return fromSize(iv);
788
788
  };
789
+ /**
790
+ * Exports visual information about the current state of the grid.
791
+
792
+ */
793
+ IgxCheckboxListComponent.prototype.exportVisualModel = function () {
794
+ var iv = this.i.bm();
795
+ return (iv);
796
+ };
797
+ /**
798
+ * Returns a serialized copy of the exported visual model
799
+
800
+ */
801
+ IgxCheckboxListComponent.prototype.exportSerializedVisualModel = function () {
802
+ var iv = this.i.b9();
803
+ return (iv);
804
+ };
789
805
  /**
790
806
  * Returns true if no items are selected / checked; otherwise false.
791
807
 
792
808
  */
793
809
  IgxCheckboxListComponent.prototype.isNothingSelected = function () {
794
- var iv = this.i.a0();
810
+ var iv = this.i.a1();
795
811
  return (iv);
796
812
  };
797
813
  /**
@@ -799,7 +815,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
799
815
 
800
816
  */
801
817
  IgxCheckboxListComponent.prototype.isEverythingSelected = function () {
802
- var iv = this.i.az();
818
+ var iv = this.i.a0();
803
819
  return (iv);
804
820
  };
805
821
  Object.defineProperty(IgxCheckboxListComponent.prototype, "selectedKeyAdded", {
@@ -44,10 +44,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
44
44
  * Gets the actual data source that is being used by the combo. If a collection was provided for the combobox data, an implicit LocalDataSource is created, and this is available via this property.
45
45
  */
46
46
  get: function () {
47
- return this.i.o8;
47
+ return this.i.pb;
48
48
  },
49
49
  set: function (v) {
50
- this.i.o8 = v;
50
+ this.i.pb = v;
51
51
  },
52
52
  enumerable: false,
53
53
  configurable: true
@@ -57,10 +57,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
57
57
  * Gets or sets the ComboBox data source.
58
58
  */
59
59
  get: function () {
60
- return this.i.o9;
60
+ return this.i.pc;
61
61
  },
62
62
  set: function (v) {
63
- this.i.o9 = v;
63
+ this.i.pc = v;
64
64
  },
65
65
  enumerable: false,
66
66
  configurable: true
@@ -70,10 +70,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
70
70
  * Gets or sets the ComboBox text field.
71
71
  */
72
72
  get: function () {
73
- return this.i.pd;
73
+ return this.i.pg;
74
74
  },
75
75
  set: function (v) {
76
- this.i.pd = v;
76
+ this.i.pg = v;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true
@@ -83,10 +83,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
83
83
  * Gets or sets the ComboBox value field.
84
84
  */
85
85
  get: function () {
86
- return this.i.pe;
86
+ return this.i.ph;
87
87
  },
88
88
  set: function (v) {
89
- this.i.pe = v;
89
+ this.i.ph = v;
90
90
  },
91
91
  enumerable: false,
92
92
  configurable: true
@@ -96,14 +96,14 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
96
96
  * Gets or sets the ComboBox value field.
97
97
  */
98
98
  get: function () {
99
- return this.i.o6;
99
+ return this.i.o9;
100
100
  },
101
101
  set: function (v) {
102
102
  if (v && !Array.isArray(v) && typeof (v) == "string") {
103
103
  var re = /\s*(?:,|\s|$)\s*/gm;
104
104
  v = v.split(re);
105
105
  }
106
- this.i.o6 = v;
106
+ this.i.o9 = v;
107
107
  },
108
108
  enumerable: false,
109
109
  configurable: true