igniteui-webcomponents-data-grids 6.0.0-beta.0 → 6.0.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +3976 -3602
  2. package/bundles/igniteui-webcomponents-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 +2445 -2387
  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/igc-cell-info.js +58 -49
  56. package/esm2015/lib/igc-checkbox-list-component.js +75 -72
  57. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  58. package/esm2015/lib/igc-data-grid-column-component.js +164 -135
  59. package/esm2015/lib/igc-data-grid-sort-indicator-component.js +22 -15
  60. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  61. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  62. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  63. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  64. package/esm2015/lib/igc-format-cell-event-args.js +85 -0
  65. package/esm2015/lib/igc-image-cell-info.js +6 -6
  66. package/esm2015/lib/igc-image-column-component.js +12 -12
  67. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  68. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  69. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  70. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  71. package/esm2015/lib/igc-template-cell-info.js +2 -2
  72. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  73. package/esm2015/lib/igc-text-cell-info.js +2 -2
  74. package/esm2015/lib/igc-text-column-component.js +9 -9
  75. package/esm2015/lib/igc-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/igc-cell-info.js +62 -49
  130. package/esm5/lib/igc-checkbox-list-component.js +79 -72
  131. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  132. package/esm5/lib/igc-data-grid-column-component.js +169 -135
  133. package/esm5/lib/igc-data-grid-sort-indicator-component.js +26 -15
  134. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  135. package/esm5/lib/igc-date-time-column-component.js +23 -23
  136. package/esm5/lib/igc-editor-cell-info.js +23 -23
  137. package/esm5/lib/igc-filter-cell-info.js +26 -26
  138. package/esm5/lib/igc-format-cell-event-args.js +115 -0
  139. package/esm5/lib/igc-image-cell-info.js +6 -6
  140. package/esm5/lib/igc-image-column-component.js +12 -12
  141. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  142. package/esm5/lib/igc-numeric-column-component.js +35 -35
  143. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  144. package/esm5/lib/igc-summary-cell-info.js +9 -9
  145. package/esm5/lib/igc-template-cell-info.js +2 -2
  146. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  147. package/esm5/lib/igc-text-cell-info.js +2 -2
  148. package/esm5/lib/igc-text-column-component.js +9 -9
  149. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  150. package/esm5/public_api.js +2 -0
  151. package/fesm2015/igniteui-webcomponents-data-grids.js +4045 -3735
  152. package/fesm5/igniteui-webcomponents-data-grids.js +3976 -3604
  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/igc-cell-info.d.ts +5 -0
  161. package/lib/igc-checkbox-list-component.d.ts +1 -0
  162. package/lib/igc-data-grid-column-component.d.ts +8 -0
  163. package/lib/igc-data-grid-sort-indicator-component.d.ts +2 -0
  164. package/lib/igc-format-cell-event-args.d.ts +42 -0
  165. package/package.json +4 -5
  166. package/public_api.d.ts +2 -0
@@ -297,6 +297,13 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
297
297
  enumerable: false,
298
298
  configurable: true
299
299
  });
300
+ Object.defineProperty(IgcCheckboxListComponent.prototype, "isDetached", {
301
+ get: function () {
302
+ return this.i.ay;
303
+ },
304
+ enumerable: false,
305
+ configurable: true
306
+ });
300
307
  Object.defineProperty(IgcCheckboxListComponent.prototype, "dataMemberPath", {
301
308
  /**
302
309
  * Gets or Sets the property name that contains the values.
@@ -312,10 +319,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
312
319
  });
313
320
  Object.defineProperty(IgcCheckboxListComponent.prototype, "dataLegendTarget", {
314
321
  get: function () {
315
- return this.i.bh;
322
+ return this.i.bk;
316
323
  },
317
324
  set: function (v) {
318
- this.i.bh = v;
325
+ this.i.bk = v;
319
326
  },
320
327
  enumerable: false,
321
328
  configurable: true
@@ -325,20 +332,20 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
325
332
  * Gets or Sets the property name that contains the values.
326
333
  */
327
334
  get: function () {
328
- return this.i.cw;
335
+ return this.i.cz;
329
336
  },
330
337
  set: function (v) {
331
- this.i.cw = v;
338
+ this.i.cz = v;
332
339
  },
333
340
  enumerable: false,
334
341
  configurable: true
335
342
  });
336
343
  Object.defineProperty(IgcCheckboxListComponent.prototype, "propertyTypeMemberPath", {
337
344
  get: function () {
338
- return this.i.cb;
345
+ return this.i.ce;
339
346
  },
340
347
  set: function (v) {
341
- this.i.cb = v;
348
+ this.i.ce = v;
342
349
  },
343
350
  enumerable: false,
344
351
  configurable: true
@@ -361,10 +368,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
361
368
  * Gets or Sets the property name that contains the values.
362
369
  */
363
370
  get: function () {
364
- return this.i.b4;
371
+ return this.i.b7;
365
372
  },
366
373
  set: function (v) {
367
- this.i.b4 = v;
374
+ this.i.b7 = v;
368
375
  },
369
376
  enumerable: false,
370
377
  configurable: true
@@ -388,18 +395,18 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
388
395
  * Gets or Sets the property name that contains the values.
389
396
  */
390
397
  get: function () {
391
- return this.i.be;
398
+ return this.i.bh;
392
399
  },
393
400
  set: function (v) {
394
- this.i.be = +v;
395
- this._a("rowHeight", this.i.be);
401
+ this.i.bh = +v;
402
+ this._a("rowHeight", this.i.bh);
396
403
  },
397
404
  enumerable: false,
398
405
  configurable: true
399
406
  });
400
407
  Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
401
408
  get: function () {
402
- return this.i.bc;
409
+ return this.i.bf;
403
410
  },
404
411
  enumerable: false,
405
412
  configurable: true
@@ -484,11 +491,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
484
491
  * Gets or sets the search background color.
485
492
  */
486
493
  get: function () {
487
- return brushToString(this.i.e1);
494
+ return brushToString(this.i.e8);
488
495
  },
489
496
  set: function (v) {
490
- this.i.e1 = stringToBrush(v);
491
- this._a("searchBackgroundColor", brushToString(this.i.e1));
497
+ this.i.e8 = stringToBrush(v);
498
+ this._a("searchBackgroundColor", brushToString(this.i.e8));
492
499
  },
493
500
  enumerable: false,
494
501
  configurable: true
@@ -498,11 +505,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
498
505
  * Gets or sets the search background color.
499
506
  */
500
507
  get: function () {
501
- return this.i.a1;
508
+ return this.i.a4;
502
509
  },
503
510
  set: function (v) {
504
- this.i.a1 = ensureBool(v);
505
- this._a("labelClickTriggersChange", this.i.a1);
511
+ this.i.a4 = ensureBool(v);
512
+ this._a("labelClickTriggersChange", this.i.a4);
506
513
  },
507
514
  enumerable: false,
508
515
  configurable: true
@@ -526,11 +533,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
526
533
  * Gets or sets the search border color.
527
534
  */
528
535
  get: function () {
529
- return brushToString(this.i.e2);
536
+ return brushToString(this.i.e9);
530
537
  },
531
538
  set: function (v) {
532
- this.i.e2 = stringToBrush(v);
533
- this._a("searchBorderColor", brushToString(this.i.e2));
539
+ this.i.e9 = stringToBrush(v);
540
+ this._a("searchBorderColor", brushToString(this.i.e9));
534
541
  },
535
542
  enumerable: false,
536
543
  configurable: true
@@ -559,11 +566,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
559
566
  * Gets or sets the checkbox tick color.
560
567
  */
561
568
  get: function () {
562
- return brushToString(this.i.et);
569
+ return brushToString(this.i.e0);
563
570
  },
564
571
  set: function (v) {
565
- this.i.et = stringToBrush(v);
566
- this._a("checkboxTickColor", brushToString(this.i.et));
572
+ this.i.e0 = stringToBrush(v);
573
+ this._a("checkboxTickColor", brushToString(this.i.e0));
567
574
  },
568
575
  enumerable: false,
569
576
  configurable: true
@@ -573,11 +580,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
573
580
  * Gets or sets the checkbox background color when checked.
574
581
  */
575
582
  get: function () {
576
- return brushToString(this.i.er);
583
+ return brushToString(this.i.ey);
577
584
  },
578
585
  set: function (v) {
579
- this.i.er = stringToBrush(v);
580
- this._a("checkboxCheckedBackgroundColor", brushToString(this.i.er));
586
+ this.i.ey = stringToBrush(v);
587
+ this._a("checkboxCheckedBackgroundColor", brushToString(this.i.ey));
581
588
  },
582
589
  enumerable: false,
583
590
  configurable: true
@@ -587,11 +594,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
587
594
  * Gets or sets the checkbox background color when unchecked.
588
595
  */
589
596
  get: function () {
590
- return brushToString(this.i.eu);
597
+ return brushToString(this.i.e1);
591
598
  },
592
599
  set: function (v) {
593
- this.i.eu = stringToBrush(v);
594
- this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.eu));
600
+ this.i.e1 = stringToBrush(v);
601
+ this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e1));
595
602
  },
596
603
  enumerable: false,
597
604
  configurable: true
@@ -601,11 +608,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
601
608
  * Gets or sets the checkbox border color when checked.
602
609
  */
603
610
  get: function () {
604
- return brushToString(this.i.es);
611
+ return brushToString(this.i.ez);
605
612
  },
606
613
  set: function (v) {
607
- this.i.es = stringToBrush(v);
608
- this._a("checkboxCheckedBorderColor", brushToString(this.i.es));
614
+ this.i.ez = stringToBrush(v);
615
+ this._a("checkboxCheckedBorderColor", brushToString(this.i.ez));
609
616
  },
610
617
  enumerable: false,
611
618
  configurable: true
@@ -615,11 +622,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
615
622
  * Gets or sets the checkbox border color when unchecked.
616
623
  */
617
624
  get: function () {
618
- return brushToString(this.i.ev);
625
+ return brushToString(this.i.e2);
619
626
  },
620
627
  set: function (v) {
621
- this.i.ev = stringToBrush(v);
622
- this._a("checkboxUncheckedBorderColor", brushToString(this.i.ev));
628
+ this.i.e2 = stringToBrush(v);
629
+ this._a("checkboxUncheckedBorderColor", brushToString(this.i.e2));
623
630
  },
624
631
  enumerable: false,
625
632
  configurable: true
@@ -629,11 +636,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
629
636
  * Gets or sets the corner radius to use for the checkbox.
630
637
  */
631
638
  get: function () {
632
- return this.i.a7;
639
+ return this.i.ba;
633
640
  },
634
641
  set: function (v) {
635
- this.i.a7 = +v;
636
- this._a("checkboxCornerRadius", this.i.a7);
642
+ this.i.ba = +v;
643
+ this._a("checkboxCornerRadius", this.i.ba);
637
644
  },
638
645
  enumerable: false,
639
646
  configurable: true
@@ -657,11 +664,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
657
664
  * Gets or sets the scrollbar background color.
658
665
  */
659
666
  get: function () {
660
- return brushToString(this.i.e0);
667
+ return brushToString(this.i.e7);
661
668
  },
662
669
  set: function (v) {
663
- this.i.e0 = stringToBrush(v);
664
- this._a("scrollbarBackground", brushToString(this.i.e0));
670
+ this.i.e7 = stringToBrush(v);
671
+ this._a("scrollbarBackground", brushToString(this.i.e7));
665
672
  },
666
673
  enumerable: false,
667
674
  configurable: true
@@ -671,10 +678,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
671
678
  * Gets / sets the caption of the "Select All" checkbox.
672
679
  */
673
680
  get: function () {
674
- return this.i.cp;
681
+ return this.i.cs;
675
682
  },
676
683
  set: function (v) {
677
- this.i.cp = v;
684
+ this.i.cs = v;
678
685
  },
679
686
  enumerable: false,
680
687
  configurable: true
@@ -684,11 +691,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
684
691
  * Gets or sets the color to use for the "Select All" label.
685
692
  */
686
693
  get: function () {
687
- return brushToString(this.i.e5);
694
+ return brushToString(this.i.fc);
688
695
  },
689
696
  set: function (v) {
690
- this.i.e5 = stringToBrush(v);
691
- this._a("selectAllCaptionTextColor", brushToString(this.i.e5));
697
+ this.i.fc = stringToBrush(v);
698
+ this._a("selectAllCaptionTextColor", brushToString(this.i.fc));
692
699
  },
693
700
  enumerable: false,
694
701
  configurable: true
@@ -698,11 +705,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
698
705
  * Gets or sets the color to use for the actual header selectAllCaption text.
699
706
  */
700
707
  get: function () {
701
- return brushToString(this.i.ep);
708
+ return brushToString(this.i.ew);
702
709
  },
703
710
  set: function (v) {
704
- this.i.ep = stringToBrush(v);
705
- this._a("actualSelectAllCaptionTextColor", brushToString(this.i.ep));
711
+ this.i.ew = stringToBrush(v);
712
+ this._a("actualSelectAllCaptionTextColor", brushToString(this.i.ew));
706
713
  },
707
714
  enumerable: false,
708
715
  configurable: true
@@ -754,11 +761,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
754
761
  * Gets or sets the color to use for the text of the component.
755
762
  */
756
763
  get: function () {
757
- return brushToString(this.i.e7);
764
+ return brushToString(this.i.fe);
758
765
  },
759
766
  set: function (v) {
760
- this.i.e7 = stringToBrush(v);
761
- this._a("textColor", brushToString(this.i.e7));
767
+ this.i.fe = stringToBrush(v);
768
+ this._a("textColor", brushToString(this.i.fe));
762
769
  },
763
770
  enumerable: false,
764
771
  configurable: true
@@ -768,11 +775,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
768
775
  * Gets or sets whether the filter input is visible.
769
776
  */
770
777
  get: function () {
771
- return this.i.a3;
778
+ return this.i.a6;
772
779
  },
773
780
  set: function (v) {
774
- this.i.a3 = ensureBool(v);
775
- this._a("showFilter", this.i.a3);
781
+ this.i.a6 = ensureBool(v);
782
+ this._a("showFilter", this.i.a6);
776
783
  },
777
784
  enumerable: false,
778
785
  configurable: true
@@ -782,11 +789,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
782
789
  * Gets or sets whether row hover highlighting is enabled.
783
790
  */
784
791
  get: function () {
785
- return this.i.az;
792
+ return this.i.a2;
786
793
  },
787
794
  set: function (v) {
788
- this.i.az = ensureBool(v);
789
- this._a("isRowHoverEnabled", this.i.az);
795
+ this.i.a2 = ensureBool(v);
796
+ this._a("isRowHoverEnabled", this.i.a2);
790
797
  },
791
798
  enumerable: false,
792
799
  configurable: true
@@ -796,11 +803,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
796
803
  * Gets or sets whether checkbox should be displayed to the right.
797
804
  */
798
805
  get: function () {
799
- return this.i.av;
806
+ return this.i.ax;
800
807
  },
801
808
  set: function (v) {
802
- this.i.av = ensureBool(v);
803
- this._a("checkboxAlignedRight", this.i.av);
809
+ this.i.ax = ensureBool(v);
810
+ this._a("checkboxAlignedRight", this.i.ax);
804
811
  },
805
812
  enumerable: false,
806
813
  configurable: true
@@ -878,17 +885,17 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
878
885
 
879
886
  */
880
887
  IgcCheckboxListComponent.prototype.selectAll = function () {
881
- this.i.d3();
888
+ this.i.ea();
882
889
  };
883
890
  /**
884
891
  * Deselects all the items in the checkbox list.
885
892
 
886
893
  */
887
894
  IgcCheckboxListComponent.prototype.deselectAll = function () {
888
- this.i.c5();
895
+ this.i.c8();
889
896
  };
890
897
  IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
891
- this.i.dg(index, oldItem, newItem);
898
+ this.i.dl(index, oldItem, newItem);
892
899
  };
893
900
  /**
894
901
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -896,22 +903,22 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
896
903
 
897
904
  */
898
905
  IgcCheckboxListComponent.prototype.notifyClearItems = function () {
899
- this.i.dc();
906
+ this.i.dh();
900
907
  };
901
908
  IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
902
- this.i.dd(index, newItem);
909
+ this.i.di(index, newItem);
903
910
  };
904
911
  IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
905
- this.i.df(index, oldItem);
912
+ this.i.dk(index, oldItem);
906
913
  };
907
914
  IgcCheckboxListComponent.prototype.refresh = function () {
908
915
  this.i.refresh();
909
916
  };
910
917
  IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
911
- this.i.c0(value);
918
+ this.i.c3(value);
912
919
  };
913
920
  IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
914
- this.i.d1(value);
921
+ this.i.d8(value);
915
922
  };
916
923
  IgcCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
917
924
  var iv = this.i.getDesiredSize(toSize(availableSize));
@@ -922,7 +929,7 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
922
929
 
923
930
  */
924
931
  IgcCheckboxListComponent.prototype.isNothingSelected = function () {
925
- var iv = this.i.ax();
932
+ var iv = this.i.a0();
926
933
  return (iv);
927
934
  };
928
935
  /**
@@ -930,7 +937,7 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
930
937
 
931
938
  */
932
939
  IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
933
- var iv = this.i.aw();
940
+ var iv = this.i.az();
934
941
  return (iv);
935
942
  };
936
943
  Object.defineProperty(IgcCheckboxListComponent.prototype, "selectedKeyAdded", {
@@ -78,10 +78,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
78
78
  * 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.
79
79
  */
80
80
  get: function () {
81
- return this.i.n5;
81
+ return this.i.n7;
82
82
  },
83
83
  set: function (v) {
84
- this.i.n5 = v;
84
+ this.i.n7 = v;
85
85
  },
86
86
  enumerable: false,
87
87
  configurable: true
@@ -91,10 +91,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
91
91
  * Gets or sets the ComboBox data source.
92
92
  */
93
93
  get: function () {
94
- return this.i.n6;
94
+ return this.i.n8;
95
95
  },
96
96
  set: function (v) {
97
- this.i.n6 = v;
97
+ this.i.n8 = v;
98
98
  },
99
99
  enumerable: false,
100
100
  configurable: true
@@ -104,10 +104,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
104
104
  * Gets or sets the ComboBox text field.
105
105
  */
106
106
  get: function () {
107
- return this.i.oa;
107
+ return this.i.oc;
108
108
  },
109
109
  set: function (v) {
110
- this.i.oa = v;
110
+ this.i.oc = v;
111
111
  },
112
112
  enumerable: false,
113
113
  configurable: true
@@ -117,10 +117,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
117
117
  * Gets or sets the ComboBox value field.
118
118
  */
119
119
  get: function () {
120
- return this.i.ob;
120
+ return this.i.od;
121
121
  },
122
122
  set: function (v) {
123
- this.i.ob = v;
123
+ this.i.od = v;
124
124
  },
125
125
  enumerable: false,
126
126
  configurable: true
@@ -130,14 +130,14 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
130
130
  * Gets or sets the ComboBox value field.
131
131
  */
132
132
  get: function () {
133
- return this.i.n3;
133
+ return this.i.n5;
134
134
  },
135
135
  set: function (v) {
136
136
  if (v && !Array.isArray(v) && typeof (v) == "string") {
137
137
  var re = /\s*(?:,|\s|$)\s*/gm;
138
138
  v = v.split(re);
139
139
  }
140
- this.i.n3 = v;
140
+ this.i.n5 = v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true