igniteui-angular-data-grids 21.0.0 → 21.0.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +266 -266
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igx-checkbox-list-component.js +69 -69
  64. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  65. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  66. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igx-data-grid-column-component.js +265 -139
  68. package/esm2015/lib/igx-data-grid-component.js +110 -2
  69. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
  70. package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
  71. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  72. package/esm2015/lib/igx-definition-base-component.js +89 -89
  73. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  74. package/esm2015/lib/igx-header-component.js +16 -16
  75. package/esm2015/lib/igx-image-column-component.js +10 -10
  76. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  77. package/esm2015/lib/igx-section-header-component.js +16 -16
  78. package/esm2015/lib/igx-summary-row-component.js +16 -16
  79. package/esm2015/lib/igx-text-column-component.js +8 -8
  80. package/esm2015/lib/igx-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igx-checkbox-list-component.js +69 -69
  143. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  144. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  145. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igx-data-grid-column-component.js +313 -139
  147. package/esm5/lib/igx-data-grid-component.js +151 -3
  148. package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
  149. package/esm5/lib/igx-data-grid-pager-component.js +40 -10
  150. package/esm5/lib/igx-date-time-column-component.js +20 -20
  151. package/esm5/lib/igx-definition-base-component.js +89 -89
  152. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  153. package/esm5/lib/igx-header-component.js +16 -16
  154. package/esm5/lib/igx-image-column-component.js +10 -10
  155. package/esm5/lib/igx-numeric-column-component.js +30 -30
  156. package/esm5/lib/igx-section-header-component.js +16 -16
  157. package/esm5/lib/igx-summary-row-component.js +16 -16
  158. package/esm5/lib/igx-text-column-component.js +8 -8
  159. package/esm5/lib/igx-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
  162. package/fesm5/igniteui-angular-data-grids.js +9373 -8080
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igx-data-grid-column-component.d.ts +55 -1
  185. package/lib/igx-data-grid-component.d.ts +51 -2
  186. package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
  187. package/lib/igx-data-grid-pager-component.d.ts +11 -1
  188. package/lib/igx-text-header-cell-info.d.ts +34 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -58,133 +58,133 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
58
58
  * Gets or sets the amount of left padding to use for the cell content for this column.
59
59
  */
60
60
  get paddingLeft() {
61
- return this.i.k0;
61
+ return this.i.k7;
62
62
  }
63
63
  set paddingLeft(v) {
64
- this.i.k0 = +v;
64
+ this.i.k7 = +v;
65
65
  }
66
66
  /**
67
67
  * Gets or sets the amount of top padding to use for the cell content for this column.
68
68
  */
69
69
  get paddingTop() {
70
- return this.i.k2;
70
+ return this.i.k9;
71
71
  }
72
72
  set paddingTop(v) {
73
- this.i.k2 = +v;
73
+ this.i.k9 = +v;
74
74
  }
75
75
  /**
76
76
  * Gets or sets the amount of right padding to use for the cell content of this column.
77
77
  */
78
78
  get paddingRight() {
79
- return this.i.k1;
79
+ return this.i.k8;
80
80
  }
81
81
  set paddingRight(v) {
82
- this.i.k1 = +v;
82
+ this.i.k8 = +v;
83
83
  }
84
84
  /**
85
85
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
86
86
  */
87
87
  get paddingBottom() {
88
- return this.i.kz;
88
+ return this.i.k6;
89
89
  }
90
90
  set paddingBottom(v) {
91
- this.i.kz = +v;
91
+ this.i.k6 = +v;
92
92
  }
93
93
  /**
94
94
  * Gets or sets an unique name of the Column
95
95
  */
96
96
  get name() {
97
- return this.i.my;
97
+ return this.i.ni;
98
98
  }
99
99
  set name(v) {
100
- this.i.my = v;
100
+ this.i.ni = v;
101
101
  }
102
102
  /**
103
103
  * Gets or sets the key used for the column binding
104
104
  */
105
105
  get field() {
106
- return this.i.l7;
106
+ return this.i.mr;
107
107
  }
108
108
  set field(v) {
109
- this.i.l7 = v;
109
+ this.i.mr = v;
110
110
  }
111
111
  /**
112
112
  * Gets or sets the text displayed in the header of the column
113
113
  */
114
114
  get headerText() {
115
- return this.i.me;
115
+ return this.i.my;
116
116
  }
117
117
  set headerText(v) {
118
- this.i.me = v;
118
+ this.i.my = v;
119
119
  }
120
120
  /**
121
121
  * Gets the actual text displayed in the header of the column
122
122
  */
123
123
  get actualHeaderText() {
124
- return this.i.lm;
124
+ return this.i.l0;
125
125
  }
126
126
  set actualHeaderText(v) {
127
- this.i.lm = v;
127
+ this.i.l0 = v;
128
128
  }
129
129
  /**
130
130
  * Gets or sets the background color to use for the cells when they are selected
131
131
  */
132
132
  get selectedBackground() {
133
- return brushToString(this.i.o5);
133
+ return brushToString(this.i.qm);
134
134
  }
135
135
  set selectedBackground(v) {
136
- this.i.o5 = stringToBrush(v);
136
+ this.i.qm = stringToBrush(v);
137
137
  }
138
138
  /**
139
139
  * Gets the actual background color that is used for the cells when they are selected
140
140
  */
141
141
  get actualSelectedBackground() {
142
- return brushToString(this.i.oy);
142
+ return brushToString(this.i.p9);
143
143
  }
144
144
  set actualSelectedBackground(v) {
145
- this.i.oy = stringToBrush(v);
145
+ this.i.p9 = stringToBrush(v);
146
146
  }
147
147
  /**
148
148
  * Gets or sets the background color to use for the cells when the row is hovered.
149
149
  */
150
150
  get rowHoverBackground() {
151
- return brushToString(this.i.o3);
151
+ return brushToString(this.i.qk);
152
152
  }
153
153
  set rowHoverBackground(v) {
154
- this.i.o3 = stringToBrush(v);
154
+ this.i.qk = stringToBrush(v);
155
155
  }
156
156
  /**
157
157
  * Gets the actual background color that is used for the cells when they are hovered.
158
158
  */
159
159
  get actualHoverBackground() {
160
- return brushToString(this.i.ow);
160
+ return brushToString(this.i.p7);
161
161
  }
162
162
  set actualHoverBackground(v) {
163
- this.i.ow = stringToBrush(v);
163
+ this.i.p7 = stringToBrush(v);
164
164
  }
165
165
  /**
166
166
  * Gets or sets the text color to use for the cells when the row is hovered.
167
167
  */
168
168
  get rowHoverTextColor() {
169
- return brushToString(this.i.o4);
169
+ return brushToString(this.i.ql);
170
170
  }
171
171
  set rowHoverTextColor(v) {
172
- this.i.o4 = stringToBrush(v);
172
+ this.i.ql = stringToBrush(v);
173
173
  }
174
174
  /**
175
175
  * Gets the actual text color that is used for the cells when they are hovered.
176
176
  */
177
177
  get actualRowHoverTextColor() {
178
- return brushToString(this.i.ox);
178
+ return brushToString(this.i.p8);
179
179
  }
180
180
  set actualRowHoverTextColor(v) {
181
- this.i.ox = stringToBrush(v);
181
+ this.i.p8 = stringToBrush(v);
182
182
  }
183
183
  /**
184
184
  * Gets or sets the animation settings to use for this column.
185
185
  */
186
186
  get animationSettings() {
187
- const r = this.i.h8;
187
+ const r = this.i.ic;
188
188
  if (r == null) {
189
189
  return null;
190
190
  }
@@ -203,7 +203,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
203
203
  return r.externalObject;
204
204
  }
205
205
  set animationSettings(v) {
206
- v == null ? this.i.h8 = null : this.i.h8 = v.i;
206
+ v == null ? this.i.ic = null : this.i.ic = v.i;
207
207
  }
208
208
  /**
209
209
  * Gets or sets the width to use for this column.
@@ -240,46 +240,46 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
240
240
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
241
241
  */
242
242
  get minWidth() {
243
- return this.i.kb;
243
+ return this.i.ki;
244
244
  }
245
245
  set minWidth(v) {
246
- this.i.kb = +v;
246
+ this.i.ki = +v;
247
247
  }
248
248
  /**
249
249
  * Gets whether this column was projected from markup/templates and is constrained.
250
250
  */
251
251
  get isFromMarkup() {
252
- return this.i.jt;
252
+ return this.i.j0;
253
253
  }
254
254
  set isFromMarkup(v) {
255
- this.i.jt = ensureBool(v);
255
+ this.i.j0 = ensureBool(v);
256
256
  }
257
257
  /**
258
258
  * Gets whether this column was auto generated.
259
259
  */
260
260
  get isAutoGenerated() {
261
- return this.i.jn;
261
+ return this.i.ju;
262
262
  }
263
263
  set isAutoGenerated(v) {
264
- this.i.jn = ensureBool(v);
264
+ this.i.ju = ensureBool(v);
265
265
  }
266
266
  /**
267
267
  * Gets or sets a filter to apply on the values of this column
268
268
  */
269
269
  get filter() {
270
- return this.i.g2;
270
+ return this.i.g4;
271
271
  }
272
272
  set filter(v) {
273
- this.i.g2 = v;
273
+ this.i.g4 = v;
274
274
  }
275
275
  /**
276
276
  * Gets or sets a filter to apply to the values of this column.
277
277
  */
278
278
  get filterExpression() {
279
- return this.i.g4;
279
+ return this.i.g6;
280
280
  }
281
281
  set filterExpression(v) {
282
- this.i.g4 = v;
282
+ this.i.g6 = v;
283
283
  }
284
284
  /**
285
285
  * Gets or sets the header definition for this column.
@@ -307,209 +307,311 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
307
307
  * Gets or sets whether filtering is enabled for this column.
308
308
  */
309
309
  get isFilteringEnabled() {
310
- return this.i.js;
310
+ return this.i.jz;
311
311
  }
312
312
  set isFilteringEnabled(v) {
313
- this.i.js = ensureBool(v);
313
+ this.i.jz = ensureBool(v);
314
314
  }
315
315
  /**
316
316
  * Gets or sets whether resizing is enabled for this column.
317
317
  */
318
318
  get isResizingEnabled() {
319
- return this.i.jv;
319
+ return this.i.j2;
320
320
  }
321
321
  set isResizingEnabled(v) {
322
- this.i.jv = ensureBool(v);
322
+ this.i.j2 = ensureBool(v);
323
323
  }
324
324
  /**
325
325
  * Gets or sets whether or not a column is hidden from the grid
326
326
  */
327
327
  get isHidden() {
328
- return this.i.ju;
328
+ return this.i.j1;
329
329
  }
330
330
  set isHidden(v) {
331
- this.i.ju = ensureBool(v);
331
+ this.i.j1 = ensureBool(v);
332
332
  }
333
333
  /**
334
334
  * Gets or sets if a column should be removed from the grid when it is fully hidden
335
335
  */
336
336
  get shouldRemoveWhenHidden() {
337
- return this.i.jy;
337
+ return this.i.j5;
338
338
  }
339
339
  set shouldRemoveWhenHidden(v) {
340
- this.i.jy = ensureBool(v);
340
+ this.i.j5 = ensureBool(v);
341
341
  }
342
342
  /**
343
343
  * Gets the current sort direction (None, Ascending, Descending) for this column.
344
344
  */
345
345
  get sortDirection() {
346
- return this.i.hs;
346
+ return this.i.hu;
347
347
  }
348
348
  set sortDirection(v) {
349
- this.i.hs = ensureEnum(ColumnSortDirection_$type, v);
349
+ this.i.hu = ensureEnum(ColumnSortDirection_$type, v);
350
350
  }
351
351
  /**
352
352
  * Gets or sets the current fixed position for this column.
353
353
  */
354
354
  get pinned() {
355
- return this.i.io;
355
+ return this.i.is;
356
356
  }
357
357
  set pinned(v) {
358
- this.i.io = ensureEnum(PinnedPositions_$type, v);
358
+ this.i.is = ensureEnum(PinnedPositions_$type, v);
359
359
  }
360
360
  /**
361
361
  * Gets the actual column options icon alignment for this column.
362
362
  */
363
363
  get actualColumnOptionsIconAlignment() {
364
- return this.i.hj;
364
+ return this.i.hl;
365
365
  }
366
366
  set actualColumnOptionsIconAlignment(v) {
367
- this.i.hj = ensureEnum(ColumnOptionsIconAlignment_$type, v);
367
+ this.i.hl = ensureEnum(ColumnOptionsIconAlignment_$type, v);
368
368
  }
369
369
  /**
370
370
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
371
371
  */
372
372
  get columnOptionsIconAlignment() {
373
- return this.i.hk;
373
+ return this.i.hm;
374
374
  }
375
375
  set columnOptionsIconAlignment(v) {
376
- this.i.hk = ensureEnum(ColumnOptionsIconAlignment_$type, v);
376
+ this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
377
377
  }
378
378
  /**
379
379
  * Gets the actual column options icon color for this column.
380
380
  */
381
381
  get actualColumnOptionsIconColor() {
382
- return brushToString(this.i.ou);
382
+ return brushToString(this.i.p3);
383
383
  }
384
384
  set actualColumnOptionsIconColor(v) {
385
- this.i.ou = stringToBrush(v);
385
+ this.i.p3 = stringToBrush(v);
386
386
  }
387
387
  /**
388
388
  * Gets or sets the column options icon color for this column.
389
389
  */
390
390
  get columnOptionsIconColor() {
391
- return brushToString(this.i.oz);
391
+ return brushToString(this.i.qe);
392
392
  }
393
393
  set columnOptionsIconColor(v) {
394
- this.i.oz = stringToBrush(v);
394
+ this.i.qe = stringToBrush(v);
395
395
  }
396
396
  /**
397
397
  * Gets or sets how the column option icon will behave in the column header.
398
398
  */
399
399
  get columnOptionsIconBehavior() {
400
- return this.i.ho;
400
+ return this.i.hq;
401
401
  }
402
402
  set columnOptionsIconBehavior(v) {
403
- this.i.ho = ensureEnum(ColumnOptionsIconBehavior_$type, v);
403
+ this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
404
404
  }
405
405
  /**
406
406
  * Gets or sets how the column option icon will behave in the column header.
407
407
  */
408
408
  get actualColumnOptionsIconBehavior() {
409
- return this.i.hn;
409
+ return this.i.hp;
410
410
  }
411
411
  set actualColumnOptionsIconBehavior(v) {
412
- this.i.hn = ensureEnum(ColumnOptionsIconBehavior_$type, v);
412
+ this.i.hp = ensureEnum(ColumnOptionsIconBehavior_$type, v);
413
413
  }
414
414
  /**
415
415
  * Gets the actual state of the column options for this column.
416
416
  */
417
417
  get actualIsColumnOptionsEnabled() {
418
- return this.i.jg;
418
+ return this.i.jn;
419
419
  }
420
420
  set actualIsColumnOptionsEnabled(v) {
421
- this.i.jg = ensureBool(v);
421
+ this.i.jn = ensureBool(v);
422
422
  }
423
423
  /**
424
424
  * Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
425
425
  * then it will be disabled for the column regardless of what this is set to.
426
426
  */
427
427
  get isColumnOptionsEnabled() {
428
- return this.i.jo;
428
+ return this.i.jv;
429
429
  }
430
430
  set isColumnOptionsEnabled(v) {
431
- this.i.jo = ensureBool(v);
431
+ this.i.jv = ensureBool(v);
432
432
  }
433
433
  /**
434
434
  * Gets the actual state of summaries menu in the column options for this column.
435
435
  */
436
436
  get actualIsColumnOptionsSummariesEnabled() {
437
- return this.i.ji;
437
+ return this.i.jp;
438
438
  }
439
439
  set actualIsColumnOptionsSummariesEnabled(v) {
440
- this.i.ji = ensureBool(v);
440
+ this.i.jp = ensureBool(v);
441
441
  }
442
442
  /**
443
443
  * Gets or sets whether to show the summaries option in the column options menu for this column.
444
444
  */
445
445
  get isColumnOptionsSummariesEnabled() {
446
- return this.i.jq;
446
+ return this.i.jx;
447
447
  }
448
448
  set isColumnOptionsSummariesEnabled(v) {
449
- this.i.jq = ensureBool(v);
449
+ this.i.jx = ensureBool(v);
450
450
  }
451
451
  /**
452
452
  * Gets the actual state of grouping menu in the column options for this column.
453
453
  */
454
454
  get actualIsColumnOptionsGroupingEnabled() {
455
- return this.i.jh;
455
+ return this.i.jo;
456
456
  }
457
457
  set actualIsColumnOptionsGroupingEnabled(v) {
458
- this.i.jh = ensureBool(v);
458
+ this.i.jo = ensureBool(v);
459
459
  }
460
460
  /**
461
461
  * Gets or sets whether to show the grouping option in the column options menu for this column.
462
462
  */
463
463
  get isColumnOptionsGroupingEnabled() {
464
- return this.i.jp;
464
+ return this.i.jw;
465
465
  }
466
466
  set isColumnOptionsGroupingEnabled(v) {
467
- this.i.jp = ensureBool(v);
467
+ this.i.jw = ensureBool(v);
468
+ }
469
+ /**
470
+ * Gets or sets the column options dropdown background color.
471
+ */
472
+ get actualColumnOptionsBackground() {
473
+ return brushToString(this.i.p0);
474
+ }
475
+ set actualColumnOptionsBackground(v) {
476
+ this.i.p0 = stringToBrush(v);
477
+ }
478
+ /**
479
+ * Gets or sets the column options dropdown background color.
480
+ */
481
+ get columnOptionsBackground() {
482
+ return brushToString(this.i.qb);
483
+ }
484
+ set columnOptionsBackground(v) {
485
+ this.i.qb = stringToBrush(v);
486
+ }
487
+ /**
488
+ * Gets or sets the text color for text inside the column options menu.
489
+ */
490
+ get actualColumnOptionsTextColor() {
491
+ return brushToString(this.i.p5);
492
+ }
493
+ set actualColumnOptionsTextColor(v) {
494
+ this.i.p5 = stringToBrush(v);
495
+ }
496
+ /**
497
+ * Gets or sets the text color for text inside the column options menu.
498
+ */
499
+ get columnOptionsTextColor() {
500
+ return brushToString(this.i.qg);
501
+ }
502
+ set columnOptionsTextColor(v) {
503
+ this.i.qg = stringToBrush(v);
504
+ }
505
+ /**
506
+ * Gets or sets the color of separators inside the column options menu.
507
+ */
508
+ get actualColumnOptionsSeparatorColor() {
509
+ return brushToString(this.i.p4);
510
+ }
511
+ set actualColumnOptionsSeparatorColor(v) {
512
+ this.i.p4 = stringToBrush(v);
513
+ }
514
+ /**
515
+ * Gets or sets the color of separators inside the column options menu.
516
+ */
517
+ get columnOptionsSeparatorColor() {
518
+ return brushToString(this.i.qf);
519
+ }
520
+ set columnOptionsSeparatorColor(v) {
521
+ this.i.qf = stringToBrush(v);
522
+ }
523
+ /**
524
+ * Gets or sets the background color for group headers inside the column options menu.
525
+ */
526
+ get actualColumnOptionsGroupHeaderBackground() {
527
+ return brushToString(this.i.p1);
528
+ }
529
+ set actualColumnOptionsGroupHeaderBackground(v) {
530
+ this.i.p1 = stringToBrush(v);
531
+ }
532
+ /**
533
+ * Gets or sets the background color for group headers inside the column options menu.
534
+ */
535
+ get columnOptionsGroupHeaderBackground() {
536
+ return brushToString(this.i.qc);
537
+ }
538
+ set columnOptionsGroupHeaderBackground(v) {
539
+ this.i.qc = stringToBrush(v);
540
+ }
541
+ /**
542
+ * Gets the actual text color for group headers inside the column options menu.
543
+ */
544
+ get actualColumnOptionsGroupHeaderTextColor() {
545
+ return brushToString(this.i.p2);
546
+ }
547
+ set actualColumnOptionsGroupHeaderTextColor(v) {
548
+ this.i.p2 = stringToBrush(v);
549
+ }
550
+ /**
551
+ * Gets or sets the text color for group headers inside the column options menu.
552
+ */
553
+ get columnOptionsGroupHeaderTextColor() {
554
+ return brushToString(this.i.qd);
555
+ }
556
+ set columnOptionsGroupHeaderTextColor(v) {
557
+ this.i.qd = stringToBrush(v);
558
+ }
559
+ get actualColumnOptionsAccentColor() {
560
+ return brushToString(this.i.pz);
561
+ }
562
+ set actualColumnOptionsAccentColor(v) {
563
+ this.i.pz = stringToBrush(v);
564
+ }
565
+ get columnOptionsAccentColor() {
566
+ return brushToString(this.i.qa);
567
+ }
568
+ set columnOptionsAccentColor(v) {
569
+ this.i.qa = stringToBrush(v);
468
570
  }
469
571
  /**
470
572
  * Gets or sets if the column is editable.
471
573
  */
472
574
  get isEditable() {
473
- return this.i.jr;
575
+ return this.i.jy;
474
576
  }
475
577
  set isEditable(v) {
476
- this.i.jr = ensureBool(v);
578
+ this.i.jy = ensureBool(v);
477
579
  }
478
580
  /**
479
581
  * Gets or sets the text color used for deleted rows.
480
582
  */
481
583
  get deletedTextColor() {
482
- return brushToString(this.i.o0);
584
+ return brushToString(this.i.qh);
483
585
  }
484
586
  set deletedTextColor(v) {
485
- this.i.o0 = stringToBrush(v);
587
+ this.i.qh = stringToBrush(v);
486
588
  }
487
589
  /**
488
590
  * Gets the actual text color used for deleted rows.
489
591
  */
490
592
  get actualDeletedTextColor() {
491
- return brushToString(this.i.ov);
593
+ return brushToString(this.i.p6);
492
594
  }
493
595
  set actualDeletedTextColor(v) {
494
- this.i.ov = stringToBrush(v);
596
+ this.i.p6 = stringToBrush(v);
495
597
  }
496
598
  /**
497
599
  * Gets or sets the opacity to use for unsaved edited cell values.
498
600
  */
499
601
  get editOpacity() {
500
- return this.i.ka;
602
+ return this.i.kh;
501
603
  }
502
604
  set editOpacity(v) {
503
- this.i.ka = +v;
605
+ this.i.kh = +v;
504
606
  }
505
607
  /**
506
608
  * Gets the actual opacity for unsaved edited cell values.
507
609
  */
508
610
  get actualEditOpacity() {
509
- return this.i.j9;
611
+ return this.i.kg;
510
612
  }
511
613
  set actualEditOpacity(v) {
512
- this.i.j9 = +v;
614
+ this.i.kg = +v;
513
615
  }
514
616
  /**
515
617
  * Gets or sets the font style to use for unsaved cell edits.
@@ -529,87 +631,87 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
529
631
  * Gets the actual font style used for unsaved cell edits.
530
632
  */
531
633
  get actualEditFontInfo() {
532
- if (this.i.ix == null) {
634
+ if (this.i.i4 == null) {
533
635
  return null;
534
636
  }
535
- return this.i.ix.fontString;
637
+ return this.i.i4.fontString;
536
638
  }
537
639
  set actualEditFontInfo(v) {
538
640
  let fi = new FontInfo();
539
641
  fi.fontString = v;
540
- this.i.ix = fi;
642
+ this.i.i4 = fi;
541
643
  }
542
644
  /**
543
645
  * Gets or sets if and how cell merging is performed for this field.
544
646
  */
545
647
  get mergedCellMode() {
546
- return this.i.ij;
648
+ return this.i.io;
547
649
  }
548
650
  set mergedCellMode(v) {
549
- this.i.ij = ensureEnum(MergedCellMode_$type, v);
651
+ this.i.io = ensureEnum(MergedCellMode_$type, v);
550
652
  }
551
653
  /**
552
654
  * Gets or sets how cells are evaluated for merging.
553
655
  */
554
656
  get mergedCellEvaluationCriteria() {
555
- return this.i.ig;
657
+ return this.i.ik;
556
658
  }
557
659
  set mergedCellEvaluationCriteria(v) {
558
- this.i.ig = ensureEnum(MergedCellEvaluationCriteria_$type, v);
660
+ this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
559
661
  }
560
662
  /**
561
663
  * Gets or sets the vertical alignment to use for the merged cell content.
562
664
  */
563
665
  get mergedCellVerticalAlignment() {
564
- return this.i.hb;
666
+ return this.i.hd;
565
667
  }
566
668
  set mergedCellVerticalAlignment(v) {
567
- this.i.hb = ensureEnum(CellContentVerticalAlignment_$type, v);
669
+ this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
568
670
  }
569
671
  /**
570
672
  * Gets or sets the amount of left padding to use for the cell content for this column.
571
673
  */
572
674
  get mergedCellPaddingLeft() {
573
- return this.i.kt;
675
+ return this.i.k0;
574
676
  }
575
677
  set mergedCellPaddingLeft(v) {
576
- this.i.kt = +v;
678
+ this.i.k0 = +v;
577
679
  }
578
680
  /**
579
681
  * Gets or sets the amount of top padding to use for the cell content for this column.
580
682
  */
581
683
  get mergedCellPaddingTop() {
582
- return this.i.kv;
684
+ return this.i.k2;
583
685
  }
584
686
  set mergedCellPaddingTop(v) {
585
- this.i.kv = +v;
687
+ this.i.k2 = +v;
586
688
  }
587
689
  /**
588
690
  * Gets or sets the amount of right padding to use for the cell content of this column.
589
691
  */
590
692
  get mergedCellPaddingRight() {
591
- return this.i.ku;
693
+ return this.i.k1;
592
694
  }
593
695
  set mergedCellPaddingRight(v) {
594
- this.i.ku = +v;
696
+ this.i.k1 = +v;
595
697
  }
596
698
  /**
597
699
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
598
700
  */
599
701
  get mergedCellPaddingBottom() {
600
- return this.i.ks;
702
+ return this.i.kz;
601
703
  }
602
704
  set mergedCellPaddingBottom(v) {
603
- this.i.ks = +v;
705
+ this.i.kz = +v;
604
706
  }
605
707
  /**
606
708
  * Gets or sets whether UI filters are case sensitive or not.
607
709
  */
608
710
  get filterComparisonType() {
609
- return this.i.h2;
711
+ return this.i.h6;
610
712
  }
611
713
  set filterComparisonType(v) {
612
- this.i.h2 = ensureEnum(FilterComparisonType_$type, v);
714
+ this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
613
715
  }
614
716
  /**
615
717
  * Gets a list of the current custom filters for this column.
@@ -617,7 +719,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
617
719
  get filterOperands() {
618
720
  if (this._filterOperands === null) {
619
721
  let coll = new IgxGridFilterOperandsCollection();
620
- let innerColl = this.i.ia;
722
+ let innerColl = this.i.ie;
621
723
  if (!innerColl) {
622
724
  innerColl = new GridFilterOperandsCollection_internal();
623
725
  }
@@ -633,7 +735,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
633
735
  let coll = new IgxGridFilterOperandsCollection();
634
736
  this._filterOperands = coll._fromOuter(v);
635
737
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
636
- let innerColl = this.i.ia;
738
+ let innerColl = this.i.ie;
637
739
  if (!innerColl) {
638
740
  innerColl = new GridFilterOperandsCollection_internal();
639
741
  }
@@ -645,19 +747,19 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
645
747
  * Gets or sets the text to display in the suffix area of cells in this column.
646
748
  */
647
749
  get suffixText() {
648
- return this.i.nm;
750
+ return this.i.n6;
649
751
  }
650
752
  set suffixText(v) {
651
- this.i.nm = v;
753
+ this.i.n6 = v;
652
754
  }
653
755
  /**
654
756
  * Gets or sets the color of the text in the suffix area of the cells in this column.
655
757
  */
656
758
  get suffixTextColor() {
657
- return brushToString(this.i.o8);
759
+ return brushToString(this.i.qp);
658
760
  }
659
761
  set suffixTextColor(v) {
660
- this.i.o8 = stringToBrush(v);
762
+ this.i.qp = stringToBrush(v);
661
763
  }
662
764
  /**
663
765
  * Gets or sets the font of the suffix text.
@@ -677,91 +779,91 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
677
779
  * Gets or sets the icon to use in the suffix area of the cells in this column.
678
780
  */
679
781
  get suffixIconName() {
680
- return this.i.ne;
782
+ return this.i.ny;
681
783
  }
682
784
  set suffixIconName(v) {
683
- this.i.ne = v;
785
+ this.i.ny = v;
684
786
  }
685
787
  /**
686
788
  * Gets or sets the icon to use in the suffix area of the cells in this column.
687
789
  */
688
790
  get suffixIconCollectionName() {
689
- return this.i.nb;
791
+ return this.i.nv;
690
792
  }
691
793
  set suffixIconCollectionName(v) {
692
- this.i.nb = v;
794
+ this.i.nv = v;
693
795
  }
694
796
  /**
695
797
  * Gets or sets the stroke color of suffix icon.
696
798
  */
697
799
  get suffixIconStroke() {
698
- return brushToString(this.i.o7);
800
+ return brushToString(this.i.qo);
699
801
  }
700
802
  set suffixIconStroke(v) {
701
- this.i.o7 = stringToBrush(v);
803
+ this.i.qo = stringToBrush(v);
702
804
  }
703
805
  /**
704
806
  * Gets or sets the fill color of suffix icon.
705
807
  */
706
808
  get suffixIconFill() {
707
- return brushToString(this.i.o6);
809
+ return brushToString(this.i.qn);
708
810
  }
709
811
  set suffixIconFill(v) {
710
- this.i.o6 = stringToBrush(v);
812
+ this.i.qn = stringToBrush(v);
711
813
  }
712
814
  /**
713
815
  * Gets or sets the suffix icon's viewbox x coordinate.
714
816
  */
715
817
  get suffixIconViewBoxLeft() {
716
- return this.i.kd;
818
+ return this.i.kk;
717
819
  }
718
820
  set suffixIconViewBoxLeft(v) {
719
- this.i.kd = +v;
821
+ this.i.kk = +v;
720
822
  }
721
823
  /**
722
824
  * Gets or sets the suffix icon's viewbox y coordinate.
723
825
  */
724
826
  get suffixIconViewBoxTop() {
725
- return this.i.ke;
827
+ return this.i.kl;
726
828
  }
727
829
  set suffixIconViewBoxTop(v) {
728
- this.i.ke = +v;
830
+ this.i.kl = +v;
729
831
  }
730
832
  /**
731
833
  * Gets or sets the suffix icon's viewbox width.
732
834
  */
733
835
  get suffixIconViewBoxWidth() {
734
- return this.i.kf;
836
+ return this.i.km;
735
837
  }
736
838
  set suffixIconViewBoxWidth(v) {
737
- this.i.kf = +v;
839
+ this.i.km = +v;
738
840
  }
739
841
  /**
740
842
  * Gets or sets the suffix icon's viewbox height.
741
843
  */
742
844
  get suffixIconViewBoxHeight() {
743
- return this.i.kc;
845
+ return this.i.kj;
744
846
  }
745
847
  set suffixIconViewBoxHeight(v) {
746
- this.i.kc = +v;
848
+ this.i.kj = +v;
747
849
  }
748
850
  /**
749
851
  * Gets or sets the suffix margin.
750
852
  */
751
853
  get suffixMargin() {
752
- return this.i.kg;
854
+ return this.i.kn;
753
855
  }
754
856
  set suffixMargin(v) {
755
- this.i.kg = +v;
857
+ this.i.kn = +v;
756
858
  }
757
859
  /**
758
860
  * Gets or sets the text decoration to apply to cells in this column.
759
861
  */
760
862
  get textDecoration() {
761
- return this.i.iq;
863
+ return this.i.iu;
762
864
  }
763
865
  set textDecoration(v) {
764
- this.i.iq = ensureEnum(TextCellDecoration_$type, v);
866
+ this.i.iu = ensureEnum(TextCellDecoration_$type, v);
765
867
  }
766
868
  findByName(name) {
767
869
  var baseResult = super.findByName(name);
@@ -795,18 +897,18 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
795
897
 
796
898
  */
797
899
  getUniqueKey() {
798
- let iv = this.i.mc();
900
+ let iv = this.i.mw();
799
901
  return (iv);
800
902
  }
801
903
  setNamedHeaderValue(valueName, animationType, value) {
802
- this.i.n2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
904
+ this.i.oo(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
803
905
  }
804
906
  /**
805
907
  * Returns if the column has named header values.
806
908
 
807
909
  */
808
910
  hasNamedHeaderValues() {
809
- let iv = this.i.jl();
911
+ let iv = this.i.js();
810
912
  return (iv);
811
913
  }
812
914
  /**
@@ -815,7 +917,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
815
917
  * @param valueName * The named value to check for.
816
918
  */
817
919
  hasNamedHeaderValue(valueName) {
818
- let iv = this.i.jk(valueName);
920
+ let iv = this.i.jr(valueName);
819
921
  return (iv);
820
922
  }
821
923
  /**
@@ -824,7 +926,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
824
926
  * @param valueName * The named header value to remove.
825
927
  */
826
928
  removeNamedHeaderValue(valueName) {
827
- this.i.n1(valueName);
929
+ this.i.on(valueName);
828
930
  }
829
931
  /**
830
932
  * Gets the value of a named header value for this column by name.
@@ -832,11 +934,11 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
832
934
  * @param valueName * Name of the named header value to retrieve.
833
935
  */
834
936
  getNamedHeaderValue(valueName) {
835
- let iv = this.i.k7(valueName);
937
+ let iv = this.i.le(valueName);
836
938
  return (iv);
837
939
  }
838
940
  applyCustomFilter(filterID, index, value) {
839
- this.i.nu(filterID, index, value);
941
+ this.i.oe(filterID, index, value);
840
942
  }
841
943
  getDesiredToolbarActions() {
842
944
  let iv = this.i.getDesiredToolbarActions();
@@ -892,7 +994,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
892
994
  }
893
995
  }
894
996
  IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
895
- 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", 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", 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", 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 });
997
+ 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", 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", 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", actualColumnOptionsSeparatorColor: "actualColumnOptionsSeparatorColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", actualColumnOptionsGroupHeaderBackground: "actualColumnOptionsGroupHeaderBackground", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", actualColumnOptionsGroupHeaderTextColor: "actualColumnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", actualColumnOptionsAccentColor: "actualColumnOptionsAccentColor", columnOptionsAccentColor: "columnOptionsAccentColor", 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 });
896
998
  return IgxDataGridColumnComponent;
897
999
  })();
898
1000
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, decorators: [{
@@ -980,6 +1082,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
980
1082
  type: Input
981
1083
  }], isColumnOptionsGroupingEnabled: [{
982
1084
  type: Input
1085
+ }], actualColumnOptionsBackground: [{
1086
+ type: Input
1087
+ }], columnOptionsBackground: [{
1088
+ type: Input
1089
+ }], actualColumnOptionsTextColor: [{
1090
+ type: Input
1091
+ }], columnOptionsTextColor: [{
1092
+ type: Input
1093
+ }], actualColumnOptionsSeparatorColor: [{
1094
+ type: Input
1095
+ }], columnOptionsSeparatorColor: [{
1096
+ type: Input
1097
+ }], actualColumnOptionsGroupHeaderBackground: [{
1098
+ type: Input
1099
+ }], columnOptionsGroupHeaderBackground: [{
1100
+ type: Input
1101
+ }], actualColumnOptionsGroupHeaderTextColor: [{
1102
+ type: Input
1103
+ }], columnOptionsGroupHeaderTextColor: [{
1104
+ type: Input
1105
+ }], actualColumnOptionsAccentColor: [{
1106
+ type: Input
1107
+ }], columnOptionsAccentColor: [{
1108
+ type: Input
983
1109
  }], isEditable: [{
984
1110
  type: Input
985
1111
  }], deletedTextColor: [{