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
@@ -95,10 +95,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
95
95
  * Gets the style key of the current cell, used for recycling.
96
96
  */
97
97
  get: function () {
98
- return this.i.kc;
98
+ return this.i.ke;
99
99
  },
100
100
  set: function (v) {
101
- this.i.kc = v;
101
+ this.i.ke = v;
102
102
  },
103
103
  enumerable: false,
104
104
  configurable: true
@@ -313,10 +313,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
313
313
  });
314
314
  Object.defineProperty(IgxCellInfo.prototype, "rowItem", {
315
315
  get: function () {
316
- return this.i.hn;
316
+ return this.i.ho;
317
317
  },
318
318
  set: function (v) {
319
- this.i.hn = v;
319
+ this.i.ho = v;
320
320
  },
321
321
  enumerable: false,
322
322
  configurable: true
@@ -456,10 +456,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
456
456
  * Gets the width of the cell.
457
457
  */
458
458
  get: function () {
459
- return this.i.hd;
459
+ return this.i.he;
460
460
  },
461
461
  set: function (v) {
462
- this.i.hd = +v;
462
+ this.i.he = +v;
463
463
  },
464
464
  enumerable: false,
465
465
  configurable: true
@@ -560,10 +560,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
560
560
  * Gets or sets the background color of the cell.
561
561
  */
562
562
  get: function () {
563
- return brushToString(this.i.lx);
563
+ return brushToString(this.i.l1);
564
564
  },
565
565
  set: function (v) {
566
- this.i.lx = stringToBrush(v);
566
+ this.i.l1 = stringToBrush(v);
567
567
  },
568
568
  enumerable: false,
569
569
  configurable: true
@@ -573,10 +573,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
573
573
  * Gets or sets the border color of the cell.
574
574
  */
575
575
  get: function () {
576
- return brushToString(this.i.l0);
576
+ return brushToString(this.i.l4);
577
577
  },
578
578
  set: function (v) {
579
- this.i.l0 = stringToBrush(v);
579
+ this.i.l4 = stringToBrush(v);
580
580
  },
581
581
  enumerable: false,
582
582
  configurable: true
@@ -586,10 +586,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
586
586
  * Gets the actual background color of the cell
587
587
  */
588
588
  get: function () {
589
- return brushToString(this.i.lu);
589
+ return brushToString(this.i.ly);
590
590
  },
591
591
  set: function (v) {
592
- this.i.lu = stringToBrush(v);
592
+ this.i.ly = stringToBrush(v);
593
593
  },
594
594
  enumerable: false,
595
595
  configurable: true
@@ -599,10 +599,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
599
599
  * Gets the actual background color of the cell
600
600
  */
601
601
  get: function () {
602
- return brushToString(this.i.lv);
602
+ return brushToString(this.i.lz);
603
603
  },
604
604
  set: function (v) {
605
- this.i.lv = stringToBrush(v);
605
+ this.i.lz = stringToBrush(v);
606
606
  },
607
607
  enumerable: false,
608
608
  configurable: true
@@ -612,10 +612,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
612
612
  * Gets the actual background color of the cell
613
613
  */
614
614
  get: function () {
615
- return brushToString(this.i.lt);
615
+ return brushToString(this.i.lx);
616
616
  },
617
617
  set: function (v) {
618
- this.i.lt = stringToBrush(v);
618
+ this.i.lx = stringToBrush(v);
619
619
  },
620
620
  enumerable: false,
621
621
  configurable: true
@@ -625,10 +625,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
625
625
  * Gets or sets the error border color of the cell.
626
626
  */
627
627
  get: function () {
628
- return brushToString(this.i.l2);
628
+ return brushToString(this.i.l6);
629
629
  },
630
630
  set: function (v) {
631
- this.i.l2 = stringToBrush(v);
631
+ this.i.l6 = stringToBrush(v);
632
632
  },
633
633
  enumerable: false,
634
634
  configurable: true
@@ -638,10 +638,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
638
638
  * Gets or sets the selected background color of the cell.
639
639
  */
640
640
  get: function () {
641
- return brushToString(this.i.l9);
641
+ return brushToString(this.i.md);
642
642
  },
643
643
  set: function (v) {
644
- this.i.l9 = stringToBrush(v);
644
+ this.i.md = stringToBrush(v);
645
645
  },
646
646
  enumerable: false,
647
647
  configurable: true
@@ -651,10 +651,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
651
651
  * Gets or sets the hover background color of the cell.
652
652
  */
653
653
  get: function () {
654
- return brushToString(this.i.l5);
654
+ return brushToString(this.i.l9);
655
655
  },
656
656
  set: function (v) {
657
- this.i.l5 = stringToBrush(v);
657
+ this.i.l9 = stringToBrush(v);
658
658
  },
659
659
  enumerable: false,
660
660
  configurable: true
@@ -664,10 +664,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
664
664
  * Gets or sets the hover text color of the cell.
665
665
  */
666
666
  get: function () {
667
- return brushToString(this.i.l6);
667
+ return brushToString(this.i.ma);
668
668
  },
669
669
  set: function (v) {
670
- this.i.l6 = stringToBrush(v);
670
+ this.i.ma = stringToBrush(v);
671
671
  },
672
672
  enumerable: false,
673
673
  configurable: true
@@ -677,10 +677,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
677
677
  * Gets or sets the color for the sort indicator icon.
678
678
  */
679
679
  get: function () {
680
- return brushToString(this.i.ma);
680
+ return brushToString(this.i.me);
681
681
  },
682
682
  set: function (v) {
683
- this.i.ma = stringToBrush(v);
683
+ this.i.me = stringToBrush(v);
684
684
  },
685
685
  enumerable: false,
686
686
  configurable: true
@@ -690,10 +690,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
690
690
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
691
691
  */
692
692
  get: function () {
693
- return brushToString(this.i.mb);
693
+ return brushToString(this.i.mf);
694
694
  },
695
695
  set: function (v) {
696
- this.i.mb = stringToBrush(v);
696
+ this.i.mf = stringToBrush(v);
697
697
  },
698
698
  enumerable: false,
699
699
  configurable: true
@@ -703,10 +703,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
703
703
  * Gets or sets the background color for the cell that has been marked as pinned.
704
704
  */
705
705
  get: function () {
706
- return brushToString(this.i.l8);
706
+ return brushToString(this.i.mc);
707
707
  },
708
708
  set: function (v) {
709
- this.i.l8 = stringToBrush(v);
709
+ this.i.mc = stringToBrush(v);
710
710
  },
711
711
  enumerable: false,
712
712
  configurable: true
@@ -716,10 +716,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
716
716
  * Gets or sets the color for the last row in the sticky row area.
717
717
  */
718
718
  get: function () {
719
- return brushToString(this.i.l7);
719
+ return brushToString(this.i.mb);
720
720
  },
721
721
  set: function (v) {
722
- this.i.l7 = stringToBrush(v);
722
+ this.i.mb = stringToBrush(v);
723
723
  },
724
724
  enumerable: false,
725
725
  configurable: true
@@ -729,10 +729,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
729
729
  * Gets or sets the background color for filter row.
730
730
  */
731
731
  get: function () {
732
- return brushToString(this.i.l3);
732
+ return brushToString(this.i.l7);
733
733
  },
734
734
  set: function (v) {
735
- this.i.l3 = stringToBrush(v);
735
+ this.i.l7 = stringToBrush(v);
736
736
  },
737
737
  enumerable: false,
738
738
  configurable: true
@@ -755,10 +755,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
755
755
  * Gets or sets the original value for the cell, before processing.
756
756
  */
757
757
  get: function () {
758
- return this.i.hm;
758
+ return this.i.hn;
759
759
  },
760
760
  set: function (v) {
761
- this.i.hm = v;
761
+ this.i.hn = v;
762
762
  },
763
763
  enumerable: false,
764
764
  configurable: true
@@ -768,10 +768,23 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
768
768
  * Gets or sets the text value, if any, which was rendered by a text cell.
769
769
  */
770
770
  get: function () {
771
- return this.i.j1;
771
+ return this.i.j3;
772
+ },
773
+ set: function (v) {
774
+ this.i.j3 = v;
775
+ },
776
+ enumerable: false,
777
+ configurable: true
778
+ });
779
+ Object.defineProperty(IgxCellInfo.prototype, "userFormattedValue", {
780
+ /**
781
+ * If set, this text will be used when rendering the cell value.
782
+ */
783
+ get: function () {
784
+ return this.i.ki;
772
785
  },
773
786
  set: function (v) {
774
- this.i.j1 = v;
787
+ this.i.ki = v;
775
788
  },
776
789
  enumerable: false,
777
790
  configurable: true
@@ -781,10 +794,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
781
794
  * Gets or sets the color of the text for the cell, if any.
782
795
  */
783
796
  get: function () {
784
- return brushToString(this.i.mc);
797
+ return brushToString(this.i.mg);
785
798
  },
786
799
  set: function (v) {
787
- this.i.mc = stringToBrush(v);
800
+ this.i.mg = stringToBrush(v);
788
801
  },
789
802
  enumerable: false,
790
803
  configurable: true
@@ -794,10 +807,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
794
807
  * Gets the actual color of the text for the cell, if any.
795
808
  */
796
809
  get: function () {
797
- return brushToString(this.i.lw);
810
+ return brushToString(this.i.l0);
798
811
  },
799
812
  set: function (v) {
800
- this.i.lw = stringToBrush(v);
813
+ this.i.l0 = stringToBrush(v);
801
814
  },
802
815
  enumerable: false,
803
816
  configurable: true
@@ -807,10 +820,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
807
820
  * Gets or sets the text color for cells in deleted rows.
808
821
  */
809
822
  get: function () {
810
- return brushToString(this.i.l1);
823
+ return brushToString(this.i.l5);
811
824
  },
812
825
  set: function (v) {
813
- this.i.l1 = stringToBrush(v);
826
+ this.i.l5 = stringToBrush(v);
814
827
  },
815
828
  enumerable: false,
816
829
  configurable: true
@@ -1281,10 +1294,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1281
1294
  * Gets or sets the error message for the cell.
1282
1295
  */
1283
1296
  get: function () {
1284
- return this.i.it;
1297
+ return this.i.iv;
1285
1298
  },
1286
1299
  set: function (v) {
1287
- this.i.it = v;
1300
+ this.i.iv = v;
1288
1301
  },
1289
1302
  enumerable: false,
1290
1303
  configurable: true
@@ -1343,7 +1356,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1343
1356
  return (iv);
1344
1357
  };
1345
1358
  IgxCellInfo.prototype.setNamedValue = function (valueName, value) {
1346
- this.i.k8(valueName, value);
1359
+ this.i.lc(valueName, value);
1347
1360
  };
1348
1361
  /**
1349
1362
  * Returns if there is a named value stored for the cell.
@@ -1360,7 +1373,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1360
1373
  * @param valueName * The name of the value to remove.
1361
1374
  */
1362
1375
  IgxCellInfo.prototype.removeNamedValue = function (valueName) {
1363
- this.i.k4(valueName);
1376
+ this.i.k8(valueName);
1364
1377
  };
1365
1378
  /**
1366
1379
  * Gets a named value from the cell.
@@ -1368,7 +1381,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1368
1381
  * @param valueName * The name of the value to get.
1369
1382
  */
1370
1383
  IgxCellInfo.prototype.getNamedValue = function (valueName) {
1371
- var iv = this.i.hk(valueName);
1384
+ var iv = this.i.hl(valueName);
1372
1385
  return (iv);
1373
1386
  };
1374
1387
  return IgxCellInfo;