igniteui-webcomponents-data-grids 7.1.0-beta.2 → 7.1.0-beta.4

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 (233) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +11002 -9831
  2. package/bundles/igniteui-webcomponents-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 +290 -290
  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/igc-cell-info.js +195 -186
  71. package/esm2015/lib/igc-checkbox-list-component.js +42 -22
  72. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  73. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  74. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  75. package/esm2015/lib/igc-data-binding-event-args.js +3 -0
  76. package/esm2015/lib/igc-data-grid-column-component.js +336 -276
  77. package/esm2015/lib/igc-data-grid-component.js +220 -32
  78. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +67 -37
  79. package/esm2015/lib/igc-data-grid-toolbar-component.js +40 -8
  80. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  81. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  82. package/esm2015/lib/igc-definition-base-component.js +64 -64
  83. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  84. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  85. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  86. package/esm2015/lib/igc-header-component.js +24 -24
  87. package/esm2015/lib/igc-image-cell-info.js +6 -6
  88. package/esm2015/lib/igc-image-column-component.js +12 -12
  89. package/esm2015/lib/igc-multi-column-combo-box-component.js +160 -32
  90. package/esm2015/lib/igc-numeric-cell-info.js +28 -28
  91. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  92. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  93. package/esm2015/lib/igc-section-header-component.js +36 -36
  94. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  95. package/esm2015/lib/igc-summary-row-component.js +30 -30
  96. package/esm2015/lib/igc-summary-row-root-module.js +2 -0
  97. package/esm2015/lib/igc-summary-row-section-module.js +2 -0
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  100. package/esm2015/lib/igc-text-cell-info.js +2 -2
  101. package/esm2015/lib/igc-text-column-component.js +9 -9
  102. package/esm2015/lib/igc-text-header-cell-info.js +67 -40
  103. package/esm5/lib/AccessibilityRow.js +10 -10
  104. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  105. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  106. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  107. package/esm5/lib/CanvasGridCellBase.js +2 -2
  108. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  109. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  111. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  112. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  113. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  114. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  115. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  116. package/esm5/lib/CellPath.js +79 -65
  117. package/esm5/lib/CellPresenterBase.js +46 -46
  118. package/esm5/lib/CheckboxListBridge.js +12 -0
  119. package/esm5/lib/CheckboxListView_combined.js +332 -278
  120. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  121. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  122. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  123. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  124. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  125. package/esm5/lib/ContentCellModelHelper.js +16 -16
  126. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  127. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  128. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  129. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  130. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  131. package/esm5/lib/DraggerView.js +1 -7
  132. package/esm5/lib/EditorCell.js +276 -276
  133. package/esm5/lib/EditorCellPresenter.js +27 -27
  134. package/esm5/lib/FilterCell.js +257 -257
  135. package/esm5/lib/FilterCellPresenter.js +17 -17
  136. package/esm5/lib/GridCellBase.js +205 -193
  137. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  138. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  139. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  140. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  141. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  142. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  143. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  144. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  145. package/esm5/lib/GridExternalWrapper.js +12 -6
  146. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  147. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  148. package/esm5/lib/ImageCell.js +57 -57
  149. package/esm5/lib/ImageCellPresenter.js +17 -17
  150. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  151. package/esm5/lib/NumericCell.js +8 -8
  152. package/esm5/lib/NumericCellPresenter.js +9 -9
  153. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  154. package/esm5/lib/SectionHeaderCell.js +30 -20
  155. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  156. package/esm5/lib/SummaryCell.js +44 -44
  157. package/esm5/lib/SummaryCellPresenter.js +9 -9
  158. package/esm5/lib/TemplateCell.js +15 -15
  159. package/esm5/lib/TemplateCellPresenter.js +6 -6
  160. package/esm5/lib/TemplateHeader.js +8 -8
  161. package/esm5/lib/TemplateHeaderCell.js +5 -5
  162. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  163. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  164. package/esm5/lib/TemplateSectionHeader.js +2 -2
  165. package/esm5/lib/TextCell.js +31 -30
  166. package/esm5/lib/TextCellPresenter.js +10 -10
  167. package/esm5/lib/TextHeaderCell.js +185 -179
  168. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  169. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  170. package/esm5/lib/igc-cell-info.js +207 -186
  171. package/esm5/lib/igc-checkbox-list-component.js +50 -22
  172. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  173. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  174. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  175. package/esm5/lib/igc-data-binding-event-args.js +3 -0
  176. package/esm5/lib/igc-data-grid-column-component.js +360 -276
  177. package/esm5/lib/igc-data-grid-component.js +240 -32
  178. package/esm5/lib/igc-data-grid-filter-dialog-component.js +79 -37
  179. package/esm5/lib/igc-data-grid-toolbar-component.js +40 -8
  180. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  181. package/esm5/lib/igc-date-time-column-component.js +23 -23
  182. package/esm5/lib/igc-definition-base-component.js +64 -64
  183. package/esm5/lib/igc-editor-cell-info.js +23 -23
  184. package/esm5/lib/igc-filter-cell-info.js +26 -26
  185. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  186. package/esm5/lib/igc-header-component.js +24 -24
  187. package/esm5/lib/igc-image-cell-info.js +6 -6
  188. package/esm5/lib/igc-image-column-component.js +12 -12
  189. package/esm5/lib/igc-multi-column-combo-box-component.js +160 -32
  190. package/esm5/lib/igc-numeric-cell-info.js +28 -28
  191. package/esm5/lib/igc-numeric-column-component.js +38 -38
  192. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  193. package/esm5/lib/igc-section-header-component.js +36 -36
  194. package/esm5/lib/igc-summary-cell-info.js +9 -9
  195. package/esm5/lib/igc-summary-row-component.js +29 -29
  196. package/esm5/lib/igc-summary-row-root-module.js +2 -0
  197. package/esm5/lib/igc-summary-row-section-module.js +2 -0
  198. package/esm5/lib/igc-template-cell-info.js +2 -2
  199. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  200. package/esm5/lib/igc-text-cell-info.js +2 -2
  201. package/esm5/lib/igc-text-column-component.js +9 -9
  202. package/esm5/lib/igc-text-header-cell-info.js +79 -40
  203. package/fesm2015/igniteui-webcomponents-data-grids.js +10931 -9949
  204. package/fesm5/igniteui-webcomponents-data-grids.js +11002 -9831
  205. package/lib/CellPath.d.ts +21 -20
  206. package/lib/CheckboxListExternal.d.ts +3 -0
  207. package/lib/CheckboxListView_combined.d.ts +77 -71
  208. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  209. package/lib/EditorCell.d.ts +63 -63
  210. package/lib/FilterCell.d.ts +55 -55
  211. package/lib/GridCellBase.d.ts +82 -80
  212. package/lib/GridExternalWrapper.d.ts +2 -0
  213. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  214. package/lib/ImageCell.d.ts +15 -15
  215. package/lib/NumericCell.d.ts +2 -2
  216. package/lib/SectionHeaderCell.d.ts +6 -4
  217. package/lib/SummaryCell.d.ts +10 -10
  218. package/lib/TemplateCell.d.ts +5 -5
  219. package/lib/TemplateHeader.d.ts +3 -3
  220. package/lib/TemplateHeaderCell.d.ts +2 -2
  221. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  222. package/lib/TemplateSectionHeader.d.ts +2 -2
  223. package/lib/TextCell.d.ts +7 -7
  224. package/lib/TextHeaderCell.d.ts +30 -30
  225. package/lib/VerticalSeparatorCell.d.ts +8 -8
  226. package/lib/igc-cell-info.d.ts +3 -0
  227. package/lib/igc-checkbox-list-component.d.ts +10 -0
  228. package/lib/igc-data-grid-column-component.d.ts +30 -0
  229. package/lib/igc-data-grid-component.d.ts +27 -0
  230. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  231. package/lib/igc-summary-row-component.d.ts +2 -2
  232. package/lib/igc-text-header-cell-info.d.ts +15 -0
  233. package/package.json +4 -4
@@ -80,163 +80,163 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
80
80
  * Gets or sets the amount of left padding to use for the cell content for this column.
81
81
  */
82
82
  get paddingLeft() {
83
- return this.i.lm;
83
+ return this.i.ln;
84
84
  }
85
85
  set paddingLeft(v) {
86
- this.i.lm = +v;
87
- this._a("paddingLeft", this.i.lm);
86
+ this.i.ln = +v;
87
+ this._a("paddingLeft", this.i.ln);
88
88
  }
89
89
  /**
90
90
  * Gets or sets the amount of top padding to use for the cell content for this column.
91
91
  */
92
92
  get paddingTop() {
93
- return this.i.lo;
93
+ return this.i.lp;
94
94
  }
95
95
  set paddingTop(v) {
96
- this.i.lo = +v;
97
- this._a("paddingTop", this.i.lo);
96
+ this.i.lp = +v;
97
+ this._a("paddingTop", this.i.lp);
98
98
  }
99
99
  /**
100
100
  * Gets or sets the amount of right padding to use for the cell content of this column.
101
101
  */
102
102
  get paddingRight() {
103
- return this.i.ln;
103
+ return this.i.lo;
104
104
  }
105
105
  set paddingRight(v) {
106
- this.i.ln = +v;
107
- this._a("paddingRight", this.i.ln);
106
+ this.i.lo = +v;
107
+ this._a("paddingRight", this.i.lo);
108
108
  }
109
109
  /**
110
110
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
111
111
  */
112
112
  get paddingBottom() {
113
- return this.i.ll;
113
+ return this.i.lm;
114
114
  }
115
115
  set paddingBottom(v) {
116
- this.i.ll = +v;
117
- this._a("paddingBottom", this.i.ll);
116
+ this.i.lm = +v;
117
+ this._a("paddingBottom", this.i.lm);
118
118
  }
119
119
  /**
120
120
  * Gets or sets an unique name of the Column
121
121
  */
122
122
  get name() {
123
- return this.i.od;
123
+ return this.i.ok;
124
124
  }
125
125
  set name(v) {
126
- this.i.od = v;
126
+ this.i.ok = v;
127
127
  }
128
128
  /**
129
129
  * Gets or sets the key used for the column binding
130
130
  */
131
131
  get field() {
132
- return this.i.nl;
132
+ return this.i.ns;
133
133
  }
134
134
  set field(v) {
135
- this.i.nl = v;
135
+ this.i.ns = v;
136
136
  }
137
137
  /**
138
138
  * Gets or sets the text displayed in the header of the column
139
139
  */
140
140
  get headerText() {
141
- return this.i.ns;
141
+ return this.i.nz;
142
142
  }
143
143
  set headerText(v) {
144
- this.i.ns = v;
144
+ this.i.nz = v;
145
145
  }
146
146
  /**
147
147
  * Gets the actual text displayed in the header of the column
148
148
  */
149
149
  get actualHeaderText() {
150
- return this.i.mm;
150
+ return this.i.mq;
151
151
  }
152
152
  set actualHeaderText(v) {
153
- this.i.mm = v;
153
+ this.i.mq = v;
154
154
  }
155
155
  /**
156
156
  * Gets or sets the background color to use for the cells when they are selected
157
157
  */
158
158
  get selectedBackground() {
159
- return brushToString(this.i.r9);
159
+ return brushToString(this.i.sv);
160
160
  }
161
161
  set selectedBackground(v) {
162
- this.i.r9 = stringToBrush(v);
163
- this._a("selectedBackground", brushToString(this.i.r9));
162
+ this.i.sv = stringToBrush(v);
163
+ this._a("selectedBackground", brushToString(this.i.sv));
164
164
  }
165
165
  /**
166
166
  * Gets the actual background color that is used for the cells when they are selected
167
167
  */
168
168
  get actualSelectedBackground() {
169
- return brushToString(this.i.rr);
169
+ return brushToString(this.i.sa);
170
170
  }
171
171
  set actualSelectedBackground(v) {
172
- this.i.rr = stringToBrush(v);
173
- this._a("actualSelectedBackground", brushToString(this.i.rr));
172
+ this.i.sa = stringToBrush(v);
173
+ this._a("actualSelectedBackground", brushToString(this.i.sa));
174
174
  }
175
175
  /**
176
176
  * Gets or sets the text color to use for the cells when they are selected
177
177
  */
178
178
  get selectedTextColor() {
179
- return brushToString(this.i.sa);
179
+ return brushToString(this.i.sw);
180
180
  }
181
181
  set selectedTextColor(v) {
182
- this.i.sa = stringToBrush(v);
183
- this._a("selectedTextColor", brushToString(this.i.sa));
182
+ this.i.sw = stringToBrush(v);
183
+ this._a("selectedTextColor", brushToString(this.i.sw));
184
184
  }
185
185
  /**
186
186
  * Gets the actual text color that is used for the cells when they are selected
187
187
  */
188
188
  get actualSelectedTextColor() {
189
- return brushToString(this.i.rs);
189
+ return brushToString(this.i.sb);
190
190
  }
191
191
  set actualSelectedTextColor(v) {
192
- this.i.rs = stringToBrush(v);
193
- this._a("actualSelectedTextColor", brushToString(this.i.rs));
192
+ this.i.sb = stringToBrush(v);
193
+ this._a("actualSelectedTextColor", brushToString(this.i.sb));
194
194
  }
195
195
  /**
196
196
  * Gets or sets the background color to use for the cells when the row is hovered.
197
197
  */
198
198
  get rowHoverBackground() {
199
- return brushToString(this.i.r7);
199
+ return brushToString(this.i.st);
200
200
  }
201
201
  set rowHoverBackground(v) {
202
- this.i.r7 = stringToBrush(v);
203
- this._a("rowHoverBackground", brushToString(this.i.r7));
202
+ this.i.st = stringToBrush(v);
203
+ this._a("rowHoverBackground", brushToString(this.i.st));
204
204
  }
205
205
  /**
206
206
  * Gets the actual background color that is used for the cells when they are hovered.
207
207
  */
208
208
  get actualHoverBackground() {
209
- return brushToString(this.i.rp);
209
+ return brushToString(this.i.r8);
210
210
  }
211
211
  set actualHoverBackground(v) {
212
- this.i.rp = stringToBrush(v);
213
- this._a("actualHoverBackground", brushToString(this.i.rp));
212
+ this.i.r8 = stringToBrush(v);
213
+ this._a("actualHoverBackground", brushToString(this.i.r8));
214
214
  }
215
215
  /**
216
216
  * Gets or sets the text color to use for the cells when the row is hovered.
217
217
  */
218
218
  get rowHoverTextColor() {
219
- return brushToString(this.i.r8);
219
+ return brushToString(this.i.su);
220
220
  }
221
221
  set rowHoverTextColor(v) {
222
- this.i.r8 = stringToBrush(v);
223
- this._a("rowHoverTextColor", brushToString(this.i.r8));
222
+ this.i.su = stringToBrush(v);
223
+ this._a("rowHoverTextColor", brushToString(this.i.su));
224
224
  }
225
225
  /**
226
226
  * Gets the actual text color that is used for the cells when they are hovered.
227
227
  */
228
228
  get actualRowHoverTextColor() {
229
- return brushToString(this.i.rq);
229
+ return brushToString(this.i.r9);
230
230
  }
231
231
  set actualRowHoverTextColor(v) {
232
- this.i.rq = stringToBrush(v);
233
- this._a("actualRowHoverTextColor", brushToString(this.i.rq));
232
+ this.i.r9 = stringToBrush(v);
233
+ this._a("actualRowHoverTextColor", brushToString(this.i.r9));
234
234
  }
235
235
  /**
236
236
  * Gets or sets the animation settings to use for this column.
237
237
  */
238
238
  get animationSettings() {
239
- const r = this.i.id;
239
+ const r = this.i.ie;
240
240
  if (r == null) {
241
241
  return null;
242
242
  }
@@ -255,7 +255,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
255
255
  return r.externalObject;
256
256
  }
257
257
  set animationSettings(v) {
258
- v == null ? this.i.id = null : this.i.id = v.i;
258
+ v == null ? this.i.ie = null : this.i.ie = v.i;
259
259
  }
260
260
  /**
261
261
  * Gets or sets the width to use for this column.
@@ -292,49 +292,49 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
292
292
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
293
293
  */
294
294
  get minWidth() {
295
- return this.i.kt;
295
+ return this.i.ku;
296
296
  }
297
297
  set minWidth(v) {
298
- this.i.kt = +v;
299
- this._a("minWidth", this.i.kt);
298
+ this.i.ku = +v;
299
+ this._a("minWidth", this.i.ku);
300
300
  }
301
301
  /**
302
302
  * Gets whether this column was projected from markup/templates and is constrained.
303
303
  */
304
304
  get isFromMarkup() {
305
- return this.i.ka;
305
+ return this.i.kb;
306
306
  }
307
307
  set isFromMarkup(v) {
308
- this.i.ka = ensureBool(v);
309
- this._a("isFromMarkup", this.i.ka);
308
+ this.i.kb = ensureBool(v);
309
+ this._a("isFromMarkup", this.i.kb);
310
310
  }
311
311
  /**
312
312
  * Gets whether this column was auto generated.
313
313
  */
314
314
  get isAutoGenerated() {
315
- return this.i.j4;
315
+ return this.i.j5;
316
316
  }
317
317
  set isAutoGenerated(v) {
318
- this.i.j4 = ensureBool(v);
319
- this._a("isAutoGenerated", this.i.j4);
318
+ this.i.j5 = ensureBool(v);
319
+ this._a("isAutoGenerated", this.i.j5);
320
320
  }
321
321
  /**
322
322
  * Gets or sets a filter to apply on the values of this column
323
323
  */
324
324
  get filter() {
325
- return this.i.g5;
325
+ return this.i.g6;
326
326
  }
327
327
  set filter(v) {
328
- this.i.g5 = v;
328
+ this.i.g6 = v;
329
329
  }
330
330
  /**
331
331
  * Gets or sets a filter to apply to the values of this column.
332
332
  */
333
333
  get filterExpression() {
334
- return this.i.g7;
334
+ return this.i.g8;
335
335
  }
336
336
  set filterExpression(v) {
337
- this.i.g7 = v;
337
+ this.i.g8 = v;
338
338
  }
339
339
  /**
340
340
  * Gets or sets the header definition for this column.
@@ -362,453 +362,513 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
362
362
  * Gets or sets whether filtering is enabled for this column.
363
363
  */
364
364
  get isFilteringEnabled() {
365
- return this.i.j9;
365
+ return this.i.ka;
366
366
  }
367
367
  set isFilteringEnabled(v) {
368
- this.i.j9 = ensureBool(v);
369
- this._a("isFilteringEnabled", this.i.j9);
368
+ this.i.ka = ensureBool(v);
369
+ this._a("isFilteringEnabled", this.i.ka);
370
370
  }
371
371
  /**
372
372
  * Gets or sets whether resizing is enabled for this column.
373
373
  */
374
374
  get isResizingEnabled() {
375
- return this.i.kc;
375
+ return this.i.kd;
376
376
  }
377
377
  set isResizingEnabled(v) {
378
- this.i.kc = ensureBool(v);
379
- this._a("isResizingEnabled", this.i.kc);
378
+ this.i.kd = ensureBool(v);
379
+ this._a("isResizingEnabled", this.i.kd);
380
380
  }
381
381
  /**
382
382
  * Gets or sets whether sorting is enabled for this column from the UI.
383
383
  */
384
384
  get isSortingEnabled() {
385
- return this.i.kd;
385
+ return this.i.ke;
386
386
  }
387
387
  set isSortingEnabled(v) {
388
- this.i.kd = ensureBool(v);
389
- this._a("isSortingEnabled", this.i.kd);
388
+ this.i.ke = ensureBool(v);
389
+ this._a("isSortingEnabled", this.i.ke);
390
390
  }
391
391
  /**
392
392
  * Gets or sets whether or not a column is hidden from the grid
393
393
  */
394
394
  get isHidden() {
395
- return this.i.kb;
395
+ return this.i.kc;
396
396
  }
397
397
  set isHidden(v) {
398
- this.i.kb = ensureBool(v);
399
- this._a("isHidden", this.i.kb);
398
+ this.i.kc = ensureBool(v);
399
+ this._a("isHidden", this.i.kc);
400
400
  }
401
401
  /**
402
402
  * Gets or sets if a column should be removed from the grid when it is fully hidden
403
403
  */
404
404
  get shouldRemoveWhenHidden() {
405
- return this.i.kg;
405
+ return this.i.kh;
406
406
  }
407
407
  set shouldRemoveWhenHidden(v) {
408
- this.i.kg = ensureBool(v);
409
- this._a("shouldRemoveWhenHidden", this.i.kg);
408
+ this.i.kh = ensureBool(v);
409
+ this._a("shouldRemoveWhenHidden", this.i.kh);
410
410
  }
411
411
  /**
412
412
  * Gets the current sort direction (None, Ascending, Descending) for this column.
413
413
  */
414
414
  get sortDirection() {
415
- return this.i.hv;
415
+ return this.i.hw;
416
416
  }
417
417
  set sortDirection(v) {
418
- this.i.hv = ensureEnum(ColumnSortDirection_$type, v);
419
- this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hv));
418
+ this.i.hw = ensureEnum(ColumnSortDirection_$type, v);
419
+ this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hw));
420
420
  }
421
421
  /**
422
422
  * Gets or sets the current fixed position for this column.
423
423
  */
424
424
  get pinned() {
425
- return this.i.it;
425
+ return this.i.iu;
426
426
  }
427
427
  set pinned(v) {
428
- this.i.it = ensureEnum(PinnedPositions_$type, v);
429
- this._a("pinned", enumToString(PinnedPositions_$type, this.i.it));
428
+ this.i.iu = ensureEnum(PinnedPositions_$type, v);
429
+ this._a("pinned", enumToString(PinnedPositions_$type, this.i.iu));
430
430
  }
431
431
  /**
432
432
  * Gets the actual column options icon alignment for this column.
433
433
  */
434
434
  get actualColumnOptionsIconAlignment() {
435
- return this.i.hm;
435
+ return this.i.hn;
436
436
  }
437
437
  set actualColumnOptionsIconAlignment(v) {
438
- this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
439
- this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hm));
438
+ this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
439
+ this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hn));
440
440
  }
441
441
  /**
442
442
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
443
443
  */
444
444
  get columnOptionsIconAlignment() {
445
- return this.i.hn;
445
+ return this.i.ho;
446
446
  }
447
447
  set columnOptionsIconAlignment(v) {
448
- this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
449
- this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hn));
448
+ this.i.ho = ensureEnum(ColumnOptionsIconAlignment_$type, v);
449
+ this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.ho));
450
450
  }
451
451
  /**
452
452
  * Gets the actual column options icon color for this column.
453
453
  */
454
454
  get actualColumnOptionsIconColor() {
455
- return brushToString(this.i.rj);
455
+ return brushToString(this.i.rz);
456
456
  }
457
457
  set actualColumnOptionsIconColor(v) {
458
- this.i.rj = stringToBrush(v);
459
- this._a("actualColumnOptionsIconColor", brushToString(this.i.rj));
458
+ this.i.rz = stringToBrush(v);
459
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.rz));
460
460
  }
461
461
  /**
462
462
  * Gets or sets the column options icon color for this column.
463
463
  */
464
464
  get columnOptionsIconColor() {
465
- return brushToString(this.i.rz);
465
+ return brushToString(this.i.si);
466
466
  }
467
467
  set columnOptionsIconColor(v) {
468
- this.i.rz = stringToBrush(v);
469
- this._a("columnOptionsIconColor", brushToString(this.i.rz));
468
+ this.i.si = stringToBrush(v);
469
+ this._a("columnOptionsIconColor", brushToString(this.i.si));
470
470
  }
471
471
  /**
472
472
  * Gets or sets how the column option icon will behave in the column header.
473
473
  */
474
474
  get columnOptionsIconBehavior() {
475
- return this.i.hr;
475
+ return this.i.hs;
476
476
  }
477
477
  set columnOptionsIconBehavior(v) {
478
- this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
479
- this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hr));
478
+ this.i.hs = ensureEnum(ColumnOptionsIconBehavior_$type, v);
479
+ this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hs));
480
480
  }
481
481
  /**
482
482
  * Gets or sets how the column option icon will behave in the column header.
483
483
  */
484
484
  get actualColumnOptionsIconBehavior() {
485
- return this.i.hq;
485
+ return this.i.hr;
486
486
  }
487
487
  set actualColumnOptionsIconBehavior(v) {
488
- this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
489
- this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hq));
488
+ this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
489
+ this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hr));
490
490
  }
491
491
  /**
492
492
  * Gets the actual state of the column options for this column.
493
493
  */
494
494
  get actualIsColumnOptionsEnabled() {
495
- return this.i.jx;
495
+ return this.i.jy;
496
496
  }
497
497
  set actualIsColumnOptionsEnabled(v) {
498
- this.i.jx = ensureBool(v);
499
- this._a("actualIsColumnOptionsEnabled", this.i.jx);
498
+ this.i.jy = ensureBool(v);
499
+ this._a("actualIsColumnOptionsEnabled", this.i.jy);
500
500
  }
501
501
  /**
502
502
  * Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
503
503
  * then it will be disabled for the column regardless of what this is set to.
504
504
  */
505
505
  get isColumnOptionsEnabled() {
506
- return this.i.j5;
506
+ return this.i.j6;
507
507
  }
508
508
  set isColumnOptionsEnabled(v) {
509
- this.i.j5 = ensureBool(v);
510
- this._a("isColumnOptionsEnabled", this.i.j5);
509
+ this.i.j6 = ensureBool(v);
510
+ this._a("isColumnOptionsEnabled", this.i.j6);
511
511
  }
512
512
  /**
513
513
  * Gets the actual state of summaries menu in the column options for this column.
514
514
  */
515
515
  get actualIsColumnOptionsSummariesEnabled() {
516
- return this.i.jz;
516
+ return this.i.j0;
517
517
  }
518
518
  set actualIsColumnOptionsSummariesEnabled(v) {
519
- this.i.jz = ensureBool(v);
520
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.jz);
519
+ this.i.j0 = ensureBool(v);
520
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.j0);
521
521
  }
522
522
  /**
523
523
  * Gets or sets whether to show the summaries option in the column options menu for this column.
524
524
  */
525
525
  get isColumnOptionsSummariesEnabled() {
526
- return this.i.j7;
526
+ return this.i.j8;
527
527
  }
528
528
  set isColumnOptionsSummariesEnabled(v) {
529
- this.i.j7 = ensureBool(v);
530
- this._a("isColumnOptionsSummariesEnabled", this.i.j7);
529
+ this.i.j8 = ensureBool(v);
530
+ this._a("isColumnOptionsSummariesEnabled", this.i.j8);
531
531
  }
532
532
  /**
533
533
  * Gets the actual state of grouping menu in the column options for this column.
534
534
  */
535
535
  get actualIsColumnOptionsGroupingEnabled() {
536
- return this.i.jy;
536
+ return this.i.jz;
537
537
  }
538
538
  set actualIsColumnOptionsGroupingEnabled(v) {
539
- this.i.jy = ensureBool(v);
540
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.jy);
539
+ this.i.jz = ensureBool(v);
540
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.jz);
541
541
  }
542
542
  /**
543
543
  * Gets or sets whether to show the grouping option in the column options menu for this column.
544
544
  */
545
545
  get isColumnOptionsGroupingEnabled() {
546
- return this.i.j6;
546
+ return this.i.j7;
547
547
  }
548
548
  set isColumnOptionsGroupingEnabled(v) {
549
- this.i.j6 = ensureBool(v);
550
- this._a("isColumnOptionsGroupingEnabled", this.i.j6);
549
+ this.i.j7 = ensureBool(v);
550
+ this._a("isColumnOptionsGroupingEnabled", this.i.j7);
551
551
  }
552
552
  /**
553
553
  * Gets or sets the column options dropdown background color.
554
554
  */
555
555
  get actualColumnOptionsBackground() {
556
- return brushToString(this.i.re);
556
+ return brushToString(this.i.ru);
557
557
  }
558
558
  set actualColumnOptionsBackground(v) {
559
- this.i.re = stringToBrush(v);
560
- this._a("actualColumnOptionsBackground", brushToString(this.i.re));
559
+ this.i.ru = stringToBrush(v);
560
+ this._a("actualColumnOptionsBackground", brushToString(this.i.ru));
561
561
  }
562
562
  /**
563
563
  * Gets or sets the column options dropdown background color.
564
564
  */
565
565
  get columnOptionsBackground() {
566
- return brushToString(this.i.ru);
566
+ return brushToString(this.i.sd);
567
567
  }
568
568
  set columnOptionsBackground(v) {
569
- this.i.ru = stringToBrush(v);
570
- this._a("columnOptionsBackground", brushToString(this.i.ru));
569
+ this.i.sd = stringToBrush(v);
570
+ this._a("columnOptionsBackground", brushToString(this.i.sd));
571
+ }
572
+ /**
573
+ * Gets the resolved scrollbar background color for checkbox lists in the column options dialog.
574
+ */
575
+ get actualColumnOptionsScrollbarBackground() {
576
+ return brushToString(this.i.r1);
577
+ }
578
+ set actualColumnOptionsScrollbarBackground(v) {
579
+ this.i.r1 = stringToBrush(v);
580
+ this._a("actualColumnOptionsScrollbarBackground", brushToString(this.i.r1));
581
+ }
582
+ /**
583
+ * Gets or sets the scrollbar background color for checkbox lists in this column's options dialog.
584
+ */
585
+ get columnOptionsScrollbarBackground() {
586
+ return brushToString(this.i.sk);
587
+ }
588
+ set columnOptionsScrollbarBackground(v) {
589
+ this.i.sk = stringToBrush(v);
590
+ this._a("columnOptionsScrollbarBackground", brushToString(this.i.sk));
591
+ }
592
+ /**
593
+ * Gets the resolved scrollbar thumb hover background color for checkbox lists in the column options dialog.
594
+ */
595
+ get actualColumnOptionsScrollbarHoverBackground() {
596
+ return brushToString(this.i.r2);
597
+ }
598
+ set actualColumnOptionsScrollbarHoverBackground(v) {
599
+ this.i.r2 = stringToBrush(v);
600
+ this._a("actualColumnOptionsScrollbarHoverBackground", brushToString(this.i.r2));
601
+ }
602
+ /**
603
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in this column's options dialog.
604
+ */
605
+ get columnOptionsScrollbarHoverBackground() {
606
+ return brushToString(this.i.sl);
607
+ }
608
+ set columnOptionsScrollbarHoverBackground(v) {
609
+ this.i.sl = stringToBrush(v);
610
+ this._a("columnOptionsScrollbarHoverBackground", brushToString(this.i.sl));
611
+ }
612
+ /**
613
+ * Gets the resolved scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
614
+ */
615
+ get actualColumnOptionsScrollbarActiveBackground() {
616
+ return brushToString(this.i.r0);
617
+ }
618
+ set actualColumnOptionsScrollbarActiveBackground(v) {
619
+ this.i.r0 = stringToBrush(v);
620
+ this._a("actualColumnOptionsScrollbarActiveBackground", brushToString(this.i.r0));
621
+ }
622
+ /**
623
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in this column's options dialog.
624
+ */
625
+ get columnOptionsScrollbarActiveBackground() {
626
+ return brushToString(this.i.sj);
627
+ }
628
+ set columnOptionsScrollbarActiveBackground(v) {
629
+ this.i.sj = stringToBrush(v);
630
+ this._a("columnOptionsScrollbarActiveBackground", brushToString(this.i.sj));
571
631
  }
572
632
  /**
573
633
  * Gets or sets the text color for text inside the column options menu.
574
634
  */
575
635
  get actualColumnOptionsTextColor() {
576
- return brushToString(this.i.rl);
636
+ return brushToString(this.i.r4);
577
637
  }
578
638
  set actualColumnOptionsTextColor(v) {
579
- this.i.rl = stringToBrush(v);
580
- this._a("actualColumnOptionsTextColor", brushToString(this.i.rl));
639
+ this.i.r4 = stringToBrush(v);
640
+ this._a("actualColumnOptionsTextColor", brushToString(this.i.r4));
581
641
  }
582
642
  /**
583
643
  * Gets or sets the text color for text inside the column options menu.
584
644
  */
585
645
  get columnOptionsTextColor() {
586
- return brushToString(this.i.r1);
646
+ return brushToString(this.i.sn);
587
647
  }
588
648
  set columnOptionsTextColor(v) {
589
- this.i.r1 = stringToBrush(v);
590
- this._a("columnOptionsTextColor", brushToString(this.i.r1));
649
+ this.i.sn = stringToBrush(v);
650
+ this._a("columnOptionsTextColor", brushToString(this.i.sn));
591
651
  }
592
652
  /**
593
653
  * Gets or sets the font settings for text inside the column options menu.
594
654
  */
595
655
  get columnOptionsTextStyle() {
596
- if (this.i.jd == null) {
656
+ if (this.i.je == null) {
597
657
  return null;
598
658
  }
599
- return this.i.jd.fontString;
659
+ return this.i.je.fontString;
600
660
  }
601
661
  set columnOptionsTextStyle(v) {
602
662
  let fi = new FontInfo();
603
663
  fi.fontString = v;
604
- this.i.jd = fi;
605
- this._a("columnOptionsTextStyle", this.i.jd != null ? this.i.jd.fontString : "");
664
+ this.i.je = fi;
665
+ this._a("columnOptionsTextStyle", this.i.je != null ? this.i.je.fontString : "");
606
666
  }
607
667
  get actualColumnOptionsHoverBackgroundColor() {
608
- return brushToString(this.i.ri);
668
+ return brushToString(this.i.ry);
609
669
  }
610
670
  set actualColumnOptionsHoverBackgroundColor(v) {
611
- this.i.ri = stringToBrush(v);
612
- this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.ri));
671
+ this.i.ry = stringToBrush(v);
672
+ this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.ry));
613
673
  }
614
674
  get columnOptionsHoverBackgroundColor() {
615
- return brushToString(this.i.ry);
675
+ return brushToString(this.i.sh);
616
676
  }
617
677
  set columnOptionsHoverBackgroundColor(v) {
618
- this.i.ry = stringToBrush(v);
619
- this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.ry));
678
+ this.i.sh = stringToBrush(v);
679
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.sh));
620
680
  }
621
681
  get actualColumnOptionsToolTipBackgroundColor() {
622
- return brushToString(this.i.rm);
682
+ return brushToString(this.i.r5);
623
683
  }
624
684
  set actualColumnOptionsToolTipBackgroundColor(v) {
625
- this.i.rm = stringToBrush(v);
626
- this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.rm));
685
+ this.i.r5 = stringToBrush(v);
686
+ this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.r5));
627
687
  }
628
688
  get columnOptionsToolTipBackgroundColor() {
629
- return brushToString(this.i.r2);
689
+ return brushToString(this.i.so);
630
690
  }
631
691
  set columnOptionsToolTipBackgroundColor(v) {
632
- this.i.r2 = stringToBrush(v);
633
- this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.r2));
692
+ this.i.so = stringToBrush(v);
693
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.so));
634
694
  }
635
695
  get actualColumnOptionsToolTipTextColor() {
636
- return brushToString(this.i.rn);
696
+ return brushToString(this.i.r6);
637
697
  }
638
698
  set actualColumnOptionsToolTipTextColor(v) {
639
- this.i.rn = stringToBrush(v);
640
- this._a("actualColumnOptionsToolTipTextColor", brushToString(this.i.rn));
699
+ this.i.r6 = stringToBrush(v);
700
+ this._a("actualColumnOptionsToolTipTextColor", brushToString(this.i.r6));
641
701
  }
642
702
  get columnOptionsToolTipTextColor() {
643
- return brushToString(this.i.r3);
703
+ return brushToString(this.i.sp);
644
704
  }
645
705
  set columnOptionsToolTipTextColor(v) {
646
- this.i.r3 = stringToBrush(v);
647
- this._a("columnOptionsToolTipTextColor", brushToString(this.i.r3));
706
+ this.i.sp = stringToBrush(v);
707
+ this._a("columnOptionsToolTipTextColor", brushToString(this.i.sp));
648
708
  }
649
709
  get actualColumnOptionsHighlightColor() {
650
- return brushToString(this.i.rh);
710
+ return brushToString(this.i.rx);
651
711
  }
652
712
  set actualColumnOptionsHighlightColor(v) {
653
- this.i.rh = stringToBrush(v);
654
- this._a("actualColumnOptionsHighlightColor", brushToString(this.i.rh));
713
+ this.i.rx = stringToBrush(v);
714
+ this._a("actualColumnOptionsHighlightColor", brushToString(this.i.rx));
655
715
  }
656
716
  get columnOptionsHighlightColor() {
657
- return brushToString(this.i.rx);
717
+ return brushToString(this.i.sg);
658
718
  }
659
719
  set columnOptionsHighlightColor(v) {
660
- this.i.rx = stringToBrush(v);
661
- this._a("columnOptionsHighlightColor", brushToString(this.i.rx));
720
+ this.i.sg = stringToBrush(v);
721
+ this._a("columnOptionsHighlightColor", brushToString(this.i.sg));
662
722
  }
663
723
  /**
664
724
  * Gets or sets the color of separators inside the column options menu.
665
725
  */
666
726
  get actualColumnOptionsSeparatorColor() {
667
- return brushToString(this.i.rk);
727
+ return brushToString(this.i.r3);
668
728
  }
669
729
  set actualColumnOptionsSeparatorColor(v) {
670
- this.i.rk = stringToBrush(v);
671
- this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.rk));
730
+ this.i.r3 = stringToBrush(v);
731
+ this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.r3));
672
732
  }
673
733
  /**
674
734
  * Gets or sets the color of separators inside the column options menu.
675
735
  */
676
736
  get columnOptionsSeparatorColor() {
677
- return brushToString(this.i.r0);
737
+ return brushToString(this.i.sm);
678
738
  }
679
739
  set columnOptionsSeparatorColor(v) {
680
- this.i.r0 = stringToBrush(v);
681
- this._a("columnOptionsSeparatorColor", brushToString(this.i.r0));
740
+ this.i.sm = stringToBrush(v);
741
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.sm));
682
742
  }
683
743
  /**
684
744
  * Gets or sets the background color for group headers inside the column options menu.
685
745
  */
686
746
  get actualColumnOptionsGroupHeaderBackground() {
687
- return brushToString(this.i.rf);
747
+ return brushToString(this.i.rv);
688
748
  }
689
749
  set actualColumnOptionsGroupHeaderBackground(v) {
690
- this.i.rf = stringToBrush(v);
691
- this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.rf));
750
+ this.i.rv = stringToBrush(v);
751
+ this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.rv));
692
752
  }
693
753
  /**
694
754
  * Gets or sets the background color for group headers inside the column options menu.
695
755
  */
696
756
  get columnOptionsGroupHeaderBackground() {
697
- return brushToString(this.i.rv);
757
+ return brushToString(this.i.se);
698
758
  }
699
759
  set columnOptionsGroupHeaderBackground(v) {
700
- this.i.rv = stringToBrush(v);
701
- this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rv));
760
+ this.i.se = stringToBrush(v);
761
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.se));
702
762
  }
703
763
  /**
704
764
  * Gets the actual text color for group headers inside the column options menu.
705
765
  */
706
766
  get actualColumnOptionsGroupHeaderTextColor() {
707
- return brushToString(this.i.rg);
767
+ return brushToString(this.i.rw);
708
768
  }
709
769
  set actualColumnOptionsGroupHeaderTextColor(v) {
710
- this.i.rg = stringToBrush(v);
711
- this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.rg));
770
+ this.i.rw = stringToBrush(v);
771
+ this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.rw));
712
772
  }
713
773
  /**
714
774
  * Gets or sets the text color for group headers inside the column options menu.
715
775
  */
716
776
  get columnOptionsGroupHeaderTextColor() {
717
- return brushToString(this.i.rw);
777
+ return brushToString(this.i.sf);
718
778
  }
719
779
  set columnOptionsGroupHeaderTextColor(v) {
720
- this.i.rw = stringToBrush(v);
721
- this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rw));
780
+ this.i.sf = stringToBrush(v);
781
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.sf));
722
782
  }
723
783
  get columnOptionsGroupHeaderTextStyle() {
724
- if (this.i.jc == null) {
784
+ if (this.i.jd == null) {
725
785
  return null;
726
786
  }
727
- return this.i.jc.fontString;
787
+ return this.i.jd.fontString;
728
788
  }
729
789
  set columnOptionsGroupHeaderTextStyle(v) {
730
790
  let fi = new FontInfo();
731
791
  fi.fontString = v;
732
- this.i.jc = fi;
733
- this._a("columnOptionsGroupHeaderTextStyle", this.i.jc != null ? this.i.jc.fontString : "");
792
+ this.i.jd = fi;
793
+ this._a("columnOptionsGroupHeaderTextStyle", this.i.jd != null ? this.i.jd.fontString : "");
734
794
  }
735
795
  get actualColumnOptionsAccentColor() {
736
- return brushToString(this.i.rd);
796
+ return brushToString(this.i.rt);
737
797
  }
738
798
  set actualColumnOptionsAccentColor(v) {
739
- this.i.rd = stringToBrush(v);
740
- this._a("actualColumnOptionsAccentColor", brushToString(this.i.rd));
799
+ this.i.rt = stringToBrush(v);
800
+ this._a("actualColumnOptionsAccentColor", brushToString(this.i.rt));
741
801
  }
742
802
  get columnOptionsAccentColor() {
743
- return brushToString(this.i.rt);
803
+ return brushToString(this.i.sc);
744
804
  }
745
805
  set columnOptionsAccentColor(v) {
746
- this.i.rt = stringToBrush(v);
747
- this._a("columnOptionsAccentColor", brushToString(this.i.rt));
806
+ this.i.sc = stringToBrush(v);
807
+ this._a("columnOptionsAccentColor", brushToString(this.i.sc));
748
808
  }
749
809
  get actualColumnOptionsRowHeight() {
750
- return this.i.lc;
810
+ return this.i.ld;
751
811
  }
752
812
  set actualColumnOptionsRowHeight(v) {
753
- this.i.lc = +v;
754
- this._a("actualColumnOptionsRowHeight", this.i.lc);
813
+ this.i.ld = +v;
814
+ this._a("actualColumnOptionsRowHeight", this.i.ld);
755
815
  }
756
816
  get columnOptionsRowHeight() {
757
- return this.i.ld;
817
+ return this.i.le;
758
818
  }
759
819
  set columnOptionsRowHeight(v) {
760
- this.i.ld = +v;
761
- this._a("columnOptionsRowHeight", this.i.ld);
820
+ this.i.le = +v;
821
+ this._a("columnOptionsRowHeight", this.i.le);
762
822
  }
763
823
  /**
764
824
  * Gets or sets if the column is editable.
765
825
  */
766
826
  get isEditable() {
767
- return this.i.j8;
827
+ return this.i.j9;
768
828
  }
769
829
  set isEditable(v) {
770
- this.i.j8 = ensureBool(v);
771
- this._a("isEditable", this.i.j8);
830
+ this.i.j9 = ensureBool(v);
831
+ this._a("isEditable", this.i.j9);
772
832
  }
773
833
  /**
774
834
  * Gets or sets the text color used for deleted rows.
775
835
  */
776
836
  get deletedTextColor() {
777
- return brushToString(this.i.r4);
837
+ return brushToString(this.i.sq);
778
838
  }
779
839
  set deletedTextColor(v) {
780
- this.i.r4 = stringToBrush(v);
781
- this._a("deletedTextColor", brushToString(this.i.r4));
840
+ this.i.sq = stringToBrush(v);
841
+ this._a("deletedTextColor", brushToString(this.i.sq));
782
842
  }
783
843
  /**
784
844
  * Gets the actual text color used for deleted rows.
785
845
  */
786
846
  get actualDeletedTextColor() {
787
- return brushToString(this.i.ro);
847
+ return brushToString(this.i.r7);
788
848
  }
789
849
  set actualDeletedTextColor(v) {
790
- this.i.ro = stringToBrush(v);
791
- this._a("actualDeletedTextColor", brushToString(this.i.ro));
850
+ this.i.r7 = stringToBrush(v);
851
+ this._a("actualDeletedTextColor", brushToString(this.i.r7));
792
852
  }
793
853
  /**
794
854
  * Gets or sets the opacity to use for unsaved edited cell values.
795
855
  */
796
856
  get editOpacity() {
797
- return this.i.ks;
857
+ return this.i.kt;
798
858
  }
799
859
  set editOpacity(v) {
800
- this.i.ks = +v;
801
- this._a("editOpacity", this.i.ks);
860
+ this.i.kt = +v;
861
+ this._a("editOpacity", this.i.kt);
802
862
  }
803
863
  /**
804
864
  * Gets the actual opacity for unsaved edited cell values.
805
865
  */
806
866
  get actualEditOpacity() {
807
- return this.i.kr;
867
+ return this.i.ks;
808
868
  }
809
869
  set actualEditOpacity(v) {
810
- this.i.kr = +v;
811
- this._a("actualEditOpacity", this.i.kr);
870
+ this.i.ks = +v;
871
+ this._a("actualEditOpacity", this.i.ks);
812
872
  }
813
873
  /**
814
874
  * Gets or sets the font style to use for unsaved cell edits.
@@ -829,96 +889,96 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
829
889
  * Gets the actual font style used for unsaved cell edits.
830
890
  */
831
891
  get actualEditFontInfo() {
832
- if (this.i.jb == null) {
892
+ if (this.i.jc == null) {
833
893
  return null;
834
894
  }
835
- return this.i.jb.fontString;
895
+ return this.i.jc.fontString;
836
896
  }
837
897
  set actualEditFontInfo(v) {
838
898
  let fi = new FontInfo();
839
899
  fi.fontString = v;
840
- this.i.jb = fi;
841
- this._a("actualEditFontInfo", this.i.jb != null ? this.i.jb.fontString : "");
900
+ this.i.jc = fi;
901
+ this._a("actualEditFontInfo", this.i.jc != null ? this.i.jc.fontString : "");
842
902
  }
843
903
  /**
844
904
  * Gets or sets if and how cell merging is performed for this field.
845
905
  */
846
906
  get mergedCellMode() {
847
- return this.i.ip;
907
+ return this.i.iq;
848
908
  }
849
909
  set mergedCellMode(v) {
850
- this.i.ip = ensureEnum(MergedCellMode_$type, v);
851
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ip));
910
+ this.i.iq = ensureEnum(MergedCellMode_$type, v);
911
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.iq));
852
912
  }
853
913
  /**
854
914
  * Gets or sets how cells are evaluated for merging.
855
915
  */
856
916
  get mergedCellEvaluationCriteria() {
857
- return this.i.il;
917
+ return this.i.im;
858
918
  }
859
919
  set mergedCellEvaluationCriteria(v) {
860
- this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
861
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.il));
920
+ this.i.im = ensureEnum(MergedCellEvaluationCriteria_$type, v);
921
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.im));
862
922
  }
863
923
  /**
864
924
  * Gets or sets the vertical alignment to use for the merged cell content.
865
925
  */
866
926
  get mergedCellVerticalAlignment() {
867
- return this.i.he;
927
+ return this.i.hf;
868
928
  }
869
929
  set mergedCellVerticalAlignment(v) {
870
- this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
871
- this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.he));
930
+ this.i.hf = ensureEnum(CellContentVerticalAlignment_$type, v);
931
+ this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hf));
872
932
  }
873
933
  /**
874
934
  * Gets or sets the amount of left padding to use for the cell content for this column.
875
935
  */
876
936
  get mergedCellPaddingLeft() {
877
- return this.i.lf;
937
+ return this.i.lg;
878
938
  }
879
939
  set mergedCellPaddingLeft(v) {
880
- this.i.lf = +v;
881
- this._a("mergedCellPaddingLeft", this.i.lf);
940
+ this.i.lg = +v;
941
+ this._a("mergedCellPaddingLeft", this.i.lg);
882
942
  }
883
943
  /**
884
944
  * Gets or sets the amount of top padding to use for the cell content for this column.
885
945
  */
886
946
  get mergedCellPaddingTop() {
887
- return this.i.lh;
947
+ return this.i.li;
888
948
  }
889
949
  set mergedCellPaddingTop(v) {
890
- this.i.lh = +v;
891
- this._a("mergedCellPaddingTop", this.i.lh);
950
+ this.i.li = +v;
951
+ this._a("mergedCellPaddingTop", this.i.li);
892
952
  }
893
953
  /**
894
954
  * Gets or sets the amount of right padding to use for the cell content of this column.
895
955
  */
896
956
  get mergedCellPaddingRight() {
897
- return this.i.lg;
957
+ return this.i.lh;
898
958
  }
899
959
  set mergedCellPaddingRight(v) {
900
- this.i.lg = +v;
901
- this._a("mergedCellPaddingRight", this.i.lg);
960
+ this.i.lh = +v;
961
+ this._a("mergedCellPaddingRight", this.i.lh);
902
962
  }
903
963
  /**
904
964
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
905
965
  */
906
966
  get mergedCellPaddingBottom() {
907
- return this.i.le;
967
+ return this.i.lf;
908
968
  }
909
969
  set mergedCellPaddingBottom(v) {
910
- this.i.le = +v;
911
- this._a("mergedCellPaddingBottom", this.i.le);
970
+ this.i.lf = +v;
971
+ this._a("mergedCellPaddingBottom", this.i.lf);
912
972
  }
913
973
  /**
914
974
  * Gets or sets whether UI filters are case sensitive or not.
915
975
  */
916
976
  get filterComparisonType() {
917
- return this.i.h7;
977
+ return this.i.h8;
918
978
  }
919
979
  set filterComparisonType(v) {
920
- this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
921
- this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h7));
980
+ this.i.h8 = ensureEnum(FilterComparisonType_$type, v);
981
+ this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h8));
922
982
  }
923
983
  /**
924
984
  * Gets a list of the current custom filters for this column.
@@ -926,7 +986,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
926
986
  get filterOperands() {
927
987
  if (this._filterOperands === null) {
928
988
  let coll = new IgcGridFilterOperandsCollection();
929
- let innerColl = this.i.ig;
989
+ let innerColl = this.i.ih;
930
990
  if (!innerColl) {
931
991
  innerColl = new GridFilterOperandsCollection_internal();
932
992
  }
@@ -942,7 +1002,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
942
1002
  let coll = new IgcGridFilterOperandsCollection();
943
1003
  this._filterOperands = coll._fromOuter(v);
944
1004
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
945
- let innerColl = this.i.ig;
1005
+ let innerColl = this.i.ih;
946
1006
  if (!innerColl) {
947
1007
  innerColl = new GridFilterOperandsCollection_internal();
948
1008
  }
@@ -954,20 +1014,20 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
954
1014
  * Gets or sets the text to display in the suffix area of cells in this column.
955
1015
  */
956
1016
  get suffixText() {
957
- return this.i.o2;
1017
+ return this.i.o9;
958
1018
  }
959
1019
  set suffixText(v) {
960
- this.i.o2 = v;
1020
+ this.i.o9 = v;
961
1021
  }
962
1022
  /**
963
1023
  * Gets or sets the color of the text in the suffix area of the cells in this column.
964
1024
  */
965
1025
  get suffixTextColor() {
966
- return brushToString(this.i.sd);
1026
+ return brushToString(this.i.sz);
967
1027
  }
968
1028
  set suffixTextColor(v) {
969
- this.i.sd = stringToBrush(v);
970
- this._a("suffixTextColor", brushToString(this.i.sd));
1029
+ this.i.sz = stringToBrush(v);
1030
+ this._a("suffixTextColor", brushToString(this.i.sz));
971
1031
  }
972
1032
  /**
973
1033
  * Gets or sets the font of the suffix text.
@@ -988,99 +1048,99 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
988
1048
  * Gets or sets the icon to use in the suffix area of the cells in this column.
989
1049
  */
990
1050
  get suffixIconName() {
991
- return this.i.ou;
1051
+ return this.i.o1;
992
1052
  }
993
1053
  set suffixIconName(v) {
994
- this.i.ou = v;
1054
+ this.i.o1 = v;
995
1055
  }
996
1056
  /**
997
1057
  * Gets or sets the icon to use in the suffix area of the cells in this column.
998
1058
  */
999
1059
  get suffixIconCollectionName() {
1000
- return this.i.or;
1060
+ return this.i.oy;
1001
1061
  }
1002
1062
  set suffixIconCollectionName(v) {
1003
- this.i.or = v;
1063
+ this.i.oy = v;
1004
1064
  }
1005
1065
  /**
1006
1066
  * Gets or sets the stroke color of suffix icon.
1007
1067
  */
1008
1068
  get suffixIconStroke() {
1009
- return brushToString(this.i.sc);
1069
+ return brushToString(this.i.sy);
1010
1070
  }
1011
1071
  set suffixIconStroke(v) {
1012
- this.i.sc = stringToBrush(v);
1013
- this._a("suffixIconStroke", brushToString(this.i.sc));
1072
+ this.i.sy = stringToBrush(v);
1073
+ this._a("suffixIconStroke", brushToString(this.i.sy));
1014
1074
  }
1015
1075
  /**
1016
1076
  * Gets or sets the fill color of suffix icon.
1017
1077
  */
1018
1078
  get suffixIconFill() {
1019
- return brushToString(this.i.sb);
1079
+ return brushToString(this.i.sx);
1020
1080
  }
1021
1081
  set suffixIconFill(v) {
1022
- this.i.sb = stringToBrush(v);
1023
- this._a("suffixIconFill", brushToString(this.i.sb));
1082
+ this.i.sx = stringToBrush(v);
1083
+ this._a("suffixIconFill", brushToString(this.i.sx));
1024
1084
  }
1025
1085
  /**
1026
1086
  * Gets or sets the suffix icon's viewbox x coordinate.
1027
1087
  */
1028
1088
  get suffixIconViewBoxLeft() {
1029
- return this.i.kv;
1089
+ return this.i.kw;
1030
1090
  }
1031
1091
  set suffixIconViewBoxLeft(v) {
1032
- this.i.kv = +v;
1033
- this._a("suffixIconViewBoxLeft", this.i.kv);
1092
+ this.i.kw = +v;
1093
+ this._a("suffixIconViewBoxLeft", this.i.kw);
1034
1094
  }
1035
1095
  /**
1036
1096
  * Gets or sets the suffix icon's viewbox y coordinate.
1037
1097
  */
1038
1098
  get suffixIconViewBoxTop() {
1039
- return this.i.kw;
1099
+ return this.i.kx;
1040
1100
  }
1041
1101
  set suffixIconViewBoxTop(v) {
1042
- this.i.kw = +v;
1043
- this._a("suffixIconViewBoxTop", this.i.kw);
1102
+ this.i.kx = +v;
1103
+ this._a("suffixIconViewBoxTop", this.i.kx);
1044
1104
  }
1045
1105
  /**
1046
1106
  * Gets or sets the suffix icon's viewbox width.
1047
1107
  */
1048
1108
  get suffixIconViewBoxWidth() {
1049
- return this.i.kx;
1109
+ return this.i.ky;
1050
1110
  }
1051
1111
  set suffixIconViewBoxWidth(v) {
1052
- this.i.kx = +v;
1053
- this._a("suffixIconViewBoxWidth", this.i.kx);
1112
+ this.i.ky = +v;
1113
+ this._a("suffixIconViewBoxWidth", this.i.ky);
1054
1114
  }
1055
1115
  /**
1056
1116
  * Gets or sets the suffix icon's viewbox height.
1057
1117
  */
1058
1118
  get suffixIconViewBoxHeight() {
1059
- return this.i.ku;
1119
+ return this.i.kv;
1060
1120
  }
1061
1121
  set suffixIconViewBoxHeight(v) {
1062
- this.i.ku = +v;
1063
- this._a("suffixIconViewBoxHeight", this.i.ku);
1122
+ this.i.kv = +v;
1123
+ this._a("suffixIconViewBoxHeight", this.i.kv);
1064
1124
  }
1065
1125
  /**
1066
1126
  * Gets or sets the suffix margin.
1067
1127
  */
1068
1128
  get suffixMargin() {
1069
- return this.i.ky;
1129
+ return this.i.kz;
1070
1130
  }
1071
1131
  set suffixMargin(v) {
1072
- this.i.ky = +v;
1073
- this._a("suffixMargin", this.i.ky);
1132
+ this.i.kz = +v;
1133
+ this._a("suffixMargin", this.i.kz);
1074
1134
  }
1075
1135
  /**
1076
1136
  * Gets or sets the text decoration to apply to cells in this column.
1077
1137
  */
1078
1138
  get textDecoration() {
1079
- return this.i.iv;
1139
+ return this.i.iw;
1080
1140
  }
1081
1141
  set textDecoration(v) {
1082
- this.i.iv = ensureEnum(TextCellDecoration_$type, v);
1083
- this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iv));
1142
+ this.i.iw = ensureEnum(TextCellDecoration_$type, v);
1143
+ this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iw));
1084
1144
  }
1085
1145
  findByName(name) {
1086
1146
  var baseResult = super.findByName(name);
@@ -1114,18 +1174,18 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1114
1174
 
1115
1175
  */
1116
1176
  getUniqueKey() {
1117
- let iv = this.i.nq();
1177
+ let iv = this.i.nx();
1118
1178
  return (iv);
1119
1179
  }
1120
1180
  setNamedHeaderValue(valueName, animationType, value) {
1121
- this.i.pk(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1181
+ this.i.pr(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1122
1182
  }
1123
1183
  /**
1124
1184
  * Returns if the column has named header values.
1125
1185
 
1126
1186
  */
1127
1187
  hasNamedHeaderValues() {
1128
- let iv = this.i.j2();
1188
+ let iv = this.i.j3();
1129
1189
  return (iv);
1130
1190
  }
1131
1191
  /**
@@ -1134,7 +1194,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1134
1194
  * @param valueName * The named value to check for.
1135
1195
  */
1136
1196
  hasNamedHeaderValue(valueName) {
1137
- let iv = this.i.j1(valueName);
1197
+ let iv = this.i.j2(valueName);
1138
1198
  return (iv);
1139
1199
  }
1140
1200
  /**
@@ -1143,7 +1203,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1143
1203
  * @param valueName * The named header value to remove.
1144
1204
  */
1145
1205
  removeNamedHeaderValue(valueName) {
1146
- this.i.pj(valueName);
1206
+ this.i.pq(valueName);
1147
1207
  }
1148
1208
  /**
1149
1209
  * Gets the value of a named header value for this column by name.
@@ -1151,11 +1211,11 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1151
1211
  * @param valueName * Name of the named header value to retrieve.
1152
1212
  */
1153
1213
  getNamedHeaderValue(valueName) {
1154
- let iv = this.i.lt(valueName);
1214
+ let iv = this.i.lu(valueName);
1155
1215
  return (iv);
1156
1216
  }
1157
1217
  applyCustomFilter(filterID, index, value) {
1158
- this.i.pa(filterID, index, value);
1218
+ this.i.ph(filterID, index, value);
1159
1219
  }
1160
1220
  getDesiredToolbarActions() {
1161
1221
  let iv = this.i.getDesiredToolbarActions();
@@ -1211,7 +1271,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1211
1271
  this._actualHeaderTextChange = ev;
1212
1272
  this._actualHeaderTextChange_wrapped = (o, e) => {
1213
1273
  let ext = this.actualHeaderText;
1214
- if (e.propertyName == 'Mm') {
1274
+ if (e.propertyName == 'Mq') {
1215
1275
  if (this.beforeActualHeaderTextChange) {
1216
1276
  this.beforeActualHeaderTextChange(this, ext);
1217
1277
  }