igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -83,43 +83,52 @@ export class IgxCellInfo {
83
83
  * Gets the style key of the current cell, used for recycling.
84
84
  */
85
85
  get styleKey() {
86
- return this.i.ld;
86
+ return this.i.lg;
87
87
  }
88
88
  set styleKey(v) {
89
- this.i.ld = v;
89
+ this.i.lg = v;
90
90
  }
91
91
  /**
92
92
  * Gets the absolute data row for the current cell.
93
93
  */
94
94
  get dataRow() {
95
- return this.i.fq;
95
+ return this.i.ft;
96
96
  }
97
97
  set dataRow(v) {
98
- this.i.fq = +v;
98
+ this.i.ft = +v;
99
99
  }
100
100
  /**
101
101
  * Gets the column index for the current cell.
102
102
  */
103
103
  get columnIdx() {
104
- return this.i.fo;
104
+ return this.i.fr;
105
+ }
106
+ get isSectionSummary() {
107
+ return this.i.bt;
108
+ }
109
+ get isRootSummary() {
110
+ return this.i.bp;
111
+ }
112
+ get isFirstRootSummarySeparator() {
113
+ return this.i.bg;
105
114
  }
106
115
  /**
107
116
  * Gets if the position of the cell is dirty.
108
117
  */
109
118
  get isPositionDirty() {
110
- return this.i.bn;
119
+ return this.i.bo;
111
120
  }
112
121
  set isPositionDirty(v) {
113
- this.i.bn = ensureBool(v);
122
+ this.i.bo = ensureBool(v);
114
123
  }
115
124
  /**
116
125
  * Gets if the size of the cell is dirty.
117
126
  */
118
127
  get isSizeDirty() {
119
- return this.i.bs;
128
+ return this.i.bv;
120
129
  }
121
130
  set isSizeDirty(v) {
122
- this.i.bs = ensureBool(v);
131
+ this.i.bv = ensureBool(v);
123
132
  }
124
133
  /**
125
134
  * Gets if the content of the cell is dirty.
@@ -143,19 +152,19 @@ export class IgxCellInfo {
143
152
  * Gets if the layer of the cell is dirty.
144
153
  */
145
154
  get isLayerDirty() {
146
- return this.i.bl;
155
+ return this.i.bm;
147
156
  }
148
157
  set isLayerDirty(v) {
149
- this.i.bl = ensureBool(v);
158
+ this.i.bm = ensureBool(v);
150
159
  }
151
160
  /**
152
161
  * Gets if the layer of the cell is dirty.
153
162
  */
154
163
  get isStateDirty() {
155
- return this.i.bt;
164
+ return this.i.bw;
156
165
  }
157
166
  set isStateDirty(v) {
158
- this.i.bt = ensureBool(v);
167
+ this.i.bw = ensureBool(v);
159
168
  }
160
169
  /**
161
170
  * Gets if the data of the cell is dirty.
@@ -170,10 +179,10 @@ export class IgxCellInfo {
170
179
  * Gets if placeholder content is needed when virtualized.
171
180
  */
172
181
  get isPlaceholdContentNeeded() {
173
- return this.i.bm;
182
+ return this.i.bn;
174
183
  }
175
184
  set isPlaceholdContentNeeded(v) {
176
- this.i.bm = ensureBool(v);
185
+ this.i.bn = ensureBool(v);
177
186
  }
178
187
  /**
179
188
  * Gets the action manager to propagate actions back to the grid.
@@ -188,37 +197,37 @@ export class IgxCellInfo {
188
197
  * Gets or sets whether the cell is hit test visible.
189
198
  */
190
199
  get isHitTestVisible() {
191
- return this.i.bh;
200
+ return this.i.bi;
192
201
  }
193
202
  set isHitTestVisible(v) {
194
- this.i.bh = ensureBool(v);
203
+ this.i.bi = ensureBool(v);
195
204
  }
196
205
  /**
197
206
  * Gets if this cell belongs to a row that has been marked as pinned.
198
207
  */
199
208
  get isRowPinned() {
200
- return this.i.bo;
209
+ return this.i.bq;
201
210
  }
202
211
  set isRowPinned(v) {
203
- this.i.bo = ensureBool(v);
212
+ this.i.bq = ensureBool(v);
204
213
  }
205
214
  /**
206
215
  * Gets if this cell belongs to a row that will stick to the top of the grid.
207
216
  */
208
217
  get isRowSticky() {
209
- return this.i.bp;
218
+ return this.i.br;
210
219
  }
211
220
  set isRowSticky(v) {
212
- this.i.bp = ensureBool(v);
221
+ this.i.br = ensureBool(v);
213
222
  }
214
223
  /**
215
224
  * Gets if this cell is the last row that can stick to the top of the grid.
216
225
  */
217
226
  get isLastStickyRow() {
218
- return this.i.bk;
227
+ return this.i.bl;
219
228
  }
220
229
  set isLastStickyRow(v) {
221
- this.i.bk = ensureBool(v);
230
+ this.i.bl = ensureBool(v);
222
231
  }
223
232
  /**
224
233
  * Gets if this cell is in the filter row.
@@ -233,160 +242,160 @@ export class IgxCellInfo {
233
242
  * Gets the indent level of the cell.
234
243
  */
235
244
  get indent() {
236
- return this.i.gg;
245
+ return this.i.gj;
237
246
  }
238
247
  set indent(v) {
239
- this.i.gg = +v;
248
+ this.i.gj = +v;
240
249
  }
241
250
  get rowItem() {
242
- return this.i.ij;
251
+ return this.i.im;
243
252
  }
244
253
  set rowItem(v) {
245
- this.i.ij = v;
254
+ this.i.im = v;
246
255
  }
247
256
  /**
248
257
  * Gets the X position of the cell within the content.
249
258
  */
250
259
  get x() {
251
- return this.i.c8;
260
+ return this.i.db;
252
261
  }
253
262
  set x(v) {
254
- this.i.c8 = +v;
263
+ this.i.db = +v;
255
264
  }
256
265
  /**
257
266
  * Gets the Y position of the cell within the content.
258
267
  */
259
268
  get y() {
260
- return this.i.c9;
269
+ return this.i.dc;
261
270
  }
262
271
  set y(v) {
263
- this.i.c9 = +v;
272
+ this.i.dc = +v;
264
273
  }
265
274
  /**
266
275
  * Gets the pixel snapped X position of the cell within the content.
267
276
  */
268
277
  get snappedX() {
269
- return this.i.hh;
278
+ return this.i.hk;
270
279
  }
271
280
  set snappedX(v) {
272
- this.i.hh = +v;
281
+ this.i.hk = +v;
273
282
  }
274
283
  /**
275
284
  * Gets the snapped Y position of the cell within the content.
276
285
  */
277
286
  get snappedY() {
278
- return this.i.hj;
287
+ return this.i.hm;
279
288
  }
280
289
  set snappedY(v) {
281
- this.i.hj = +v;
290
+ this.i.hm = +v;
282
291
  }
283
292
  /**
284
293
  * Gets or sets the opacity for cells that have unsaved edits.
285
294
  */
286
295
  get editOpacity() {
287
- return this.i.ct;
296
+ return this.i.cw;
288
297
  }
289
298
  set editOpacity(v) {
290
- this.i.ct = +v;
299
+ this.i.cw = +v;
291
300
  }
292
301
  /**
293
302
  * Gets or sets the opacity of the content of the cell.
294
303
  */
295
304
  get contentOpacity() {
296
- return this.i.cs;
305
+ return this.i.cv;
297
306
  }
298
307
  set contentOpacity(v) {
299
- this.i.cs = +v;
308
+ this.i.cv = +v;
300
309
  }
301
310
  /**
302
311
  * Gets the actual content opacity of the cell.
303
312
  */
304
313
  get actualContentOpacity() {
305
- return this.i.cp;
314
+ return this.i.cs;
306
315
  }
307
316
  set actualContentOpacity(v) {
308
- this.i.cp = +v;
317
+ this.i.cs = +v;
309
318
  }
310
319
  /**
311
320
  * Gets or sets the opacity of the cell.
312
321
  */
313
322
  get opacity() {
314
- return this.i.cx;
323
+ return this.i.c0;
315
324
  }
316
325
  set opacity(v) {
317
- this.i.cx = +v;
326
+ this.i.c0 = +v;
318
327
  }
319
328
  /**
320
329
  * Gets the actual opacity of the cell.
321
330
  */
322
331
  get actualOpacity() {
323
- return this.i.cq;
332
+ return this.i.ct;
324
333
  }
325
334
  set actualOpacity(v) {
326
- this.i.cq = +v;
335
+ this.i.ct = +v;
327
336
  }
328
337
  /**
329
338
  * Gets the height of the cell.
330
339
  */
331
340
  get height() {
332
- return this.i.ga;
341
+ return this.i.gd;
333
342
  }
334
343
  set height(v) {
335
- this.i.ga = +v;
344
+ this.i.gd = +v;
336
345
  }
337
346
  /**
338
347
  * Gets the width of the cell.
339
348
  */
340
349
  get width() {
341
- return this.i.h8;
350
+ return this.i.ib;
342
351
  }
343
352
  set width(v) {
344
- this.i.h8 = +v;
353
+ this.i.ib = +v;
345
354
  }
346
355
  /**
347
356
  * Gets if the cell is selected.
348
357
  */
349
358
  get isSelected() {
350
- return this.i.br;
359
+ return this.i.bu;
351
360
  }
352
361
  set isSelected(v) {
353
- this.i.br = ensureBool(v);
362
+ this.i.bu = ensureBool(v);
354
363
  }
355
364
  /**
356
365
  * Gets the amount that the cell is selected. This is a value between 0 and 1.
357
366
  */
358
367
  get selectedStatus() {
359
- return this.i.cz;
368
+ return this.i.c2;
360
369
  }
361
370
  set selectedStatus(v) {
362
- this.i.cz = +v;
371
+ this.i.c2 = +v;
363
372
  }
364
373
  /**
365
374
  * Gets the amount that the cell is activated. This is a value between 0 and 1.
366
375
  */
367
376
  get activationStatus() {
368
- return this.i.co;
377
+ return this.i.cr;
369
378
  }
370
379
  set activationStatus(v) {
371
- this.i.co = +v;
380
+ this.i.cr = +v;
372
381
  }
373
382
  /**
374
383
  * Gets the amount that the cell is hovered. This is a value between 0 and 1.
375
384
  */
376
385
  get hoverStatus() {
377
- return this.i.cu;
386
+ return this.i.cx;
378
387
  }
379
388
  set hoverStatus(v) {
380
- this.i.cu = +v;
389
+ this.i.cx = +v;
381
390
  }
382
391
  /**
383
392
  * Gets whether the cell is hoverable or not.
384
393
  */
385
394
  get isHoverable() {
386
- return this.i.bi;
395
+ return this.i.bj;
387
396
  }
388
397
  set isHoverable(v) {
389
- this.i.bi = ensureBool(v);
398
+ this.i.bj = ensureBool(v);
390
399
  }
391
400
  /**
392
401
  * Gets or sets the horiztonal alignment of the cell content.
@@ -410,199 +419,199 @@ export class IgxCellInfo {
410
419
  * Gets or sets the background color of the cell.
411
420
  */
412
421
  get background() {
413
- return brushToString(this.i.nm);
422
+ return brushToString(this.i.np);
414
423
  }
415
424
  set background(v) {
416
- this.i.nm = stringToBrush(v);
425
+ this.i.np = stringToBrush(v);
417
426
  }
418
427
  /**
419
428
  * Gets or sets the border color of the cell.
420
429
  */
421
430
  get border() {
422
- return brushToString(this.i.np);
431
+ return brushToString(this.i.ns);
423
432
  }
424
433
  set border(v) {
425
- this.i.np = stringToBrush(v);
434
+ this.i.ns = stringToBrush(v);
426
435
  }
427
436
  /**
428
437
  * Gets the actual background color of the cell
429
438
  */
430
439
  get actualBackground() {
431
- return brushToString(this.i.nj);
440
+ return brushToString(this.i.nm);
432
441
  }
433
442
  set actualBackground(v) {
434
- this.i.nj = stringToBrush(v);
443
+ this.i.nm = stringToBrush(v);
435
444
  }
436
445
  /**
437
446
  * Gets the actual background color of the cell
438
447
  */
439
448
  get actualBorder() {
440
- return brushToString(this.i.nk);
449
+ return brushToString(this.i.nn);
441
450
  }
442
451
  set actualBorder(v) {
443
- this.i.nk = stringToBrush(v);
452
+ this.i.nn = stringToBrush(v);
444
453
  }
445
454
  /**
446
455
  * Gets the actual background color of the cell
447
456
  */
448
457
  get activationBorder() {
449
- return brushToString(this.i.ni);
458
+ return brushToString(this.i.nl);
450
459
  }
451
460
  set activationBorder(v) {
452
- this.i.ni = stringToBrush(v);
461
+ this.i.nl = stringToBrush(v);
453
462
  }
454
463
  /**
455
464
  * Gets or sets the error border color of the cell.
456
465
  */
457
466
  get errorBorder() {
458
- return brushToString(this.i.nr);
467
+ return brushToString(this.i.nu);
459
468
  }
460
469
  set errorBorder(v) {
461
- this.i.nr = stringToBrush(v);
470
+ this.i.nu = stringToBrush(v);
462
471
  }
463
472
  /**
464
473
  * Gets or sets the selected background color of the cell.
465
474
  */
466
475
  get selectedBackground() {
467
- return brushToString(this.i.nz);
476
+ return brushToString(this.i.n2);
468
477
  }
469
478
  set selectedBackground(v) {
470
- this.i.nz = stringToBrush(v);
479
+ this.i.n2 = stringToBrush(v);
471
480
  }
472
481
  /**
473
482
  * Gets or sets the selected text color of the cell.
474
483
  */
475
484
  get selectedTextColor() {
476
- return brushToString(this.i.n0);
485
+ return brushToString(this.i.n3);
477
486
  }
478
487
  set selectedTextColor(v) {
479
- this.i.n0 = stringToBrush(v);
488
+ this.i.n3 = stringToBrush(v);
480
489
  }
481
490
  /**
482
491
  * Gets or sets the hover background color of the cell.
483
492
  */
484
493
  get hoverBackground() {
485
- return brushToString(this.i.nv);
494
+ return brushToString(this.i.ny);
486
495
  }
487
496
  set hoverBackground(v) {
488
- this.i.nv = stringToBrush(v);
497
+ this.i.ny = stringToBrush(v);
489
498
  }
490
499
  /**
491
500
  * Gets or sets the hover text color of the cell.
492
501
  */
493
502
  get hoverTextColor() {
494
- return brushToString(this.i.nw);
503
+ return brushToString(this.i.nz);
495
504
  }
496
505
  set hoverTextColor(v) {
497
- this.i.nw = stringToBrush(v);
506
+ this.i.nz = stringToBrush(v);
498
507
  }
499
508
  /**
500
509
  * Gets or sets the color for the sort indicator icon.
501
510
  */
502
511
  get sortIndicatorColor() {
503
- return brushToString(this.i.n1);
512
+ return brushToString(this.i.n4);
504
513
  }
505
514
  set sortIndicatorColor(v) {
506
- this.i.n1 = stringToBrush(v);
515
+ this.i.n4 = stringToBrush(v);
507
516
  }
508
517
  /**
509
518
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
510
519
  */
511
520
  get stickyRowBackground() {
512
- return brushToString(this.i.n2);
521
+ return brushToString(this.i.n5);
513
522
  }
514
523
  set stickyRowBackground(v) {
515
- this.i.n2 = stringToBrush(v);
524
+ this.i.n5 = stringToBrush(v);
516
525
  }
517
526
  /**
518
527
  * Gets or sets the background color for the cell that has been marked as pinned.
519
528
  */
520
529
  get pinnedRowBackground() {
521
- return brushToString(this.i.ny);
530
+ return brushToString(this.i.n1);
522
531
  }
523
532
  set pinnedRowBackground(v) {
524
- this.i.ny = stringToBrush(v);
533
+ this.i.n1 = stringToBrush(v);
525
534
  }
526
535
  /**
527
536
  * Gets or sets the color for the last row in the sticky row area.
528
537
  */
529
538
  get lastStickyRowBackground() {
530
- return brushToString(this.i.nx);
539
+ return brushToString(this.i.n0);
531
540
  }
532
541
  set lastStickyRowBackground(v) {
533
- this.i.nx = stringToBrush(v);
542
+ this.i.n0 = stringToBrush(v);
534
543
  }
535
544
  /**
536
545
  * Gets or sets the background color for filter row.
537
546
  */
538
547
  get filterRowBackground() {
539
- return brushToString(this.i.nt);
548
+ return brushToString(this.i.nw);
540
549
  }
541
550
  set filterRowBackground(v) {
542
- this.i.nt = stringToBrush(v);
551
+ this.i.nw = stringToBrush(v);
543
552
  }
544
553
  /**
545
554
  * Gets or sets the color to use for displaying text.
546
555
  */
547
556
  get pinnedRowOpacity() {
548
- return this.i.cy;
557
+ return this.i.c1;
549
558
  }
550
559
  set pinnedRowOpacity(v) {
551
- this.i.cy = +v;
560
+ this.i.c1 = +v;
552
561
  }
553
562
  /**
554
563
  * Gets or sets the original value for the cell, before processing.
555
564
  */
556
565
  get originalValue() {
557
- return this.i.ii;
566
+ return this.i.il;
558
567
  }
559
568
  set originalValue(v) {
560
- this.i.ii = v;
569
+ this.i.il = v;
561
570
  }
562
571
  /**
563
572
  * Gets or sets the text value, if any, which was rendered by a text cell.
564
573
  */
565
574
  get renderValue() {
566
- return this.i.k1;
575
+ return this.i.k4;
567
576
  }
568
577
  set renderValue(v) {
569
- this.i.k1 = v;
578
+ this.i.k4 = v;
570
579
  }
571
580
  /**
572
581
  * If set, this text will be used when rendering the cell value.
573
582
  */
574
583
  get userFormattedValue() {
575
- return this.i.ly;
584
+ return this.i.l1;
576
585
  }
577
586
  set userFormattedValue(v) {
578
- this.i.ly = v;
587
+ this.i.l1 = v;
579
588
  }
580
589
  /**
581
590
  * Gets or sets the color of the text for the cell, if any.
582
591
  */
583
592
  get textColor() {
584
- return brushToString(this.i.n6);
593
+ return brushToString(this.i.n9);
585
594
  }
586
595
  set textColor(v) {
587
- this.i.n6 = stringToBrush(v);
596
+ this.i.n9 = stringToBrush(v);
588
597
  }
589
598
  /**
590
599
  * Gets the actual color of the text for the cell, if any.
591
600
  */
592
601
  get actualTextColor() {
593
- return brushToString(this.i.nl);
602
+ return brushToString(this.i.no);
594
603
  }
595
604
  set actualTextColor(v) {
596
- this.i.nl = stringToBrush(v);
605
+ this.i.no = stringToBrush(v);
597
606
  }
598
607
  /**
599
608
  * Gets or sets the text color for cells in deleted rows.
600
609
  */
601
610
  get deletedTextColor() {
602
- return brushToString(this.i.nq);
611
+ return brushToString(this.i.nt);
603
612
  }
604
613
  set deletedTextColor(v) {
605
- this.i.nq = stringToBrush(v);
614
+ this.i.nt = stringToBrush(v);
606
615
  }
607
616
  get font() {
608
617
  if (this.i.aj == null) {
@@ -630,19 +639,19 @@ export class IgxCellInfo {
630
639
  * Gets or sets the text to display in the suffix area of the cell.
631
640
  */
632
641
  get suffixText() {
633
- return this.i.lp;
642
+ return this.i.ls;
634
643
  }
635
644
  set suffixText(v) {
636
- this.i.lp = v;
645
+ this.i.ls = v;
637
646
  }
638
647
  /**
639
648
  * Gets or sets the color of the suffix text for the cell, if any.
640
649
  */
641
650
  get suffixTextColor() {
642
- return brushToString(this.i.n5);
651
+ return brushToString(this.i.n8);
643
652
  }
644
653
  set suffixTextColor(v) {
645
- this.i.n5 = stringToBrush(v);
654
+ this.i.n8 = stringToBrush(v);
646
655
  }
647
656
  get suffixTextFont() {
648
657
  if (this.i.ak == null) {
@@ -659,82 +668,82 @@ export class IgxCellInfo {
659
668
  * Gets or sets the icon to display in the suffix area of the cell.
660
669
  */
661
670
  get suffixIconName() {
662
- return this.i.lh;
671
+ return this.i.lk;
663
672
  }
664
673
  set suffixIconName(v) {
665
- this.i.lh = v;
674
+ this.i.lk = v;
666
675
  }
667
676
  /**
668
677
  * Gets or sets the icon to display in the suffix area of the cell.
669
678
  */
670
679
  get suffixIconCollectionName() {
671
- return this.i.le;
680
+ return this.i.lh;
672
681
  }
673
682
  set suffixIconCollectionName(v) {
674
- this.i.le = v;
683
+ this.i.lh = v;
675
684
  }
676
685
  /**
677
686
  * Gets or sets the stroke color of the suffix icon.
678
687
  */
679
688
  get suffixIconStroke() {
680
- return brushToString(this.i.n4);
689
+ return brushToString(this.i.n7);
681
690
  }
682
691
  set suffixIconStroke(v) {
683
- this.i.n4 = stringToBrush(v);
692
+ this.i.n7 = stringToBrush(v);
684
693
  }
685
694
  /**
686
695
  * Gets or sets the fill color of the suffix icon.
687
696
  */
688
697
  get suffixIconFill() {
689
- return brushToString(this.i.n3);
698
+ return brushToString(this.i.n6);
690
699
  }
691
700
  set suffixIconFill(v) {
692
- this.i.n3 = stringToBrush(v);
701
+ this.i.n6 = stringToBrush(v);
693
702
  }
694
703
  /**
695
704
  * Gets or sets the suffix icon's viewbox x coordinate.
696
705
  */
697
706
  get suffixIconViewBoxLeft() {
698
- return this.i.c1;
707
+ return this.i.c4;
699
708
  }
700
709
  set suffixIconViewBoxLeft(v) {
701
- this.i.c1 = +v;
710
+ this.i.c4 = +v;
702
711
  }
703
712
  /**
704
713
  * Gets or sets the suffix icon's viewbox y coordinate.
705
714
  */
706
715
  get suffixIconViewBoxTop() {
707
- return this.i.c2;
716
+ return this.i.c5;
708
717
  }
709
718
  set suffixIconViewBoxTop(v) {
710
- this.i.c2 = +v;
719
+ this.i.c5 = +v;
711
720
  }
712
721
  /**
713
722
  * Gets or sets the suffix icon's viewbox width.
714
723
  */
715
724
  get suffixIconViewBoxWidth() {
716
- return this.i.c3;
725
+ return this.i.c6;
717
726
  }
718
727
  set suffixIconViewBoxWidth(v) {
719
- this.i.c3 = +v;
728
+ this.i.c6 = +v;
720
729
  }
721
730
  /**
722
731
  * Gets or sets the suffix icon's viewbox height.
723
732
  */
724
733
  get suffixIconViewBoxHeight() {
725
- return this.i.c0;
734
+ return this.i.c3;
726
735
  }
727
736
  set suffixIconViewBoxHeight(v) {
728
- this.i.c0 = +v;
737
+ this.i.c3 = +v;
729
738
  }
730
739
  /**
731
740
  * Gets or sets the suffix margin.
732
741
  */
733
742
  get suffixMargin() {
734
- return this.i.c4;
743
+ return this.i.c7;
735
744
  }
736
745
  set suffixMargin(v) {
737
- this.i.c4 = +v;
746
+ this.i.c7 = +v;
738
747
  }
739
748
  /**
740
749
  * Gets or sets the text decorations to apply to the cell text.
@@ -758,226 +767,226 @@ export class IgxCellInfo {
758
767
  * Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
759
768
  */
760
769
  get virtualizationPercentage() {
761
- return this.i.c7;
770
+ return this.i.da;
762
771
  }
763
772
  set virtualizationPercentage(v) {
764
- this.i.c7 = +v;
773
+ this.i.da = +v;
765
774
  }
766
775
  /**
767
776
  * Gets or sets the left padding to use for the content.
768
777
  */
769
778
  get paddingLeft() {
770
- return this.i.g2;
779
+ return this.i.g5;
771
780
  }
772
781
  set paddingLeft(v) {
773
- this.i.g2 = +v;
782
+ this.i.g5 = +v;
774
783
  }
775
784
  /**
776
785
  * Gets or sets the top padding to use for the content.
777
786
  */
778
787
  get paddingTop() {
779
- return this.i.g6;
788
+ return this.i.g9;
780
789
  }
781
790
  set paddingTop(v) {
782
- this.i.g6 = +v;
791
+ this.i.g9 = +v;
783
792
  }
784
793
  /**
785
794
  * Gets or sets the right padding to use for the content.
786
795
  */
787
796
  get paddingRight() {
788
- return this.i.g4;
797
+ return this.i.g7;
789
798
  }
790
799
  set paddingRight(v) {
791
- this.i.g4 = +v;
800
+ this.i.g7 = +v;
792
801
  }
793
802
  /**
794
803
  * Gets or sets the bottom padding to use for the content.
795
804
  */
796
805
  get paddingBottom() {
797
- return this.i.g0;
806
+ return this.i.g3;
798
807
  }
799
808
  set paddingBottom(v) {
800
- this.i.g0 = +v;
809
+ this.i.g3 = +v;
801
810
  }
802
811
  /**
803
812
  * Gets or sets the left padding to use for the content.
804
813
  */
805
814
  get actualPaddingLeft() {
806
- return this.i.ez;
815
+ return this.i.e2;
807
816
  }
808
817
  set actualPaddingLeft(v) {
809
- this.i.ez = +v;
818
+ this.i.e2 = +v;
810
819
  }
811
820
  /**
812
821
  * Gets or sets the top padding to use for the content.
813
822
  */
814
823
  get actualPaddingTop() {
815
- return this.i.e3;
824
+ return this.i.e6;
816
825
  }
817
826
  set actualPaddingTop(v) {
818
- this.i.e3 = +v;
827
+ this.i.e6 = +v;
819
828
  }
820
829
  /**
821
830
  * Gets or sets the right padding to use for the content.
822
831
  */
823
832
  get actualPaddingRight() {
824
- return this.i.e1;
833
+ return this.i.e4;
825
834
  }
826
835
  set actualPaddingRight(v) {
827
- this.i.e1 = +v;
836
+ this.i.e4 = +v;
828
837
  }
829
838
  /**
830
839
  * Gets or sets the bottom padding to use for the content.
831
840
  */
832
841
  get actualPaddingBottom() {
833
- return this.i.ex;
842
+ return this.i.e0;
834
843
  }
835
844
  set actualPaddingBottom(v) {
836
- this.i.ex = +v;
845
+ this.i.e0 = +v;
837
846
  }
838
847
  /**
839
848
  * Gets or sets the left border to use for the content.
840
849
  */
841
850
  get borderLeftWidth() {
842
- return this.i.fg;
851
+ return this.i.fj;
843
852
  }
844
853
  set borderLeftWidth(v) {
845
- this.i.fg = +v;
854
+ this.i.fj = +v;
846
855
  }
847
856
  /**
848
857
  * Gets or sets the top border to use for the content.
849
858
  */
850
859
  get borderTopWidth() {
851
- return this.i.fl;
860
+ return this.i.fo;
852
861
  }
853
862
  set borderTopWidth(v) {
854
- this.i.fl = +v;
863
+ this.i.fo = +v;
855
864
  }
856
865
  /**
857
866
  * Gets or sets the right border to use for the content.
858
867
  */
859
868
  get borderRightWidth() {
860
- return this.i.fj;
869
+ return this.i.fm;
861
870
  }
862
871
  set borderRightWidth(v) {
863
- this.i.fj = +v;
872
+ this.i.fm = +v;
864
873
  }
865
874
  /**
866
875
  * Gets or sets the bottom border to use for the content.
867
876
  */
868
877
  get borderBottomWidth() {
869
- return this.i.fe;
878
+ return this.i.fh;
870
879
  }
871
880
  set borderBottomWidth(v) {
872
- this.i.fe = +v;
881
+ this.i.fh = +v;
873
882
  }
874
883
  /**
875
884
  * Gets or sets the left activation border to use for the content.
876
885
  */
877
886
  get activationBorderLeftWidth() {
878
- return this.i.ec;
887
+ return this.i.ef;
879
888
  }
880
889
  set activationBorderLeftWidth(v) {
881
- this.i.ec = +v;
890
+ this.i.ef = +v;
882
891
  }
883
892
  /**
884
893
  * Gets or sets the top activation border to use for the content.
885
894
  */
886
895
  get activationBorderTopWidth() {
887
- return this.i.eh;
896
+ return this.i.ek;
888
897
  }
889
898
  set activationBorderTopWidth(v) {
890
- this.i.eh = +v;
899
+ this.i.ek = +v;
891
900
  }
892
901
  /**
893
902
  * Gets or sets the right activation border to use for the content.
894
903
  */
895
904
  get activationBorderRightWidth() {
896
- return this.i.ef;
905
+ return this.i.ei;
897
906
  }
898
907
  set activationBorderRightWidth(v) {
899
- this.i.ef = +v;
908
+ this.i.ei = +v;
900
909
  }
901
910
  /**
902
911
  * Gets or sets the bottom activation border to use for the content.
903
912
  */
904
913
  get activationBorderBottomWidth() {
905
- return this.i.ea;
914
+ return this.i.ed;
906
915
  }
907
916
  set activationBorderBottomWidth(v) {
908
- this.i.ea = +v;
917
+ this.i.ed = +v;
909
918
  }
910
919
  /**
911
920
  * Gets or sets the left error border to use for the content.
912
921
  */
913
922
  get errorBorderLeftWidth() {
914
- return this.i.fz;
923
+ return this.i.f2;
915
924
  }
916
925
  set errorBorderLeftWidth(v) {
917
- this.i.fz = +v;
926
+ this.i.f2 = +v;
918
927
  }
919
928
  /**
920
929
  * Gets or sets the top error border to use for the content.
921
930
  */
922
931
  get errorBorderTopWidth() {
923
- return this.i.f4;
932
+ return this.i.f7;
924
933
  }
925
934
  set errorBorderTopWidth(v) {
926
- this.i.f4 = +v;
935
+ this.i.f7 = +v;
927
936
  }
928
937
  /**
929
938
  * Gets or sets the right error border to use for the content.
930
939
  */
931
940
  get errorBorderRightWidth() {
932
- return this.i.f2;
941
+ return this.i.f5;
933
942
  }
934
943
  set errorBorderRightWidth(v) {
935
- this.i.f2 = +v;
944
+ this.i.f5 = +v;
936
945
  }
937
946
  /**
938
947
  * Gets or sets the bottom error border to use for the content.
939
948
  */
940
949
  get errorBorderBottomWidth() {
941
- return this.i.fx;
950
+ return this.i.f0;
942
951
  }
943
952
  set errorBorderBottomWidth(v) {
944
- this.i.fx = +v;
953
+ this.i.f0 = +v;
945
954
  }
946
955
  /**
947
956
  * Gets or sets the actual left border to use for the content.
948
957
  */
949
958
  get actualBorderLeftWidth() {
950
- return this.i.en;
959
+ return this.i.eq;
951
960
  }
952
961
  set actualBorderLeftWidth(v) {
953
- this.i.en = +v;
962
+ this.i.eq = +v;
954
963
  }
955
964
  /**
956
965
  * Gets or sets the actual top border to use for the content.
957
966
  */
958
967
  get actualBorderTopWidth() {
959
- return this.i.es;
968
+ return this.i.ev;
960
969
  }
961
970
  set actualBorderTopWidth(v) {
962
- this.i.es = +v;
971
+ this.i.ev = +v;
963
972
  }
964
973
  /**
965
974
  * Gets or sets the actual right border to use for the content.
966
975
  */
967
976
  get actualBorderRightWidth() {
968
- return this.i.eq;
977
+ return this.i.et;
969
978
  }
970
979
  set actualBorderRightWidth(v) {
971
- this.i.eq = +v;
980
+ this.i.et = +v;
972
981
  }
973
982
  /**
974
983
  * Gets or sets the actual bottom border to use for the content.
975
984
  */
976
985
  get actualBorderBottomWidth() {
977
- return this.i.el;
986
+ return this.i.eo;
978
987
  }
979
988
  set actualBorderBottomWidth(v) {
980
- this.i.el = +v;
989
+ this.i.eo = +v;
981
990
  }
982
991
  /**
983
992
  * Gets the current sort direction for the column containing the cell.
@@ -1010,10 +1019,10 @@ export class IgxCellInfo {
1010
1019
  * Gets or sets the color used to render the expansion indicator icon for this cell.
1011
1020
  */
1012
1021
  get expansionIndicatorIconColor() {
1013
- return brushToString(this.i.ns);
1022
+ return brushToString(this.i.nv);
1014
1023
  }
1015
1024
  set expansionIndicatorIconColor(v) {
1016
- this.i.ns = stringToBrush(v);
1025
+ this.i.nv = stringToBrush(v);
1017
1026
  }
1018
1027
  /**
1019
1028
  * Gets the fixed column position of this cell.
@@ -1057,25 +1066,25 @@ export class IgxCellInfo {
1057
1066
  * Gets or sets the error message for the cell.
1058
1067
  */
1059
1068
  get editError() {
1060
- return this.i.js;
1069
+ return this.i.jv;
1061
1070
  }
1062
1071
  set editError(v) {
1063
- this.i.js = v;
1072
+ this.i.jv = v;
1064
1073
  }
1065
1074
  /**
1066
1075
  * Gets whether the cell is in edit mode.
1067
1076
  */
1068
1077
  get isInEditMode() {
1069
- return this.i.bj;
1078
+ return this.i.bk;
1070
1079
  }
1071
1080
  set isInEditMode(v) {
1072
- this.i.bj = ensureBool(v);
1081
+ this.i.bk = ensureBool(v);
1073
1082
  }
1074
1083
  get editID() {
1075
- return this.i.fv;
1084
+ return this.i.fy;
1076
1085
  }
1077
1086
  set editID(v) {
1078
- this.i.fv = +v;
1087
+ this.i.fy = +v;
1079
1088
  }
1080
1089
  findByName(name) {
1081
1090
  if (this.findEphemera) {
@@ -1108,7 +1117,7 @@ export class IgxCellInfo {
1108
1117
  return (iv);
1109
1118
  }
1110
1119
  setNamedValue(valueName, value) {
1111
- this.i.ms(valueName, value);
1120
+ this.i.mv(valueName, value);
1112
1121
  }
1113
1122
  /**
1114
1123
  * Returns if there is a named value stored for the cell.
@@ -1125,7 +1134,7 @@ export class IgxCellInfo {
1125
1134
  * @param valueName * The name of the value to remove.
1126
1135
  */
1127
1136
  removeNamedValue(valueName) {
1128
- this.i.mo(valueName);
1137
+ this.i.mr(valueName);
1129
1138
  }
1130
1139
  /**
1131
1140
  * Gets a named value from the cell.
@@ -1133,7 +1142,7 @@ export class IgxCellInfo {
1133
1142
  * @param valueName * The name of the value to get.
1134
1143
  */
1135
1144
  getNamedValue(valueName) {
1136
- let iv = this.i.ig(valueName);
1145
+ let iv = this.i.ij(valueName);
1137
1146
  return (iv);
1138
1147
  }
1139
1148
  }