igniteui-angular-data-grids 20.0.0 → 20.0.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 (166) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3900 -3533
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +10 -6
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  7. package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
  14. package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
  16. package/esm2015/lib/CellPresenterBase.js +5 -5
  17. package/esm2015/lib/CheckboxListView_combined.js +479 -435
  18. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  19. package/esm2015/lib/ColumnFilterCondition_combined.js +2442 -2384
  20. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  21. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  22. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  23. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  24. package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +10 -6
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/FormatCellEventArgs.js +31 -0
  30. package/esm2015/lib/GridCellBase.js +1 -1
  31. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  32. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  33. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  34. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
  40. package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
  41. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  42. package/esm2015/lib/ImageCellPresenter.js +6 -6
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCellPresenter.js +9 -6
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +2 -2
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  52. package/esm2015/lib/TextCellPresenter.js +20 -15
  53. package/esm2015/lib/TextHeaderCell.js +6 -5
  54. package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
  55. package/esm2015/lib/igx-cell-info.js +58 -49
  56. package/esm2015/lib/igx-checkbox-list-component.js +58 -55
  57. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  58. package/esm2015/lib/igx-data-grid-column-component.js +121 -97
  59. package/esm2015/lib/igx-data-grid-sort-indicator-component.js +20 -12
  60. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  61. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  62. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  63. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  64. package/esm2015/lib/igx-format-cell-event-args.js +82 -0
  65. package/esm2015/lib/igx-image-cell-info.js +6 -6
  66. package/esm2015/lib/igx-image-column-component.js +10 -10
  67. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  68. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  69. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  70. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  71. package/esm2015/lib/igx-template-cell-info.js +2 -2
  72. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  73. package/esm2015/lib/igx-text-cell-info.js +2 -2
  74. package/esm2015/lib/igx-text-column-component.js +8 -8
  75. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  76. package/esm2015/public_api.js +2 -0
  77. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  78. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  79. package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
  80. package/esm5/lib/CanvasGridCellBase.js +1 -1
  81. package/esm5/lib/CanvasImageCellPresenter.js +6 -6
  82. package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
  83. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  84. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CanvasTextCellPresenter.js +20 -15
  88. package/esm5/lib/CanvasTextHeaderCell.js +4 -4
  89. package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CellPresenterBase.js +5 -5
  91. package/esm5/lib/CheckboxListView_combined.js +461 -413
  92. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  93. package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
  94. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  95. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  96. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  97. package/esm5/lib/ContentCellModelHelper.js +4 -4
  98. package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
  99. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  100. package/esm5/lib/DateTimeCellPresenter.js +10 -6
  101. package/esm5/lib/EditorCellPresenter.js +19 -19
  102. package/esm5/lib/FilterCellPresenter.js +11 -11
  103. package/esm5/lib/FormatCellEventArgs.js +37 -0
  104. package/esm5/lib/GridCellBase.js +1 -1
  105. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  106. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  108. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  109. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  112. package/esm5/lib/GridExternalWrapper.js +6 -6
  113. package/esm5/lib/GridFilterDialogView_combined.js +9 -4
  114. package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
  115. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  116. package/esm5/lib/ImageCellPresenter.js +6 -6
  117. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  118. package/esm5/lib/NumericCellPresenter.js +9 -6
  119. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  120. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  121. package/esm5/lib/SummaryCellPresenter.js +6 -6
  122. package/esm5/lib/TemplateCellPresenter.js +2 -2
  123. package/esm5/lib/TemplateHeader.js +2 -2
  124. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  125. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  126. package/esm5/lib/TextCellPresenter.js +20 -15
  127. package/esm5/lib/TextHeaderCell.js +6 -5
  128. package/esm5/lib/TextHeaderCellPresenter.js +16 -16
  129. package/esm5/lib/igx-cell-info.js +62 -49
  130. package/esm5/lib/igx-checkbox-list-component.js +62 -55
  131. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  132. package/esm5/lib/igx-data-grid-column-component.js +126 -97
  133. package/esm5/lib/igx-data-grid-sort-indicator-component.js +24 -12
  134. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  135. package/esm5/lib/igx-date-time-column-component.js +20 -20
  136. package/esm5/lib/igx-editor-cell-info.js +23 -23
  137. package/esm5/lib/igx-filter-cell-info.js +26 -26
  138. package/esm5/lib/igx-format-cell-event-args.js +112 -0
  139. package/esm5/lib/igx-image-cell-info.js +6 -6
  140. package/esm5/lib/igx-image-column-component.js +10 -10
  141. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  142. package/esm5/lib/igx-numeric-column-component.js +30 -30
  143. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  144. package/esm5/lib/igx-summary-cell-info.js +9 -9
  145. package/esm5/lib/igx-template-cell-info.js +2 -2
  146. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  147. package/esm5/lib/igx-text-cell-info.js +2 -2
  148. package/esm5/lib/igx-text-column-component.js +8 -8
  149. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  150. package/esm5/public_api.js +2 -0
  151. package/fesm2015/igniteui-angular-data-grids.js +3969 -3666
  152. package/fesm5/igniteui-angular-data-grids.js +3900 -3535
  153. package/lib/CanvasTextCellPresenter.d.ts +1 -0
  154. package/lib/CheckboxListView_combined.d.ts +127 -120
  155. package/lib/ColumnFilterCondition_combined.d.ts +643 -636
  156. package/lib/FormatCellEventArgs.d.ts +15 -0
  157. package/lib/GridSortIndicatorView_combined.d.ts +41 -38
  158. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  159. package/lib/TextCellPresenter.d.ts +1 -0
  160. package/lib/igx-cell-info.d.ts +5 -0
  161. package/lib/igx-checkbox-list-component.d.ts +2 -0
  162. package/lib/igx-data-grid-column-component.d.ts +10 -1
  163. package/lib/igx-data-grid-sort-indicator-component.d.ts +4 -1
  164. package/lib/igx-format-cell-event-args.d.ts +45 -0
  165. package/package.json +4 -5
  166. package/public_api.d.ts +2 -0
@@ -188,6 +188,13 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
188
188
  enumerable: false,
189
189
  configurable: true
190
190
  });
191
+ Object.defineProperty(IgxCheckboxListComponent.prototype, "isDetached", {
192
+ get: function () {
193
+ return this.i.ay;
194
+ },
195
+ enumerable: false,
196
+ configurable: true
197
+ });
191
198
  Object.defineProperty(IgxCheckboxListComponent.prototype, "dataMemberPath", {
192
199
  /**
193
200
  * Gets or Sets the property name that contains the values.
@@ -203,10 +210,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
203
210
  });
204
211
  Object.defineProperty(IgxCheckboxListComponent.prototype, "dataLegendTarget", {
205
212
  get: function () {
206
- return this.i.bh;
213
+ return this.i.bk;
207
214
  },
208
215
  set: function (v) {
209
- this.i.bh = v;
216
+ this.i.bk = v;
210
217
  },
211
218
  enumerable: false,
212
219
  configurable: true
@@ -216,20 +223,20 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
216
223
  * Gets or Sets the property name that contains the values.
217
224
  */
218
225
  get: function () {
219
- return this.i.cw;
226
+ return this.i.cz;
220
227
  },
221
228
  set: function (v) {
222
- this.i.cw = v;
229
+ this.i.cz = v;
223
230
  },
224
231
  enumerable: false,
225
232
  configurable: true
226
233
  });
227
234
  Object.defineProperty(IgxCheckboxListComponent.prototype, "propertyTypeMemberPath", {
228
235
  get: function () {
229
- return this.i.cb;
236
+ return this.i.ce;
230
237
  },
231
238
  set: function (v) {
232
- this.i.cb = v;
239
+ this.i.ce = v;
233
240
  },
234
241
  enumerable: false,
235
242
  configurable: true
@@ -252,10 +259,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
252
259
  * Gets or Sets the property name that contains the values.
253
260
  */
254
261
  get: function () {
255
- return this.i.b4;
262
+ return this.i.b7;
256
263
  },
257
264
  set: function (v) {
258
- this.i.b4 = v;
265
+ this.i.b7 = v;
259
266
  },
260
267
  enumerable: false,
261
268
  configurable: true
@@ -278,17 +285,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
278
285
  * Gets or Sets the property name that contains the values.
279
286
  */
280
287
  get: function () {
281
- return this.i.be;
288
+ return this.i.bh;
282
289
  },
283
290
  set: function (v) {
284
- this.i.be = +v;
291
+ this.i.bh = +v;
285
292
  },
286
293
  enumerable: false,
287
294
  configurable: true
288
295
  });
289
296
  Object.defineProperty(IgxCheckboxListComponent.prototype, "actualRowHeight", {
290
297
  get: function () {
291
- return this.i.bc;
298
+ return this.i.bf;
292
299
  },
293
300
  enumerable: false,
294
301
  configurable: true
@@ -368,10 +375,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
368
375
  * Gets or sets the search background color.
369
376
  */
370
377
  get: function () {
371
- return brushToString(this.i.e1);
378
+ return brushToString(this.i.e8);
372
379
  },
373
380
  set: function (v) {
374
- this.i.e1 = stringToBrush(v);
381
+ this.i.e8 = stringToBrush(v);
375
382
  },
376
383
  enumerable: false,
377
384
  configurable: true
@@ -381,10 +388,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
381
388
  * Gets or sets the search background color.
382
389
  */
383
390
  get: function () {
384
- return this.i.a1;
391
+ return this.i.a4;
385
392
  },
386
393
  set: function (v) {
387
- this.i.a1 = ensureBool(v);
394
+ this.i.a4 = ensureBool(v);
388
395
  },
389
396
  enumerable: false,
390
397
  configurable: true
@@ -407,10 +414,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
407
414
  * Gets or sets the search border color.
408
415
  */
409
416
  get: function () {
410
- return brushToString(this.i.e2);
417
+ return brushToString(this.i.e9);
411
418
  },
412
419
  set: function (v) {
413
- this.i.e2 = stringToBrush(v);
420
+ this.i.e9 = stringToBrush(v);
414
421
  },
415
422
  enumerable: false,
416
423
  configurable: true
@@ -438,10 +445,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
438
445
  * Gets or sets the checkbox tick color.
439
446
  */
440
447
  get: function () {
441
- return brushToString(this.i.et);
448
+ return brushToString(this.i.e0);
442
449
  },
443
450
  set: function (v) {
444
- this.i.et = stringToBrush(v);
451
+ this.i.e0 = stringToBrush(v);
445
452
  },
446
453
  enumerable: false,
447
454
  configurable: true
@@ -451,10 +458,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
451
458
  * Gets or sets the checkbox background color when checked.
452
459
  */
453
460
  get: function () {
454
- return brushToString(this.i.er);
461
+ return brushToString(this.i.ey);
455
462
  },
456
463
  set: function (v) {
457
- this.i.er = stringToBrush(v);
464
+ this.i.ey = stringToBrush(v);
458
465
  },
459
466
  enumerable: false,
460
467
  configurable: true
@@ -464,10 +471,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
464
471
  * Gets or sets the checkbox background color when unchecked.
465
472
  */
466
473
  get: function () {
467
- return brushToString(this.i.eu);
474
+ return brushToString(this.i.e1);
468
475
  },
469
476
  set: function (v) {
470
- this.i.eu = stringToBrush(v);
477
+ this.i.e1 = stringToBrush(v);
471
478
  },
472
479
  enumerable: false,
473
480
  configurable: true
@@ -477,10 +484,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
477
484
  * Gets or sets the checkbox border color when checked.
478
485
  */
479
486
  get: function () {
480
- return brushToString(this.i.es);
487
+ return brushToString(this.i.ez);
481
488
  },
482
489
  set: function (v) {
483
- this.i.es = stringToBrush(v);
490
+ this.i.ez = stringToBrush(v);
484
491
  },
485
492
  enumerable: false,
486
493
  configurable: true
@@ -490,10 +497,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
490
497
  * Gets or sets the checkbox border color when unchecked.
491
498
  */
492
499
  get: function () {
493
- return brushToString(this.i.ev);
500
+ return brushToString(this.i.e2);
494
501
  },
495
502
  set: function (v) {
496
- this.i.ev = stringToBrush(v);
503
+ this.i.e2 = stringToBrush(v);
497
504
  },
498
505
  enumerable: false,
499
506
  configurable: true
@@ -503,10 +510,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
503
510
  * Gets or sets the corner radius to use for the checkbox.
504
511
  */
505
512
  get: function () {
506
- return this.i.a7;
513
+ return this.i.ba;
507
514
  },
508
515
  set: function (v) {
509
- this.i.a7 = +v;
516
+ this.i.ba = +v;
510
517
  },
511
518
  enumerable: false,
512
519
  configurable: true
@@ -529,10 +536,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
529
536
  * Gets or sets the scrollbar background color.
530
537
  */
531
538
  get: function () {
532
- return brushToString(this.i.e0);
539
+ return brushToString(this.i.e7);
533
540
  },
534
541
  set: function (v) {
535
- this.i.e0 = stringToBrush(v);
542
+ this.i.e7 = stringToBrush(v);
536
543
  },
537
544
  enumerable: false,
538
545
  configurable: true
@@ -542,10 +549,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
542
549
  * Gets / sets the caption of the "Select All" checkbox.
543
550
  */
544
551
  get: function () {
545
- return this.i.cp;
552
+ return this.i.cs;
546
553
  },
547
554
  set: function (v) {
548
- this.i.cp = v;
555
+ this.i.cs = v;
549
556
  },
550
557
  enumerable: false,
551
558
  configurable: true
@@ -555,10 +562,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
555
562
  * Gets or sets the color to use for the "Select All" label.
556
563
  */
557
564
  get: function () {
558
- return brushToString(this.i.e5);
565
+ return brushToString(this.i.fc);
559
566
  },
560
567
  set: function (v) {
561
- this.i.e5 = stringToBrush(v);
568
+ this.i.fc = stringToBrush(v);
562
569
  },
563
570
  enumerable: false,
564
571
  configurable: true
@@ -568,10 +575,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
568
575
  * Gets or sets the color to use for the actual header selectAllCaption text.
569
576
  */
570
577
  get: function () {
571
- return brushToString(this.i.ep);
578
+ return brushToString(this.i.ew);
572
579
  },
573
580
  set: function (v) {
574
- this.i.ep = stringToBrush(v);
581
+ this.i.ew = stringToBrush(v);
575
582
  },
576
583
  enumerable: false,
577
584
  configurable: true
@@ -620,10 +627,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
620
627
  * Gets or sets the color to use for the text of the component.
621
628
  */
622
629
  get: function () {
623
- return brushToString(this.i.e7);
630
+ return brushToString(this.i.fe);
624
631
  },
625
632
  set: function (v) {
626
- this.i.e7 = stringToBrush(v);
633
+ this.i.fe = stringToBrush(v);
627
634
  },
628
635
  enumerable: false,
629
636
  configurable: true
@@ -633,10 +640,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
633
640
  * Gets or sets whether the filter input is visible.
634
641
  */
635
642
  get: function () {
636
- return this.i.a3;
643
+ return this.i.a6;
637
644
  },
638
645
  set: function (v) {
639
- this.i.a3 = ensureBool(v);
646
+ this.i.a6 = ensureBool(v);
640
647
  },
641
648
  enumerable: false,
642
649
  configurable: true
@@ -646,10 +653,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
646
653
  * Gets or sets whether row hover highlighting is enabled.
647
654
  */
648
655
  get: function () {
649
- return this.i.az;
656
+ return this.i.a2;
650
657
  },
651
658
  set: function (v) {
652
- this.i.az = ensureBool(v);
659
+ this.i.a2 = ensureBool(v);
653
660
  },
654
661
  enumerable: false,
655
662
  configurable: true
@@ -659,10 +666,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
659
666
  * Gets or sets whether checkbox should be displayed to the right.
660
667
  */
661
668
  get: function () {
662
- return this.i.av;
669
+ return this.i.ax;
663
670
  },
664
671
  set: function (v) {
665
- this.i.av = ensureBool(v);
672
+ this.i.ax = ensureBool(v);
666
673
  },
667
674
  enumerable: false,
668
675
  configurable: true
@@ -740,17 +747,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
740
747
 
741
748
  */
742
749
  IgxCheckboxListComponent.prototype.selectAll = function () {
743
- this.i.d3();
750
+ this.i.ea();
744
751
  };
745
752
  /**
746
753
  * Deselects all the items in the checkbox list.
747
754
 
748
755
  */
749
756
  IgxCheckboxListComponent.prototype.deselectAll = function () {
750
- this.i.c5();
757
+ this.i.c8();
751
758
  };
752
759
  IgxCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
753
- this.i.dg(index, oldItem, newItem);
760
+ this.i.dl(index, oldItem, newItem);
754
761
  };
755
762
  /**
756
763
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -758,22 +765,22 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
758
765
 
759
766
  */
760
767
  IgxCheckboxListComponent.prototype.notifyClearItems = function () {
761
- this.i.dc();
768
+ this.i.dh();
762
769
  };
763
770
  IgxCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
764
- this.i.dd(index, newItem);
771
+ this.i.di(index, newItem);
765
772
  };
766
773
  IgxCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
767
- this.i.df(index, oldItem);
774
+ this.i.dk(index, oldItem);
768
775
  };
769
776
  IgxCheckboxListComponent.prototype.refresh = function () {
770
777
  this.i.refresh();
771
778
  };
772
779
  IgxCheckboxListComponent.prototype.addKeyValue = function (value) {
773
- this.i.c0(value);
780
+ this.i.c3(value);
774
781
  };
775
782
  IgxCheckboxListComponent.prototype.removeKeyValue = function (value) {
776
- this.i.d1(value);
783
+ this.i.d8(value);
777
784
  };
778
785
  IgxCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
779
786
  var iv = this.i.getDesiredSize(toSize(availableSize));
@@ -784,7 +791,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
784
791
 
785
792
  */
786
793
  IgxCheckboxListComponent.prototype.isNothingSelected = function () {
787
- var iv = this.i.ax();
794
+ var iv = this.i.a0();
788
795
  return (iv);
789
796
  };
790
797
  /**
@@ -792,7 +799,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
792
799
 
793
800
  */
794
801
  IgxCheckboxListComponent.prototype.isEverythingSelected = function () {
795
- var iv = this.i.aw();
802
+ var iv = this.i.az();
796
803
  return (iv);
797
804
  };
798
805
  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.n5;
47
+ return this.i.n7;
48
48
  },
49
49
  set: function (v) {
50
- this.i.n5 = v;
50
+ this.i.n7 = 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.n6;
60
+ return this.i.n8;
61
61
  },
62
62
  set: function (v) {
63
- this.i.n6 = v;
63
+ this.i.n8 = 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.oa;
73
+ return this.i.oc;
74
74
  },
75
75
  set: function (v) {
76
- this.i.oa = v;
76
+ this.i.oc = 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.ob;
86
+ return this.i.od;
87
87
  },
88
88
  set: function (v) {
89
- this.i.ob = v;
89
+ this.i.od = 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.n3;
99
+ return this.i.n5;
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.n3 = v;
106
+ this.i.n5 = v;
107
107
  },
108
108
  enumerable: false,
109
109
  configurable: true