igniteui-angular-data-grids 21.1.0-beta.2 → 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
@@ -58,151 +58,151 @@ 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.lm;
61
+ return this.i.ln;
62
62
  }
63
63
  set paddingLeft(v) {
64
- this.i.lm = +v;
64
+ this.i.ln = +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.lo;
70
+ return this.i.lp;
71
71
  }
72
72
  set paddingTop(v) {
73
- this.i.lo = +v;
73
+ this.i.lp = +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.ln;
79
+ return this.i.lo;
80
80
  }
81
81
  set paddingRight(v) {
82
- this.i.ln = +v;
82
+ this.i.lo = +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.ll;
88
+ return this.i.lm;
89
89
  }
90
90
  set paddingBottom(v) {
91
- this.i.ll = +v;
91
+ this.i.lm = +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.od;
97
+ return this.i.ok;
98
98
  }
99
99
  set name(v) {
100
- this.i.od = v;
100
+ this.i.ok = 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.nl;
106
+ return this.i.ns;
107
107
  }
108
108
  set field(v) {
109
- this.i.nl = v;
109
+ this.i.ns = 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.ns;
115
+ return this.i.nz;
116
116
  }
117
117
  set headerText(v) {
118
- this.i.ns = v;
118
+ this.i.nz = 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.mm;
124
+ return this.i.mq;
125
125
  }
126
126
  set actualHeaderText(v) {
127
- this.i.mm = v;
127
+ this.i.mq = 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.r9);
133
+ return brushToString(this.i.sv);
134
134
  }
135
135
  set selectedBackground(v) {
136
- this.i.r9 = stringToBrush(v);
136
+ this.i.sv = 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.rr);
142
+ return brushToString(this.i.sa);
143
143
  }
144
144
  set actualSelectedBackground(v) {
145
- this.i.rr = stringToBrush(v);
145
+ this.i.sa = stringToBrush(v);
146
146
  }
147
147
  /**
148
148
  * Gets or sets the text color to use for the cells when they are selected
149
149
  */
150
150
  get selectedTextColor() {
151
- return brushToString(this.i.sa);
151
+ return brushToString(this.i.sw);
152
152
  }
153
153
  set selectedTextColor(v) {
154
- this.i.sa = stringToBrush(v);
154
+ this.i.sw = stringToBrush(v);
155
155
  }
156
156
  /**
157
157
  * Gets the actual text color that is used for the cells when they are selected
158
158
  */
159
159
  get actualSelectedTextColor() {
160
- return brushToString(this.i.rs);
160
+ return brushToString(this.i.sb);
161
161
  }
162
162
  set actualSelectedTextColor(v) {
163
- this.i.rs = stringToBrush(v);
163
+ this.i.sb = stringToBrush(v);
164
164
  }
165
165
  /**
166
166
  * Gets or sets the background color to use for the cells when the row is hovered.
167
167
  */
168
168
  get rowHoverBackground() {
169
- return brushToString(this.i.r7);
169
+ return brushToString(this.i.st);
170
170
  }
171
171
  set rowHoverBackground(v) {
172
- this.i.r7 = stringToBrush(v);
172
+ this.i.st = stringToBrush(v);
173
173
  }
174
174
  /**
175
175
  * Gets the actual background color that is used for the cells when they are hovered.
176
176
  */
177
177
  get actualHoverBackground() {
178
- return brushToString(this.i.rp);
178
+ return brushToString(this.i.r8);
179
179
  }
180
180
  set actualHoverBackground(v) {
181
- this.i.rp = stringToBrush(v);
181
+ this.i.r8 = stringToBrush(v);
182
182
  }
183
183
  /**
184
184
  * Gets or sets the text color to use for the cells when the row is hovered.
185
185
  */
186
186
  get rowHoverTextColor() {
187
- return brushToString(this.i.r8);
187
+ return brushToString(this.i.su);
188
188
  }
189
189
  set rowHoverTextColor(v) {
190
- this.i.r8 = stringToBrush(v);
190
+ this.i.su = stringToBrush(v);
191
191
  }
192
192
  /**
193
193
  * Gets the actual text color that is used for the cells when they are hovered.
194
194
  */
195
195
  get actualRowHoverTextColor() {
196
- return brushToString(this.i.rq);
196
+ return brushToString(this.i.r9);
197
197
  }
198
198
  set actualRowHoverTextColor(v) {
199
- this.i.rq = stringToBrush(v);
199
+ this.i.r9 = stringToBrush(v);
200
200
  }
201
201
  /**
202
202
  * Gets or sets the animation settings to use for this column.
203
203
  */
204
204
  get animationSettings() {
205
- const r = this.i.id;
205
+ const r = this.i.ie;
206
206
  if (r == null) {
207
207
  return null;
208
208
  }
@@ -221,7 +221,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
221
221
  return r.externalObject;
222
222
  }
223
223
  set animationSettings(v) {
224
- v == null ? this.i.id = null : this.i.id = v.i;
224
+ v == null ? this.i.ie = null : this.i.ie = v.i;
225
225
  }
226
226
  /**
227
227
  * Gets or sets the width to use for this column.
@@ -258,46 +258,46 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
258
258
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
259
259
  */
260
260
  get minWidth() {
261
- return this.i.kt;
261
+ return this.i.ku;
262
262
  }
263
263
  set minWidth(v) {
264
- this.i.kt = +v;
264
+ this.i.ku = +v;
265
265
  }
266
266
  /**
267
267
  * Gets whether this column was projected from markup/templates and is constrained.
268
268
  */
269
269
  get isFromMarkup() {
270
- return this.i.ka;
270
+ return this.i.kb;
271
271
  }
272
272
  set isFromMarkup(v) {
273
- this.i.ka = ensureBool(v);
273
+ this.i.kb = ensureBool(v);
274
274
  }
275
275
  /**
276
276
  * Gets whether this column was auto generated.
277
277
  */
278
278
  get isAutoGenerated() {
279
- return this.i.j4;
279
+ return this.i.j5;
280
280
  }
281
281
  set isAutoGenerated(v) {
282
- this.i.j4 = ensureBool(v);
282
+ this.i.j5 = ensureBool(v);
283
283
  }
284
284
  /**
285
285
  * Gets or sets a filter to apply on the values of this column
286
286
  */
287
287
  get filter() {
288
- return this.i.g5;
288
+ return this.i.g6;
289
289
  }
290
290
  set filter(v) {
291
- this.i.g5 = v;
291
+ this.i.g6 = v;
292
292
  }
293
293
  /**
294
294
  * Gets or sets a filter to apply to the values of this column.
295
295
  */
296
296
  get filterExpression() {
297
- return this.i.g7;
297
+ return this.i.g8;
298
298
  }
299
299
  set filterExpression(v) {
300
- this.i.g7 = v;
300
+ this.i.g8 = v;
301
301
  }
302
302
  /**
303
303
  * Gets or sets the header definition for this column.
@@ -325,405 +325,459 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
325
325
  * Gets or sets whether filtering is enabled for this column.
326
326
  */
327
327
  get isFilteringEnabled() {
328
- return this.i.j9;
328
+ return this.i.ka;
329
329
  }
330
330
  set isFilteringEnabled(v) {
331
- this.i.j9 = ensureBool(v);
331
+ this.i.ka = ensureBool(v);
332
332
  }
333
333
  /**
334
334
  * Gets or sets whether resizing is enabled for this column.
335
335
  */
336
336
  get isResizingEnabled() {
337
- return this.i.kc;
337
+ return this.i.kd;
338
338
  }
339
339
  set isResizingEnabled(v) {
340
- this.i.kc = ensureBool(v);
340
+ this.i.kd = ensureBool(v);
341
341
  }
342
342
  /**
343
343
  * Gets or sets whether sorting is enabled for this column from the UI.
344
344
  */
345
345
  get isSortingEnabled() {
346
- return this.i.kd;
346
+ return this.i.ke;
347
347
  }
348
348
  set isSortingEnabled(v) {
349
- this.i.kd = ensureBool(v);
349
+ this.i.ke = ensureBool(v);
350
350
  }
351
351
  /**
352
352
  * Gets or sets whether or not a column is hidden from the grid
353
353
  */
354
354
  get isHidden() {
355
- return this.i.kb;
355
+ return this.i.kc;
356
356
  }
357
357
  set isHidden(v) {
358
- this.i.kb = ensureBool(v);
358
+ this.i.kc = ensureBool(v);
359
359
  }
360
360
  /**
361
361
  * Gets or sets if a column should be removed from the grid when it is fully hidden
362
362
  */
363
363
  get shouldRemoveWhenHidden() {
364
- return this.i.kg;
364
+ return this.i.kh;
365
365
  }
366
366
  set shouldRemoveWhenHidden(v) {
367
- this.i.kg = ensureBool(v);
367
+ this.i.kh = ensureBool(v);
368
368
  }
369
369
  /**
370
370
  * Gets the current sort direction (None, Ascending, Descending) for this column.
371
371
  */
372
372
  get sortDirection() {
373
- return this.i.hv;
373
+ return this.i.hw;
374
374
  }
375
375
  set sortDirection(v) {
376
- this.i.hv = ensureEnum(ColumnSortDirection_$type, v);
376
+ this.i.hw = ensureEnum(ColumnSortDirection_$type, v);
377
377
  }
378
378
  /**
379
379
  * Gets or sets the current fixed position for this column.
380
380
  */
381
381
  get pinned() {
382
- return this.i.it;
382
+ return this.i.iu;
383
383
  }
384
384
  set pinned(v) {
385
- this.i.it = ensureEnum(PinnedPositions_$type, v);
385
+ this.i.iu = ensureEnum(PinnedPositions_$type, v);
386
386
  }
387
387
  /**
388
388
  * Gets the actual column options icon alignment for this column.
389
389
  */
390
390
  get actualColumnOptionsIconAlignment() {
391
- return this.i.hm;
391
+ return this.i.hn;
392
392
  }
393
393
  set actualColumnOptionsIconAlignment(v) {
394
- this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
394
+ this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
395
395
  }
396
396
  /**
397
397
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
398
398
  */
399
399
  get columnOptionsIconAlignment() {
400
- return this.i.hn;
400
+ return this.i.ho;
401
401
  }
402
402
  set columnOptionsIconAlignment(v) {
403
- this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
403
+ this.i.ho = ensureEnum(ColumnOptionsIconAlignment_$type, v);
404
404
  }
405
405
  /**
406
406
  * Gets the actual column options icon color for this column.
407
407
  */
408
408
  get actualColumnOptionsIconColor() {
409
- return brushToString(this.i.rj);
409
+ return brushToString(this.i.rz);
410
410
  }
411
411
  set actualColumnOptionsIconColor(v) {
412
- this.i.rj = stringToBrush(v);
412
+ this.i.rz = stringToBrush(v);
413
413
  }
414
414
  /**
415
415
  * Gets or sets the column options icon color for this column.
416
416
  */
417
417
  get columnOptionsIconColor() {
418
- return brushToString(this.i.rz);
418
+ return brushToString(this.i.si);
419
419
  }
420
420
  set columnOptionsIconColor(v) {
421
- this.i.rz = stringToBrush(v);
421
+ this.i.si = stringToBrush(v);
422
422
  }
423
423
  /**
424
424
  * Gets or sets how the column option icon will behave in the column header.
425
425
  */
426
426
  get columnOptionsIconBehavior() {
427
- return this.i.hr;
427
+ return this.i.hs;
428
428
  }
429
429
  set columnOptionsIconBehavior(v) {
430
- this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
430
+ this.i.hs = ensureEnum(ColumnOptionsIconBehavior_$type, v);
431
431
  }
432
432
  /**
433
433
  * Gets or sets how the column option icon will behave in the column header.
434
434
  */
435
435
  get actualColumnOptionsIconBehavior() {
436
- return this.i.hq;
436
+ return this.i.hr;
437
437
  }
438
438
  set actualColumnOptionsIconBehavior(v) {
439
- this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
439
+ this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
440
440
  }
441
441
  /**
442
442
  * Gets the actual state of the column options for this column.
443
443
  */
444
444
  get actualIsColumnOptionsEnabled() {
445
- return this.i.jx;
445
+ return this.i.jy;
446
446
  }
447
447
  set actualIsColumnOptionsEnabled(v) {
448
- this.i.jx = ensureBool(v);
448
+ this.i.jy = ensureBool(v);
449
449
  }
450
450
  /**
451
451
  * Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
452
452
  * then it will be disabled for the column regardless of what this is set to.
453
453
  */
454
454
  get isColumnOptionsEnabled() {
455
- return this.i.j5;
455
+ return this.i.j6;
456
456
  }
457
457
  set isColumnOptionsEnabled(v) {
458
- this.i.j5 = ensureBool(v);
458
+ this.i.j6 = ensureBool(v);
459
459
  }
460
460
  /**
461
461
  * Gets the actual state of summaries menu in the column options for this column.
462
462
  */
463
463
  get actualIsColumnOptionsSummariesEnabled() {
464
- return this.i.jz;
464
+ return this.i.j0;
465
465
  }
466
466
  set actualIsColumnOptionsSummariesEnabled(v) {
467
- this.i.jz = ensureBool(v);
467
+ this.i.j0 = ensureBool(v);
468
468
  }
469
469
  /**
470
470
  * Gets or sets whether to show the summaries option in the column options menu for this column.
471
471
  */
472
472
  get isColumnOptionsSummariesEnabled() {
473
- return this.i.j7;
473
+ return this.i.j8;
474
474
  }
475
475
  set isColumnOptionsSummariesEnabled(v) {
476
- this.i.j7 = ensureBool(v);
476
+ this.i.j8 = ensureBool(v);
477
477
  }
478
478
  /**
479
479
  * Gets the actual state of grouping menu in the column options for this column.
480
480
  */
481
481
  get actualIsColumnOptionsGroupingEnabled() {
482
- return this.i.jy;
482
+ return this.i.jz;
483
483
  }
484
484
  set actualIsColumnOptionsGroupingEnabled(v) {
485
- this.i.jy = ensureBool(v);
485
+ this.i.jz = ensureBool(v);
486
486
  }
487
487
  /**
488
488
  * Gets or sets whether to show the grouping option in the column options menu for this column.
489
489
  */
490
490
  get isColumnOptionsGroupingEnabled() {
491
- return this.i.j6;
491
+ return this.i.j7;
492
492
  }
493
493
  set isColumnOptionsGroupingEnabled(v) {
494
- this.i.j6 = ensureBool(v);
494
+ this.i.j7 = ensureBool(v);
495
495
  }
496
496
  /**
497
497
  * Gets or sets the column options dropdown background color.
498
498
  */
499
499
  get actualColumnOptionsBackground() {
500
- return brushToString(this.i.re);
500
+ return brushToString(this.i.ru);
501
501
  }
502
502
  set actualColumnOptionsBackground(v) {
503
- this.i.re = stringToBrush(v);
503
+ this.i.ru = stringToBrush(v);
504
504
  }
505
505
  /**
506
506
  * Gets or sets the column options dropdown background color.
507
507
  */
508
508
  get columnOptionsBackground() {
509
- return brushToString(this.i.ru);
509
+ return brushToString(this.i.sd);
510
510
  }
511
511
  set columnOptionsBackground(v) {
512
- this.i.ru = stringToBrush(v);
512
+ this.i.sd = stringToBrush(v);
513
+ }
514
+ /**
515
+ * Gets the resolved scrollbar background color for checkbox lists in the column options dialog.
516
+ */
517
+ get actualColumnOptionsScrollbarBackground() {
518
+ return brushToString(this.i.r1);
519
+ }
520
+ set actualColumnOptionsScrollbarBackground(v) {
521
+ this.i.r1 = stringToBrush(v);
522
+ }
523
+ /**
524
+ * Gets or sets the scrollbar background color for checkbox lists in this column's options dialog.
525
+ */
526
+ get columnOptionsScrollbarBackground() {
527
+ return brushToString(this.i.sk);
528
+ }
529
+ set columnOptionsScrollbarBackground(v) {
530
+ this.i.sk = stringToBrush(v);
531
+ }
532
+ /**
533
+ * Gets the resolved scrollbar thumb hover background color for checkbox lists in the column options dialog.
534
+ */
535
+ get actualColumnOptionsScrollbarHoverBackground() {
536
+ return brushToString(this.i.r2);
537
+ }
538
+ set actualColumnOptionsScrollbarHoverBackground(v) {
539
+ this.i.r2 = stringToBrush(v);
540
+ }
541
+ /**
542
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in this column's options dialog.
543
+ */
544
+ get columnOptionsScrollbarHoverBackground() {
545
+ return brushToString(this.i.sl);
546
+ }
547
+ set columnOptionsScrollbarHoverBackground(v) {
548
+ this.i.sl = stringToBrush(v);
549
+ }
550
+ /**
551
+ * Gets the resolved scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
552
+ */
553
+ get actualColumnOptionsScrollbarActiveBackground() {
554
+ return brushToString(this.i.r0);
555
+ }
556
+ set actualColumnOptionsScrollbarActiveBackground(v) {
557
+ this.i.r0 = stringToBrush(v);
558
+ }
559
+ /**
560
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in this column's options dialog.
561
+ */
562
+ get columnOptionsScrollbarActiveBackground() {
563
+ return brushToString(this.i.sj);
564
+ }
565
+ set columnOptionsScrollbarActiveBackground(v) {
566
+ this.i.sj = stringToBrush(v);
513
567
  }
514
568
  /**
515
569
  * Gets or sets the text color for text inside the column options menu.
516
570
  */
517
571
  get actualColumnOptionsTextColor() {
518
- return brushToString(this.i.rl);
572
+ return brushToString(this.i.r4);
519
573
  }
520
574
  set actualColumnOptionsTextColor(v) {
521
- this.i.rl = stringToBrush(v);
575
+ this.i.r4 = stringToBrush(v);
522
576
  }
523
577
  /**
524
578
  * Gets or sets the text color for text inside the column options menu.
525
579
  */
526
580
  get columnOptionsTextColor() {
527
- return brushToString(this.i.r1);
581
+ return brushToString(this.i.sn);
528
582
  }
529
583
  set columnOptionsTextColor(v) {
530
- this.i.r1 = stringToBrush(v);
584
+ this.i.sn = stringToBrush(v);
531
585
  }
532
586
  /**
533
587
  * Gets or sets the font settings for text inside the column options menu.
534
588
  */
535
589
  get columnOptionsTextStyle() {
536
- if (this.i.jd == null) {
590
+ if (this.i.je == null) {
537
591
  return null;
538
592
  }
539
- return this.i.jd.fontString;
593
+ return this.i.je.fontString;
540
594
  }
541
595
  set columnOptionsTextStyle(v) {
542
596
  let fi = new FontInfo();
543
597
  fi.fontString = v;
544
- this.i.jd = fi;
598
+ this.i.je = fi;
545
599
  }
546
600
  get actualColumnOptionsHoverBackgroundColor() {
547
- return brushToString(this.i.ri);
601
+ return brushToString(this.i.ry);
548
602
  }
549
603
  set actualColumnOptionsHoverBackgroundColor(v) {
550
- this.i.ri = stringToBrush(v);
604
+ this.i.ry = stringToBrush(v);
551
605
  }
552
606
  get columnOptionsHoverBackgroundColor() {
553
- return brushToString(this.i.ry);
607
+ return brushToString(this.i.sh);
554
608
  }
555
609
  set columnOptionsHoverBackgroundColor(v) {
556
- this.i.ry = stringToBrush(v);
610
+ this.i.sh = stringToBrush(v);
557
611
  }
558
612
  get actualColumnOptionsToolTipBackgroundColor() {
559
- return brushToString(this.i.rm);
613
+ return brushToString(this.i.r5);
560
614
  }
561
615
  set actualColumnOptionsToolTipBackgroundColor(v) {
562
- this.i.rm = stringToBrush(v);
616
+ this.i.r5 = stringToBrush(v);
563
617
  }
564
618
  get columnOptionsToolTipBackgroundColor() {
565
- return brushToString(this.i.r2);
619
+ return brushToString(this.i.so);
566
620
  }
567
621
  set columnOptionsToolTipBackgroundColor(v) {
568
- this.i.r2 = stringToBrush(v);
622
+ this.i.so = stringToBrush(v);
569
623
  }
570
624
  get actualColumnOptionsToolTipTextColor() {
571
- return brushToString(this.i.rn);
625
+ return brushToString(this.i.r6);
572
626
  }
573
627
  set actualColumnOptionsToolTipTextColor(v) {
574
- this.i.rn = stringToBrush(v);
628
+ this.i.r6 = stringToBrush(v);
575
629
  }
576
630
  get columnOptionsToolTipTextColor() {
577
- return brushToString(this.i.r3);
631
+ return brushToString(this.i.sp);
578
632
  }
579
633
  set columnOptionsToolTipTextColor(v) {
580
- this.i.r3 = stringToBrush(v);
634
+ this.i.sp = stringToBrush(v);
581
635
  }
582
636
  get actualColumnOptionsHighlightColor() {
583
- return brushToString(this.i.rh);
637
+ return brushToString(this.i.rx);
584
638
  }
585
639
  set actualColumnOptionsHighlightColor(v) {
586
- this.i.rh = stringToBrush(v);
640
+ this.i.rx = stringToBrush(v);
587
641
  }
588
642
  get columnOptionsHighlightColor() {
589
- return brushToString(this.i.rx);
643
+ return brushToString(this.i.sg);
590
644
  }
591
645
  set columnOptionsHighlightColor(v) {
592
- this.i.rx = stringToBrush(v);
646
+ this.i.sg = stringToBrush(v);
593
647
  }
594
648
  /**
595
649
  * Gets or sets the color of separators inside the column options menu.
596
650
  */
597
651
  get actualColumnOptionsSeparatorColor() {
598
- return brushToString(this.i.rk);
652
+ return brushToString(this.i.r3);
599
653
  }
600
654
  set actualColumnOptionsSeparatorColor(v) {
601
- this.i.rk = stringToBrush(v);
655
+ this.i.r3 = stringToBrush(v);
602
656
  }
603
657
  /**
604
658
  * Gets or sets the color of separators inside the column options menu.
605
659
  */
606
660
  get columnOptionsSeparatorColor() {
607
- return brushToString(this.i.r0);
661
+ return brushToString(this.i.sm);
608
662
  }
609
663
  set columnOptionsSeparatorColor(v) {
610
- this.i.r0 = stringToBrush(v);
664
+ this.i.sm = stringToBrush(v);
611
665
  }
612
666
  /**
613
667
  * Gets or sets the background color for group headers inside the column options menu.
614
668
  */
615
669
  get actualColumnOptionsGroupHeaderBackground() {
616
- return brushToString(this.i.rf);
670
+ return brushToString(this.i.rv);
617
671
  }
618
672
  set actualColumnOptionsGroupHeaderBackground(v) {
619
- this.i.rf = stringToBrush(v);
673
+ this.i.rv = stringToBrush(v);
620
674
  }
621
675
  /**
622
676
  * Gets or sets the background color for group headers inside the column options menu.
623
677
  */
624
678
  get columnOptionsGroupHeaderBackground() {
625
- return brushToString(this.i.rv);
679
+ return brushToString(this.i.se);
626
680
  }
627
681
  set columnOptionsGroupHeaderBackground(v) {
628
- this.i.rv = stringToBrush(v);
682
+ this.i.se = stringToBrush(v);
629
683
  }
630
684
  /**
631
685
  * Gets the actual text color for group headers inside the column options menu.
632
686
  */
633
687
  get actualColumnOptionsGroupHeaderTextColor() {
634
- return brushToString(this.i.rg);
688
+ return brushToString(this.i.rw);
635
689
  }
636
690
  set actualColumnOptionsGroupHeaderTextColor(v) {
637
- this.i.rg = stringToBrush(v);
691
+ this.i.rw = stringToBrush(v);
638
692
  }
639
693
  /**
640
694
  * Gets or sets the text color for group headers inside the column options menu.
641
695
  */
642
696
  get columnOptionsGroupHeaderTextColor() {
643
- return brushToString(this.i.rw);
697
+ return brushToString(this.i.sf);
644
698
  }
645
699
  set columnOptionsGroupHeaderTextColor(v) {
646
- this.i.rw = stringToBrush(v);
700
+ this.i.sf = stringToBrush(v);
647
701
  }
648
702
  get columnOptionsGroupHeaderTextStyle() {
649
- if (this.i.jc == null) {
703
+ if (this.i.jd == null) {
650
704
  return null;
651
705
  }
652
- return this.i.jc.fontString;
706
+ return this.i.jd.fontString;
653
707
  }
654
708
  set columnOptionsGroupHeaderTextStyle(v) {
655
709
  let fi = new FontInfo();
656
710
  fi.fontString = v;
657
- this.i.jc = fi;
711
+ this.i.jd = fi;
658
712
  }
659
713
  get actualColumnOptionsAccentColor() {
660
- return brushToString(this.i.rd);
714
+ return brushToString(this.i.rt);
661
715
  }
662
716
  set actualColumnOptionsAccentColor(v) {
663
- this.i.rd = stringToBrush(v);
717
+ this.i.rt = stringToBrush(v);
664
718
  }
665
719
  get columnOptionsAccentColor() {
666
- return brushToString(this.i.rt);
720
+ return brushToString(this.i.sc);
667
721
  }
668
722
  set columnOptionsAccentColor(v) {
669
- this.i.rt = stringToBrush(v);
723
+ this.i.sc = stringToBrush(v);
670
724
  }
671
725
  get actualColumnOptionsRowHeight() {
672
- return this.i.lc;
726
+ return this.i.ld;
673
727
  }
674
728
  set actualColumnOptionsRowHeight(v) {
675
- this.i.lc = +v;
729
+ this.i.ld = +v;
676
730
  }
677
731
  get columnOptionsRowHeight() {
678
- return this.i.ld;
732
+ return this.i.le;
679
733
  }
680
734
  set columnOptionsRowHeight(v) {
681
- this.i.ld = +v;
735
+ this.i.le = +v;
682
736
  }
683
737
  /**
684
738
  * Gets or sets if the column is editable.
685
739
  */
686
740
  get isEditable() {
687
- return this.i.j8;
741
+ return this.i.j9;
688
742
  }
689
743
  set isEditable(v) {
690
- this.i.j8 = ensureBool(v);
744
+ this.i.j9 = ensureBool(v);
691
745
  }
692
746
  /**
693
747
  * Gets or sets the text color used for deleted rows.
694
748
  */
695
749
  get deletedTextColor() {
696
- return brushToString(this.i.r4);
750
+ return brushToString(this.i.sq);
697
751
  }
698
752
  set deletedTextColor(v) {
699
- this.i.r4 = stringToBrush(v);
753
+ this.i.sq = stringToBrush(v);
700
754
  }
701
755
  /**
702
756
  * Gets the actual text color used for deleted rows.
703
757
  */
704
758
  get actualDeletedTextColor() {
705
- return brushToString(this.i.ro);
759
+ return brushToString(this.i.r7);
706
760
  }
707
761
  set actualDeletedTextColor(v) {
708
- this.i.ro = stringToBrush(v);
762
+ this.i.r7 = stringToBrush(v);
709
763
  }
710
764
  /**
711
765
  * Gets or sets the opacity to use for unsaved edited cell values.
712
766
  */
713
767
  get editOpacity() {
714
- return this.i.ks;
768
+ return this.i.kt;
715
769
  }
716
770
  set editOpacity(v) {
717
- this.i.ks = +v;
771
+ this.i.kt = +v;
718
772
  }
719
773
  /**
720
774
  * Gets the actual opacity for unsaved edited cell values.
721
775
  */
722
776
  get actualEditOpacity() {
723
- return this.i.kr;
777
+ return this.i.ks;
724
778
  }
725
779
  set actualEditOpacity(v) {
726
- this.i.kr = +v;
780
+ this.i.ks = +v;
727
781
  }
728
782
  /**
729
783
  * Gets or sets the font style to use for unsaved cell edits.
@@ -743,87 +797,87 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
743
797
  * Gets the actual font style used for unsaved cell edits.
744
798
  */
745
799
  get actualEditFontInfo() {
746
- if (this.i.jb == null) {
800
+ if (this.i.jc == null) {
747
801
  return null;
748
802
  }
749
- return this.i.jb.fontString;
803
+ return this.i.jc.fontString;
750
804
  }
751
805
  set actualEditFontInfo(v) {
752
806
  let fi = new FontInfo();
753
807
  fi.fontString = v;
754
- this.i.jb = fi;
808
+ this.i.jc = fi;
755
809
  }
756
810
  /**
757
811
  * Gets or sets if and how cell merging is performed for this field.
758
812
  */
759
813
  get mergedCellMode() {
760
- return this.i.ip;
814
+ return this.i.iq;
761
815
  }
762
816
  set mergedCellMode(v) {
763
- this.i.ip = ensureEnum(MergedCellMode_$type, v);
817
+ this.i.iq = ensureEnum(MergedCellMode_$type, v);
764
818
  }
765
819
  /**
766
820
  * Gets or sets how cells are evaluated for merging.
767
821
  */
768
822
  get mergedCellEvaluationCriteria() {
769
- return this.i.il;
823
+ return this.i.im;
770
824
  }
771
825
  set mergedCellEvaluationCriteria(v) {
772
- this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
826
+ this.i.im = ensureEnum(MergedCellEvaluationCriteria_$type, v);
773
827
  }
774
828
  /**
775
829
  * Gets or sets the vertical alignment to use for the merged cell content.
776
830
  */
777
831
  get mergedCellVerticalAlignment() {
778
- return this.i.he;
832
+ return this.i.hf;
779
833
  }
780
834
  set mergedCellVerticalAlignment(v) {
781
- this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
835
+ this.i.hf = ensureEnum(CellContentVerticalAlignment_$type, v);
782
836
  }
783
837
  /**
784
838
  * Gets or sets the amount of left padding to use for the cell content for this column.
785
839
  */
786
840
  get mergedCellPaddingLeft() {
787
- return this.i.lf;
841
+ return this.i.lg;
788
842
  }
789
843
  set mergedCellPaddingLeft(v) {
790
- this.i.lf = +v;
844
+ this.i.lg = +v;
791
845
  }
792
846
  /**
793
847
  * Gets or sets the amount of top padding to use for the cell content for this column.
794
848
  */
795
849
  get mergedCellPaddingTop() {
796
- return this.i.lh;
850
+ return this.i.li;
797
851
  }
798
852
  set mergedCellPaddingTop(v) {
799
- this.i.lh = +v;
853
+ this.i.li = +v;
800
854
  }
801
855
  /**
802
856
  * Gets or sets the amount of right padding to use for the cell content of this column.
803
857
  */
804
858
  get mergedCellPaddingRight() {
805
- return this.i.lg;
859
+ return this.i.lh;
806
860
  }
807
861
  set mergedCellPaddingRight(v) {
808
- this.i.lg = +v;
862
+ this.i.lh = +v;
809
863
  }
810
864
  /**
811
865
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
812
866
  */
813
867
  get mergedCellPaddingBottom() {
814
- return this.i.le;
868
+ return this.i.lf;
815
869
  }
816
870
  set mergedCellPaddingBottom(v) {
817
- this.i.le = +v;
871
+ this.i.lf = +v;
818
872
  }
819
873
  /**
820
874
  * Gets or sets whether UI filters are case sensitive or not.
821
875
  */
822
876
  get filterComparisonType() {
823
- return this.i.h7;
877
+ return this.i.h8;
824
878
  }
825
879
  set filterComparisonType(v) {
826
- this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
880
+ this.i.h8 = ensureEnum(FilterComparisonType_$type, v);
827
881
  }
828
882
  /**
829
883
  * Gets a list of the current custom filters for this column.
@@ -831,7 +885,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
831
885
  get filterOperands() {
832
886
  if (this._filterOperands === null) {
833
887
  let coll = new IgxGridFilterOperandsCollection();
834
- let innerColl = this.i.ig;
888
+ let innerColl = this.i.ih;
835
889
  if (!innerColl) {
836
890
  innerColl = new GridFilterOperandsCollection_internal();
837
891
  }
@@ -847,7 +901,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
847
901
  let coll = new IgxGridFilterOperandsCollection();
848
902
  this._filterOperands = coll._fromOuter(v);
849
903
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
850
- let innerColl = this.i.ig;
904
+ let innerColl = this.i.ih;
851
905
  if (!innerColl) {
852
906
  innerColl = new GridFilterOperandsCollection_internal();
853
907
  }
@@ -859,19 +913,19 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
859
913
  * Gets or sets the text to display in the suffix area of cells in this column.
860
914
  */
861
915
  get suffixText() {
862
- return this.i.o2;
916
+ return this.i.o9;
863
917
  }
864
918
  set suffixText(v) {
865
- this.i.o2 = v;
919
+ this.i.o9 = v;
866
920
  }
867
921
  /**
868
922
  * Gets or sets the color of the text in the suffix area of the cells in this column.
869
923
  */
870
924
  get suffixTextColor() {
871
- return brushToString(this.i.sd);
925
+ return brushToString(this.i.sz);
872
926
  }
873
927
  set suffixTextColor(v) {
874
- this.i.sd = stringToBrush(v);
928
+ this.i.sz = stringToBrush(v);
875
929
  }
876
930
  /**
877
931
  * Gets or sets the font of the suffix text.
@@ -891,91 +945,91 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
891
945
  * Gets or sets the icon to use in the suffix area of the cells in this column.
892
946
  */
893
947
  get suffixIconName() {
894
- return this.i.ou;
948
+ return this.i.o1;
895
949
  }
896
950
  set suffixIconName(v) {
897
- this.i.ou = v;
951
+ this.i.o1 = v;
898
952
  }
899
953
  /**
900
954
  * Gets or sets the icon to use in the suffix area of the cells in this column.
901
955
  */
902
956
  get suffixIconCollectionName() {
903
- return this.i.or;
957
+ return this.i.oy;
904
958
  }
905
959
  set suffixIconCollectionName(v) {
906
- this.i.or = v;
960
+ this.i.oy = v;
907
961
  }
908
962
  /**
909
963
  * Gets or sets the stroke color of suffix icon.
910
964
  */
911
965
  get suffixIconStroke() {
912
- return brushToString(this.i.sc);
966
+ return brushToString(this.i.sy);
913
967
  }
914
968
  set suffixIconStroke(v) {
915
- this.i.sc = stringToBrush(v);
969
+ this.i.sy = stringToBrush(v);
916
970
  }
917
971
  /**
918
972
  * Gets or sets the fill color of suffix icon.
919
973
  */
920
974
  get suffixIconFill() {
921
- return brushToString(this.i.sb);
975
+ return brushToString(this.i.sx);
922
976
  }
923
977
  set suffixIconFill(v) {
924
- this.i.sb = stringToBrush(v);
978
+ this.i.sx = stringToBrush(v);
925
979
  }
926
980
  /**
927
981
  * Gets or sets the suffix icon's viewbox x coordinate.
928
982
  */
929
983
  get suffixIconViewBoxLeft() {
930
- return this.i.kv;
984
+ return this.i.kw;
931
985
  }
932
986
  set suffixIconViewBoxLeft(v) {
933
- this.i.kv = +v;
987
+ this.i.kw = +v;
934
988
  }
935
989
  /**
936
990
  * Gets or sets the suffix icon's viewbox y coordinate.
937
991
  */
938
992
  get suffixIconViewBoxTop() {
939
- return this.i.kw;
993
+ return this.i.kx;
940
994
  }
941
995
  set suffixIconViewBoxTop(v) {
942
- this.i.kw = +v;
996
+ this.i.kx = +v;
943
997
  }
944
998
  /**
945
999
  * Gets or sets the suffix icon's viewbox width.
946
1000
  */
947
1001
  get suffixIconViewBoxWidth() {
948
- return this.i.kx;
1002
+ return this.i.ky;
949
1003
  }
950
1004
  set suffixIconViewBoxWidth(v) {
951
- this.i.kx = +v;
1005
+ this.i.ky = +v;
952
1006
  }
953
1007
  /**
954
1008
  * Gets or sets the suffix icon's viewbox height.
955
1009
  */
956
1010
  get suffixIconViewBoxHeight() {
957
- return this.i.ku;
1011
+ return this.i.kv;
958
1012
  }
959
1013
  set suffixIconViewBoxHeight(v) {
960
- this.i.ku = +v;
1014
+ this.i.kv = +v;
961
1015
  }
962
1016
  /**
963
1017
  * Gets or sets the suffix margin.
964
1018
  */
965
1019
  get suffixMargin() {
966
- return this.i.ky;
1020
+ return this.i.kz;
967
1021
  }
968
1022
  set suffixMargin(v) {
969
- this.i.ky = +v;
1023
+ this.i.kz = +v;
970
1024
  }
971
1025
  /**
972
1026
  * Gets or sets the text decoration to apply to cells in this column.
973
1027
  */
974
1028
  get textDecoration() {
975
- return this.i.iv;
1029
+ return this.i.iw;
976
1030
  }
977
1031
  set textDecoration(v) {
978
- this.i.iv = ensureEnum(TextCellDecoration_$type, v);
1032
+ this.i.iw = ensureEnum(TextCellDecoration_$type, v);
979
1033
  }
980
1034
  findByName(name) {
981
1035
  var baseResult = super.findByName(name);
@@ -1009,18 +1063,18 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
1009
1063
 
1010
1064
  */
1011
1065
  getUniqueKey() {
1012
- let iv = this.i.nq();
1066
+ let iv = this.i.nx();
1013
1067
  return (iv);
1014
1068
  }
1015
1069
  setNamedHeaderValue(valueName, animationType, value) {
1016
- this.i.pk(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1070
+ this.i.pr(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1017
1071
  }
1018
1072
  /**
1019
1073
  * Returns if the column has named header values.
1020
1074
 
1021
1075
  */
1022
1076
  hasNamedHeaderValues() {
1023
- let iv = this.i.j2();
1077
+ let iv = this.i.j3();
1024
1078
  return (iv);
1025
1079
  }
1026
1080
  /**
@@ -1029,7 +1083,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
1029
1083
  * @param valueName * The named value to check for.
1030
1084
  */
1031
1085
  hasNamedHeaderValue(valueName) {
1032
- let iv = this.i.j1(valueName);
1086
+ let iv = this.i.j2(valueName);
1033
1087
  return (iv);
1034
1088
  }
1035
1089
  /**
@@ -1038,7 +1092,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
1038
1092
  * @param valueName * The named header value to remove.
1039
1093
  */
1040
1094
  removeNamedHeaderValue(valueName) {
1041
- this.i.pj(valueName);
1095
+ this.i.pq(valueName);
1042
1096
  }
1043
1097
  /**
1044
1098
  * Gets the value of a named header value for this column by name.
@@ -1046,11 +1100,11 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
1046
1100
  * @param valueName * Name of the named header value to retrieve.
1047
1101
  */
1048
1102
  getNamedHeaderValue(valueName) {
1049
- let iv = this.i.lt(valueName);
1103
+ let iv = this.i.lu(valueName);
1050
1104
  return (iv);
1051
1105
  }
1052
1106
  applyCustomFilter(filterID, index, value) {
1053
- this.i.pa(filterID, index, value);
1107
+ this.i.ph(filterID, index, value);
1054
1108
  }
1055
1109
  getDesiredToolbarActions() {
1056
1110
  let iv = this.i.getDesiredToolbarActions();
@@ -1106,7 +1160,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
1106
1160
  }
1107
1161
  }
1108
1162
  IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1109
- 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 });
1163
+ 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 });
1110
1164
  return IgxDataGridColumnComponent;
1111
1165
  })();
1112
1166
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, decorators: [{
@@ -1204,6 +1258,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
1204
1258
  type: Input
1205
1259
  }], columnOptionsBackground: [{
1206
1260
  type: Input
1261
+ }], actualColumnOptionsScrollbarBackground: [{
1262
+ type: Input
1263
+ }], columnOptionsScrollbarBackground: [{
1264
+ type: Input
1265
+ }], actualColumnOptionsScrollbarHoverBackground: [{
1266
+ type: Input
1267
+ }], columnOptionsScrollbarHoverBackground: [{
1268
+ type: Input
1269
+ }], actualColumnOptionsScrollbarActiveBackground: [{
1270
+ type: Input
1271
+ }], columnOptionsScrollbarActiveBackground: [{
1272
+ type: Input
1207
1273
  }], actualColumnOptionsTextColor: [{
1208
1274
  type: Input
1209
1275
  }], columnOptionsTextColor: [{