igniteui-angular-data-grids 20.0.1-beta.0 → 20.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 (240) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10223 -8743
  2. package/bundles/igniteui-angular-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 +6925 -6539
  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 +335 -335
  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 +10 -10
  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 +8 -8
  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 +7 -7
  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/VerticalSeparatorCell.js +37 -37
  74. package/esm2015/lib/igx-cell-info.js +301 -190
  75. package/esm2015/lib/igx-checkbox-list-component.js +1 -1
  76. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  77. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  78. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  79. package/esm2015/lib/igx-data-grid-column-component.js +254 -115
  80. package/esm2015/lib/igx-data-grid-component.js +38 -5
  81. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  82. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  83. package/esm2015/lib/igx-definition-base-component.js +46 -45
  84. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  85. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  86. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  87. package/esm2015/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  88. package/esm2015/lib/igx-grid-conditional-style-font-info-component.js +144 -0
  89. package/esm2015/lib/igx-grid-conditional-style-font-info-dynamic-module.js +34 -0
  90. package/esm2015/lib/igx-grid-conditional-style-font-info-module.js +27 -0
  91. package/esm2015/lib/igx-header-component.js +16 -16
  92. package/esm2015/lib/igx-image-cell-info.js +6 -6
  93. package/esm2015/lib/igx-image-column-component.js +10 -10
  94. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  95. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  96. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  97. package/esm2015/lib/igx-section-header-component.js +16 -16
  98. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  99. package/esm2015/lib/igx-summary-row-component.js +16 -16
  100. package/esm2015/lib/igx-template-cell-info.js +2 -2
  101. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  102. package/esm2015/lib/igx-text-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-column-component.js +8 -8
  104. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  105. package/esm2015/public_api.js +5 -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 +6754 -6269
  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 +10 -10
  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 +8 -8
  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 +7 -7
  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/VerticalSeparatorCell.js +37 -37
  177. package/esm5/lib/igx-cell-info.js +349 -190
  178. package/esm5/lib/igx-checkbox-list-component.js +1 -1
  179. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  180. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  181. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  182. package/esm5/lib/igx-data-grid-column-component.js +302 -115
  183. package/esm5/lib/igx-data-grid-component.js +42 -5
  184. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  185. package/esm5/lib/igx-date-time-column-component.js +20 -20
  186. package/esm5/lib/igx-definition-base-component.js +46 -45
  187. package/esm5/lib/igx-editor-cell-info.js +23 -23
  188. package/esm5/lib/igx-filter-cell-info.js +26 -26
  189. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  190. package/esm5/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  191. package/esm5/lib/igx-grid-conditional-style-font-info-component.js +155 -0
  192. package/esm5/lib/igx-grid-conditional-style-font-info-dynamic-module.js +33 -0
  193. package/esm5/lib/igx-grid-conditional-style-font-info-module.js +28 -0
  194. package/esm5/lib/igx-header-component.js +16 -16
  195. package/esm5/lib/igx-image-cell-info.js +6 -6
  196. package/esm5/lib/igx-image-column-component.js +10 -10
  197. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  198. package/esm5/lib/igx-numeric-column-component.js +30 -30
  199. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igx-section-header-component.js +16 -16
  201. package/esm5/lib/igx-summary-cell-info.js +9 -9
  202. package/esm5/lib/igx-summary-row-component.js +16 -16
  203. package/esm5/lib/igx-template-cell-info.js +2 -2
  204. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  205. package/esm5/lib/igx-text-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-column-component.js +8 -8
  207. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  208. package/esm5/public_api.js +5 -0
  209. package/fesm2015/igniteui-angular-data-grids.js +10236 -9009
  210. package/fesm5/igniteui-angular-data-grids.js +10219 -8745
  211. package/lib/ColumnFilterCondition_combined.d.ts +1784 -1694
  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/ImageCell.d.ts +20 -20
  219. package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
  220. package/lib/NumericCell.d.ts +2 -1
  221. package/lib/SectionHeaderCell.d.ts +4 -4
  222. package/lib/SummaryCell.d.ts +11 -11
  223. package/lib/TemplateCell.d.ts +6 -6
  224. package/lib/TemplateHeader.d.ts +3 -3
  225. package/lib/TemplateHeaderCell.d.ts +3 -3
  226. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  227. package/lib/TemplateSectionHeader.d.ts +2 -2
  228. package/lib/TextCell.d.ts +10 -8
  229. package/lib/TextCellDecoration.d.ts +26 -0
  230. package/lib/TextHeaderCell.d.ts +37 -35
  231. package/lib/VerticalSeparatorCell.d.ts +9 -9
  232. package/lib/igx-cell-info.d.ts +63 -0
  233. package/lib/igx-data-grid-column-component.d.ts +68 -2
  234. package/lib/igx-data-grid-component.d.ts +9 -2
  235. package/lib/igx-definition-base-component.d.ts +1 -1
  236. package/lib/igx-grid-conditional-style-font-info-component.d.ts +33 -0
  237. package/lib/igx-grid-conditional-style-font-info-dynamic-module.d.ts +9 -0
  238. package/lib/igx-grid-conditional-style-font-info-module.d.ts +8 -0
  239. package/package.json +4 -4
  240. package/public_api.d.ts +5 -0
@@ -6,6 +6,7 @@ import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-a
6
6
  import { FontInfo } from "igniteui-angular-core";
7
7
  import { delegateCombine, delegateRemove, runOn } from "igniteui-angular-core";
8
8
  import { PinnedPositions_$type } from './PinnedPositions';
9
+ import { TextCellDecoration_$type } from "./TextCellDecoration";
9
10
  /**
10
11
  * Represents info about the current cell.
11
12
  */
@@ -82,91 +83,91 @@ export class IgxCellInfo {
82
83
  * Gets the style key of the current cell, used for recycling.
83
84
  */
84
85
  get styleKey() {
85
- return this.i.ke;
86
+ return this.i.k5;
86
87
  }
87
88
  set styleKey(v) {
88
- this.i.ke = v;
89
+ this.i.k5 = v;
89
90
  }
90
91
  /**
91
92
  * Gets the absolute data row for the current cell.
92
93
  */
93
94
  get dataRow() {
94
- return this.i.fb;
95
+ return this.i.fn;
95
96
  }
96
97
  set dataRow(v) {
97
- this.i.fb = +v;
98
+ this.i.fn = +v;
98
99
  }
99
100
  /**
100
101
  * Gets if the position of the cell is dirty.
101
102
  */
102
103
  get isPositionDirty() {
103
- return this.i.bj;
104
+ return this.i.bn;
104
105
  }
105
106
  set isPositionDirty(v) {
106
- this.i.bj = ensureBool(v);
107
+ this.i.bn = ensureBool(v);
107
108
  }
108
109
  /**
109
110
  * Gets if the size of the cell is dirty.
110
111
  */
111
112
  get isSizeDirty() {
112
- return this.i.bo;
113
+ return this.i.bs;
113
114
  }
114
115
  set isSizeDirty(v) {
115
- this.i.bo = ensureBool(v);
116
+ this.i.bs = ensureBool(v);
116
117
  }
117
118
  /**
118
119
  * Gets if the content of the cell is dirty.
119
120
  */
120
121
  get isContentDirty() {
121
- return this.i.a3;
122
+ return this.i.a7;
122
123
  }
123
124
  set isContentDirty(v) {
124
- this.i.a3 = ensureBool(v);
125
+ this.i.a7 = ensureBool(v);
125
126
  }
126
127
  /**
127
128
  * Gets if the content of the cell is dirty.
128
129
  */
129
130
  get isBorderDirty() {
130
- return this.i.a1;
131
+ return this.i.a5;
131
132
  }
132
133
  set isBorderDirty(v) {
133
- this.i.a1 = ensureBool(v);
134
+ this.i.a5 = ensureBool(v);
134
135
  }
135
136
  /**
136
137
  * Gets if the layer of the cell is dirty.
137
138
  */
138
139
  get isLayerDirty() {
139
- return this.i.bh;
140
+ return this.i.bl;
140
141
  }
141
142
  set isLayerDirty(v) {
142
- this.i.bh = ensureBool(v);
143
+ this.i.bl = ensureBool(v);
143
144
  }
144
145
  /**
145
146
  * Gets if the layer of the cell is dirty.
146
147
  */
147
148
  get isStateDirty() {
148
- return this.i.bp;
149
+ return this.i.bt;
149
150
  }
150
151
  set isStateDirty(v) {
151
- this.i.bp = ensureBool(v);
152
+ this.i.bt = ensureBool(v);
152
153
  }
153
154
  /**
154
155
  * Gets if the data of the cell is dirty.
155
156
  */
156
157
  get isDataDirty() {
157
- return this.i.a5;
158
+ return this.i.a9;
158
159
  }
159
160
  set isDataDirty(v) {
160
- this.i.a5 = ensureBool(v);
161
+ this.i.a9 = ensureBool(v);
161
162
  }
162
163
  /**
163
164
  * Gets if placeholder content is needed when virtualized.
164
165
  */
165
166
  get isPlaceholdContentNeeded() {
166
- return this.i.bi;
167
+ return this.i.bm;
167
168
  }
168
169
  set isPlaceholdContentNeeded(v) {
169
- this.i.bi = ensureBool(v);
170
+ this.i.bm = ensureBool(v);
170
171
  }
171
172
  /**
172
173
  * Gets the action manager to propagate actions back to the grid.
@@ -181,205 +182,205 @@ export class IgxCellInfo {
181
182
  * Gets or sets whether the cell is hit test visible.
182
183
  */
183
184
  get isHitTestVisible() {
184
- return this.i.bd;
185
+ return this.i.bh;
185
186
  }
186
187
  set isHitTestVisible(v) {
187
- this.i.bd = ensureBool(v);
188
+ this.i.bh = ensureBool(v);
188
189
  }
189
190
  /**
190
191
  * Gets if this cell belongs to a row that has been marked as pinned.
191
192
  */
192
193
  get isRowPinned() {
193
- return this.i.bk;
194
+ return this.i.bo;
194
195
  }
195
196
  set isRowPinned(v) {
196
- this.i.bk = ensureBool(v);
197
+ this.i.bo = ensureBool(v);
197
198
  }
198
199
  /**
199
200
  * Gets if this cell belongs to a row that will stick to the top of the grid.
200
201
  */
201
202
  get isRowSticky() {
202
- return this.i.bl;
203
+ return this.i.bp;
203
204
  }
204
205
  set isRowSticky(v) {
205
- this.i.bl = ensureBool(v);
206
+ this.i.bp = ensureBool(v);
206
207
  }
207
208
  /**
208
209
  * Gets if this cell is the last row that can stick to the top of the grid.
209
210
  */
210
211
  get isLastStickyRow() {
211
- return this.i.bg;
212
+ return this.i.bk;
212
213
  }
213
214
  set isLastStickyRow(v) {
214
- this.i.bg = ensureBool(v);
215
+ this.i.bk = ensureBool(v);
215
216
  }
216
217
  /**
217
218
  * Gets if this cell is in the filter row.
218
219
  */
219
220
  get isFilterRow() {
220
- return this.i.bb;
221
+ return this.i.bf;
221
222
  }
222
223
  set isFilterRow(v) {
223
- this.i.bb = ensureBool(v);
224
+ this.i.bf = ensureBool(v);
224
225
  }
225
226
  /**
226
227
  * Gets the indent level of the cell.
227
228
  */
228
229
  get indent() {
229
- return this.i.f0;
230
+ return this.i.gc;
230
231
  }
231
232
  set indent(v) {
232
- this.i.f0 = +v;
233
+ this.i.gc = +v;
233
234
  }
234
235
  get rowItem() {
235
- return this.i.ho;
236
+ return this.i.ic;
236
237
  }
237
238
  set rowItem(v) {
238
- this.i.ho = v;
239
+ this.i.ic = v;
239
240
  }
240
241
  /**
241
242
  * Gets the X position of the cell within the content.
242
243
  */
243
244
  get x() {
244
- return this.i.cu;
245
+ return this.i.c6;
245
246
  }
246
247
  set x(v) {
247
- this.i.cu = +v;
248
+ this.i.c6 = +v;
248
249
  }
249
250
  /**
250
251
  * Gets the Y position of the cell within the content.
251
252
  */
252
253
  get y() {
253
- return this.i.cv;
254
+ return this.i.c7;
254
255
  }
255
256
  set y(v) {
256
- this.i.cv = +v;
257
+ this.i.c7 = +v;
257
258
  }
258
259
  /**
259
260
  * Gets the pixel snapped X position of the cell within the content.
260
261
  */
261
262
  get snappedX() {
262
- return this.i.g0;
263
+ return this.i.hc;
263
264
  }
264
265
  set snappedX(v) {
265
- this.i.g0 = +v;
266
+ this.i.hc = +v;
266
267
  }
267
268
  /**
268
269
  * Gets the snapped Y position of the cell within the content.
269
270
  */
270
271
  get snappedY() {
271
- return this.i.g2;
272
+ return this.i.he;
272
273
  }
273
274
  set snappedY(v) {
274
- this.i.g2 = +v;
275
+ this.i.he = +v;
275
276
  }
276
277
  /**
277
278
  * Gets or sets the opacity for cells that have unsaved edits.
278
279
  */
279
280
  get editOpacity() {
280
- return this.i.ck;
281
+ return this.i.cs;
281
282
  }
282
283
  set editOpacity(v) {
283
- this.i.ck = +v;
284
+ this.i.cs = +v;
284
285
  }
285
286
  /**
286
287
  * Gets or sets the opacity of the content of the cell.
287
288
  */
288
289
  get contentOpacity() {
289
- return this.i.cj;
290
+ return this.i.cr;
290
291
  }
291
292
  set contentOpacity(v) {
292
- this.i.cj = +v;
293
+ this.i.cr = +v;
293
294
  }
294
295
  /**
295
296
  * Gets the actual content opacity of the cell.
296
297
  */
297
298
  get actualContentOpacity() {
298
- return this.i.cg;
299
+ return this.i.co;
299
300
  }
300
301
  set actualContentOpacity(v) {
301
- this.i.cg = +v;
302
+ this.i.co = +v;
302
303
  }
303
304
  /**
304
305
  * Gets or sets the opacity of the cell.
305
306
  */
306
307
  get opacity() {
307
- return this.i.co;
308
+ return this.i.cw;
308
309
  }
309
310
  set opacity(v) {
310
- this.i.co = +v;
311
+ this.i.cw = +v;
311
312
  }
312
313
  /**
313
314
  * Gets the actual opacity of the cell.
314
315
  */
315
316
  get actualOpacity() {
316
- return this.i.ch;
317
+ return this.i.cp;
317
318
  }
318
319
  set actualOpacity(v) {
319
- this.i.ch = +v;
320
+ this.i.cp = +v;
320
321
  }
321
322
  /**
322
323
  * Gets the height of the cell.
323
324
  */
324
325
  get height() {
325
- return this.i.fu;
326
+ return this.i.f6;
326
327
  }
327
328
  set height(v) {
328
- this.i.fu = +v;
329
+ this.i.f6 = +v;
329
330
  }
330
331
  /**
331
332
  * Gets the width of the cell.
332
333
  */
333
334
  get width() {
334
- return this.i.he;
335
+ return this.i.h2;
335
336
  }
336
337
  set width(v) {
337
- this.i.he = +v;
338
+ this.i.h2 = +v;
338
339
  }
339
340
  /**
340
341
  * Gets if the cell is selected.
341
342
  */
342
343
  get isSelected() {
343
- return this.i.bn;
344
+ return this.i.br;
344
345
  }
345
346
  set isSelected(v) {
346
- this.i.bn = ensureBool(v);
347
+ this.i.br = ensureBool(v);
347
348
  }
348
349
  /**
349
350
  * Gets the amount that the cell is selected. This is a value between 0 and 1.
350
351
  */
351
352
  get selectedStatus() {
352
- return this.i.cq;
353
+ return this.i.cy;
353
354
  }
354
355
  set selectedStatus(v) {
355
- this.i.cq = +v;
356
+ this.i.cy = +v;
356
357
  }
357
358
  /**
358
359
  * Gets the amount that the cell is activated. This is a value between 0 and 1.
359
360
  */
360
361
  get activationStatus() {
361
- return this.i.cf;
362
+ return this.i.cn;
362
363
  }
363
364
  set activationStatus(v) {
364
- this.i.cf = +v;
365
+ this.i.cn = +v;
365
366
  }
366
367
  /**
367
368
  * Gets the amount that the cell is hovered. This is a value between 0 and 1.
368
369
  */
369
370
  get hoverStatus() {
370
- return this.i.cl;
371
+ return this.i.ct;
371
372
  }
372
373
  set hoverStatus(v) {
373
- this.i.cl = +v;
374
+ this.i.ct = +v;
374
375
  }
375
376
  /**
376
377
  * Gets whether the cell is hoverable or not.
377
378
  */
378
379
  get isHoverable() {
379
- return this.i.be;
380
+ return this.i.bi;
380
381
  }
381
382
  set isHoverable(v) {
382
- this.i.be = ensureBool(v);
383
+ this.i.bi = ensureBool(v);
383
384
  }
384
385
  /**
385
386
  * Gets or sets the horiztonal alignment of the cell content.
@@ -403,446 +404,556 @@ export class IgxCellInfo {
403
404
  * Gets or sets the background color of the cell.
404
405
  */
405
406
  get background() {
406
- return brushToString(this.i.l1);
407
+ return brushToString(this.i.nb);
407
408
  }
408
409
  set background(v) {
409
- this.i.l1 = stringToBrush(v);
410
+ this.i.nb = stringToBrush(v);
410
411
  }
411
412
  /**
412
413
  * Gets or sets the border color of the cell.
413
414
  */
414
415
  get border() {
415
- return brushToString(this.i.l4);
416
+ return brushToString(this.i.ne);
416
417
  }
417
418
  set border(v) {
418
- this.i.l4 = stringToBrush(v);
419
+ this.i.ne = stringToBrush(v);
419
420
  }
420
421
  /**
421
422
  * Gets the actual background color of the cell
422
423
  */
423
424
  get actualBackground() {
424
- return brushToString(this.i.ly);
425
+ return brushToString(this.i.m8);
425
426
  }
426
427
  set actualBackground(v) {
427
- this.i.ly = stringToBrush(v);
428
+ this.i.m8 = stringToBrush(v);
428
429
  }
429
430
  /**
430
431
  * Gets the actual background color of the cell
431
432
  */
432
433
  get actualBorder() {
433
- return brushToString(this.i.lz);
434
+ return brushToString(this.i.m9);
434
435
  }
435
436
  set actualBorder(v) {
436
- this.i.lz = stringToBrush(v);
437
+ this.i.m9 = stringToBrush(v);
437
438
  }
438
439
  /**
439
440
  * Gets the actual background color of the cell
440
441
  */
441
442
  get activationBorder() {
442
- return brushToString(this.i.lx);
443
+ return brushToString(this.i.m7);
443
444
  }
444
445
  set activationBorder(v) {
445
- this.i.lx = stringToBrush(v);
446
+ this.i.m7 = stringToBrush(v);
446
447
  }
447
448
  /**
448
449
  * Gets or sets the error border color of the cell.
449
450
  */
450
451
  get errorBorder() {
451
- return brushToString(this.i.l6);
452
+ return brushToString(this.i.ng);
452
453
  }
453
454
  set errorBorder(v) {
454
- this.i.l6 = stringToBrush(v);
455
+ this.i.ng = stringToBrush(v);
455
456
  }
456
457
  /**
457
458
  * Gets or sets the selected background color of the cell.
458
459
  */
459
460
  get selectedBackground() {
460
- return brushToString(this.i.md);
461
+ return brushToString(this.i.nn);
461
462
  }
462
463
  set selectedBackground(v) {
463
- this.i.md = stringToBrush(v);
464
+ this.i.nn = stringToBrush(v);
464
465
  }
465
466
  /**
466
467
  * Gets or sets the hover background color of the cell.
467
468
  */
468
469
  get hoverBackground() {
469
- return brushToString(this.i.l9);
470
+ return brushToString(this.i.nj);
470
471
  }
471
472
  set hoverBackground(v) {
472
- this.i.l9 = stringToBrush(v);
473
+ this.i.nj = stringToBrush(v);
473
474
  }
474
475
  /**
475
476
  * Gets or sets the hover text color of the cell.
476
477
  */
477
478
  get hoverTextColor() {
478
- return brushToString(this.i.ma);
479
+ return brushToString(this.i.nk);
479
480
  }
480
481
  set hoverTextColor(v) {
481
- this.i.ma = stringToBrush(v);
482
+ this.i.nk = stringToBrush(v);
482
483
  }
483
484
  /**
484
485
  * Gets or sets the color for the sort indicator icon.
485
486
  */
486
487
  get sortIndicatorColor() {
487
- return brushToString(this.i.me);
488
+ return brushToString(this.i.no);
488
489
  }
489
490
  set sortIndicatorColor(v) {
490
- this.i.me = stringToBrush(v);
491
+ this.i.no = stringToBrush(v);
491
492
  }
492
493
  /**
493
494
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
494
495
  */
495
496
  get stickyRowBackground() {
496
- return brushToString(this.i.mf);
497
+ return brushToString(this.i.np);
497
498
  }
498
499
  set stickyRowBackground(v) {
499
- this.i.mf = stringToBrush(v);
500
+ this.i.np = stringToBrush(v);
500
501
  }
501
502
  /**
502
503
  * Gets or sets the background color for the cell that has been marked as pinned.
503
504
  */
504
505
  get pinnedRowBackground() {
505
- return brushToString(this.i.mc);
506
+ return brushToString(this.i.nm);
506
507
  }
507
508
  set pinnedRowBackground(v) {
508
- this.i.mc = stringToBrush(v);
509
+ this.i.nm = stringToBrush(v);
509
510
  }
510
511
  /**
511
512
  * Gets or sets the color for the last row in the sticky row area.
512
513
  */
513
514
  get lastStickyRowBackground() {
514
- return brushToString(this.i.mb);
515
+ return brushToString(this.i.nl);
515
516
  }
516
517
  set lastStickyRowBackground(v) {
517
- this.i.mb = stringToBrush(v);
518
+ this.i.nl = stringToBrush(v);
518
519
  }
519
520
  /**
520
521
  * Gets or sets the background color for filter row.
521
522
  */
522
523
  get filterRowBackground() {
523
- return brushToString(this.i.l7);
524
+ return brushToString(this.i.nh);
524
525
  }
525
526
  set filterRowBackground(v) {
526
- this.i.l7 = stringToBrush(v);
527
+ this.i.nh = stringToBrush(v);
527
528
  }
528
529
  /**
529
530
  * Gets or sets the color to use for displaying text.
530
531
  */
531
532
  get pinnedRowOpacity() {
532
- return this.i.cp;
533
+ return this.i.cx;
533
534
  }
534
535
  set pinnedRowOpacity(v) {
535
- this.i.cp = +v;
536
+ this.i.cx = +v;
536
537
  }
537
538
  /**
538
539
  * Gets or sets the original value for the cell, before processing.
539
540
  */
540
541
  get originalValue() {
541
- return this.i.hn;
542
+ return this.i.ib;
542
543
  }
543
544
  set originalValue(v) {
544
- this.i.hn = v;
545
+ this.i.ib = v;
545
546
  }
546
547
  /**
547
548
  * Gets or sets the text value, if any, which was rendered by a text cell.
548
549
  */
549
550
  get renderValue() {
550
- return this.i.j3;
551
+ return this.i.ku;
551
552
  }
552
553
  set renderValue(v) {
553
- this.i.j3 = v;
554
+ this.i.ku = v;
554
555
  }
555
556
  /**
556
557
  * If set, this text will be used when rendering the cell value.
557
558
  */
558
559
  get userFormattedValue() {
559
- return this.i.ki;
560
+ return this.i.lp;
560
561
  }
561
562
  set userFormattedValue(v) {
562
- this.i.ki = v;
563
+ this.i.lp = v;
563
564
  }
564
565
  /**
565
566
  * Gets or sets the color of the text for the cell, if any.
566
567
  */
567
568
  get textColor() {
568
- return brushToString(this.i.mg);
569
+ return brushToString(this.i.nt);
569
570
  }
570
571
  set textColor(v) {
571
- this.i.mg = stringToBrush(v);
572
+ this.i.nt = stringToBrush(v);
572
573
  }
573
574
  /**
574
575
  * Gets the actual color of the text for the cell, if any.
575
576
  */
576
577
  get actualTextColor() {
577
- return brushToString(this.i.l0);
578
+ return brushToString(this.i.na);
578
579
  }
579
580
  set actualTextColor(v) {
580
- this.i.l0 = stringToBrush(v);
581
+ this.i.na = stringToBrush(v);
581
582
  }
582
583
  /**
583
584
  * Gets or sets the text color for cells in deleted rows.
584
585
  */
585
586
  get deletedTextColor() {
586
- return brushToString(this.i.l5);
587
+ return brushToString(this.i.nf);
587
588
  }
588
589
  set deletedTextColor(v) {
589
- this.i.l5 = stringToBrush(v);
590
+ this.i.nf = stringToBrush(v);
590
591
  }
591
592
  get font() {
592
- if (this.i.ag == null) {
593
+ if (this.i.aj == null) {
593
594
  return null;
594
595
  }
595
- return this.i.ag.fontString;
596
+ return this.i.aj.fontString;
596
597
  }
597
598
  set font(v) {
598
599
  let fi = new FontInfo();
599
600
  fi.fontString = v;
600
- this.i.ag = fi;
601
+ this.i.aj = fi;
601
602
  }
602
603
  get actualFont() {
603
- if (this.i.ae == null) {
604
+ if (this.i.ah == null) {
604
605
  return null;
605
606
  }
606
- return this.i.ae.fontString;
607
+ return this.i.ah.fontString;
607
608
  }
608
609
  set actualFont(v) {
609
610
  let fi = new FontInfo();
610
611
  fi.fontString = v;
611
- this.i.ae = fi;
612
+ this.i.ah = fi;
613
+ }
614
+ /**
615
+ * Gets or sets the text to display in the suffix area of the cell.
616
+ */
617
+ get suffixText() {
618
+ return this.i.lg;
619
+ }
620
+ set suffixText(v) {
621
+ this.i.lg = v;
622
+ }
623
+ /**
624
+ * Gets or sets the color of the suffix text for the cell, if any.
625
+ */
626
+ get suffixTextColor() {
627
+ return brushToString(this.i.ns);
628
+ }
629
+ set suffixTextColor(v) {
630
+ this.i.ns = stringToBrush(v);
631
+ }
632
+ get suffixTextFont() {
633
+ if (this.i.ak == null) {
634
+ return null;
635
+ }
636
+ return this.i.ak.fontString;
637
+ }
638
+ set suffixTextFont(v) {
639
+ let fi = new FontInfo();
640
+ fi.fontString = v;
641
+ this.i.ak = fi;
642
+ }
643
+ /**
644
+ * Gets or sets the icon to display in the suffix area of the cell.
645
+ */
646
+ get suffixIconName() {
647
+ return this.i.k9;
648
+ }
649
+ set suffixIconName(v) {
650
+ this.i.k9 = v;
651
+ }
652
+ /**
653
+ * Gets or sets the icon to display in the suffix area of the cell.
654
+ */
655
+ get suffixIconCollectionName() {
656
+ return this.i.k6;
657
+ }
658
+ set suffixIconCollectionName(v) {
659
+ this.i.k6 = v;
660
+ }
661
+ /**
662
+ * Gets or sets the stroke color of the suffix icon.
663
+ */
664
+ get suffixIconStroke() {
665
+ return brushToString(this.i.nr);
666
+ }
667
+ set suffixIconStroke(v) {
668
+ this.i.nr = stringToBrush(v);
669
+ }
670
+ /**
671
+ * Gets or sets the fill color of the suffix icon.
672
+ */
673
+ get suffixIconFill() {
674
+ return brushToString(this.i.nq);
675
+ }
676
+ set suffixIconFill(v) {
677
+ this.i.nq = stringToBrush(v);
678
+ }
679
+ /**
680
+ * Gets or sets the suffix icon's viewbox x coordinate.
681
+ */
682
+ get suffixIconViewBoxLeft() {
683
+ return this.i.c0;
684
+ }
685
+ set suffixIconViewBoxLeft(v) {
686
+ this.i.c0 = +v;
687
+ }
688
+ /**
689
+ * Gets or sets the suffix icon's viewbox y coordinate.
690
+ */
691
+ get suffixIconViewBoxTop() {
692
+ return this.i.c1;
693
+ }
694
+ set suffixIconViewBoxTop(v) {
695
+ this.i.c1 = +v;
696
+ }
697
+ /**
698
+ * Gets or sets the suffix icon's viewbox width.
699
+ */
700
+ get suffixIconViewBoxWidth() {
701
+ return this.i.c2;
702
+ }
703
+ set suffixIconViewBoxWidth(v) {
704
+ this.i.c2 = +v;
705
+ }
706
+ /**
707
+ * Gets or sets the suffix icon's viewbox height.
708
+ */
709
+ get suffixIconViewBoxHeight() {
710
+ return this.i.cz;
711
+ }
712
+ set suffixIconViewBoxHeight(v) {
713
+ this.i.cz = +v;
714
+ }
715
+ /**
716
+ * Gets or sets the text decorations to apply to the cell text.
717
+ */
718
+ get textDecoration() {
719
+ return this.i.aa;
720
+ }
721
+ set textDecoration(v) {
722
+ this.i.aa = ensureEnum(TextCellDecoration_$type, v);
612
723
  }
613
724
  /**
614
725
  * Gets or sets the line break mode to use if text is present in the cell.
615
726
  */
616
727
  get lineBreakMode() {
617
- return this.i.aa;
728
+ return this.i.ac;
618
729
  }
619
730
  set lineBreakMode(v) {
620
- this.i.aa = ensureEnum(TextCellLineBreakMode_$type, v);
731
+ this.i.ac = ensureEnum(TextCellLineBreakMode_$type, v);
621
732
  }
622
733
  /**
623
734
  * Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
624
735
  */
625
736
  get virtualizationPercentage() {
626
- return this.i.ct;
737
+ return this.i.c5;
627
738
  }
628
739
  set virtualizationPercentage(v) {
629
- this.i.ct = +v;
740
+ this.i.c5 = +v;
630
741
  }
631
742
  /**
632
743
  * Gets or sets the left padding to use for the content.
633
744
  */
634
745
  get paddingLeft() {
635
- return this.i.gm;
746
+ return this.i.gy;
636
747
  }
637
748
  set paddingLeft(v) {
638
- this.i.gm = +v;
749
+ this.i.gy = +v;
639
750
  }
640
751
  /**
641
752
  * Gets or sets the top padding to use for the content.
642
753
  */
643
754
  get paddingTop() {
644
- return this.i.gq;
755
+ return this.i.g2;
645
756
  }
646
757
  set paddingTop(v) {
647
- this.i.gq = +v;
758
+ this.i.g2 = +v;
648
759
  }
649
760
  /**
650
761
  * Gets or sets the right padding to use for the content.
651
762
  */
652
763
  get paddingRight() {
653
- return this.i.go;
764
+ return this.i.g0;
654
765
  }
655
766
  set paddingRight(v) {
656
- this.i.go = +v;
767
+ this.i.g0 = +v;
657
768
  }
658
769
  /**
659
770
  * Gets or sets the bottom padding to use for the content.
660
771
  */
661
772
  get paddingBottom() {
662
- return this.i.gk;
773
+ return this.i.gw;
663
774
  }
664
775
  set paddingBottom(v) {
665
- this.i.gk = +v;
776
+ this.i.gw = +v;
666
777
  }
667
778
  /**
668
779
  * Gets or sets the left padding to use for the content.
669
780
  */
670
781
  get actualPaddingLeft() {
671
- return this.i.el;
782
+ return this.i.ex;
672
783
  }
673
784
  set actualPaddingLeft(v) {
674
- this.i.el = +v;
785
+ this.i.ex = +v;
675
786
  }
676
787
  /**
677
788
  * Gets or sets the top padding to use for the content.
678
789
  */
679
790
  get actualPaddingTop() {
680
- return this.i.ep;
791
+ return this.i.e1;
681
792
  }
682
793
  set actualPaddingTop(v) {
683
- this.i.ep = +v;
794
+ this.i.e1 = +v;
684
795
  }
685
796
  /**
686
797
  * Gets or sets the right padding to use for the content.
687
798
  */
688
799
  get actualPaddingRight() {
689
- return this.i.en;
800
+ return this.i.ez;
690
801
  }
691
802
  set actualPaddingRight(v) {
692
- this.i.en = +v;
803
+ this.i.ez = +v;
693
804
  }
694
805
  /**
695
806
  * Gets or sets the bottom padding to use for the content.
696
807
  */
697
808
  get actualPaddingBottom() {
698
- return this.i.ej;
809
+ return this.i.ev;
699
810
  }
700
811
  set actualPaddingBottom(v) {
701
- this.i.ej = +v;
812
+ this.i.ev = +v;
702
813
  }
703
814
  /**
704
815
  * Gets or sets the left border to use for the content.
705
816
  */
706
817
  get borderLeftWidth() {
707
- return this.i.e2;
818
+ return this.i.fe;
708
819
  }
709
820
  set borderLeftWidth(v) {
710
- this.i.e2 = +v;
821
+ this.i.fe = +v;
711
822
  }
712
823
  /**
713
824
  * Gets or sets the top border to use for the content.
714
825
  */
715
826
  get borderTopWidth() {
716
- return this.i.e7;
827
+ return this.i.fj;
717
828
  }
718
829
  set borderTopWidth(v) {
719
- this.i.e7 = +v;
830
+ this.i.fj = +v;
720
831
  }
721
832
  /**
722
833
  * Gets or sets the right border to use for the content.
723
834
  */
724
835
  get borderRightWidth() {
725
- return this.i.e5;
836
+ return this.i.fh;
726
837
  }
727
838
  set borderRightWidth(v) {
728
- this.i.e5 = +v;
839
+ this.i.fh = +v;
729
840
  }
730
841
  /**
731
842
  * Gets or sets the bottom border to use for the content.
732
843
  */
733
844
  get borderBottomWidth() {
734
- return this.i.e0;
845
+ return this.i.fc;
735
846
  }
736
847
  set borderBottomWidth(v) {
737
- this.i.e0 = +v;
848
+ this.i.fc = +v;
738
849
  }
739
850
  /**
740
851
  * Gets or sets the left activation border to use for the content.
741
852
  */
742
853
  get activationBorderLeftWidth() {
743
- return this.i.dy;
854
+ return this.i.ea;
744
855
  }
745
856
  set activationBorderLeftWidth(v) {
746
- this.i.dy = +v;
857
+ this.i.ea = +v;
747
858
  }
748
859
  /**
749
860
  * Gets or sets the top activation border to use for the content.
750
861
  */
751
862
  get activationBorderTopWidth() {
752
- return this.i.d3;
863
+ return this.i.ef;
753
864
  }
754
865
  set activationBorderTopWidth(v) {
755
- this.i.d3 = +v;
866
+ this.i.ef = +v;
756
867
  }
757
868
  /**
758
869
  * Gets or sets the right activation border to use for the content.
759
870
  */
760
871
  get activationBorderRightWidth() {
761
- return this.i.d1;
872
+ return this.i.ed;
762
873
  }
763
874
  set activationBorderRightWidth(v) {
764
- this.i.d1 = +v;
875
+ this.i.ed = +v;
765
876
  }
766
877
  /**
767
878
  * Gets or sets the bottom activation border to use for the content.
768
879
  */
769
880
  get activationBorderBottomWidth() {
770
- return this.i.dw;
881
+ return this.i.d8;
771
882
  }
772
883
  set activationBorderBottomWidth(v) {
773
- this.i.dw = +v;
884
+ this.i.d8 = +v;
774
885
  }
775
886
  /**
776
887
  * Gets or sets the left error border to use for the content.
777
888
  */
778
889
  get errorBorderLeftWidth() {
779
- return this.i.fk;
890
+ return this.i.fw;
780
891
  }
781
892
  set errorBorderLeftWidth(v) {
782
- this.i.fk = +v;
893
+ this.i.fw = +v;
783
894
  }
784
895
  /**
785
896
  * Gets or sets the top error border to use for the content.
786
897
  */
787
898
  get errorBorderTopWidth() {
788
- return this.i.fp;
899
+ return this.i.f1;
789
900
  }
790
901
  set errorBorderTopWidth(v) {
791
- this.i.fp = +v;
902
+ this.i.f1 = +v;
792
903
  }
793
904
  /**
794
905
  * Gets or sets the right error border to use for the content.
795
906
  */
796
907
  get errorBorderRightWidth() {
797
- return this.i.fn;
908
+ return this.i.fz;
798
909
  }
799
910
  set errorBorderRightWidth(v) {
800
- this.i.fn = +v;
911
+ this.i.fz = +v;
801
912
  }
802
913
  /**
803
914
  * Gets or sets the bottom error border to use for the content.
804
915
  */
805
916
  get errorBorderBottomWidth() {
806
- return this.i.fi;
917
+ return this.i.fu;
807
918
  }
808
919
  set errorBorderBottomWidth(v) {
809
- this.i.fi = +v;
920
+ this.i.fu = +v;
810
921
  }
811
922
  /**
812
923
  * Gets or sets the actual left border to use for the content.
813
924
  */
814
925
  get actualBorderLeftWidth() {
815
- return this.i.d9;
926
+ return this.i.el;
816
927
  }
817
928
  set actualBorderLeftWidth(v) {
818
- this.i.d9 = +v;
929
+ this.i.el = +v;
819
930
  }
820
931
  /**
821
932
  * Gets or sets the actual top border to use for the content.
822
933
  */
823
934
  get actualBorderTopWidth() {
824
- return this.i.ee;
935
+ return this.i.eq;
825
936
  }
826
937
  set actualBorderTopWidth(v) {
827
- this.i.ee = +v;
938
+ this.i.eq = +v;
828
939
  }
829
940
  /**
830
941
  * Gets or sets the actual right border to use for the content.
831
942
  */
832
943
  get actualBorderRightWidth() {
833
- return this.i.ec;
944
+ return this.i.eo;
834
945
  }
835
946
  set actualBorderRightWidth(v) {
836
- this.i.ec = +v;
947
+ this.i.eo = +v;
837
948
  }
838
949
  /**
839
950
  * Gets or sets the actual bottom border to use for the content.
840
951
  */
841
952
  get actualBorderBottomWidth() {
842
- return this.i.d7;
953
+ return this.i.ej;
843
954
  }
844
955
  set actualBorderBottomWidth(v) {
845
- this.i.d7 = +v;
956
+ this.i.ej = +v;
846
957
  }
847
958
  /**
848
959
  * Gets the current sort direction for the column containing the cell.
@@ -857,19 +968,19 @@ export class IgxCellInfo {
857
968
  * Gets the expansion state of the cell.
858
969
  */
859
970
  get isExpanded() {
860
- return this.i.ba;
971
+ return this.i.be;
861
972
  }
862
973
  set isExpanded(v) {
863
- this.i.ba = ensureBool(v);
974
+ this.i.be = ensureBool(v);
864
975
  }
865
976
  /**
866
977
  * Gets if the cell needs to display an expansion indicator.
867
978
  */
868
979
  get isCollapsable() {
869
- return this.i.a2;
980
+ return this.i.a6;
870
981
  }
871
982
  set isCollapsable(v) {
872
- this.i.a2 = ensureBool(v);
983
+ this.i.a6 = ensureBool(v);
873
984
  }
874
985
  /**
875
986
  * Gets the fixed column position of this cell.
@@ -881,57 +992,57 @@ export class IgxCellInfo {
881
992
  this.i.y = ensureEnum(PinnedPositions_$type, v);
882
993
  }
883
994
  get editFont() {
884
- if (this.i.af == null) {
995
+ if (this.i.ai == null) {
885
996
  return null;
886
997
  }
887
- return this.i.af.fontString;
998
+ return this.i.ai.fontString;
888
999
  }
889
1000
  set editFont(v) {
890
1001
  let fi = new FontInfo();
891
1002
  fi.fontString = v;
892
- this.i.af = fi;
1003
+ this.i.ai = fi;
893
1004
  }
894
1005
  /**
895
1006
  * Gets whether the cell has been edited.
896
1007
  */
897
1008
  get isEdited() {
898
- return this.i.a9;
1009
+ return this.i.bd;
899
1010
  }
900
1011
  set isEdited(v) {
901
- this.i.a9 = ensureBool(v);
1012
+ this.i.bd = ensureBool(v);
902
1013
  }
903
1014
  /**
904
1015
  * Gets whether the cell is part of a deleted row.
905
1016
  */
906
1017
  get isDeleted() {
907
- return this.i.a6;
1018
+ return this.i.ba;
908
1019
  }
909
1020
  set isDeleted(v) {
910
- this.i.a6 = ensureBool(v);
1021
+ this.i.ba = ensureBool(v);
911
1022
  }
912
1023
  /**
913
1024
  * Gets or sets the error message for the cell.
914
1025
  */
915
1026
  get editError() {
916
- return this.i.iv;
1027
+ return this.i.jm;
917
1028
  }
918
1029
  set editError(v) {
919
- this.i.iv = v;
1030
+ this.i.jm = v;
920
1031
  }
921
1032
  /**
922
1033
  * Gets whether the cell is in edit mode.
923
1034
  */
924
1035
  get isInEditMode() {
925
- return this.i.bf;
1036
+ return this.i.bj;
926
1037
  }
927
1038
  set isInEditMode(v) {
928
- this.i.bf = ensureBool(v);
1039
+ this.i.bj = ensureBool(v);
929
1040
  }
930
1041
  get editID() {
931
- return this.i.fg;
1042
+ return this.i.fs;
932
1043
  }
933
1044
  set editID(v) {
934
- this.i.fg = +v;
1045
+ this.i.fs = +v;
935
1046
  }
936
1047
  findByName(name) {
937
1048
  if (this.findEphemera) {
@@ -942,7 +1053,7 @@ export class IgxCellInfo {
942
1053
  return null;
943
1054
  }
944
1055
  isCustomFieldDirty(propertyName) {
945
- let iv = this.i.a4(propertyName);
1056
+ let iv = this.i.a8(propertyName);
946
1057
  return (iv);
947
1058
  }
948
1059
  /**
@@ -951,7 +1062,7 @@ export class IgxCellInfo {
951
1062
  * @param propertyId * The property id to check.
952
1063
  */
953
1064
  isDirtyById(propertyId_) {
954
- let iv = this.i.a8(propertyId_);
1065
+ let iv = this.i.bc(propertyId_);
955
1066
  return (iv);
956
1067
  }
957
1068
  /**
@@ -960,11 +1071,11 @@ export class IgxCellInfo {
960
1071
  * @param propertyName * The property name to check.
961
1072
  */
962
1073
  isDirty(propertyName) {
963
- let iv = this.i.a7(propertyName);
1074
+ let iv = this.i.bb(propertyName);
964
1075
  return (iv);
965
1076
  }
966
1077
  setNamedValue(valueName, value) {
967
- this.i.lc(valueName, value);
1078
+ this.i.mj(valueName, value);
968
1079
  }
969
1080
  /**
970
1081
  * Returns if there is a named value stored for the cell.
@@ -972,7 +1083,7 @@ export class IgxCellInfo {
972
1083
  * @param valueName * The name of the value to check.
973
1084
  */
974
1085
  hasNamedValue(valueName) {
975
- let iv = this.i.az(valueName);
1086
+ let iv = this.i.a3(valueName);
976
1087
  return (iv);
977
1088
  }
978
1089
  /**
@@ -981,7 +1092,7 @@ export class IgxCellInfo {
981
1092
  * @param valueName * The name of the value to remove.
982
1093
  */
983
1094
  removeNamedValue(valueName) {
984
- this.i.k8(valueName);
1095
+ this.i.mf(valueName);
985
1096
  }
986
1097
  /**
987
1098
  * Gets a named value from the cell.
@@ -989,7 +1100,7 @@ export class IgxCellInfo {
989
1100
  * @param valueName * The name of the value to get.
990
1101
  */
991
1102
  getNamedValue(valueName) {
992
- let iv = this.i.hl(valueName);
1103
+ let iv = this.i.h9(valueName);
993
1104
  return (iv);
994
1105
  }
995
1106
  }