igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.2

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 (97) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3905 -3606
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  4. package/esm2015/lib/CellPresenterBase.js +1 -1
  5. package/esm2015/lib/CheckboxListBridge.js +8 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +356 -322
  7. package/esm2015/lib/ColumnChooserView_combined.js +7 -7
  8. package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
  9. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  10. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  11. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  12. package/esm2015/lib/DataGridLocaleEn.js +8 -0
  13. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  15. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  16. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  17. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  18. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  19. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  20. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  21. package/esm2015/lib/GridExternalWrapper.js +6 -6
  22. package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
  23. package/esm2015/lib/GridIconRepository.js +4 -4
  24. package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
  25. package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
  26. package/esm2015/lib/PropertyEditorView_combined.js +6 -6
  27. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  28. package/esm2015/lib/TemplateHeader.js +1 -1
  29. package/esm2015/lib/TextHeaderCell.js +7 -7
  30. package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
  31. package/esm2015/lib/igx-checkbox-list-component.js +57 -46
  32. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  33. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  34. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  35. package/esm2015/lib/igx-data-grid-column-component.js +101 -85
  36. package/esm2015/lib/igx-data-grid-component.js +24 -1
  37. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
  38. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  39. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  40. package/esm2015/lib/igx-image-column-component.js +10 -10
  41. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  42. package/esm2015/lib/igx-text-column-component.js +8 -8
  43. package/esm2015/lib/igx-text-header-cell-info.js +26 -20
  44. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  45. package/esm5/lib/CellPresenterBase.js +1 -1
  46. package/esm5/lib/CheckboxListBridge.js +8 -0
  47. package/esm5/lib/CheckboxListView_combined.js +346 -308
  48. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  49. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  50. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  51. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  52. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  53. package/esm5/lib/DataGridLocaleEn.js +8 -0
  54. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  55. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  56. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  57. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  59. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  60. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  61. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  62. package/esm5/lib/GridExternalWrapper.js +6 -6
  63. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  64. package/esm5/lib/GridIconRepository.js +4 -4
  65. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  66. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  67. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  68. package/esm5/lib/TemplateCellPresenter.js +1 -1
  69. package/esm5/lib/TemplateHeader.js +1 -1
  70. package/esm5/lib/TextHeaderCell.js +7 -7
  71. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  72. package/esm5/lib/igx-checkbox-list-component.js +60 -45
  73. package/esm5/lib/igx-column-chooser-component.js +1 -1
  74. package/esm5/lib/igx-column-pinning-component.js +1 -1
  75. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  76. package/esm5/lib/igx-data-grid-column-component.js +109 -85
  77. package/esm5/lib/igx-data-grid-component.js +32 -1
  78. package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
  79. package/esm5/lib/igx-date-time-column-component.js +20 -20
  80. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  81. package/esm5/lib/igx-image-column-component.js +10 -10
  82. package/esm5/lib/igx-numeric-column-component.js +32 -32
  83. package/esm5/lib/igx-text-column-component.js +8 -8
  84. package/esm5/lib/igx-text-header-cell-info.js +30 -20
  85. package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
  86. package/fesm5/igniteui-angular-data-grids.js +3905 -3606
  87. package/lib/CheckboxListExternal.d.ts +2 -0
  88. package/lib/CheckboxListView_combined.d.ts +98 -94
  89. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  90. package/lib/DataGridLocaleEn.d.ts +8 -0
  91. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  92. package/lib/igx-checkbox-list-component.d.ts +6 -1
  93. package/lib/igx-data-grid-column-component.d.ts +5 -1
  94. package/lib/igx-data-grid-component.d.ts +13 -1
  95. package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
  96. package/lib/igx-text-header-cell-info.d.ts +2 -0
  97. package/package.json +4 -4
@@ -117,10 +117,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
117
117
  * Gets or sets an unique name of the Column
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,10 +130,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
130
130
  * Gets or sets the key used for the column binding
131
131
  */
132
132
  get: function () {
133
- return this.i.nj;
133
+ return this.i.nl;
134
134
  },
135
135
  set: function (v) {
136
- this.i.nj = v;
136
+ this.i.nl = v;
137
137
  },
138
138
  enumerable: false,
139
139
  configurable: true
@@ -143,10 +143,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
143
143
  * Gets or sets the text displayed in the header of the column
144
144
  */
145
145
  get: function () {
146
- return this.i.nq;
146
+ return this.i.ns;
147
147
  },
148
148
  set: function (v) {
149
- this.i.nq = v;
149
+ this.i.ns = v;
150
150
  },
151
151
  enumerable: false,
152
152
  configurable: true
@@ -156,10 +156,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
156
156
  * Gets the actual text displayed in the header of the column
157
157
  */
158
158
  get: function () {
159
- return this.i.ml;
159
+ return this.i.mm;
160
160
  },
161
161
  set: function (v) {
162
- this.i.ml = v;
162
+ this.i.mm = v;
163
163
  },
164
164
  enumerable: false,
165
165
  configurable: true
@@ -169,10 +169,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
169
169
  * Gets or sets the background color to use for the cells when they are selected
170
170
  */
171
171
  get: function () {
172
- return brushToString(this.i.r2);
172
+ return brushToString(this.i.r9);
173
173
  },
174
174
  set: function (v) {
175
- this.i.r2 = stringToBrush(v);
175
+ this.i.r9 = stringToBrush(v);
176
176
  },
177
177
  enumerable: false,
178
178
  configurable: true
@@ -182,10 +182,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
182
182
  * Gets the actual background color that is used for the cells when they are selected
183
183
  */
184
184
  get: function () {
185
- return brushToString(this.i.rl);
185
+ return brushToString(this.i.rr);
186
186
  },
187
187
  set: function (v) {
188
- this.i.rl = stringToBrush(v);
188
+ this.i.rr = stringToBrush(v);
189
189
  },
190
190
  enumerable: false,
191
191
  configurable: true
@@ -195,10 +195,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
195
195
  * Gets or sets the text color to use for the cells when they are selected
196
196
  */
197
197
  get: function () {
198
- return brushToString(this.i.r3);
198
+ return brushToString(this.i.sa);
199
199
  },
200
200
  set: function (v) {
201
- this.i.r3 = stringToBrush(v);
201
+ this.i.sa = stringToBrush(v);
202
202
  },
203
203
  enumerable: false,
204
204
  configurable: true
@@ -208,10 +208,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
208
208
  * Gets the actual text color that is used for the cells when they are selected
209
209
  */
210
210
  get: function () {
211
- return brushToString(this.i.rm);
211
+ return brushToString(this.i.rs);
212
212
  },
213
213
  set: function (v) {
214
- this.i.rm = stringToBrush(v);
214
+ this.i.rs = stringToBrush(v);
215
215
  },
216
216
  enumerable: false,
217
217
  configurable: true
@@ -221,10 +221,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
221
221
  * Gets or sets the background color to use for the cells when the row is hovered.
222
222
  */
223
223
  get: function () {
224
- return brushToString(this.i.r0);
224
+ return brushToString(this.i.r7);
225
225
  },
226
226
  set: function (v) {
227
- this.i.r0 = stringToBrush(v);
227
+ this.i.r7 = stringToBrush(v);
228
228
  },
229
229
  enumerable: false,
230
230
  configurable: true
@@ -234,10 +234,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
234
234
  * Gets the actual background color that is used for the cells when they are hovered.
235
235
  */
236
236
  get: function () {
237
- return brushToString(this.i.rj);
237
+ return brushToString(this.i.rp);
238
238
  },
239
239
  set: function (v) {
240
- this.i.rj = stringToBrush(v);
240
+ this.i.rp = stringToBrush(v);
241
241
  },
242
242
  enumerable: false,
243
243
  configurable: true
@@ -247,10 +247,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
247
247
  * Gets or sets the text color to use for the cells when the row is hovered.
248
248
  */
249
249
  get: function () {
250
- return brushToString(this.i.r1);
250
+ return brushToString(this.i.r8);
251
251
  },
252
252
  set: function (v) {
253
- this.i.r1 = stringToBrush(v);
253
+ this.i.r8 = stringToBrush(v);
254
254
  },
255
255
  enumerable: false,
256
256
  configurable: true
@@ -260,10 +260,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
260
260
  * Gets the actual text color that is used for the cells when they are hovered.
261
261
  */
262
262
  get: function () {
263
- return brushToString(this.i.rk);
263
+ return brushToString(this.i.rq);
264
264
  },
265
265
  set: function (v) {
266
- this.i.rk = stringToBrush(v);
266
+ this.i.rq = stringToBrush(v);
267
267
  },
268
268
  enumerable: false,
269
269
  configurable: true
@@ -545,10 +545,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
545
545
  * Gets the actual column options icon color for this column.
546
546
  */
547
547
  get: function () {
548
- return brushToString(this.i.re);
548
+ return brushToString(this.i.rj);
549
549
  },
550
550
  set: function (v) {
551
- this.i.re = stringToBrush(v);
551
+ this.i.rj = stringToBrush(v);
552
552
  },
553
553
  enumerable: false,
554
554
  configurable: true
@@ -558,10 +558,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
558
558
  * Gets or sets the column options icon color for this column.
559
559
  */
560
560
  get: function () {
561
- return brushToString(this.i.rt);
561
+ return brushToString(this.i.rz);
562
562
  },
563
563
  set: function (v) {
564
- this.i.rt = stringToBrush(v);
564
+ this.i.rz = stringToBrush(v);
565
565
  },
566
566
  enumerable: false,
567
567
  configurable: true
@@ -676,10 +676,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
676
676
  * Gets or sets the column options dropdown background color.
677
677
  */
678
678
  get: function () {
679
- return brushToString(this.i.q9);
679
+ return brushToString(this.i.re);
680
680
  },
681
681
  set: function (v) {
682
- this.i.q9 = stringToBrush(v);
682
+ this.i.re = stringToBrush(v);
683
683
  },
684
684
  enumerable: false,
685
685
  configurable: true
@@ -689,10 +689,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
689
689
  * Gets or sets the column options dropdown background color.
690
690
  */
691
691
  get: function () {
692
- return brushToString(this.i.ro);
692
+ return brushToString(this.i.ru);
693
693
  },
694
694
  set: function (v) {
695
- this.i.ro = stringToBrush(v);
695
+ this.i.ru = stringToBrush(v);
696
696
  },
697
697
  enumerable: false,
698
698
  configurable: true
@@ -702,10 +702,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
702
702
  * Gets or sets the text color for text inside the column options menu.
703
703
  */
704
704
  get: function () {
705
- return brushToString(this.i.rg);
705
+ return brushToString(this.i.rl);
706
706
  },
707
707
  set: function (v) {
708
- this.i.rg = stringToBrush(v);
708
+ this.i.rl = stringToBrush(v);
709
709
  },
710
710
  enumerable: false,
711
711
  configurable: true
@@ -715,10 +715,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
715
715
  * Gets or sets the text color for text inside the column options menu.
716
716
  */
717
717
  get: function () {
718
- return brushToString(this.i.rv);
718
+ return brushToString(this.i.r1);
719
719
  },
720
720
  set: function (v) {
721
- this.i.rv = stringToBrush(v);
721
+ this.i.r1 = stringToBrush(v);
722
722
  },
723
723
  enumerable: false,
724
724
  configurable: true
@@ -743,60 +743,80 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
743
743
  });
744
744
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsHoverBackgroundColor", {
745
745
  get: function () {
746
- return brushToString(this.i.rd);
746
+ return brushToString(this.i.ri);
747
747
  },
748
748
  set: function (v) {
749
- this.i.rd = stringToBrush(v);
749
+ this.i.ri = stringToBrush(v);
750
750
  },
751
751
  enumerable: false,
752
752
  configurable: true
753
753
  });
754
754
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsHoverBackgroundColor", {
755
755
  get: function () {
756
- return brushToString(this.i.rs);
756
+ return brushToString(this.i.ry);
757
757
  },
758
758
  set: function (v) {
759
- this.i.rs = stringToBrush(v);
759
+ this.i.ry = stringToBrush(v);
760
760
  },
761
761
  enumerable: false,
762
762
  configurable: true
763
763
  });
764
764
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsToolTipBackgroundColor", {
765
765
  get: function () {
766
- return brushToString(this.i.rh);
766
+ return brushToString(this.i.rm);
767
767
  },
768
768
  set: function (v) {
769
- this.i.rh = stringToBrush(v);
769
+ this.i.rm = stringToBrush(v);
770
770
  },
771
771
  enumerable: false,
772
772
  configurable: true
773
773
  });
774
774
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsToolTipBackgroundColor", {
775
775
  get: function () {
776
- return brushToString(this.i.rw);
776
+ return brushToString(this.i.r2);
777
777
  },
778
778
  set: function (v) {
779
- this.i.rw = stringToBrush(v);
779
+ this.i.r2 = stringToBrush(v);
780
+ },
781
+ enumerable: false,
782
+ configurable: true
783
+ });
784
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsToolTipTextColor", {
785
+ get: function () {
786
+ return brushToString(this.i.rn);
787
+ },
788
+ set: function (v) {
789
+ this.i.rn = stringToBrush(v);
790
+ },
791
+ enumerable: false,
792
+ configurable: true
793
+ });
794
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsToolTipTextColor", {
795
+ get: function () {
796
+ return brushToString(this.i.r3);
797
+ },
798
+ set: function (v) {
799
+ this.i.r3 = stringToBrush(v);
780
800
  },
781
801
  enumerable: false,
782
802
  configurable: true
783
803
  });
784
804
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsHighlightColor", {
785
805
  get: function () {
786
- return brushToString(this.i.rc);
806
+ return brushToString(this.i.rh);
787
807
  },
788
808
  set: function (v) {
789
- this.i.rc = stringToBrush(v);
809
+ this.i.rh = stringToBrush(v);
790
810
  },
791
811
  enumerable: false,
792
812
  configurable: true
793
813
  });
794
814
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsHighlightColor", {
795
815
  get: function () {
796
- return brushToString(this.i.rr);
816
+ return brushToString(this.i.rx);
797
817
  },
798
818
  set: function (v) {
799
- this.i.rr = stringToBrush(v);
819
+ this.i.rx = stringToBrush(v);
800
820
  },
801
821
  enumerable: false,
802
822
  configurable: true
@@ -806,10 +826,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
806
826
  * Gets or sets the color of separators inside the column options menu.
807
827
  */
808
828
  get: function () {
809
- return brushToString(this.i.rf);
829
+ return brushToString(this.i.rk);
810
830
  },
811
831
  set: function (v) {
812
- this.i.rf = stringToBrush(v);
832
+ this.i.rk = stringToBrush(v);
813
833
  },
814
834
  enumerable: false,
815
835
  configurable: true
@@ -819,10 +839,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
819
839
  * Gets or sets the color of separators inside the column options menu.
820
840
  */
821
841
  get: function () {
822
- return brushToString(this.i.ru);
842
+ return brushToString(this.i.r0);
823
843
  },
824
844
  set: function (v) {
825
- this.i.ru = stringToBrush(v);
845
+ this.i.r0 = stringToBrush(v);
826
846
  },
827
847
  enumerable: false,
828
848
  configurable: true
@@ -832,10 +852,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
832
852
  * Gets or sets the background color for group headers inside the column options menu.
833
853
  */
834
854
  get: function () {
835
- return brushToString(this.i.ra);
855
+ return brushToString(this.i.rf);
836
856
  },
837
857
  set: function (v) {
838
- this.i.ra = stringToBrush(v);
858
+ this.i.rf = stringToBrush(v);
839
859
  },
840
860
  enumerable: false,
841
861
  configurable: true
@@ -845,10 +865,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
845
865
  * Gets or sets the background color for group headers inside the column options menu.
846
866
  */
847
867
  get: function () {
848
- return brushToString(this.i.rp);
868
+ return brushToString(this.i.rv);
849
869
  },
850
870
  set: function (v) {
851
- this.i.rp = stringToBrush(v);
871
+ this.i.rv = stringToBrush(v);
852
872
  },
853
873
  enumerable: false,
854
874
  configurable: true
@@ -858,10 +878,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
858
878
  * Gets the actual text color for group headers inside the column options menu.
859
879
  */
860
880
  get: function () {
861
- return brushToString(this.i.rb);
881
+ return brushToString(this.i.rg);
862
882
  },
863
883
  set: function (v) {
864
- this.i.rb = stringToBrush(v);
884
+ this.i.rg = stringToBrush(v);
865
885
  },
866
886
  enumerable: false,
867
887
  configurable: true
@@ -871,10 +891,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
871
891
  * Gets or sets the text color for group headers inside the column options menu.
872
892
  */
873
893
  get: function () {
874
- return brushToString(this.i.rq);
894
+ return brushToString(this.i.rw);
875
895
  },
876
896
  set: function (v) {
877
- this.i.rq = stringToBrush(v);
897
+ this.i.rw = stringToBrush(v);
878
898
  },
879
899
  enumerable: false,
880
900
  configurable: true
@@ -896,20 +916,20 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
896
916
  });
897
917
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
898
918
  get: function () {
899
- return brushToString(this.i.q8);
919
+ return brushToString(this.i.rd);
900
920
  },
901
921
  set: function (v) {
902
- this.i.q8 = stringToBrush(v);
922
+ this.i.rd = stringToBrush(v);
903
923
  },
904
924
  enumerable: false,
905
925
  configurable: true
906
926
  });
907
927
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
908
928
  get: function () {
909
- return brushToString(this.i.rn);
929
+ return brushToString(this.i.rt);
910
930
  },
911
931
  set: function (v) {
912
- this.i.rn = stringToBrush(v);
932
+ this.i.rt = stringToBrush(v);
913
933
  },
914
934
  enumerable: false,
915
935
  configurable: true
@@ -952,10 +972,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
952
972
  * Gets or sets the text color used for deleted rows.
953
973
  */
954
974
  get: function () {
955
- return brushToString(this.i.rx);
975
+ return brushToString(this.i.r4);
956
976
  },
957
977
  set: function (v) {
958
- this.i.rx = stringToBrush(v);
978
+ this.i.r4 = stringToBrush(v);
959
979
  },
960
980
  enumerable: false,
961
981
  configurable: true
@@ -965,10 +985,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
965
985
  * Gets the actual text color used for deleted rows.
966
986
  */
967
987
  get: function () {
968
- return brushToString(this.i.ri);
988
+ return brushToString(this.i.ro);
969
989
  },
970
990
  set: function (v) {
971
- this.i.ri = stringToBrush(v);
991
+ this.i.ro = stringToBrush(v);
972
992
  },
973
993
  enumerable: false,
974
994
  configurable: true
@@ -1178,10 +1198,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1178
1198
  * Gets or sets the text to display in the suffix area of cells in this column.
1179
1199
  */
1180
1200
  get: function () {
1181
- return this.i.o0;
1201
+ return this.i.o2;
1182
1202
  },
1183
1203
  set: function (v) {
1184
- this.i.o0 = v;
1204
+ this.i.o2 = v;
1185
1205
  },
1186
1206
  enumerable: false,
1187
1207
  configurable: true
@@ -1191,10 +1211,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1191
1211
  * Gets or sets the color of the text in the suffix area of the cells in this column.
1192
1212
  */
1193
1213
  get: function () {
1194
- return brushToString(this.i.r6);
1214
+ return brushToString(this.i.sd);
1195
1215
  },
1196
1216
  set: function (v) {
1197
- this.i.r6 = stringToBrush(v);
1217
+ this.i.sd = stringToBrush(v);
1198
1218
  },
1199
1219
  enumerable: false,
1200
1220
  configurable: true
@@ -1222,10 +1242,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1222
1242
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1223
1243
  */
1224
1244
  get: function () {
1225
- return this.i.os;
1245
+ return this.i.ou;
1226
1246
  },
1227
1247
  set: function (v) {
1228
- this.i.os = v;
1248
+ this.i.ou = v;
1229
1249
  },
1230
1250
  enumerable: false,
1231
1251
  configurable: true
@@ -1235,10 +1255,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1235
1255
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1236
1256
  */
1237
1257
  get: function () {
1238
- return this.i.op;
1258
+ return this.i.or;
1239
1259
  },
1240
1260
  set: function (v) {
1241
- this.i.op = v;
1261
+ this.i.or = v;
1242
1262
  },
1243
1263
  enumerable: false,
1244
1264
  configurable: true
@@ -1248,10 +1268,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1248
1268
  * Gets or sets the stroke color of suffix icon.
1249
1269
  */
1250
1270
  get: function () {
1251
- return brushToString(this.i.r5);
1271
+ return brushToString(this.i.sc);
1252
1272
  },
1253
1273
  set: function (v) {
1254
- this.i.r5 = stringToBrush(v);
1274
+ this.i.sc = stringToBrush(v);
1255
1275
  },
1256
1276
  enumerable: false,
1257
1277
  configurable: true
@@ -1261,10 +1281,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1261
1281
  * Gets or sets the fill color of suffix icon.
1262
1282
  */
1263
1283
  get: function () {
1264
- return brushToString(this.i.r4);
1284
+ return brushToString(this.i.sb);
1265
1285
  },
1266
1286
  set: function (v) {
1267
- this.i.r4 = stringToBrush(v);
1287
+ this.i.sb = stringToBrush(v);
1268
1288
  },
1269
1289
  enumerable: false,
1270
1290
  configurable: true
@@ -1379,11 +1399,11 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1379
1399
 
1380
1400
  */
1381
1401
  IgxDataGridColumnComponent.prototype.getUniqueKey = function () {
1382
- var iv = this.i.no();
1402
+ var iv = this.i.nq();
1383
1403
  return (iv);
1384
1404
  };
1385
1405
  IgxDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
1386
- this.i.pi(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1406
+ this.i.pk(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1387
1407
  };
1388
1408
  /**
1389
1409
  * Returns if the column has named header values.
@@ -1408,7 +1428,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1408
1428
  * @param valueName * The named header value to remove.
1409
1429
  */
1410
1430
  IgxDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
1411
- this.i.ph(valueName);
1431
+ this.i.pj(valueName);
1412
1432
  };
1413
1433
  /**
1414
1434
  * Gets the value of a named header value for this column by name.
@@ -1420,7 +1440,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1420
1440
  return (iv);
1421
1441
  };
1422
1442
  IgxDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
1423
- this.i.o8(filterID, index, value);
1443
+ this.i.pa(filterID, index, value);
1424
1444
  };
1425
1445
  IgxDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
1426
1446
  var iv = this.i.getDesiredToolbarActions();
@@ -1485,7 +1505,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1485
1505
  configurable: true
1486
1506
  });
1487
1507
  IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1488
- IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", name: "name", field: "field", headerText: "headerText", actualHeaderText: "actualHeaderText", selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", selectedTextColor: "selectedTextColor", actualSelectedTextColor: "actualSelectedTextColor", rowHoverBackground: "rowHoverBackground", actualHoverBackground: "actualHoverBackground", rowHoverTextColor: "rowHoverTextColor", actualRowHoverTextColor: "actualRowHoverTextColor", animationSettings: "animationSettings", width: "width", minWidth: "minWidth", isFromMarkup: "isFromMarkup", isAutoGenerated: "isAutoGenerated", filter: "filter", filterExpression: "filterExpression", header: "header", isFilteringEnabled: "isFilteringEnabled", isResizingEnabled: "isResizingEnabled", isSortingEnabled: "isSortingEnabled", isHidden: "isHidden", shouldRemoveWhenHidden: "shouldRemoveWhenHidden", sortDirection: "sortDirection", pinned: "pinned", actualColumnOptionsIconAlignment: "actualColumnOptionsIconAlignment", columnOptionsIconAlignment: "columnOptionsIconAlignment", actualColumnOptionsIconColor: "actualColumnOptionsIconColor", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualColumnOptionsIconBehavior: "actualColumnOptionsIconBehavior", actualIsColumnOptionsEnabled: "actualIsColumnOptionsEnabled", isColumnOptionsEnabled: "isColumnOptionsEnabled", actualIsColumnOptionsSummariesEnabled: "actualIsColumnOptionsSummariesEnabled", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", actualIsColumnOptionsGroupingEnabled: "actualIsColumnOptionsGroupingEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", actualColumnOptionsBackground: "actualColumnOptionsBackground", columnOptionsBackground: "columnOptionsBackground", actualColumnOptionsTextColor: "actualColumnOptionsTextColor", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", actualColumnOptionsHoverBackgroundColor: "actualColumnOptionsHoverBackgroundColor", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", actualColumnOptionsToolTipBackgroundColor: "actualColumnOptionsToolTipBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", actualColumnOptionsHighlightColor: "actualColumnOptionsHighlightColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", actualColumnOptionsSeparatorColor: "actualColumnOptionsSeparatorColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", actualColumnOptionsGroupHeaderBackground: "actualColumnOptionsGroupHeaderBackground", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", actualColumnOptionsGroupHeaderTextColor: "actualColumnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", actualColumnOptionsAccentColor: "actualColumnOptionsAccentColor", columnOptionsAccentColor: "columnOptionsAccentColor", actualColumnOptionsRowHeight: "actualColumnOptionsRowHeight", columnOptionsRowHeight: "columnOptionsRowHeight", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", suffixMargin: "suffixMargin", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
1508
+ IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", name: "name", field: "field", headerText: "headerText", actualHeaderText: "actualHeaderText", selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", selectedTextColor: "selectedTextColor", actualSelectedTextColor: "actualSelectedTextColor", rowHoverBackground: "rowHoverBackground", actualHoverBackground: "actualHoverBackground", rowHoverTextColor: "rowHoverTextColor", actualRowHoverTextColor: "actualRowHoverTextColor", animationSettings: "animationSettings", width: "width", minWidth: "minWidth", isFromMarkup: "isFromMarkup", isAutoGenerated: "isAutoGenerated", filter: "filter", filterExpression: "filterExpression", header: "header", isFilteringEnabled: "isFilteringEnabled", isResizingEnabled: "isResizingEnabled", isSortingEnabled: "isSortingEnabled", isHidden: "isHidden", shouldRemoveWhenHidden: "shouldRemoveWhenHidden", sortDirection: "sortDirection", pinned: "pinned", actualColumnOptionsIconAlignment: "actualColumnOptionsIconAlignment", columnOptionsIconAlignment: "columnOptionsIconAlignment", actualColumnOptionsIconColor: "actualColumnOptionsIconColor", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualColumnOptionsIconBehavior: "actualColumnOptionsIconBehavior", actualIsColumnOptionsEnabled: "actualIsColumnOptionsEnabled", isColumnOptionsEnabled: "isColumnOptionsEnabled", actualIsColumnOptionsSummariesEnabled: "actualIsColumnOptionsSummariesEnabled", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", actualIsColumnOptionsGroupingEnabled: "actualIsColumnOptionsGroupingEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", actualColumnOptionsBackground: "actualColumnOptionsBackground", columnOptionsBackground: "columnOptionsBackground", actualColumnOptionsTextColor: "actualColumnOptionsTextColor", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", actualColumnOptionsHoverBackgroundColor: "actualColumnOptionsHoverBackgroundColor", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", actualColumnOptionsToolTipBackgroundColor: "actualColumnOptionsToolTipBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", actualColumnOptionsToolTipTextColor: "actualColumnOptionsToolTipTextColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", actualColumnOptionsHighlightColor: "actualColumnOptionsHighlightColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", actualColumnOptionsSeparatorColor: "actualColumnOptionsSeparatorColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", actualColumnOptionsGroupHeaderBackground: "actualColumnOptionsGroupHeaderBackground", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", actualColumnOptionsGroupHeaderTextColor: "actualColumnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", actualColumnOptionsAccentColor: "actualColumnOptionsAccentColor", columnOptionsAccentColor: "columnOptionsAccentColor", actualColumnOptionsRowHeight: "actualColumnOptionsRowHeight", columnOptionsRowHeight: "columnOptionsRowHeight", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", suffixMargin: "suffixMargin", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
1489
1509
  return IgxDataGridColumnComponent;
1490
1510
  }(IgxDefinitionBaseComponent));
1491
1511
  export { IgxDataGridColumnComponent };
@@ -1598,6 +1618,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1598
1618
  type: Input
1599
1619
  }], columnOptionsToolTipBackgroundColor: [{
1600
1620
  type: Input
1621
+ }], actualColumnOptionsToolTipTextColor: [{
1622
+ type: Input
1623
+ }], columnOptionsToolTipTextColor: [{
1624
+ type: Input
1601
1625
  }], actualColumnOptionsHighlightColor: [{
1602
1626
  type: Input
1603
1627
  }], columnOptionsHighlightColor: [{