igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -65,10 +65,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
65
65
  * Gets or sets the amount of left padding to use for the cell content for this column.
66
66
  */
67
67
  get: function () {
68
- return this.i.lm;
68
+ return this.i.ln;
69
69
  },
70
70
  set: function (v) {
71
- this.i.lm = +v;
71
+ this.i.ln = +v;
72
72
  },
73
73
  enumerable: false,
74
74
  configurable: true
@@ -78,10 +78,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
78
78
  * Gets or sets the amount of top padding to use for the cell content for this column.
79
79
  */
80
80
  get: function () {
81
- return this.i.lo;
81
+ return this.i.lp;
82
82
  },
83
83
  set: function (v) {
84
- this.i.lo = +v;
84
+ this.i.lp = +v;
85
85
  },
86
86
  enumerable: false,
87
87
  configurable: true
@@ -91,10 +91,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
91
91
  * Gets or sets the amount of right padding to use for the cell content of this column.
92
92
  */
93
93
  get: function () {
94
- return this.i.ln;
94
+ return this.i.lo;
95
95
  },
96
96
  set: function (v) {
97
- this.i.ln = +v;
97
+ this.i.lo = +v;
98
98
  },
99
99
  enumerable: false,
100
100
  configurable: true
@@ -104,10 +104,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
104
104
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
105
105
  */
106
106
  get: function () {
107
- return this.i.ll;
107
+ return this.i.lm;
108
108
  },
109
109
  set: function (v) {
110
- this.i.ll = +v;
110
+ this.i.lm = +v;
111
111
  },
112
112
  enumerable: false,
113
113
  configurable: true
@@ -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.od;
120
+ return this.i.ok;
121
121
  },
122
122
  set: function (v) {
123
- this.i.od = v;
123
+ this.i.ok = 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.nl;
133
+ return this.i.ns;
134
134
  },
135
135
  set: function (v) {
136
- this.i.nl = v;
136
+ this.i.ns = 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.ns;
146
+ return this.i.nz;
147
147
  },
148
148
  set: function (v) {
149
- this.i.ns = v;
149
+ this.i.nz = 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.mm;
159
+ return this.i.mq;
160
160
  },
161
161
  set: function (v) {
162
- this.i.mm = v;
162
+ this.i.mq = 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.r9);
172
+ return brushToString(this.i.sv);
173
173
  },
174
174
  set: function (v) {
175
- this.i.r9 = stringToBrush(v);
175
+ this.i.sv = 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.rr);
185
+ return brushToString(this.i.sa);
186
186
  },
187
187
  set: function (v) {
188
- this.i.rr = stringToBrush(v);
188
+ this.i.sa = 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.sa);
198
+ return brushToString(this.i.sw);
199
199
  },
200
200
  set: function (v) {
201
- this.i.sa = stringToBrush(v);
201
+ this.i.sw = 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.rs);
211
+ return brushToString(this.i.sb);
212
212
  },
213
213
  set: function (v) {
214
- this.i.rs = stringToBrush(v);
214
+ this.i.sb = 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.r7);
224
+ return brushToString(this.i.st);
225
225
  },
226
226
  set: function (v) {
227
- this.i.r7 = stringToBrush(v);
227
+ this.i.st = 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.rp);
237
+ return brushToString(this.i.r8);
238
238
  },
239
239
  set: function (v) {
240
- this.i.rp = stringToBrush(v);
240
+ this.i.r8 = 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.r8);
250
+ return brushToString(this.i.su);
251
251
  },
252
252
  set: function (v) {
253
- this.i.r8 = stringToBrush(v);
253
+ this.i.su = 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.rq);
263
+ return brushToString(this.i.r9);
264
264
  },
265
265
  set: function (v) {
266
- this.i.rq = stringToBrush(v);
266
+ this.i.r9 = stringToBrush(v);
267
267
  },
268
268
  enumerable: false,
269
269
  configurable: true
@@ -273,7 +273,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
273
273
  * Gets or sets the animation settings to use for this column.
274
274
  */
275
275
  get: function () {
276
- var r = this.i.id;
276
+ var r = this.i.ie;
277
277
  if (r == null) {
278
278
  return null;
279
279
  }
@@ -292,7 +292,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
292
292
  return r.externalObject;
293
293
  },
294
294
  set: function (v) {
295
- v == null ? this.i.id = null : this.i.id = v.i;
295
+ v == null ? this.i.ie = null : this.i.ie = v.i;
296
296
  },
297
297
  enumerable: false,
298
298
  configurable: true
@@ -337,10 +337,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
337
337
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
338
338
  */
339
339
  get: function () {
340
- return this.i.kt;
340
+ return this.i.ku;
341
341
  },
342
342
  set: function (v) {
343
- this.i.kt = +v;
343
+ this.i.ku = +v;
344
344
  },
345
345
  enumerable: false,
346
346
  configurable: true
@@ -350,10 +350,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
350
350
  * Gets whether this column was projected from markup/templates and is constrained.
351
351
  */
352
352
  get: function () {
353
- return this.i.ka;
353
+ return this.i.kb;
354
354
  },
355
355
  set: function (v) {
356
- this.i.ka = ensureBool(v);
356
+ this.i.kb = ensureBool(v);
357
357
  },
358
358
  enumerable: false,
359
359
  configurable: true
@@ -363,10 +363,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
363
363
  * Gets whether this column was auto generated.
364
364
  */
365
365
  get: function () {
366
- return this.i.j4;
366
+ return this.i.j5;
367
367
  },
368
368
  set: function (v) {
369
- this.i.j4 = ensureBool(v);
369
+ this.i.j5 = ensureBool(v);
370
370
  },
371
371
  enumerable: false,
372
372
  configurable: true
@@ -376,10 +376,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
376
376
  * Gets or sets a filter to apply on the values of this column
377
377
  */
378
378
  get: function () {
379
- return this.i.g5;
379
+ return this.i.g6;
380
380
  },
381
381
  set: function (v) {
382
- this.i.g5 = v;
382
+ this.i.g6 = v;
383
383
  },
384
384
  enumerable: false,
385
385
  configurable: true
@@ -389,10 +389,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
389
389
  * Gets or sets a filter to apply to the values of this column.
390
390
  */
391
391
  get: function () {
392
- return this.i.g7;
392
+ return this.i.g8;
393
393
  },
394
394
  set: function (v) {
395
- this.i.g7 = v;
395
+ this.i.g8 = v;
396
396
  },
397
397
  enumerable: false,
398
398
  configurable: true
@@ -428,10 +428,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
428
428
  * Gets or sets whether filtering is enabled for this column.
429
429
  */
430
430
  get: function () {
431
- return this.i.j9;
431
+ return this.i.ka;
432
432
  },
433
433
  set: function (v) {
434
- this.i.j9 = ensureBool(v);
434
+ this.i.ka = ensureBool(v);
435
435
  },
436
436
  enumerable: false,
437
437
  configurable: true
@@ -441,10 +441,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
441
441
  * Gets or sets whether resizing is enabled for this column.
442
442
  */
443
443
  get: function () {
444
- return this.i.kc;
444
+ return this.i.kd;
445
445
  },
446
446
  set: function (v) {
447
- this.i.kc = ensureBool(v);
447
+ this.i.kd = ensureBool(v);
448
448
  },
449
449
  enumerable: false,
450
450
  configurable: true
@@ -454,10 +454,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
454
454
  * Gets or sets whether sorting is enabled for this column from the UI.
455
455
  */
456
456
  get: function () {
457
- return this.i.kd;
457
+ return this.i.ke;
458
458
  },
459
459
  set: function (v) {
460
- this.i.kd = ensureBool(v);
460
+ this.i.ke = ensureBool(v);
461
461
  },
462
462
  enumerable: false,
463
463
  configurable: true
@@ -467,10 +467,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
467
467
  * Gets or sets whether or not a column is hidden from the grid
468
468
  */
469
469
  get: function () {
470
- return this.i.kb;
470
+ return this.i.kc;
471
471
  },
472
472
  set: function (v) {
473
- this.i.kb = ensureBool(v);
473
+ this.i.kc = ensureBool(v);
474
474
  },
475
475
  enumerable: false,
476
476
  configurable: true
@@ -480,10 +480,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
480
480
  * Gets or sets if a column should be removed from the grid when it is fully hidden
481
481
  */
482
482
  get: function () {
483
- return this.i.kg;
483
+ return this.i.kh;
484
484
  },
485
485
  set: function (v) {
486
- this.i.kg = ensureBool(v);
486
+ this.i.kh = ensureBool(v);
487
487
  },
488
488
  enumerable: false,
489
489
  configurable: true
@@ -493,10 +493,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
493
493
  * Gets the current sort direction (None, Ascending, Descending) for this column.
494
494
  */
495
495
  get: function () {
496
- return this.i.hv;
496
+ return this.i.hw;
497
497
  },
498
498
  set: function (v) {
499
- this.i.hv = ensureEnum(ColumnSortDirection_$type, v);
499
+ this.i.hw = ensureEnum(ColumnSortDirection_$type, v);
500
500
  },
501
501
  enumerable: false,
502
502
  configurable: true
@@ -506,10 +506,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
506
506
  * Gets or sets the current fixed position for this column.
507
507
  */
508
508
  get: function () {
509
- return this.i.it;
509
+ return this.i.iu;
510
510
  },
511
511
  set: function (v) {
512
- this.i.it = ensureEnum(PinnedPositions_$type, v);
512
+ this.i.iu = ensureEnum(PinnedPositions_$type, v);
513
513
  },
514
514
  enumerable: false,
515
515
  configurable: true
@@ -519,10 +519,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
519
519
  * Gets the actual column options icon alignment for this column.
520
520
  */
521
521
  get: function () {
522
- return this.i.hm;
522
+ return this.i.hn;
523
523
  },
524
524
  set: function (v) {
525
- this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
525
+ this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
526
526
  },
527
527
  enumerable: false,
528
528
  configurable: true
@@ -532,10 +532,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
532
532
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
533
533
  */
534
534
  get: function () {
535
- return this.i.hn;
535
+ return this.i.ho;
536
536
  },
537
537
  set: function (v) {
538
- this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
538
+ this.i.ho = ensureEnum(ColumnOptionsIconAlignment_$type, v);
539
539
  },
540
540
  enumerable: false,
541
541
  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.rj);
548
+ return brushToString(this.i.rz);
549
549
  },
550
550
  set: function (v) {
551
- this.i.rj = stringToBrush(v);
551
+ this.i.rz = 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.rz);
561
+ return brushToString(this.i.si);
562
562
  },
563
563
  set: function (v) {
564
- this.i.rz = stringToBrush(v);
564
+ this.i.si = stringToBrush(v);
565
565
  },
566
566
  enumerable: false,
567
567
  configurable: true
@@ -571,10 +571,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
571
571
  * Gets or sets how the column option icon will behave in the column header.
572
572
  */
573
573
  get: function () {
574
- return this.i.hr;
574
+ return this.i.hs;
575
575
  },
576
576
  set: function (v) {
577
- this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
577
+ this.i.hs = ensureEnum(ColumnOptionsIconBehavior_$type, v);
578
578
  },
579
579
  enumerable: false,
580
580
  configurable: true
@@ -584,10 +584,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
584
584
  * Gets or sets how the column option icon will behave in the column header.
585
585
  */
586
586
  get: function () {
587
- return this.i.hq;
587
+ return this.i.hr;
588
588
  },
589
589
  set: function (v) {
590
- this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
590
+ this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
591
591
  },
592
592
  enumerable: false,
593
593
  configurable: true
@@ -597,10 +597,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
597
597
  * Gets the actual state of the column options for this column.
598
598
  */
599
599
  get: function () {
600
- return this.i.jx;
600
+ return this.i.jy;
601
601
  },
602
602
  set: function (v) {
603
- this.i.jx = ensureBool(v);
603
+ this.i.jy = ensureBool(v);
604
604
  },
605
605
  enumerable: false,
606
606
  configurable: true
@@ -611,10 +611,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
611
611
  * then it will be disabled for the column regardless of what this is set to.
612
612
  */
613
613
  get: function () {
614
- return this.i.j5;
614
+ return this.i.j6;
615
615
  },
616
616
  set: function (v) {
617
- this.i.j5 = ensureBool(v);
617
+ this.i.j6 = ensureBool(v);
618
618
  },
619
619
  enumerable: false,
620
620
  configurable: true
@@ -624,10 +624,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
624
624
  * Gets the actual state of summaries menu in the column options for this column.
625
625
  */
626
626
  get: function () {
627
- return this.i.jz;
627
+ return this.i.j0;
628
628
  },
629
629
  set: function (v) {
630
- this.i.jz = ensureBool(v);
630
+ this.i.j0 = ensureBool(v);
631
631
  },
632
632
  enumerable: false,
633
633
  configurable: true
@@ -637,10 +637,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
637
637
  * Gets or sets whether to show the summaries option in the column options menu for this column.
638
638
  */
639
639
  get: function () {
640
- return this.i.j7;
640
+ return this.i.j8;
641
641
  },
642
642
  set: function (v) {
643
- this.i.j7 = ensureBool(v);
643
+ this.i.j8 = ensureBool(v);
644
644
  },
645
645
  enumerable: false,
646
646
  configurable: true
@@ -650,10 +650,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
650
650
  * Gets the actual state of grouping menu in the column options for this column.
651
651
  */
652
652
  get: function () {
653
- return this.i.jy;
653
+ return this.i.jz;
654
654
  },
655
655
  set: function (v) {
656
- this.i.jy = ensureBool(v);
656
+ this.i.jz = ensureBool(v);
657
657
  },
658
658
  enumerable: false,
659
659
  configurable: true
@@ -663,10 +663,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
663
663
  * Gets or sets whether to show the grouping option in the column options menu for this column.
664
664
  */
665
665
  get: function () {
666
- return this.i.j6;
666
+ return this.i.j7;
667
667
  },
668
668
  set: function (v) {
669
- this.i.j6 = ensureBool(v);
669
+ this.i.j7 = ensureBool(v);
670
670
  },
671
671
  enumerable: false,
672
672
  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.re);
679
+ return brushToString(this.i.ru);
680
680
  },
681
681
  set: function (v) {
682
- this.i.re = stringToBrush(v);
682
+ this.i.ru = stringToBrush(v);
683
683
  },
684
684
  enumerable: false,
685
685
  configurable: true
@@ -689,10 +689,88 @@ 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.ru);
692
+ return brushToString(this.i.sd);
693
693
  },
694
694
  set: function (v) {
695
- this.i.ru = stringToBrush(v);
695
+ this.i.sd = stringToBrush(v);
696
+ },
697
+ enumerable: false,
698
+ configurable: true
699
+ });
700
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsScrollbarBackground", {
701
+ /**
702
+ * Gets the resolved scrollbar background color for checkbox lists in the column options dialog.
703
+ */
704
+ get: function () {
705
+ return brushToString(this.i.r1);
706
+ },
707
+ set: function (v) {
708
+ this.i.r1 = stringToBrush(v);
709
+ },
710
+ enumerable: false,
711
+ configurable: true
712
+ });
713
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsScrollbarBackground", {
714
+ /**
715
+ * Gets or sets the scrollbar background color for checkbox lists in this column's options dialog.
716
+ */
717
+ get: function () {
718
+ return brushToString(this.i.sk);
719
+ },
720
+ set: function (v) {
721
+ this.i.sk = stringToBrush(v);
722
+ },
723
+ enumerable: false,
724
+ configurable: true
725
+ });
726
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsScrollbarHoverBackground", {
727
+ /**
728
+ * Gets the resolved scrollbar thumb hover background color for checkbox lists in the column options dialog.
729
+ */
730
+ get: function () {
731
+ return brushToString(this.i.r2);
732
+ },
733
+ set: function (v) {
734
+ this.i.r2 = stringToBrush(v);
735
+ },
736
+ enumerable: false,
737
+ configurable: true
738
+ });
739
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsScrollbarHoverBackground", {
740
+ /**
741
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in this column's options dialog.
742
+ */
743
+ get: function () {
744
+ return brushToString(this.i.sl);
745
+ },
746
+ set: function (v) {
747
+ this.i.sl = stringToBrush(v);
748
+ },
749
+ enumerable: false,
750
+ configurable: true
751
+ });
752
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsScrollbarActiveBackground", {
753
+ /**
754
+ * Gets the resolved scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
755
+ */
756
+ get: function () {
757
+ return brushToString(this.i.r0);
758
+ },
759
+ set: function (v) {
760
+ this.i.r0 = stringToBrush(v);
761
+ },
762
+ enumerable: false,
763
+ configurable: true
764
+ });
765
+ Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsScrollbarActiveBackground", {
766
+ /**
767
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in this column's options dialog.
768
+ */
769
+ get: function () {
770
+ return brushToString(this.i.sj);
771
+ },
772
+ set: function (v) {
773
+ this.i.sj = stringToBrush(v);
696
774
  },
697
775
  enumerable: false,
698
776
  configurable: true
@@ -702,10 +780,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
702
780
  * Gets or sets the text color for text inside the column options menu.
703
781
  */
704
782
  get: function () {
705
- return brushToString(this.i.rl);
783
+ return brushToString(this.i.r4);
706
784
  },
707
785
  set: function (v) {
708
- this.i.rl = stringToBrush(v);
786
+ this.i.r4 = stringToBrush(v);
709
787
  },
710
788
  enumerable: false,
711
789
  configurable: true
@@ -715,10 +793,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
715
793
  * Gets or sets the text color for text inside the column options menu.
716
794
  */
717
795
  get: function () {
718
- return brushToString(this.i.r1);
796
+ return brushToString(this.i.sn);
719
797
  },
720
798
  set: function (v) {
721
- this.i.r1 = stringToBrush(v);
799
+ this.i.sn = stringToBrush(v);
722
800
  },
723
801
  enumerable: false,
724
802
  configurable: true
@@ -728,95 +806,95 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
728
806
  * Gets or sets the font settings for text inside the column options menu.
729
807
  */
730
808
  get: function () {
731
- if (this.i.jd == null) {
809
+ if (this.i.je == null) {
732
810
  return null;
733
811
  }
734
- return this.i.jd.fontString;
812
+ return this.i.je.fontString;
735
813
  },
736
814
  set: function (v) {
737
815
  var fi = new FontInfo();
738
816
  fi.fontString = v;
739
- this.i.jd = fi;
817
+ this.i.je = fi;
740
818
  },
741
819
  enumerable: false,
742
820
  configurable: true
743
821
  });
744
822
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsHoverBackgroundColor", {
745
823
  get: function () {
746
- return brushToString(this.i.ri);
824
+ return brushToString(this.i.ry);
747
825
  },
748
826
  set: function (v) {
749
- this.i.ri = stringToBrush(v);
827
+ this.i.ry = stringToBrush(v);
750
828
  },
751
829
  enumerable: false,
752
830
  configurable: true
753
831
  });
754
832
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsHoverBackgroundColor", {
755
833
  get: function () {
756
- return brushToString(this.i.ry);
834
+ return brushToString(this.i.sh);
757
835
  },
758
836
  set: function (v) {
759
- this.i.ry = stringToBrush(v);
837
+ this.i.sh = stringToBrush(v);
760
838
  },
761
839
  enumerable: false,
762
840
  configurable: true
763
841
  });
764
842
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsToolTipBackgroundColor", {
765
843
  get: function () {
766
- return brushToString(this.i.rm);
844
+ return brushToString(this.i.r5);
767
845
  },
768
846
  set: function (v) {
769
- this.i.rm = stringToBrush(v);
847
+ this.i.r5 = stringToBrush(v);
770
848
  },
771
849
  enumerable: false,
772
850
  configurable: true
773
851
  });
774
852
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsToolTipBackgroundColor", {
775
853
  get: function () {
776
- return brushToString(this.i.r2);
854
+ return brushToString(this.i.so);
777
855
  },
778
856
  set: function (v) {
779
- this.i.r2 = stringToBrush(v);
857
+ this.i.so = stringToBrush(v);
780
858
  },
781
859
  enumerable: false,
782
860
  configurable: true
783
861
  });
784
862
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsToolTipTextColor", {
785
863
  get: function () {
786
- return brushToString(this.i.rn);
864
+ return brushToString(this.i.r6);
787
865
  },
788
866
  set: function (v) {
789
- this.i.rn = stringToBrush(v);
867
+ this.i.r6 = stringToBrush(v);
790
868
  },
791
869
  enumerable: false,
792
870
  configurable: true
793
871
  });
794
872
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsToolTipTextColor", {
795
873
  get: function () {
796
- return brushToString(this.i.r3);
874
+ return brushToString(this.i.sp);
797
875
  },
798
876
  set: function (v) {
799
- this.i.r3 = stringToBrush(v);
877
+ this.i.sp = stringToBrush(v);
800
878
  },
801
879
  enumerable: false,
802
880
  configurable: true
803
881
  });
804
882
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsHighlightColor", {
805
883
  get: function () {
806
- return brushToString(this.i.rh);
884
+ return brushToString(this.i.rx);
807
885
  },
808
886
  set: function (v) {
809
- this.i.rh = stringToBrush(v);
887
+ this.i.rx = stringToBrush(v);
810
888
  },
811
889
  enumerable: false,
812
890
  configurable: true
813
891
  });
814
892
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsHighlightColor", {
815
893
  get: function () {
816
- return brushToString(this.i.rx);
894
+ return brushToString(this.i.sg);
817
895
  },
818
896
  set: function (v) {
819
- this.i.rx = stringToBrush(v);
897
+ this.i.sg = stringToBrush(v);
820
898
  },
821
899
  enumerable: false,
822
900
  configurable: true
@@ -826,10 +904,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
826
904
  * Gets or sets the color of separators inside the column options menu.
827
905
  */
828
906
  get: function () {
829
- return brushToString(this.i.rk);
907
+ return brushToString(this.i.r3);
830
908
  },
831
909
  set: function (v) {
832
- this.i.rk = stringToBrush(v);
910
+ this.i.r3 = stringToBrush(v);
833
911
  },
834
912
  enumerable: false,
835
913
  configurable: true
@@ -839,10 +917,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
839
917
  * Gets or sets the color of separators inside the column options menu.
840
918
  */
841
919
  get: function () {
842
- return brushToString(this.i.r0);
920
+ return brushToString(this.i.sm);
843
921
  },
844
922
  set: function (v) {
845
- this.i.r0 = stringToBrush(v);
923
+ this.i.sm = stringToBrush(v);
846
924
  },
847
925
  enumerable: false,
848
926
  configurable: true
@@ -852,10 +930,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
852
930
  * Gets or sets the background color for group headers inside the column options menu.
853
931
  */
854
932
  get: function () {
855
- return brushToString(this.i.rf);
933
+ return brushToString(this.i.rv);
856
934
  },
857
935
  set: function (v) {
858
- this.i.rf = stringToBrush(v);
936
+ this.i.rv = stringToBrush(v);
859
937
  },
860
938
  enumerable: false,
861
939
  configurable: true
@@ -865,10 +943,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
865
943
  * Gets or sets the background color for group headers inside the column options menu.
866
944
  */
867
945
  get: function () {
868
- return brushToString(this.i.rv);
946
+ return brushToString(this.i.se);
869
947
  },
870
948
  set: function (v) {
871
- this.i.rv = stringToBrush(v);
949
+ this.i.se = stringToBrush(v);
872
950
  },
873
951
  enumerable: false,
874
952
  configurable: true
@@ -878,10 +956,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
878
956
  * Gets the actual text color for group headers inside the column options menu.
879
957
  */
880
958
  get: function () {
881
- return brushToString(this.i.rg);
959
+ return brushToString(this.i.rw);
882
960
  },
883
961
  set: function (v) {
884
- this.i.rg = stringToBrush(v);
962
+ this.i.rw = stringToBrush(v);
885
963
  },
886
964
  enumerable: false,
887
965
  configurable: true
@@ -891,65 +969,65 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
891
969
  * Gets or sets the text color for group headers inside the column options menu.
892
970
  */
893
971
  get: function () {
894
- return brushToString(this.i.rw);
972
+ return brushToString(this.i.sf);
895
973
  },
896
974
  set: function (v) {
897
- this.i.rw = stringToBrush(v);
975
+ this.i.sf = stringToBrush(v);
898
976
  },
899
977
  enumerable: false,
900
978
  configurable: true
901
979
  });
902
980
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
903
981
  get: function () {
904
- if (this.i.jc == null) {
982
+ if (this.i.jd == null) {
905
983
  return null;
906
984
  }
907
- return this.i.jc.fontString;
985
+ return this.i.jd.fontString;
908
986
  },
909
987
  set: function (v) {
910
988
  var fi = new FontInfo();
911
989
  fi.fontString = v;
912
- this.i.jc = fi;
990
+ this.i.jd = fi;
913
991
  },
914
992
  enumerable: false,
915
993
  configurable: true
916
994
  });
917
995
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
918
996
  get: function () {
919
- return brushToString(this.i.rd);
997
+ return brushToString(this.i.rt);
920
998
  },
921
999
  set: function (v) {
922
- this.i.rd = stringToBrush(v);
1000
+ this.i.rt = stringToBrush(v);
923
1001
  },
924
1002
  enumerable: false,
925
1003
  configurable: true
926
1004
  });
927
1005
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
928
1006
  get: function () {
929
- return brushToString(this.i.rt);
1007
+ return brushToString(this.i.sc);
930
1008
  },
931
1009
  set: function (v) {
932
- this.i.rt = stringToBrush(v);
1010
+ this.i.sc = stringToBrush(v);
933
1011
  },
934
1012
  enumerable: false,
935
1013
  configurable: true
936
1014
  });
937
1015
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsRowHeight", {
938
1016
  get: function () {
939
- return this.i.lc;
1017
+ return this.i.ld;
940
1018
  },
941
1019
  set: function (v) {
942
- this.i.lc = +v;
1020
+ this.i.ld = +v;
943
1021
  },
944
1022
  enumerable: false,
945
1023
  configurable: true
946
1024
  });
947
1025
  Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsRowHeight", {
948
1026
  get: function () {
949
- return this.i.ld;
1027
+ return this.i.le;
950
1028
  },
951
1029
  set: function (v) {
952
- this.i.ld = +v;
1030
+ this.i.le = +v;
953
1031
  },
954
1032
  enumerable: false,
955
1033
  configurable: true
@@ -959,10 +1037,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
959
1037
  * Gets or sets if the column is editable.
960
1038
  */
961
1039
  get: function () {
962
- return this.i.j8;
1040
+ return this.i.j9;
963
1041
  },
964
1042
  set: function (v) {
965
- this.i.j8 = ensureBool(v);
1043
+ this.i.j9 = ensureBool(v);
966
1044
  },
967
1045
  enumerable: false,
968
1046
  configurable: true
@@ -972,10 +1050,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
972
1050
  * Gets or sets the text color used for deleted rows.
973
1051
  */
974
1052
  get: function () {
975
- return brushToString(this.i.r4);
1053
+ return brushToString(this.i.sq);
976
1054
  },
977
1055
  set: function (v) {
978
- this.i.r4 = stringToBrush(v);
1056
+ this.i.sq = stringToBrush(v);
979
1057
  },
980
1058
  enumerable: false,
981
1059
  configurable: true
@@ -985,10 +1063,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
985
1063
  * Gets the actual text color used for deleted rows.
986
1064
  */
987
1065
  get: function () {
988
- return brushToString(this.i.ro);
1066
+ return brushToString(this.i.r7);
989
1067
  },
990
1068
  set: function (v) {
991
- this.i.ro = stringToBrush(v);
1069
+ this.i.r7 = stringToBrush(v);
992
1070
  },
993
1071
  enumerable: false,
994
1072
  configurable: true
@@ -998,10 +1076,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
998
1076
  * Gets or sets the opacity to use for unsaved edited cell values.
999
1077
  */
1000
1078
  get: function () {
1001
- return this.i.ks;
1079
+ return this.i.kt;
1002
1080
  },
1003
1081
  set: function (v) {
1004
- this.i.ks = +v;
1082
+ this.i.kt = +v;
1005
1083
  },
1006
1084
  enumerable: false,
1007
1085
  configurable: true
@@ -1011,10 +1089,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1011
1089
  * Gets the actual opacity for unsaved edited cell values.
1012
1090
  */
1013
1091
  get: function () {
1014
- return this.i.kr;
1092
+ return this.i.ks;
1015
1093
  },
1016
1094
  set: function (v) {
1017
- this.i.kr = +v;
1095
+ this.i.ks = +v;
1018
1096
  },
1019
1097
  enumerable: false,
1020
1098
  configurable: true
@@ -1042,15 +1120,15 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1042
1120
  * Gets the actual font style used for unsaved cell edits.
1043
1121
  */
1044
1122
  get: function () {
1045
- if (this.i.jb == null) {
1123
+ if (this.i.jc == null) {
1046
1124
  return null;
1047
1125
  }
1048
- return this.i.jb.fontString;
1126
+ return this.i.jc.fontString;
1049
1127
  },
1050
1128
  set: function (v) {
1051
1129
  var fi = new FontInfo();
1052
1130
  fi.fontString = v;
1053
- this.i.jb = fi;
1131
+ this.i.jc = fi;
1054
1132
  },
1055
1133
  enumerable: false,
1056
1134
  configurable: true
@@ -1060,10 +1138,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1060
1138
  * Gets or sets if and how cell merging is performed for this field.
1061
1139
  */
1062
1140
  get: function () {
1063
- return this.i.ip;
1141
+ return this.i.iq;
1064
1142
  },
1065
1143
  set: function (v) {
1066
- this.i.ip = ensureEnum(MergedCellMode_$type, v);
1144
+ this.i.iq = ensureEnum(MergedCellMode_$type, v);
1067
1145
  },
1068
1146
  enumerable: false,
1069
1147
  configurable: true
@@ -1073,10 +1151,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1073
1151
  * Gets or sets how cells are evaluated for merging.
1074
1152
  */
1075
1153
  get: function () {
1076
- return this.i.il;
1154
+ return this.i.im;
1077
1155
  },
1078
1156
  set: function (v) {
1079
- this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
1157
+ this.i.im = ensureEnum(MergedCellEvaluationCriteria_$type, v);
1080
1158
  },
1081
1159
  enumerable: false,
1082
1160
  configurable: true
@@ -1086,10 +1164,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1086
1164
  * Gets or sets the vertical alignment to use for the merged cell content.
1087
1165
  */
1088
1166
  get: function () {
1089
- return this.i.he;
1167
+ return this.i.hf;
1090
1168
  },
1091
1169
  set: function (v) {
1092
- this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
1170
+ this.i.hf = ensureEnum(CellContentVerticalAlignment_$type, v);
1093
1171
  },
1094
1172
  enumerable: false,
1095
1173
  configurable: true
@@ -1099,10 +1177,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1099
1177
  * Gets or sets the amount of left padding to use for the cell content for this column.
1100
1178
  */
1101
1179
  get: function () {
1102
- return this.i.lf;
1180
+ return this.i.lg;
1103
1181
  },
1104
1182
  set: function (v) {
1105
- this.i.lf = +v;
1183
+ this.i.lg = +v;
1106
1184
  },
1107
1185
  enumerable: false,
1108
1186
  configurable: true
@@ -1112,10 +1190,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1112
1190
  * Gets or sets the amount of top padding to use for the cell content for this column.
1113
1191
  */
1114
1192
  get: function () {
1115
- return this.i.lh;
1193
+ return this.i.li;
1116
1194
  },
1117
1195
  set: function (v) {
1118
- this.i.lh = +v;
1196
+ this.i.li = +v;
1119
1197
  },
1120
1198
  enumerable: false,
1121
1199
  configurable: true
@@ -1125,10 +1203,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1125
1203
  * Gets or sets the amount of right padding to use for the cell content of this column.
1126
1204
  */
1127
1205
  get: function () {
1128
- return this.i.lg;
1206
+ return this.i.lh;
1129
1207
  },
1130
1208
  set: function (v) {
1131
- this.i.lg = +v;
1209
+ this.i.lh = +v;
1132
1210
  },
1133
1211
  enumerable: false,
1134
1212
  configurable: true
@@ -1138,10 +1216,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1138
1216
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
1139
1217
  */
1140
1218
  get: function () {
1141
- return this.i.le;
1219
+ return this.i.lf;
1142
1220
  },
1143
1221
  set: function (v) {
1144
- this.i.le = +v;
1222
+ this.i.lf = +v;
1145
1223
  },
1146
1224
  enumerable: false,
1147
1225
  configurable: true
@@ -1151,10 +1229,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1151
1229
  * Gets or sets whether UI filters are case sensitive or not.
1152
1230
  */
1153
1231
  get: function () {
1154
- return this.i.h7;
1232
+ return this.i.h8;
1155
1233
  },
1156
1234
  set: function (v) {
1157
- this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
1235
+ this.i.h8 = ensureEnum(FilterComparisonType_$type, v);
1158
1236
  },
1159
1237
  enumerable: false,
1160
1238
  configurable: true
@@ -1166,7 +1244,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1166
1244
  get: function () {
1167
1245
  if (this._filterOperands === null) {
1168
1246
  var coll = new IgxGridFilterOperandsCollection();
1169
- var innerColl = this.i.ig;
1247
+ var innerColl = this.i.ih;
1170
1248
  if (!innerColl) {
1171
1249
  innerColl = new GridFilterOperandsCollection_internal();
1172
1250
  }
@@ -1182,7 +1260,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1182
1260
  var coll = new IgxGridFilterOperandsCollection();
1183
1261
  this._filterOperands = coll._fromOuter(v);
1184
1262
  var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
1185
- var innerColl = this.i.ig;
1263
+ var innerColl = this.i.ih;
1186
1264
  if (!innerColl) {
1187
1265
  innerColl = new GridFilterOperandsCollection_internal();
1188
1266
  }
@@ -1198,10 +1276,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1198
1276
  * Gets or sets the text to display in the suffix area of cells in this column.
1199
1277
  */
1200
1278
  get: function () {
1201
- return this.i.o2;
1279
+ return this.i.o9;
1202
1280
  },
1203
1281
  set: function (v) {
1204
- this.i.o2 = v;
1282
+ this.i.o9 = v;
1205
1283
  },
1206
1284
  enumerable: false,
1207
1285
  configurable: true
@@ -1211,10 +1289,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1211
1289
  * Gets or sets the color of the text in the suffix area of the cells in this column.
1212
1290
  */
1213
1291
  get: function () {
1214
- return brushToString(this.i.sd);
1292
+ return brushToString(this.i.sz);
1215
1293
  },
1216
1294
  set: function (v) {
1217
- this.i.sd = stringToBrush(v);
1295
+ this.i.sz = stringToBrush(v);
1218
1296
  },
1219
1297
  enumerable: false,
1220
1298
  configurable: true
@@ -1242,10 +1320,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1242
1320
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1243
1321
  */
1244
1322
  get: function () {
1245
- return this.i.ou;
1323
+ return this.i.o1;
1246
1324
  },
1247
1325
  set: function (v) {
1248
- this.i.ou = v;
1326
+ this.i.o1 = v;
1249
1327
  },
1250
1328
  enumerable: false,
1251
1329
  configurable: true
@@ -1255,10 +1333,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1255
1333
  * Gets or sets the icon to use in the suffix area of the cells in this column.
1256
1334
  */
1257
1335
  get: function () {
1258
- return this.i.or;
1336
+ return this.i.oy;
1259
1337
  },
1260
1338
  set: function (v) {
1261
- this.i.or = v;
1339
+ this.i.oy = v;
1262
1340
  },
1263
1341
  enumerable: false,
1264
1342
  configurable: true
@@ -1268,10 +1346,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1268
1346
  * Gets or sets the stroke color of suffix icon.
1269
1347
  */
1270
1348
  get: function () {
1271
- return brushToString(this.i.sc);
1349
+ return brushToString(this.i.sy);
1272
1350
  },
1273
1351
  set: function (v) {
1274
- this.i.sc = stringToBrush(v);
1352
+ this.i.sy = stringToBrush(v);
1275
1353
  },
1276
1354
  enumerable: false,
1277
1355
  configurable: true
@@ -1281,10 +1359,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1281
1359
  * Gets or sets the fill color of suffix icon.
1282
1360
  */
1283
1361
  get: function () {
1284
- return brushToString(this.i.sb);
1362
+ return brushToString(this.i.sx);
1285
1363
  },
1286
1364
  set: function (v) {
1287
- this.i.sb = stringToBrush(v);
1365
+ this.i.sx = stringToBrush(v);
1288
1366
  },
1289
1367
  enumerable: false,
1290
1368
  configurable: true
@@ -1294,10 +1372,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1294
1372
  * Gets or sets the suffix icon's viewbox x coordinate.
1295
1373
  */
1296
1374
  get: function () {
1297
- return this.i.kv;
1375
+ return this.i.kw;
1298
1376
  },
1299
1377
  set: function (v) {
1300
- this.i.kv = +v;
1378
+ this.i.kw = +v;
1301
1379
  },
1302
1380
  enumerable: false,
1303
1381
  configurable: true
@@ -1307,10 +1385,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1307
1385
  * Gets or sets the suffix icon's viewbox y coordinate.
1308
1386
  */
1309
1387
  get: function () {
1310
- return this.i.kw;
1388
+ return this.i.kx;
1311
1389
  },
1312
1390
  set: function (v) {
1313
- this.i.kw = +v;
1391
+ this.i.kx = +v;
1314
1392
  },
1315
1393
  enumerable: false,
1316
1394
  configurable: true
@@ -1320,10 +1398,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1320
1398
  * Gets or sets the suffix icon's viewbox width.
1321
1399
  */
1322
1400
  get: function () {
1323
- return this.i.kx;
1401
+ return this.i.ky;
1324
1402
  },
1325
1403
  set: function (v) {
1326
- this.i.kx = +v;
1404
+ this.i.ky = +v;
1327
1405
  },
1328
1406
  enumerable: false,
1329
1407
  configurable: true
@@ -1333,10 +1411,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1333
1411
  * Gets or sets the suffix icon's viewbox height.
1334
1412
  */
1335
1413
  get: function () {
1336
- return this.i.ku;
1414
+ return this.i.kv;
1337
1415
  },
1338
1416
  set: function (v) {
1339
- this.i.ku = +v;
1417
+ this.i.kv = +v;
1340
1418
  },
1341
1419
  enumerable: false,
1342
1420
  configurable: true
@@ -1346,10 +1424,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1346
1424
  * Gets or sets the suffix margin.
1347
1425
  */
1348
1426
  get: function () {
1349
- return this.i.ky;
1427
+ return this.i.kz;
1350
1428
  },
1351
1429
  set: function (v) {
1352
- this.i.ky = +v;
1430
+ this.i.kz = +v;
1353
1431
  },
1354
1432
  enumerable: false,
1355
1433
  configurable: true
@@ -1359,10 +1437,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1359
1437
  * Gets or sets the text decoration to apply to cells in this column.
1360
1438
  */
1361
1439
  get: function () {
1362
- return this.i.iv;
1440
+ return this.i.iw;
1363
1441
  },
1364
1442
  set: function (v) {
1365
- this.i.iv = ensureEnum(TextCellDecoration_$type, v);
1443
+ this.i.iw = ensureEnum(TextCellDecoration_$type, v);
1366
1444
  },
1367
1445
  enumerable: false,
1368
1446
  configurable: true
@@ -1399,18 +1477,18 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1399
1477
 
1400
1478
  */
1401
1479
  IgxDataGridColumnComponent.prototype.getUniqueKey = function () {
1402
- var iv = this.i.nq();
1480
+ var iv = this.i.nx();
1403
1481
  return (iv);
1404
1482
  };
1405
1483
  IgxDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
1406
- this.i.pk(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1484
+ this.i.pr(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1407
1485
  };
1408
1486
  /**
1409
1487
  * Returns if the column has named header values.
1410
1488
 
1411
1489
  */
1412
1490
  IgxDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
1413
- var iv = this.i.j2();
1491
+ var iv = this.i.j3();
1414
1492
  return (iv);
1415
1493
  };
1416
1494
  /**
@@ -1419,7 +1497,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1419
1497
  * @param valueName * The named value to check for.
1420
1498
  */
1421
1499
  IgxDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
1422
- var iv = this.i.j1(valueName);
1500
+ var iv = this.i.j2(valueName);
1423
1501
  return (iv);
1424
1502
  };
1425
1503
  /**
@@ -1428,7 +1506,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1428
1506
  * @param valueName * The named header value to remove.
1429
1507
  */
1430
1508
  IgxDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
1431
- this.i.pj(valueName);
1509
+ this.i.pq(valueName);
1432
1510
  };
1433
1511
  /**
1434
1512
  * Gets the value of a named header value for this column by name.
@@ -1436,11 +1514,11 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1436
1514
  * @param valueName * Name of the named header value to retrieve.
1437
1515
  */
1438
1516
  IgxDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
1439
- var iv = this.i.lt(valueName);
1517
+ var iv = this.i.lu(valueName);
1440
1518
  return (iv);
1441
1519
  };
1442
1520
  IgxDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
1443
- this.i.pa(filterID, index, value);
1521
+ this.i.ph(filterID, index, value);
1444
1522
  };
1445
1523
  IgxDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
1446
1524
  var iv = this.i.getDesiredToolbarActions();
@@ -1505,7 +1583,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1505
1583
  configurable: true
1506
1584
  });
1507
1585
  IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
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 });
1586
+ 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", actualColumnOptionsScrollbarBackground: "actualColumnOptionsScrollbarBackground", columnOptionsScrollbarBackground: "columnOptionsScrollbarBackground", actualColumnOptionsScrollbarHoverBackground: "actualColumnOptionsScrollbarHoverBackground", columnOptionsScrollbarHoverBackground: "columnOptionsScrollbarHoverBackground", actualColumnOptionsScrollbarActiveBackground: "actualColumnOptionsScrollbarActiveBackground", columnOptionsScrollbarActiveBackground: "columnOptionsScrollbarActiveBackground", 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 });
1509
1587
  return IgxDataGridColumnComponent;
1510
1588
  }(IgxDefinitionBaseComponent));
1511
1589
  export { IgxDataGridColumnComponent };
@@ -1604,6 +1682,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1604
1682
  type: Input
1605
1683
  }], columnOptionsBackground: [{
1606
1684
  type: Input
1685
+ }], actualColumnOptionsScrollbarBackground: [{
1686
+ type: Input
1687
+ }], columnOptionsScrollbarBackground: [{
1688
+ type: Input
1689
+ }], actualColumnOptionsScrollbarHoverBackground: [{
1690
+ type: Input
1691
+ }], columnOptionsScrollbarHoverBackground: [{
1692
+ type: Input
1693
+ }], actualColumnOptionsScrollbarActiveBackground: [{
1694
+ type: Input
1695
+ }], columnOptionsScrollbarActiveBackground: [{
1696
+ type: Input
1607
1697
  }], actualColumnOptionsTextColor: [{
1608
1698
  type: Input
1609
1699
  }], columnOptionsTextColor: [{