igniteui-webcomponents-data-grids 6.0.1-beta.1 → 6.0.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +12298 -10495
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
  7. package/esm2015/lib/CanvasGridCellBase.js +9 -9
  8. package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  15. package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
  17. package/esm2015/lib/CellPresenterBase.js +64 -39
  18. package/esm2015/lib/CheckboxListView_combined.js +49 -49
  19. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8409 -7998
  21. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  22. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  23. package/esm2015/lib/ColumnSortDescription.js +6 -1
  24. package/esm2015/lib/ColumnSummaryDescription.js +6 -1
  25. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  26. package/esm2015/lib/ContentCellModelHelper.js +46 -33
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +10 -10
  31. package/esm2015/lib/EditorCell.js +308 -308
  32. package/esm2015/lib/EditorCellPresenter.js +28 -28
  33. package/esm2015/lib/EditorRowCell.js +1 -1
  34. package/esm2015/lib/FilterCell.js +278 -278
  35. package/esm2015/lib/FilterCellPresenter.js +18 -18
  36. package/esm2015/lib/GridCellBase.js +587 -317
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +11 -11
  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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
  46. package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
  47. package/esm2015/lib/GridConditionalStyleProperty.js +326 -205
  48. package/esm2015/lib/GridExternalWrapper.js +6 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  50. package/esm2015/lib/GridStyleRepository.js +1 -1
  51. package/esm2015/lib/ImageCell.js +62 -62
  52. package/esm2015/lib/ImageCellPresenter.js +18 -18
  53. package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
  54. package/esm2015/lib/NumericCell.js +9 -5
  55. package/esm2015/lib/NumericCellPresenter.js +10 -10
  56. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  57. package/esm2015/lib/SectionHeaderCell.js +17 -17
  58. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  59. package/esm2015/lib/SummaryCell.js +41 -41
  60. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  61. package/esm2015/lib/TemplateCell.js +16 -16
  62. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  63. package/esm2015/lib/TemplateHeader.js +8 -8
  64. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  65. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  66. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  67. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  68. package/esm2015/lib/TextCell.js +35 -30
  69. package/esm2015/lib/TextCellDecoration.js +33 -0
  70. package/esm2015/lib/TextCellPresenter.js +11 -11
  71. package/esm2015/lib/TextHeaderCell.js +157 -150
  72. package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
  73. package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
  74. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  75. package/esm2015/lib/igc-cell-info.js +301 -190
  76. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  77. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  78. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  79. package/esm2015/lib/igc-data-grid-column-component.js +284 -160
  80. package/esm2015/lib/igc-data-grid-component.js +64 -4
  81. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  82. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  83. package/esm2015/lib/igc-definition-base-component.js +66 -65
  84. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  85. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  86. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  87. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  88. package/esm2015/lib/igc-grid-conditional-style-font-info-component.js +214 -0
  89. package/esm2015/lib/igc-grid-conditional-style-font-info-module.js +16 -0
  90. package/esm2015/lib/igc-grid-conditional-style-property-component.js +101 -35
  91. package/esm2015/lib/igc-header-component.js +24 -24
  92. package/esm2015/lib/igc-image-cell-info.js +6 -6
  93. package/esm2015/lib/igc-image-column-component.js +12 -12
  94. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  95. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  96. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  97. package/esm2015/lib/igc-section-header-component.js +24 -24
  98. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  99. package/esm2015/lib/igc-summary-row-component.js +24 -24
  100. package/esm2015/lib/igc-template-cell-info.js +2 -2
  101. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  102. package/esm2015/lib/igc-text-cell-info.js +2 -2
  103. package/esm2015/lib/igc-text-column-component.js +9 -9
  104. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  105. package/esm2015/public_api.js +4 -0
  106. package/esm5/lib/AccessibilityRow.js +3 -3
  107. package/esm5/lib/CanvasCellPresenterBase.js +14 -14
  108. package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasGridCellBase.js +9 -9
  111. package/esm5/lib/CanvasImageCellPresenter.js +10 -10
  112. package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  114. package/esm5/lib/CanvasSummaryCell.js +1 -1
  115. package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
  116. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  117. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  118. package/esm5/lib/CanvasTextCellPresenter.js +10 -10
  119. package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
  120. package/esm5/lib/CellPresenterBase.js +64 -39
  121. package/esm5/lib/CheckboxListView_combined.js +49 -49
  122. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  123. package/esm5/lib/ColumnFilterCondition_combined.js +8205 -7695
  124. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  125. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  126. package/esm5/lib/ColumnSortDescription.js +6 -1
  127. package/esm5/lib/ColumnSummaryDescription.js +6 -1
  128. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  129. package/esm5/lib/ContentCellModelHelper.js +46 -33
  130. package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +10 -10
  134. package/esm5/lib/EditorCell.js +291 -291
  135. package/esm5/lib/EditorCellPresenter.js +28 -28
  136. package/esm5/lib/EditorRowCell.js +1 -1
  137. package/esm5/lib/FilterCell.js +266 -266
  138. package/esm5/lib/FilterCellPresenter.js +18 -18
  139. package/esm5/lib/GridCellBase.js +625 -311
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +11 -11
  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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
  149. package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
  150. package/esm5/lib/GridConditionalStyleProperty.js +343 -194
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  153. package/esm5/lib/GridStyleRepository.js +1 -1
  154. package/esm5/lib/ImageCell.js +61 -61
  155. package/esm5/lib/ImageCellPresenter.js +18 -18
  156. package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
  157. package/esm5/lib/NumericCell.js +9 -5
  158. package/esm5/lib/NumericCellPresenter.js +10 -10
  159. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  160. package/esm5/lib/SectionHeaderCell.js +17 -17
  161. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  162. package/esm5/lib/SummaryCell.js +41 -41
  163. package/esm5/lib/SummaryCellPresenter.js +14 -14
  164. package/esm5/lib/TemplateCell.js +16 -16
  165. package/esm5/lib/TemplateCellPresenter.js +5 -5
  166. package/esm5/lib/TemplateHeader.js +8 -8
  167. package/esm5/lib/TemplateHeaderCell.js +6 -6
  168. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  169. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  170. package/esm5/lib/TemplateSectionHeader.js +2 -2
  171. package/esm5/lib/TextCell.js +35 -30
  172. package/esm5/lib/TextCellDecoration.js +33 -0
  173. package/esm5/lib/TextCellPresenter.js +11 -11
  174. package/esm5/lib/TextHeaderCell.js +155 -148
  175. package/esm5/lib/TextHeaderCellPresenter.js +35 -35
  176. package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
  177. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  178. package/esm5/lib/igc-cell-info.js +349 -190
  179. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  180. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  181. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  182. package/esm5/lib/igc-data-grid-column-component.js +332 -160
  183. package/esm5/lib/igc-data-grid-component.js +68 -4
  184. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  185. package/esm5/lib/igc-date-time-column-component.js +23 -23
  186. package/esm5/lib/igc-definition-base-component.js +66 -65
  187. package/esm5/lib/igc-editor-cell-info.js +23 -23
  188. package/esm5/lib/igc-filter-cell-info.js +26 -26
  189. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  190. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  191. package/esm5/lib/igc-grid-conditional-style-font-info-component.js +232 -0
  192. package/esm5/lib/igc-grid-conditional-style-font-info-module.js +20 -0
  193. package/esm5/lib/igc-grid-conditional-style-property-component.js +128 -34
  194. package/esm5/lib/igc-header-component.js +24 -24
  195. package/esm5/lib/igc-image-cell-info.js +6 -6
  196. package/esm5/lib/igc-image-column-component.js +12 -12
  197. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  198. package/esm5/lib/igc-numeric-column-component.js +35 -35
  199. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igc-section-header-component.js +24 -24
  201. package/esm5/lib/igc-summary-cell-info.js +9 -9
  202. package/esm5/lib/igc-summary-row-component.js +24 -24
  203. package/esm5/lib/igc-template-cell-info.js +2 -2
  204. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  205. package/esm5/lib/igc-text-cell-info.js +2 -2
  206. package/esm5/lib/igc-text-column-component.js +9 -9
  207. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  208. package/esm5/public_api.js +4 -0
  209. package/fesm2015/igniteui-webcomponents-data-grids.js +12290 -10806
  210. package/fesm5/igniteui-webcomponents-data-grids.js +12295 -10497
  211. package/lib/ColumnFilterCondition_combined.d.ts +1999 -1901
  212. package/lib/ContentCellModelHelper.d.ts +4 -4
  213. package/lib/EditorCell.d.ts +74 -74
  214. package/lib/FilterCell.d.ts +61 -61
  215. package/lib/GridCellBase.d.ts +140 -95
  216. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
  217. package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
  218. package/lib/GridConditionalStyleProperty.d.ts +84 -61
  219. package/lib/ImageCell.d.ts +20 -20
  220. package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
  221. package/lib/NumericCell.d.ts +2 -1
  222. package/lib/SectionHeaderCell.d.ts +4 -4
  223. package/lib/SummaryCell.d.ts +11 -11
  224. package/lib/TemplateCell.d.ts +6 -6
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +3 -3
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +10 -8
  230. package/lib/TextCellDecoration.d.ts +26 -0
  231. package/lib/TextHeaderCell.d.ts +37 -35
  232. package/lib/VerticalSeparatorCell.d.ts +9 -9
  233. package/lib/igc-cell-info.d.ts +58 -0
  234. package/lib/igc-data-grid-column-component.d.ts +62 -1
  235. package/lib/igc-data-grid-component.d.ts +15 -1
  236. package/lib/igc-definition-base-component.d.ts +1 -1
  237. package/lib/igc-grid-conditional-style-font-info-component.d.ts +44 -0
  238. package/lib/igc-grid-conditional-style-font-info-module.d.ts +3 -0
  239. package/lib/igc-grid-conditional-style-property-component.d.ts +17 -2
  240. package/package.json +4 -4
  241. package/public_api.d.ts +4 -0
@@ -11,7 +11,9 @@ import { MergedCellEvaluationCriteria_$type } from "./MergedCellEvaluationCriter
11
11
  import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
12
12
  import { FilterComparisonType_$type } from "./FilterComparisonType";
13
13
  import { IgcGridFilterOperandsCollection } from "./igc-grid-filter-operands-collection";
14
+ import { TextCellDecoration_$type } from "./TextCellDecoration";
14
15
  import { IgcFormatCellEventArgs } from "./igc-format-cell-event-args";
16
+ import { CellPropertyAnimationType_$type } from "./CellPropertyAnimationType";
15
17
  import { IgcDefinitionBaseComponent } from "./igc-definition-base-component";
16
18
  import { getAllPropertyNames, toSpinal, brushToString, stringToBrush, ensureBool, ensureEnum, enumToString } from "igniteui-webcomponents-core";
17
19
  import { ColumnWidth as ColumnWidth_internal } from "./ColumnWidth";
@@ -81,143 +83,143 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
81
83
  * Gets or sets the amount of left padding to use for the cell content for this column.
82
84
  */
83
85
  get paddingLeft() {
84
- return this.i.kl;
86
+ return this.i.ky;
85
87
  }
86
88
  set paddingLeft(v) {
87
- this.i.kl = +v;
88
- this._a("paddingLeft", this.i.kl);
89
+ this.i.ky = +v;
90
+ this._a("paddingLeft", this.i.ky);
89
91
  }
90
92
  /**
91
93
  * Gets or sets the amount of top padding to use for the cell content for this column.
92
94
  */
93
95
  get paddingTop() {
94
- return this.i.kn;
96
+ return this.i.k0;
95
97
  }
96
98
  set paddingTop(v) {
97
- this.i.kn = +v;
98
- this._a("paddingTop", this.i.kn);
99
+ this.i.k0 = +v;
100
+ this._a("paddingTop", this.i.k0);
99
101
  }
100
102
  /**
101
103
  * Gets or sets the amount of right padding to use for the cell content of this column.
102
104
  */
103
105
  get paddingRight() {
104
- return this.i.km;
106
+ return this.i.kz;
105
107
  }
106
108
  set paddingRight(v) {
107
- this.i.km = +v;
108
- this._a("paddingRight", this.i.km);
109
+ this.i.kz = +v;
110
+ this._a("paddingRight", this.i.kz);
109
111
  }
110
112
  /**
111
113
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
112
114
  */
113
115
  get paddingBottom() {
114
- return this.i.kk;
116
+ return this.i.kx;
115
117
  }
116
118
  set paddingBottom(v) {
117
- this.i.kk = +v;
118
- this._a("paddingBottom", this.i.kk);
119
+ this.i.kx = +v;
120
+ this._a("paddingBottom", this.i.kx);
119
121
  }
120
122
  /**
121
123
  * Gets or sets an unique name of the Column
122
124
  */
123
125
  get name() {
124
- return this.i.mg;
126
+ return this.i.mw;
125
127
  }
126
128
  set name(v) {
127
- this.i.mg = v;
129
+ this.i.mw = v;
128
130
  }
129
131
  /**
130
132
  * Gets or sets the key used for the column binding
131
133
  */
132
134
  get field() {
133
- return this.i.lp;
135
+ return this.i.l5;
134
136
  }
135
137
  set field(v) {
136
- this.i.lp = v;
138
+ this.i.l5 = v;
137
139
  }
138
140
  /**
139
141
  * Gets or sets the text displayed in the header of the column
140
142
  */
141
143
  get headerText() {
142
- return this.i.lw;
144
+ return this.i.mc;
143
145
  }
144
146
  set headerText(v) {
145
- this.i.lw = v;
147
+ this.i.mc = v;
146
148
  }
147
149
  /**
148
150
  * Gets the actual text displayed in the header of the column
149
151
  */
150
152
  get actualHeaderText() {
151
- return this.i.k4;
153
+ return this.i.lk;
152
154
  }
153
155
  set actualHeaderText(v) {
154
- this.i.k4 = v;
156
+ this.i.lk = v;
155
157
  }
156
158
  /**
157
159
  * Gets or sets the background color to use for the cells when they are selected
158
160
  */
159
161
  get selectedBackground() {
160
- return brushToString(this.i.n4);
162
+ return brushToString(this.i.o2);
161
163
  }
162
164
  set selectedBackground(v) {
163
- this.i.n4 = stringToBrush(v);
164
- this._a("selectedBackground", brushToString(this.i.n4));
165
+ this.i.o2 = stringToBrush(v);
166
+ this._a("selectedBackground", brushToString(this.i.o2));
165
167
  }
166
168
  /**
167
169
  * Gets the actual background color that is used for the cells when they are selected
168
170
  */
169
171
  get actualSelectedBackground() {
170
- return brushToString(this.i.nx);
172
+ return brushToString(this.i.ov);
171
173
  }
172
174
  set actualSelectedBackground(v) {
173
- this.i.nx = stringToBrush(v);
174
- this._a("actualSelectedBackground", brushToString(this.i.nx));
175
+ this.i.ov = stringToBrush(v);
176
+ this._a("actualSelectedBackground", brushToString(this.i.ov));
175
177
  }
176
178
  /**
177
179
  * Gets or sets the background color to use for the cells when the row is hovered.
178
180
  */
179
181
  get rowHoverBackground() {
180
- return brushToString(this.i.n2);
182
+ return brushToString(this.i.o0);
181
183
  }
182
184
  set rowHoverBackground(v) {
183
- this.i.n2 = stringToBrush(v);
184
- this._a("rowHoverBackground", brushToString(this.i.n2));
185
+ this.i.o0 = stringToBrush(v);
186
+ this._a("rowHoverBackground", brushToString(this.i.o0));
185
187
  }
186
188
  /**
187
189
  * Gets the actual background color that is used for the cells when they are hovered.
188
190
  */
189
191
  get actualHoverBackground() {
190
- return brushToString(this.i.nv);
192
+ return brushToString(this.i.ot);
191
193
  }
192
194
  set actualHoverBackground(v) {
193
- this.i.nv = stringToBrush(v);
194
- this._a("actualHoverBackground", brushToString(this.i.nv));
195
+ this.i.ot = stringToBrush(v);
196
+ this._a("actualHoverBackground", brushToString(this.i.ot));
195
197
  }
196
198
  /**
197
199
  * Gets or sets the text color to use for the cells when the row is hovered.
198
200
  */
199
201
  get rowHoverTextColor() {
200
- return brushToString(this.i.n3);
202
+ return brushToString(this.i.o1);
201
203
  }
202
204
  set rowHoverTextColor(v) {
203
- this.i.n3 = stringToBrush(v);
204
- this._a("rowHoverTextColor", brushToString(this.i.n3));
205
+ this.i.o1 = stringToBrush(v);
206
+ this._a("rowHoverTextColor", brushToString(this.i.o1));
205
207
  }
206
208
  /**
207
209
  * Gets the actual text color that is used for the cells when they are hovered.
208
210
  */
209
211
  get actualRowHoverTextColor() {
210
- return brushToString(this.i.nw);
212
+ return brushToString(this.i.ou);
211
213
  }
212
214
  set actualRowHoverTextColor(v) {
213
- this.i.nw = stringToBrush(v);
214
- this._a("actualRowHoverTextColor", brushToString(this.i.nw));
215
+ this.i.ou = stringToBrush(v);
216
+ this._a("actualRowHoverTextColor", brushToString(this.i.ou));
215
217
  }
216
218
  /**
217
219
  * Gets or sets the animation settings to use for this column.
218
220
  */
219
221
  get animationSettings() {
220
- const r = this.i.h7;
222
+ const r = this.i.h8;
221
223
  if (r == null) {
222
224
  return null;
223
225
  }
@@ -236,7 +238,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
236
238
  return r.externalObject;
237
239
  }
238
240
  set animationSettings(v) {
239
- v == null ? this.i.h7 = null : this.i.h7 = v.i;
241
+ v == null ? this.i.h8 = null : this.i.h8 = v.i;
240
242
  }
241
243
  /**
242
244
  * Gets or sets the width to use for this column.
@@ -273,49 +275,49 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
273
275
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
274
276
  */
275
277
  get minWidth() {
276
- return this.i.j1;
278
+ return this.i.ka;
277
279
  }
278
280
  set minWidth(v) {
279
- this.i.j1 = +v;
280
- this._a("minWidth", this.i.j1);
281
+ this.i.ka = +v;
282
+ this._a("minWidth", this.i.ka);
281
283
  }
282
284
  /**
283
285
  * Gets whether this column was projected from markup/templates and is constrained.
284
286
  */
285
287
  get isFromMarkup() {
286
- return this.i.jo;
288
+ return this.i.jt;
287
289
  }
288
290
  set isFromMarkup(v) {
289
- this.i.jo = ensureBool(v);
290
- this._a("isFromMarkup", this.i.jo);
291
+ this.i.jt = ensureBool(v);
292
+ this._a("isFromMarkup", this.i.jt);
291
293
  }
292
294
  /**
293
295
  * Gets whether this column was auto generated.
294
296
  */
295
297
  get isAutoGenerated() {
296
- return this.i.ji;
298
+ return this.i.jn;
297
299
  }
298
300
  set isAutoGenerated(v) {
299
- this.i.ji = ensureBool(v);
300
- this._a("isAutoGenerated", this.i.ji);
301
+ this.i.jn = ensureBool(v);
302
+ this._a("isAutoGenerated", this.i.jn);
301
303
  }
302
304
  /**
303
305
  * Gets or sets a filter to apply on the values of this column
304
306
  */
305
307
  get filter() {
306
- return this.i.g1;
308
+ return this.i.g2;
307
309
  }
308
310
  set filter(v) {
309
- this.i.g1 = v;
311
+ this.i.g2 = v;
310
312
  }
311
313
  /**
312
314
  * Gets or sets a filter to apply to the values of this column.
313
315
  */
314
316
  get filterExpression() {
315
- return this.i.g3;
317
+ return this.i.g4;
316
318
  }
317
319
  set filterExpression(v) {
318
- this.i.g3 = v;
320
+ this.i.g4 = v;
319
321
  }
320
322
  /**
321
323
  * Gets or sets the header definition for this column.
@@ -343,232 +345,232 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
343
345
  * Gets or sets whether filtering is enabled for this column.
344
346
  */
345
347
  get isFilteringEnabled() {
346
- return this.i.jn;
348
+ return this.i.js;
347
349
  }
348
350
  set isFilteringEnabled(v) {
349
- this.i.jn = ensureBool(v);
350
- this._a("isFilteringEnabled", this.i.jn);
351
+ this.i.js = ensureBool(v);
352
+ this._a("isFilteringEnabled", this.i.js);
351
353
  }
352
354
  /**
353
355
  * Gets or sets whether resizing is enabled for this column.
354
356
  */
355
357
  get isResizingEnabled() {
356
- return this.i.jq;
358
+ return this.i.jv;
357
359
  }
358
360
  set isResizingEnabled(v) {
359
- this.i.jq = ensureBool(v);
360
- this._a("isResizingEnabled", this.i.jq);
361
+ this.i.jv = ensureBool(v);
362
+ this._a("isResizingEnabled", this.i.jv);
361
363
  }
362
364
  /**
363
365
  * Gets or sets whether or not a column is hidden from the grid
364
366
  */
365
367
  get isHidden() {
366
- return this.i.jp;
368
+ return this.i.ju;
367
369
  }
368
370
  set isHidden(v) {
369
- this.i.jp = ensureBool(v);
370
- this._a("isHidden", this.i.jp);
371
+ this.i.ju = ensureBool(v);
372
+ this._a("isHidden", this.i.ju);
371
373
  }
372
374
  /**
373
375
  * Gets or sets if a column should be removed from the grid when it is fully hidden
374
376
  */
375
377
  get shouldRemoveWhenHidden() {
376
- return this.i.jt;
378
+ return this.i.jy;
377
379
  }
378
380
  set shouldRemoveWhenHidden(v) {
379
- this.i.jt = ensureBool(v);
380
- this._a("shouldRemoveWhenHidden", this.i.jt);
381
+ this.i.jy = ensureBool(v);
382
+ this._a("shouldRemoveWhenHidden", this.i.jy);
381
383
  }
382
384
  /**
383
385
  * Gets the current sort direction (None, Ascending, Descending) for this column.
384
386
  */
385
387
  get sortDirection() {
386
- return this.i.hr;
388
+ return this.i.hs;
387
389
  }
388
390
  set sortDirection(v) {
389
- this.i.hr = ensureEnum(ColumnSortDirection_$type, v);
390
- this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hr));
391
+ this.i.hs = ensureEnum(ColumnSortDirection_$type, v);
392
+ this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hs));
391
393
  }
392
394
  /**
393
395
  * Gets or sets the current fixed position for this column.
394
396
  */
395
397
  get pinned() {
396
- return this.i.im;
398
+ return this.i.io;
397
399
  }
398
400
  set pinned(v) {
399
- this.i.im = ensureEnum(PinnedPositions_$type, v);
400
- this._a("pinned", enumToString(PinnedPositions_$type, this.i.im));
401
+ this.i.io = ensureEnum(PinnedPositions_$type, v);
402
+ this._a("pinned", enumToString(PinnedPositions_$type, this.i.io));
401
403
  }
402
404
  /**
403
405
  * Gets the actual column options icon alignment for this column.
404
406
  */
405
407
  get actualColumnOptionsIconAlignment() {
406
- return this.i.hi;
408
+ return this.i.hj;
407
409
  }
408
410
  set actualColumnOptionsIconAlignment(v) {
409
- this.i.hi = ensureEnum(ColumnOptionsIconAlignment_$type, v);
410
- this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hi));
411
+ this.i.hj = ensureEnum(ColumnOptionsIconAlignment_$type, v);
412
+ this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hj));
411
413
  }
412
414
  /**
413
415
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
414
416
  */
415
417
  get columnOptionsIconAlignment() {
416
- return this.i.hj;
418
+ return this.i.hk;
417
419
  }
418
420
  set columnOptionsIconAlignment(v) {
419
- this.i.hj = ensureEnum(ColumnOptionsIconAlignment_$type, v);
420
- this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hj));
421
+ this.i.hk = ensureEnum(ColumnOptionsIconAlignment_$type, v);
422
+ this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hk));
421
423
  }
422
424
  /**
423
425
  * Gets the actual column options icon color for this column.
424
426
  */
425
427
  get actualColumnOptionsIconColor() {
426
- return brushToString(this.i.nt);
428
+ return brushToString(this.i.or);
427
429
  }
428
430
  set actualColumnOptionsIconColor(v) {
429
- this.i.nt = stringToBrush(v);
430
- this._a("actualColumnOptionsIconColor", brushToString(this.i.nt));
431
+ this.i.or = stringToBrush(v);
432
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.or));
431
433
  }
432
434
  /**
433
435
  * Gets or sets the column options icon color for this column.
434
436
  */
435
437
  get columnOptionsIconColor() {
436
- return brushToString(this.i.ny);
438
+ return brushToString(this.i.ow);
437
439
  }
438
440
  set columnOptionsIconColor(v) {
439
- this.i.ny = stringToBrush(v);
440
- this._a("columnOptionsIconColor", brushToString(this.i.ny));
441
+ this.i.ow = stringToBrush(v);
442
+ this._a("columnOptionsIconColor", brushToString(this.i.ow));
441
443
  }
442
444
  /**
443
445
  * Gets or sets how the column option icon will behave in the column header.
444
446
  */
445
447
  get columnOptionsIconBehavior() {
446
- return this.i.hn;
448
+ return this.i.ho;
447
449
  }
448
450
  set columnOptionsIconBehavior(v) {
449
- this.i.hn = ensureEnum(ColumnOptionsIconBehavior_$type, v);
450
- this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hn));
451
+ this.i.ho = ensureEnum(ColumnOptionsIconBehavior_$type, v);
452
+ this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.ho));
451
453
  }
452
454
  /**
453
455
  * Gets or sets how the column option icon will behave in the column header.
454
456
  */
455
457
  get actualColumnOptionsIconBehavior() {
456
- return this.i.hm;
458
+ return this.i.hn;
457
459
  }
458
460
  set actualColumnOptionsIconBehavior(v) {
459
- this.i.hm = ensureEnum(ColumnOptionsIconBehavior_$type, v);
460
- this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hm));
461
+ this.i.hn = ensureEnum(ColumnOptionsIconBehavior_$type, v);
462
+ this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hn));
461
463
  }
462
464
  /**
463
465
  * Gets the actual state of the column options for this column.
464
466
  */
465
467
  get actualIsColumnOptionsEnabled() {
466
- return this.i.jb;
468
+ return this.i.jg;
467
469
  }
468
470
  set actualIsColumnOptionsEnabled(v) {
469
- this.i.jb = ensureBool(v);
470
- this._a("actualIsColumnOptionsEnabled", this.i.jb);
471
+ this.i.jg = ensureBool(v);
472
+ this._a("actualIsColumnOptionsEnabled", this.i.jg);
471
473
  }
472
474
  /**
473
475
  * Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
474
476
  * then it will be disabled for the column regardless of what this is set to.
475
477
  */
476
478
  get isColumnOptionsEnabled() {
477
- return this.i.jj;
479
+ return this.i.jo;
478
480
  }
479
481
  set isColumnOptionsEnabled(v) {
480
- this.i.jj = ensureBool(v);
481
- this._a("isColumnOptionsEnabled", this.i.jj);
482
+ this.i.jo = ensureBool(v);
483
+ this._a("isColumnOptionsEnabled", this.i.jo);
482
484
  }
483
485
  /**
484
486
  * Gets the actual state of summaries menu in the column options for this column.
485
487
  */
486
488
  get actualIsColumnOptionsSummariesEnabled() {
487
- return this.i.jd;
489
+ return this.i.ji;
488
490
  }
489
491
  set actualIsColumnOptionsSummariesEnabled(v) {
490
- this.i.jd = ensureBool(v);
491
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.jd);
492
+ this.i.ji = ensureBool(v);
493
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.ji);
492
494
  }
493
495
  /**
494
496
  * Gets or sets whether to show the summaries option in the column options menu for this column.
495
497
  */
496
498
  get isColumnOptionsSummariesEnabled() {
497
- return this.i.jl;
499
+ return this.i.jq;
498
500
  }
499
501
  set isColumnOptionsSummariesEnabled(v) {
500
- this.i.jl = ensureBool(v);
501
- this._a("isColumnOptionsSummariesEnabled", this.i.jl);
502
+ this.i.jq = ensureBool(v);
503
+ this._a("isColumnOptionsSummariesEnabled", this.i.jq);
502
504
  }
503
505
  /**
504
506
  * Gets the actual state of grouping menu in the column options for this column.
505
507
  */
506
508
  get actualIsColumnOptionsGroupingEnabled() {
507
- return this.i.jc;
509
+ return this.i.jh;
508
510
  }
509
511
  set actualIsColumnOptionsGroupingEnabled(v) {
510
- this.i.jc = ensureBool(v);
511
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.jc);
512
+ this.i.jh = ensureBool(v);
513
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.jh);
512
514
  }
513
515
  /**
514
516
  * Gets or sets whether to show the grouping option in the column options menu for this column.
515
517
  */
516
518
  get isColumnOptionsGroupingEnabled() {
517
- return this.i.jk;
519
+ return this.i.jp;
518
520
  }
519
521
  set isColumnOptionsGroupingEnabled(v) {
520
- this.i.jk = ensureBool(v);
521
- this._a("isColumnOptionsGroupingEnabled", this.i.jk);
522
+ this.i.jp = ensureBool(v);
523
+ this._a("isColumnOptionsGroupingEnabled", this.i.jp);
522
524
  }
523
525
  /**
524
526
  * Gets or sets if the column is editable.
525
527
  */
526
528
  get isEditable() {
527
- return this.i.jm;
529
+ return this.i.jr;
528
530
  }
529
531
  set isEditable(v) {
530
- this.i.jm = ensureBool(v);
531
- this._a("isEditable", this.i.jm);
532
+ this.i.jr = ensureBool(v);
533
+ this._a("isEditable", this.i.jr);
532
534
  }
533
535
  /**
534
536
  * Gets or sets the text color used for deleted rows.
535
537
  */
536
538
  get deletedTextColor() {
537
- return brushToString(this.i.nz);
539
+ return brushToString(this.i.ox);
538
540
  }
539
541
  set deletedTextColor(v) {
540
- this.i.nz = stringToBrush(v);
541
- this._a("deletedTextColor", brushToString(this.i.nz));
542
+ this.i.ox = stringToBrush(v);
543
+ this._a("deletedTextColor", brushToString(this.i.ox));
542
544
  }
543
545
  /**
544
546
  * Gets the actual text color used for deleted rows.
545
547
  */
546
548
  get actualDeletedTextColor() {
547
- return brushToString(this.i.nu);
549
+ return brushToString(this.i.os);
548
550
  }
549
551
  set actualDeletedTextColor(v) {
550
- this.i.nu = stringToBrush(v);
551
- this._a("actualDeletedTextColor", brushToString(this.i.nu));
552
+ this.i.os = stringToBrush(v);
553
+ this._a("actualDeletedTextColor", brushToString(this.i.os));
552
554
  }
553
555
  /**
554
556
  * Gets or sets the opacity to use for unsaved edited cell values.
555
557
  */
556
558
  get editOpacity() {
557
- return this.i.j0;
559
+ return this.i.j9;
558
560
  }
559
561
  set editOpacity(v) {
560
- this.i.j0 = +v;
561
- this._a("editOpacity", this.i.j0);
562
+ this.i.j9 = +v;
563
+ this._a("editOpacity", this.i.j9);
562
564
  }
563
565
  /**
564
566
  * Gets the actual opacity for unsaved edited cell values.
565
567
  */
566
568
  get actualEditOpacity() {
567
- return this.i.jz;
569
+ return this.i.j8;
568
570
  }
569
571
  set actualEditOpacity(v) {
570
- this.i.jz = +v;
571
- this._a("actualEditOpacity", this.i.jz);
572
+ this.i.j8 = +v;
573
+ this._a("actualEditOpacity", this.i.j8);
572
574
  }
573
575
  /**
574
576
  * Gets or sets the font style to use for unsaved cell edits.
@@ -589,96 +591,96 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
589
591
  * Gets the actual font style used for unsaved cell edits.
590
592
  */
591
593
  get actualEditFontInfo() {
592
- if (this.i.it == null) {
594
+ if (this.i.ix == null) {
593
595
  return null;
594
596
  }
595
- return this.i.it.fontString;
597
+ return this.i.ix.fontString;
596
598
  }
597
599
  set actualEditFontInfo(v) {
598
600
  let fi = new FontInfo();
599
601
  fi.fontString = v;
600
- this.i.it = fi;
601
- this._a("actualEditFontInfo", this.i.it != null ? this.i.it.fontString : "");
602
+ this.i.ix = fi;
603
+ this._a("actualEditFontInfo", this.i.ix != null ? this.i.ix.fontString : "");
602
604
  }
603
605
  /**
604
606
  * Gets or sets if and how cell merging is performed for this field.
605
607
  */
606
608
  get mergedCellMode() {
607
- return this.i.ii;
609
+ return this.i.ij;
608
610
  }
609
611
  set mergedCellMode(v) {
610
- this.i.ii = ensureEnum(MergedCellMode_$type, v);
611
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ii));
612
+ this.i.ij = ensureEnum(MergedCellMode_$type, v);
613
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ij));
612
614
  }
613
615
  /**
614
616
  * Gets or sets how cells are evaluated for merging.
615
617
  */
616
618
  get mergedCellEvaluationCriteria() {
617
- return this.i.ie;
619
+ return this.i.ig;
618
620
  }
619
621
  set mergedCellEvaluationCriteria(v) {
620
- this.i.ie = ensureEnum(MergedCellEvaluationCriteria_$type, v);
621
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ie));
622
+ this.i.ig = ensureEnum(MergedCellEvaluationCriteria_$type, v);
623
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ig));
622
624
  }
623
625
  /**
624
626
  * Gets or sets the vertical alignment to use for the merged cell content.
625
627
  */
626
628
  get mergedCellVerticalAlignment() {
627
- return this.i.ha;
629
+ return this.i.hb;
628
630
  }
629
631
  set mergedCellVerticalAlignment(v) {
630
- this.i.ha = ensureEnum(CellContentVerticalAlignment_$type, v);
631
- this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.ha));
632
+ this.i.hb = ensureEnum(CellContentVerticalAlignment_$type, v);
633
+ this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hb));
632
634
  }
633
635
  /**
634
636
  * Gets or sets the amount of left padding to use for the cell content for this column.
635
637
  */
636
638
  get mergedCellPaddingLeft() {
637
- return this.i.ke;
639
+ return this.i.kr;
638
640
  }
639
641
  set mergedCellPaddingLeft(v) {
640
- this.i.ke = +v;
641
- this._a("mergedCellPaddingLeft", this.i.ke);
642
+ this.i.kr = +v;
643
+ this._a("mergedCellPaddingLeft", this.i.kr);
642
644
  }
643
645
  /**
644
646
  * Gets or sets the amount of top padding to use for the cell content for this column.
645
647
  */
646
648
  get mergedCellPaddingTop() {
647
- return this.i.kg;
649
+ return this.i.kt;
648
650
  }
649
651
  set mergedCellPaddingTop(v) {
650
- this.i.kg = +v;
651
- this._a("mergedCellPaddingTop", this.i.kg);
652
+ this.i.kt = +v;
653
+ this._a("mergedCellPaddingTop", this.i.kt);
652
654
  }
653
655
  /**
654
656
  * Gets or sets the amount of right padding to use for the cell content of this column.
655
657
  */
656
658
  get mergedCellPaddingRight() {
657
- return this.i.kf;
659
+ return this.i.ks;
658
660
  }
659
661
  set mergedCellPaddingRight(v) {
660
- this.i.kf = +v;
661
- this._a("mergedCellPaddingRight", this.i.kf);
662
+ this.i.ks = +v;
663
+ this._a("mergedCellPaddingRight", this.i.ks);
662
664
  }
663
665
  /**
664
666
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
665
667
  */
666
668
  get mergedCellPaddingBottom() {
667
- return this.i.kd;
669
+ return this.i.kq;
668
670
  }
669
671
  set mergedCellPaddingBottom(v) {
670
- this.i.kd = +v;
671
- this._a("mergedCellPaddingBottom", this.i.kd);
672
+ this.i.kq = +v;
673
+ this._a("mergedCellPaddingBottom", this.i.kq);
672
674
  }
673
675
  /**
674
676
  * Gets or sets whether UI filters are case sensitive or not.
675
677
  */
676
678
  get filterComparisonType() {
677
- return this.i.h1;
679
+ return this.i.h2;
678
680
  }
679
681
  set filterComparisonType(v) {
680
- this.i.h1 = ensureEnum(FilterComparisonType_$type, v);
681
- this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h1));
682
+ this.i.h2 = ensureEnum(FilterComparisonType_$type, v);
683
+ this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h2));
682
684
  }
683
685
  /**
684
686
  * Gets a list of the current custom filters for this column.
@@ -686,7 +688,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
686
688
  get filterOperands() {
687
689
  if (this._filterOperands === null) {
688
690
  let coll = new IgcGridFilterOperandsCollection();
689
- let innerColl = this.i.h9;
691
+ let innerColl = this.i.ia;
690
692
  if (!innerColl) {
691
693
  innerColl = new GridFilterOperandsCollection_internal();
692
694
  }
@@ -702,7 +704,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
702
704
  let coll = new IgcGridFilterOperandsCollection();
703
705
  this._filterOperands = coll._fromOuter(v);
704
706
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
705
- let innerColl = this.i.h9;
707
+ let innerColl = this.i.ia;
706
708
  if (!innerColl) {
707
709
  innerColl = new GridFilterOperandsCollection_internal();
708
710
  }
@@ -710,6 +712,128 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
710
712
  syncColl.clear();
711
713
  this._filterOperands._setSyncTarget(syncColl);
712
714
  }
715
+ /**
716
+ * Gets or sets the text to display in the suffix area of cells in this column.
717
+ */
718
+ get suffixText() {
719
+ return this.i.nj;
720
+ }
721
+ set suffixText(v) {
722
+ this.i.nj = v;
723
+ }
724
+ /**
725
+ * Gets or sets the color of the text in the suffix area of the cells in this column.
726
+ */
727
+ get suffixTextColor() {
728
+ return brushToString(this.i.o5);
729
+ }
730
+ set suffixTextColor(v) {
731
+ this.i.o5 = stringToBrush(v);
732
+ this._a("suffixTextColor", brushToString(this.i.o5));
733
+ }
734
+ /**
735
+ * Gets or sets the font of the suffix text.
736
+ */
737
+ get suffixTextStyle() {
738
+ if (this.i.suffixTextStyle == null) {
739
+ return null;
740
+ }
741
+ return this.i.suffixTextStyle.fontString;
742
+ }
743
+ set suffixTextStyle(v) {
744
+ let fi = new FontInfo();
745
+ fi.fontString = v;
746
+ this.i.suffixTextStyle = fi;
747
+ this._a("suffixTextStyle", this.i.suffixTextStyle != null ? this.i.suffixTextStyle.fontString : "");
748
+ }
749
+ /**
750
+ * Gets or sets the icon to use in the suffix area of the cells in this column.
751
+ */
752
+ get suffixIconName() {
753
+ return this.i.nc;
754
+ }
755
+ set suffixIconName(v) {
756
+ this.i.nc = v;
757
+ }
758
+ /**
759
+ * Gets or sets the icon to use in the suffix area of the cells in this column.
760
+ */
761
+ get suffixIconCollectionName() {
762
+ return this.i.m9;
763
+ }
764
+ set suffixIconCollectionName(v) {
765
+ this.i.m9 = v;
766
+ }
767
+ /**
768
+ * Gets or sets the stroke color of suffix icon.
769
+ */
770
+ get suffixIconStroke() {
771
+ return brushToString(this.i.o4);
772
+ }
773
+ set suffixIconStroke(v) {
774
+ this.i.o4 = stringToBrush(v);
775
+ this._a("suffixIconStroke", brushToString(this.i.o4));
776
+ }
777
+ /**
778
+ * Gets or sets the fill color of suffix icon.
779
+ */
780
+ get suffixIconFill() {
781
+ return brushToString(this.i.o3);
782
+ }
783
+ set suffixIconFill(v) {
784
+ this.i.o3 = stringToBrush(v);
785
+ this._a("suffixIconFill", brushToString(this.i.o3));
786
+ }
787
+ /**
788
+ * Gets or sets the suffix icon's viewbox x coordinate.
789
+ */
790
+ get suffixIconViewBoxLeft() {
791
+ return this.i.kc;
792
+ }
793
+ set suffixIconViewBoxLeft(v) {
794
+ this.i.kc = +v;
795
+ this._a("suffixIconViewBoxLeft", this.i.kc);
796
+ }
797
+ /**
798
+ * Gets or sets the suffix icon's viewbox y coordinate.
799
+ */
800
+ get suffixIconViewBoxTop() {
801
+ return this.i.kd;
802
+ }
803
+ set suffixIconViewBoxTop(v) {
804
+ this.i.kd = +v;
805
+ this._a("suffixIconViewBoxTop", this.i.kd);
806
+ }
807
+ /**
808
+ * Gets or sets the suffix icon's viewbox width.
809
+ */
810
+ get suffixIconViewBoxWidth() {
811
+ return this.i.ke;
812
+ }
813
+ set suffixIconViewBoxWidth(v) {
814
+ this.i.ke = +v;
815
+ this._a("suffixIconViewBoxWidth", this.i.ke);
816
+ }
817
+ /**
818
+ * Gets or sets the suffix icon's viewbox height.
819
+ */
820
+ get suffixIconViewBoxHeight() {
821
+ return this.i.kb;
822
+ }
823
+ set suffixIconViewBoxHeight(v) {
824
+ this.i.kb = +v;
825
+ this._a("suffixIconViewBoxHeight", this.i.kb);
826
+ }
827
+ /**
828
+ * Gets or sets the text decoration to apply to cells in this column.
829
+ */
830
+ get textDecoration() {
831
+ return this.i.iq;
832
+ }
833
+ set textDecoration(v) {
834
+ this.i.iq = ensureEnum(TextCellDecoration_$type, v);
835
+ this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iq));
836
+ }
713
837
  findByName(name) {
714
838
  var baseResult = super.findByName(name);
715
839
  if (baseResult) {
@@ -742,18 +866,18 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
742
866
 
743
867
  */
744
868
  getUniqueKey() {
745
- let iv = this.i.lu();
869
+ let iv = this.i.ma();
746
870
  return (iv);
747
871
  }
748
872
  setNamedHeaderValue(valueName, animationType, value) {
749
- this.i.m4(valueName, (animationType == null ? null : animationType), value);
873
+ this.i.nz(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
750
874
  }
751
875
  /**
752
876
  * Returns if the column has named header values.
753
877
 
754
878
  */
755
879
  hasNamedHeaderValues() {
756
- let iv = this.i.jg();
880
+ let iv = this.i.jl();
757
881
  return (iv);
758
882
  }
759
883
  /**
@@ -762,7 +886,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
762
886
  * @param valueName * The named value to check for.
763
887
  */
764
888
  hasNamedHeaderValue(valueName) {
765
- let iv = this.i.jf(valueName);
889
+ let iv = this.i.jk(valueName);
766
890
  return (iv);
767
891
  }
768
892
  /**
@@ -771,7 +895,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
771
895
  * @param valueName * The named header value to remove.
772
896
  */
773
897
  removeNamedHeaderValue(valueName) {
774
- this.i.m3(valueName);
898
+ this.i.ny(valueName);
775
899
  }
776
900
  /**
777
901
  * Gets the value of a named header value for this column by name.
@@ -779,11 +903,11 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
779
903
  * @param valueName * Name of the named header value to retrieve.
780
904
  */
781
905
  getNamedHeaderValue(valueName) {
782
- let iv = this.i.ks(valueName);
906
+ let iv = this.i.k5(valueName);
783
907
  return (iv);
784
908
  }
785
909
  applyCustomFilter(filterID, index, value) {
786
- this.i.mw(filterID, index, value);
910
+ this.i.nr(filterID, index, value);
787
911
  }
788
912
  getDesiredToolbarActions() {
789
913
  let iv = this.i.getDesiredToolbarActions();
@@ -839,7 +963,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
839
963
  this._actualHeaderTextChange = ev;
840
964
  this._actualHeaderTextChange_wrapped = (o, e) => {
841
965
  let ext = this.actualHeaderText;
842
- if (e.propertyName == 'K4') {
966
+ if (e.propertyName == 'Lk') {
843
967
  if (this.beforeActualHeaderTextChange) {
844
968
  this.beforeActualHeaderTextChange(this, ext);
845
969
  }