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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -96,10 +96,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
96
96
  * Gets the style key of the current cell, used for recycling.
97
97
  */
98
98
  get: function () {
99
- return this.i.ld;
99
+ return this.i.lg;
100
100
  },
101
101
  set: function (v) {
102
- this.i.ld = v;
102
+ this.i.lg = v;
103
103
  },
104
104
  enumerable: false,
105
105
  configurable: true
@@ -109,10 +109,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
109
109
  * Gets the absolute data row for the current cell.
110
110
  */
111
111
  get: function () {
112
- return this.i.fq;
112
+ return this.i.ft;
113
113
  },
114
114
  set: function (v) {
115
- this.i.fq = +v;
115
+ this.i.ft = +v;
116
116
  },
117
117
  enumerable: false,
118
118
  configurable: true
@@ -122,7 +122,28 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
122
122
  * Gets the column index for the current cell.
123
123
  */
124
124
  get: function () {
125
- return this.i.fo;
125
+ return this.i.fr;
126
+ },
127
+ enumerable: false,
128
+ configurable: true
129
+ });
130
+ Object.defineProperty(IgxCellInfo.prototype, "isSectionSummary", {
131
+ get: function () {
132
+ return this.i.bt;
133
+ },
134
+ enumerable: false,
135
+ configurable: true
136
+ });
137
+ Object.defineProperty(IgxCellInfo.prototype, "isRootSummary", {
138
+ get: function () {
139
+ return this.i.bp;
140
+ },
141
+ enumerable: false,
142
+ configurable: true
143
+ });
144
+ Object.defineProperty(IgxCellInfo.prototype, "isFirstRootSummarySeparator", {
145
+ get: function () {
146
+ return this.i.bg;
126
147
  },
127
148
  enumerable: false,
128
149
  configurable: true
@@ -132,10 +153,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
132
153
  * Gets if the position of the cell is dirty.
133
154
  */
134
155
  get: function () {
135
- return this.i.bn;
156
+ return this.i.bo;
136
157
  },
137
158
  set: function (v) {
138
- this.i.bn = ensureBool(v);
159
+ this.i.bo = ensureBool(v);
139
160
  },
140
161
  enumerable: false,
141
162
  configurable: true
@@ -145,10 +166,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
145
166
  * Gets if the size of the cell is dirty.
146
167
  */
147
168
  get: function () {
148
- return this.i.bs;
169
+ return this.i.bv;
149
170
  },
150
171
  set: function (v) {
151
- this.i.bs = ensureBool(v);
172
+ this.i.bv = ensureBool(v);
152
173
  },
153
174
  enumerable: false,
154
175
  configurable: true
@@ -184,10 +205,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
184
205
  * Gets if the layer of the cell is dirty.
185
206
  */
186
207
  get: function () {
187
- return this.i.bl;
208
+ return this.i.bm;
188
209
  },
189
210
  set: function (v) {
190
- this.i.bl = ensureBool(v);
211
+ this.i.bm = ensureBool(v);
191
212
  },
192
213
  enumerable: false,
193
214
  configurable: true
@@ -197,10 +218,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
197
218
  * Gets if the layer of the cell is dirty.
198
219
  */
199
220
  get: function () {
200
- return this.i.bt;
221
+ return this.i.bw;
201
222
  },
202
223
  set: function (v) {
203
- this.i.bt = ensureBool(v);
224
+ this.i.bw = ensureBool(v);
204
225
  },
205
226
  enumerable: false,
206
227
  configurable: true
@@ -223,10 +244,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
223
244
  * Gets if placeholder content is needed when virtualized.
224
245
  */
225
246
  get: function () {
226
- return this.i.bm;
247
+ return this.i.bn;
227
248
  },
228
249
  set: function (v) {
229
- this.i.bm = ensureBool(v);
250
+ this.i.bn = ensureBool(v);
230
251
  },
231
252
  enumerable: false,
232
253
  configurable: true
@@ -249,10 +270,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
249
270
  * Gets or sets whether the cell is hit test visible.
250
271
  */
251
272
  get: function () {
252
- return this.i.bh;
273
+ return this.i.bi;
253
274
  },
254
275
  set: function (v) {
255
- this.i.bh = ensureBool(v);
276
+ this.i.bi = ensureBool(v);
256
277
  },
257
278
  enumerable: false,
258
279
  configurable: true
@@ -262,10 +283,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
262
283
  * Gets if this cell belongs to a row that has been marked as pinned.
263
284
  */
264
285
  get: function () {
265
- return this.i.bo;
286
+ return this.i.bq;
266
287
  },
267
288
  set: function (v) {
268
- this.i.bo = ensureBool(v);
289
+ this.i.bq = ensureBool(v);
269
290
  },
270
291
  enumerable: false,
271
292
  configurable: true
@@ -275,10 +296,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
275
296
  * Gets if this cell belongs to a row that will stick to the top of the grid.
276
297
  */
277
298
  get: function () {
278
- return this.i.bp;
299
+ return this.i.br;
279
300
  },
280
301
  set: function (v) {
281
- this.i.bp = ensureBool(v);
302
+ this.i.br = ensureBool(v);
282
303
  },
283
304
  enumerable: false,
284
305
  configurable: true
@@ -288,10 +309,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
288
309
  * Gets if this cell is the last row that can stick to the top of the grid.
289
310
  */
290
311
  get: function () {
291
- return this.i.bk;
312
+ return this.i.bl;
292
313
  },
293
314
  set: function (v) {
294
- this.i.bk = ensureBool(v);
315
+ this.i.bl = ensureBool(v);
295
316
  },
296
317
  enumerable: false,
297
318
  configurable: true
@@ -314,20 +335,20 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
314
335
  * Gets the indent level of the cell.
315
336
  */
316
337
  get: function () {
317
- return this.i.gg;
338
+ return this.i.gj;
318
339
  },
319
340
  set: function (v) {
320
- this.i.gg = +v;
341
+ this.i.gj = +v;
321
342
  },
322
343
  enumerable: false,
323
344
  configurable: true
324
345
  });
325
346
  Object.defineProperty(IgxCellInfo.prototype, "rowItem", {
326
347
  get: function () {
327
- return this.i.ij;
348
+ return this.i.im;
328
349
  },
329
350
  set: function (v) {
330
- this.i.ij = v;
351
+ this.i.im = v;
331
352
  },
332
353
  enumerable: false,
333
354
  configurable: true
@@ -337,10 +358,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
337
358
  * Gets the X position of the cell within the content.
338
359
  */
339
360
  get: function () {
340
- return this.i.c8;
361
+ return this.i.db;
341
362
  },
342
363
  set: function (v) {
343
- this.i.c8 = +v;
364
+ this.i.db = +v;
344
365
  },
345
366
  enumerable: false,
346
367
  configurable: true
@@ -350,10 +371,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
350
371
  * Gets the Y position of the cell within the content.
351
372
  */
352
373
  get: function () {
353
- return this.i.c9;
374
+ return this.i.dc;
354
375
  },
355
376
  set: function (v) {
356
- this.i.c9 = +v;
377
+ this.i.dc = +v;
357
378
  },
358
379
  enumerable: false,
359
380
  configurable: true
@@ -363,10 +384,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
363
384
  * Gets the pixel snapped X position of the cell within the content.
364
385
  */
365
386
  get: function () {
366
- return this.i.hh;
387
+ return this.i.hk;
367
388
  },
368
389
  set: function (v) {
369
- this.i.hh = +v;
390
+ this.i.hk = +v;
370
391
  },
371
392
  enumerable: false,
372
393
  configurable: true
@@ -376,10 +397,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
376
397
  * Gets the snapped Y position of the cell within the content.
377
398
  */
378
399
  get: function () {
379
- return this.i.hj;
400
+ return this.i.hm;
380
401
  },
381
402
  set: function (v) {
382
- this.i.hj = +v;
403
+ this.i.hm = +v;
383
404
  },
384
405
  enumerable: false,
385
406
  configurable: true
@@ -389,10 +410,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
389
410
  * Gets or sets the opacity for cells that have unsaved edits.
390
411
  */
391
412
  get: function () {
392
- return this.i.ct;
413
+ return this.i.cw;
393
414
  },
394
415
  set: function (v) {
395
- this.i.ct = +v;
416
+ this.i.cw = +v;
396
417
  },
397
418
  enumerable: false,
398
419
  configurable: true
@@ -402,10 +423,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
402
423
  * Gets or sets the opacity of the content of the cell.
403
424
  */
404
425
  get: function () {
405
- return this.i.cs;
426
+ return this.i.cv;
406
427
  },
407
428
  set: function (v) {
408
- this.i.cs = +v;
429
+ this.i.cv = +v;
409
430
  },
410
431
  enumerable: false,
411
432
  configurable: true
@@ -415,10 +436,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
415
436
  * Gets the actual content opacity of the cell.
416
437
  */
417
438
  get: function () {
418
- return this.i.cp;
439
+ return this.i.cs;
419
440
  },
420
441
  set: function (v) {
421
- this.i.cp = +v;
442
+ this.i.cs = +v;
422
443
  },
423
444
  enumerable: false,
424
445
  configurable: true
@@ -428,10 +449,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
428
449
  * Gets or sets the opacity of the cell.
429
450
  */
430
451
  get: function () {
431
- return this.i.cx;
452
+ return this.i.c0;
432
453
  },
433
454
  set: function (v) {
434
- this.i.cx = +v;
455
+ this.i.c0 = +v;
435
456
  },
436
457
  enumerable: false,
437
458
  configurable: true
@@ -441,10 +462,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
441
462
  * Gets the actual opacity of the cell.
442
463
  */
443
464
  get: function () {
444
- return this.i.cq;
465
+ return this.i.ct;
445
466
  },
446
467
  set: function (v) {
447
- this.i.cq = +v;
468
+ this.i.ct = +v;
448
469
  },
449
470
  enumerable: false,
450
471
  configurable: true
@@ -454,10 +475,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
454
475
  * Gets the height of the cell.
455
476
  */
456
477
  get: function () {
457
- return this.i.ga;
478
+ return this.i.gd;
458
479
  },
459
480
  set: function (v) {
460
- this.i.ga = +v;
481
+ this.i.gd = +v;
461
482
  },
462
483
  enumerable: false,
463
484
  configurable: true
@@ -467,10 +488,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
467
488
  * Gets the width of the cell.
468
489
  */
469
490
  get: function () {
470
- return this.i.h8;
491
+ return this.i.ib;
471
492
  },
472
493
  set: function (v) {
473
- this.i.h8 = +v;
494
+ this.i.ib = +v;
474
495
  },
475
496
  enumerable: false,
476
497
  configurable: true
@@ -480,10 +501,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
480
501
  * Gets if the cell is selected.
481
502
  */
482
503
  get: function () {
483
- return this.i.br;
504
+ return this.i.bu;
484
505
  },
485
506
  set: function (v) {
486
- this.i.br = ensureBool(v);
507
+ this.i.bu = ensureBool(v);
487
508
  },
488
509
  enumerable: false,
489
510
  configurable: true
@@ -493,10 +514,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
493
514
  * Gets the amount that the cell is selected. This is a value between 0 and 1.
494
515
  */
495
516
  get: function () {
496
- return this.i.cz;
517
+ return this.i.c2;
497
518
  },
498
519
  set: function (v) {
499
- this.i.cz = +v;
520
+ this.i.c2 = +v;
500
521
  },
501
522
  enumerable: false,
502
523
  configurable: true
@@ -506,10 +527,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
506
527
  * Gets the amount that the cell is activated. This is a value between 0 and 1.
507
528
  */
508
529
  get: function () {
509
- return this.i.co;
530
+ return this.i.cr;
510
531
  },
511
532
  set: function (v) {
512
- this.i.co = +v;
533
+ this.i.cr = +v;
513
534
  },
514
535
  enumerable: false,
515
536
  configurable: true
@@ -519,10 +540,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
519
540
  * Gets the amount that the cell is hovered. This is a value between 0 and 1.
520
541
  */
521
542
  get: function () {
522
- return this.i.cu;
543
+ return this.i.cx;
523
544
  },
524
545
  set: function (v) {
525
- this.i.cu = +v;
546
+ this.i.cx = +v;
526
547
  },
527
548
  enumerable: false,
528
549
  configurable: true
@@ -532,10 +553,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
532
553
  * Gets whether the cell is hoverable or not.
533
554
  */
534
555
  get: function () {
535
- return this.i.bi;
556
+ return this.i.bj;
536
557
  },
537
558
  set: function (v) {
538
- this.i.bi = ensureBool(v);
559
+ this.i.bj = ensureBool(v);
539
560
  },
540
561
  enumerable: false,
541
562
  configurable: true
@@ -571,10 +592,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
571
592
  * Gets or sets the background color of the cell.
572
593
  */
573
594
  get: function () {
574
- return brushToString(this.i.nm);
595
+ return brushToString(this.i.np);
575
596
  },
576
597
  set: function (v) {
577
- this.i.nm = stringToBrush(v);
598
+ this.i.np = stringToBrush(v);
578
599
  },
579
600
  enumerable: false,
580
601
  configurable: true
@@ -584,10 +605,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
584
605
  * Gets or sets the border color of the cell.
585
606
  */
586
607
  get: function () {
587
- return brushToString(this.i.np);
608
+ return brushToString(this.i.ns);
588
609
  },
589
610
  set: function (v) {
590
- this.i.np = stringToBrush(v);
611
+ this.i.ns = stringToBrush(v);
591
612
  },
592
613
  enumerable: false,
593
614
  configurable: true
@@ -597,10 +618,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
597
618
  * Gets the actual background color of the cell
598
619
  */
599
620
  get: function () {
600
- return brushToString(this.i.nj);
621
+ return brushToString(this.i.nm);
601
622
  },
602
623
  set: function (v) {
603
- this.i.nj = stringToBrush(v);
624
+ this.i.nm = stringToBrush(v);
604
625
  },
605
626
  enumerable: false,
606
627
  configurable: true
@@ -610,10 +631,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
610
631
  * Gets the actual background color of the cell
611
632
  */
612
633
  get: function () {
613
- return brushToString(this.i.nk);
634
+ return brushToString(this.i.nn);
614
635
  },
615
636
  set: function (v) {
616
- this.i.nk = stringToBrush(v);
637
+ this.i.nn = stringToBrush(v);
617
638
  },
618
639
  enumerable: false,
619
640
  configurable: true
@@ -623,10 +644,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
623
644
  * Gets the actual background color of the cell
624
645
  */
625
646
  get: function () {
626
- return brushToString(this.i.ni);
647
+ return brushToString(this.i.nl);
627
648
  },
628
649
  set: function (v) {
629
- this.i.ni = stringToBrush(v);
650
+ this.i.nl = stringToBrush(v);
630
651
  },
631
652
  enumerable: false,
632
653
  configurable: true
@@ -636,10 +657,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
636
657
  * Gets or sets the error border color of the cell.
637
658
  */
638
659
  get: function () {
639
- return brushToString(this.i.nr);
660
+ return brushToString(this.i.nu);
640
661
  },
641
662
  set: function (v) {
642
- this.i.nr = stringToBrush(v);
663
+ this.i.nu = stringToBrush(v);
643
664
  },
644
665
  enumerable: false,
645
666
  configurable: true
@@ -649,10 +670,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
649
670
  * Gets or sets the selected background color of the cell.
650
671
  */
651
672
  get: function () {
652
- return brushToString(this.i.nz);
673
+ return brushToString(this.i.n2);
653
674
  },
654
675
  set: function (v) {
655
- this.i.nz = stringToBrush(v);
676
+ this.i.n2 = stringToBrush(v);
656
677
  },
657
678
  enumerable: false,
658
679
  configurable: true
@@ -662,10 +683,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
662
683
  * Gets or sets the selected text color of the cell.
663
684
  */
664
685
  get: function () {
665
- return brushToString(this.i.n0);
686
+ return brushToString(this.i.n3);
666
687
  },
667
688
  set: function (v) {
668
- this.i.n0 = stringToBrush(v);
689
+ this.i.n3 = stringToBrush(v);
669
690
  },
670
691
  enumerable: false,
671
692
  configurable: true
@@ -675,10 +696,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
675
696
  * Gets or sets the hover background color of the cell.
676
697
  */
677
698
  get: function () {
678
- return brushToString(this.i.nv);
699
+ return brushToString(this.i.ny);
679
700
  },
680
701
  set: function (v) {
681
- this.i.nv = stringToBrush(v);
702
+ this.i.ny = stringToBrush(v);
682
703
  },
683
704
  enumerable: false,
684
705
  configurable: true
@@ -688,10 +709,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
688
709
  * Gets or sets the hover text color of the cell.
689
710
  */
690
711
  get: function () {
691
- return brushToString(this.i.nw);
712
+ return brushToString(this.i.nz);
692
713
  },
693
714
  set: function (v) {
694
- this.i.nw = stringToBrush(v);
715
+ this.i.nz = stringToBrush(v);
695
716
  },
696
717
  enumerable: false,
697
718
  configurable: true
@@ -701,10 +722,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
701
722
  * Gets or sets the color for the sort indicator icon.
702
723
  */
703
724
  get: function () {
704
- return brushToString(this.i.n1);
725
+ return brushToString(this.i.n4);
705
726
  },
706
727
  set: function (v) {
707
- this.i.n1 = stringToBrush(v);
728
+ this.i.n4 = stringToBrush(v);
708
729
  },
709
730
  enumerable: false,
710
731
  configurable: true
@@ -714,10 +735,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
714
735
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
715
736
  */
716
737
  get: function () {
717
- return brushToString(this.i.n2);
738
+ return brushToString(this.i.n5);
718
739
  },
719
740
  set: function (v) {
720
- this.i.n2 = stringToBrush(v);
741
+ this.i.n5 = stringToBrush(v);
721
742
  },
722
743
  enumerable: false,
723
744
  configurable: true
@@ -727,10 +748,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
727
748
  * Gets or sets the background color for the cell that has been marked as pinned.
728
749
  */
729
750
  get: function () {
730
- return brushToString(this.i.ny);
751
+ return brushToString(this.i.n1);
731
752
  },
732
753
  set: function (v) {
733
- this.i.ny = stringToBrush(v);
754
+ this.i.n1 = stringToBrush(v);
734
755
  },
735
756
  enumerable: false,
736
757
  configurable: true
@@ -740,10 +761,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
740
761
  * Gets or sets the color for the last row in the sticky row area.
741
762
  */
742
763
  get: function () {
743
- return brushToString(this.i.nx);
764
+ return brushToString(this.i.n0);
744
765
  },
745
766
  set: function (v) {
746
- this.i.nx = stringToBrush(v);
767
+ this.i.n0 = stringToBrush(v);
747
768
  },
748
769
  enumerable: false,
749
770
  configurable: true
@@ -753,10 +774,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
753
774
  * Gets or sets the background color for filter row.
754
775
  */
755
776
  get: function () {
756
- return brushToString(this.i.nt);
777
+ return brushToString(this.i.nw);
757
778
  },
758
779
  set: function (v) {
759
- this.i.nt = stringToBrush(v);
780
+ this.i.nw = stringToBrush(v);
760
781
  },
761
782
  enumerable: false,
762
783
  configurable: true
@@ -766,10 +787,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
766
787
  * Gets or sets the color to use for displaying text.
767
788
  */
768
789
  get: function () {
769
- return this.i.cy;
790
+ return this.i.c1;
770
791
  },
771
792
  set: function (v) {
772
- this.i.cy = +v;
793
+ this.i.c1 = +v;
773
794
  },
774
795
  enumerable: false,
775
796
  configurable: true
@@ -779,10 +800,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
779
800
  * Gets or sets the original value for the cell, before processing.
780
801
  */
781
802
  get: function () {
782
- return this.i.ii;
803
+ return this.i.il;
783
804
  },
784
805
  set: function (v) {
785
- this.i.ii = v;
806
+ this.i.il = v;
786
807
  },
787
808
  enumerable: false,
788
809
  configurable: true
@@ -792,10 +813,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
792
813
  * Gets or sets the text value, if any, which was rendered by a text cell.
793
814
  */
794
815
  get: function () {
795
- return this.i.k1;
816
+ return this.i.k4;
796
817
  },
797
818
  set: function (v) {
798
- this.i.k1 = v;
819
+ this.i.k4 = v;
799
820
  },
800
821
  enumerable: false,
801
822
  configurable: true
@@ -805,10 +826,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
805
826
  * If set, this text will be used when rendering the cell value.
806
827
  */
807
828
  get: function () {
808
- return this.i.ly;
829
+ return this.i.l1;
809
830
  },
810
831
  set: function (v) {
811
- this.i.ly = v;
832
+ this.i.l1 = v;
812
833
  },
813
834
  enumerable: false,
814
835
  configurable: true
@@ -818,10 +839,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
818
839
  * Gets or sets the color of the text for the cell, if any.
819
840
  */
820
841
  get: function () {
821
- return brushToString(this.i.n6);
842
+ return brushToString(this.i.n9);
822
843
  },
823
844
  set: function (v) {
824
- this.i.n6 = stringToBrush(v);
845
+ this.i.n9 = stringToBrush(v);
825
846
  },
826
847
  enumerable: false,
827
848
  configurable: true
@@ -831,10 +852,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
831
852
  * Gets the actual color of the text for the cell, if any.
832
853
  */
833
854
  get: function () {
834
- return brushToString(this.i.nl);
855
+ return brushToString(this.i.no);
835
856
  },
836
857
  set: function (v) {
837
- this.i.nl = stringToBrush(v);
858
+ this.i.no = stringToBrush(v);
838
859
  },
839
860
  enumerable: false,
840
861
  configurable: true
@@ -844,10 +865,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
844
865
  * Gets or sets the text color for cells in deleted rows.
845
866
  */
846
867
  get: function () {
847
- return brushToString(this.i.nq);
868
+ return brushToString(this.i.nt);
848
869
  },
849
870
  set: function (v) {
850
- this.i.nq = stringToBrush(v);
871
+ this.i.nt = stringToBrush(v);
851
872
  },
852
873
  enumerable: false,
853
874
  configurable: true
@@ -887,10 +908,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
887
908
  * Gets or sets the text to display in the suffix area of the cell.
888
909
  */
889
910
  get: function () {
890
- return this.i.lp;
911
+ return this.i.ls;
891
912
  },
892
913
  set: function (v) {
893
- this.i.lp = v;
914
+ this.i.ls = v;
894
915
  },
895
916
  enumerable: false,
896
917
  configurable: true
@@ -900,10 +921,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
900
921
  * Gets or sets the color of the suffix text for the cell, if any.
901
922
  */
902
923
  get: function () {
903
- return brushToString(this.i.n5);
924
+ return brushToString(this.i.n8);
904
925
  },
905
926
  set: function (v) {
906
- this.i.n5 = stringToBrush(v);
927
+ this.i.n8 = stringToBrush(v);
907
928
  },
908
929
  enumerable: false,
909
930
  configurable: true
@@ -928,10 +949,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
928
949
  * Gets or sets the icon to display in the suffix area of the cell.
929
950
  */
930
951
  get: function () {
931
- return this.i.lh;
952
+ return this.i.lk;
932
953
  },
933
954
  set: function (v) {
934
- this.i.lh = v;
955
+ this.i.lk = v;
935
956
  },
936
957
  enumerable: false,
937
958
  configurable: true
@@ -941,10 +962,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
941
962
  * Gets or sets the icon to display in the suffix area of the cell.
942
963
  */
943
964
  get: function () {
944
- return this.i.le;
965
+ return this.i.lh;
945
966
  },
946
967
  set: function (v) {
947
- this.i.le = v;
968
+ this.i.lh = v;
948
969
  },
949
970
  enumerable: false,
950
971
  configurable: true
@@ -954,10 +975,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
954
975
  * Gets or sets the stroke color of the suffix icon.
955
976
  */
956
977
  get: function () {
957
- return brushToString(this.i.n4);
978
+ return brushToString(this.i.n7);
958
979
  },
959
980
  set: function (v) {
960
- this.i.n4 = stringToBrush(v);
981
+ this.i.n7 = stringToBrush(v);
961
982
  },
962
983
  enumerable: false,
963
984
  configurable: true
@@ -967,10 +988,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
967
988
  * Gets or sets the fill color of the suffix icon.
968
989
  */
969
990
  get: function () {
970
- return brushToString(this.i.n3);
991
+ return brushToString(this.i.n6);
971
992
  },
972
993
  set: function (v) {
973
- this.i.n3 = stringToBrush(v);
994
+ this.i.n6 = stringToBrush(v);
974
995
  },
975
996
  enumerable: false,
976
997
  configurable: true
@@ -980,10 +1001,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
980
1001
  * Gets or sets the suffix icon's viewbox x coordinate.
981
1002
  */
982
1003
  get: function () {
983
- return this.i.c1;
1004
+ return this.i.c4;
984
1005
  },
985
1006
  set: function (v) {
986
- this.i.c1 = +v;
1007
+ this.i.c4 = +v;
987
1008
  },
988
1009
  enumerable: false,
989
1010
  configurable: true
@@ -993,10 +1014,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
993
1014
  * Gets or sets the suffix icon's viewbox y coordinate.
994
1015
  */
995
1016
  get: function () {
996
- return this.i.c2;
1017
+ return this.i.c5;
997
1018
  },
998
1019
  set: function (v) {
999
- this.i.c2 = +v;
1020
+ this.i.c5 = +v;
1000
1021
  },
1001
1022
  enumerable: false,
1002
1023
  configurable: true
@@ -1006,10 +1027,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1006
1027
  * Gets or sets the suffix icon's viewbox width.
1007
1028
  */
1008
1029
  get: function () {
1009
- return this.i.c3;
1030
+ return this.i.c6;
1010
1031
  },
1011
1032
  set: function (v) {
1012
- this.i.c3 = +v;
1033
+ this.i.c6 = +v;
1013
1034
  },
1014
1035
  enumerable: false,
1015
1036
  configurable: true
@@ -1019,10 +1040,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1019
1040
  * Gets or sets the suffix icon's viewbox height.
1020
1041
  */
1021
1042
  get: function () {
1022
- return this.i.c0;
1043
+ return this.i.c3;
1023
1044
  },
1024
1045
  set: function (v) {
1025
- this.i.c0 = +v;
1046
+ this.i.c3 = +v;
1026
1047
  },
1027
1048
  enumerable: false,
1028
1049
  configurable: true
@@ -1032,10 +1053,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1032
1053
  * Gets or sets the suffix margin.
1033
1054
  */
1034
1055
  get: function () {
1035
- return this.i.c4;
1056
+ return this.i.c7;
1036
1057
  },
1037
1058
  set: function (v) {
1038
- this.i.c4 = +v;
1059
+ this.i.c7 = +v;
1039
1060
  },
1040
1061
  enumerable: false,
1041
1062
  configurable: true
@@ -1071,10 +1092,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1071
1092
  * Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
1072
1093
  */
1073
1094
  get: function () {
1074
- return this.i.c7;
1095
+ return this.i.da;
1075
1096
  },
1076
1097
  set: function (v) {
1077
- this.i.c7 = +v;
1098
+ this.i.da = +v;
1078
1099
  },
1079
1100
  enumerable: false,
1080
1101
  configurable: true
@@ -1084,10 +1105,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1084
1105
  * Gets or sets the left padding to use for the content.
1085
1106
  */
1086
1107
  get: function () {
1087
- return this.i.g2;
1108
+ return this.i.g5;
1088
1109
  },
1089
1110
  set: function (v) {
1090
- this.i.g2 = +v;
1111
+ this.i.g5 = +v;
1091
1112
  },
1092
1113
  enumerable: false,
1093
1114
  configurable: true
@@ -1097,10 +1118,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1097
1118
  * Gets or sets the top padding to use for the content.
1098
1119
  */
1099
1120
  get: function () {
1100
- return this.i.g6;
1121
+ return this.i.g9;
1101
1122
  },
1102
1123
  set: function (v) {
1103
- this.i.g6 = +v;
1124
+ this.i.g9 = +v;
1104
1125
  },
1105
1126
  enumerable: false,
1106
1127
  configurable: true
@@ -1110,10 +1131,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1110
1131
  * Gets or sets the right padding to use for the content.
1111
1132
  */
1112
1133
  get: function () {
1113
- return this.i.g4;
1134
+ return this.i.g7;
1114
1135
  },
1115
1136
  set: function (v) {
1116
- this.i.g4 = +v;
1137
+ this.i.g7 = +v;
1117
1138
  },
1118
1139
  enumerable: false,
1119
1140
  configurable: true
@@ -1123,10 +1144,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1123
1144
  * Gets or sets the bottom padding to use for the content.
1124
1145
  */
1125
1146
  get: function () {
1126
- return this.i.g0;
1147
+ return this.i.g3;
1127
1148
  },
1128
1149
  set: function (v) {
1129
- this.i.g0 = +v;
1150
+ this.i.g3 = +v;
1130
1151
  },
1131
1152
  enumerable: false,
1132
1153
  configurable: true
@@ -1136,10 +1157,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1136
1157
  * Gets or sets the left padding to use for the content.
1137
1158
  */
1138
1159
  get: function () {
1139
- return this.i.ez;
1160
+ return this.i.e2;
1140
1161
  },
1141
1162
  set: function (v) {
1142
- this.i.ez = +v;
1163
+ this.i.e2 = +v;
1143
1164
  },
1144
1165
  enumerable: false,
1145
1166
  configurable: true
@@ -1149,10 +1170,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1149
1170
  * Gets or sets the top padding to use for the content.
1150
1171
  */
1151
1172
  get: function () {
1152
- return this.i.e3;
1173
+ return this.i.e6;
1153
1174
  },
1154
1175
  set: function (v) {
1155
- this.i.e3 = +v;
1176
+ this.i.e6 = +v;
1156
1177
  },
1157
1178
  enumerable: false,
1158
1179
  configurable: true
@@ -1162,10 +1183,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1162
1183
  * Gets or sets the right padding to use for the content.
1163
1184
  */
1164
1185
  get: function () {
1165
- return this.i.e1;
1186
+ return this.i.e4;
1166
1187
  },
1167
1188
  set: function (v) {
1168
- this.i.e1 = +v;
1189
+ this.i.e4 = +v;
1169
1190
  },
1170
1191
  enumerable: false,
1171
1192
  configurable: true
@@ -1175,10 +1196,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1175
1196
  * Gets or sets the bottom padding to use for the content.
1176
1197
  */
1177
1198
  get: function () {
1178
- return this.i.ex;
1199
+ return this.i.e0;
1179
1200
  },
1180
1201
  set: function (v) {
1181
- this.i.ex = +v;
1202
+ this.i.e0 = +v;
1182
1203
  },
1183
1204
  enumerable: false,
1184
1205
  configurable: true
@@ -1188,10 +1209,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1188
1209
  * Gets or sets the left border to use for the content.
1189
1210
  */
1190
1211
  get: function () {
1191
- return this.i.fg;
1212
+ return this.i.fj;
1192
1213
  },
1193
1214
  set: function (v) {
1194
- this.i.fg = +v;
1215
+ this.i.fj = +v;
1195
1216
  },
1196
1217
  enumerable: false,
1197
1218
  configurable: true
@@ -1201,10 +1222,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1201
1222
  * Gets or sets the top border to use for the content.
1202
1223
  */
1203
1224
  get: function () {
1204
- return this.i.fl;
1225
+ return this.i.fo;
1205
1226
  },
1206
1227
  set: function (v) {
1207
- this.i.fl = +v;
1228
+ this.i.fo = +v;
1208
1229
  },
1209
1230
  enumerable: false,
1210
1231
  configurable: true
@@ -1214,10 +1235,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1214
1235
  * Gets or sets the right border to use for the content.
1215
1236
  */
1216
1237
  get: function () {
1217
- return this.i.fj;
1238
+ return this.i.fm;
1218
1239
  },
1219
1240
  set: function (v) {
1220
- this.i.fj = +v;
1241
+ this.i.fm = +v;
1221
1242
  },
1222
1243
  enumerable: false,
1223
1244
  configurable: true
@@ -1227,10 +1248,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1227
1248
  * Gets or sets the bottom border to use for the content.
1228
1249
  */
1229
1250
  get: function () {
1230
- return this.i.fe;
1251
+ return this.i.fh;
1231
1252
  },
1232
1253
  set: function (v) {
1233
- this.i.fe = +v;
1254
+ this.i.fh = +v;
1234
1255
  },
1235
1256
  enumerable: false,
1236
1257
  configurable: true
@@ -1240,10 +1261,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1240
1261
  * Gets or sets the left activation border to use for the content.
1241
1262
  */
1242
1263
  get: function () {
1243
- return this.i.ec;
1264
+ return this.i.ef;
1244
1265
  },
1245
1266
  set: function (v) {
1246
- this.i.ec = +v;
1267
+ this.i.ef = +v;
1247
1268
  },
1248
1269
  enumerable: false,
1249
1270
  configurable: true
@@ -1253,10 +1274,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1253
1274
  * Gets or sets the top activation border to use for the content.
1254
1275
  */
1255
1276
  get: function () {
1256
- return this.i.eh;
1277
+ return this.i.ek;
1257
1278
  },
1258
1279
  set: function (v) {
1259
- this.i.eh = +v;
1280
+ this.i.ek = +v;
1260
1281
  },
1261
1282
  enumerable: false,
1262
1283
  configurable: true
@@ -1266,10 +1287,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1266
1287
  * Gets or sets the right activation border to use for the content.
1267
1288
  */
1268
1289
  get: function () {
1269
- return this.i.ef;
1290
+ return this.i.ei;
1270
1291
  },
1271
1292
  set: function (v) {
1272
- this.i.ef = +v;
1293
+ this.i.ei = +v;
1273
1294
  },
1274
1295
  enumerable: false,
1275
1296
  configurable: true
@@ -1279,10 +1300,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1279
1300
  * Gets or sets the bottom activation border to use for the content.
1280
1301
  */
1281
1302
  get: function () {
1282
- return this.i.ea;
1303
+ return this.i.ed;
1283
1304
  },
1284
1305
  set: function (v) {
1285
- this.i.ea = +v;
1306
+ this.i.ed = +v;
1286
1307
  },
1287
1308
  enumerable: false,
1288
1309
  configurable: true
@@ -1292,10 +1313,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1292
1313
  * Gets or sets the left error border to use for the content.
1293
1314
  */
1294
1315
  get: function () {
1295
- return this.i.fz;
1316
+ return this.i.f2;
1296
1317
  },
1297
1318
  set: function (v) {
1298
- this.i.fz = +v;
1319
+ this.i.f2 = +v;
1299
1320
  },
1300
1321
  enumerable: false,
1301
1322
  configurable: true
@@ -1305,10 +1326,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1305
1326
  * Gets or sets the top error border to use for the content.
1306
1327
  */
1307
1328
  get: function () {
1308
- return this.i.f4;
1329
+ return this.i.f7;
1309
1330
  },
1310
1331
  set: function (v) {
1311
- this.i.f4 = +v;
1332
+ this.i.f7 = +v;
1312
1333
  },
1313
1334
  enumerable: false,
1314
1335
  configurable: true
@@ -1318,10 +1339,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1318
1339
  * Gets or sets the right error border to use for the content.
1319
1340
  */
1320
1341
  get: function () {
1321
- return this.i.f2;
1342
+ return this.i.f5;
1322
1343
  },
1323
1344
  set: function (v) {
1324
- this.i.f2 = +v;
1345
+ this.i.f5 = +v;
1325
1346
  },
1326
1347
  enumerable: false,
1327
1348
  configurable: true
@@ -1331,10 +1352,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1331
1352
  * Gets or sets the bottom error border to use for the content.
1332
1353
  */
1333
1354
  get: function () {
1334
- return this.i.fx;
1355
+ return this.i.f0;
1335
1356
  },
1336
1357
  set: function (v) {
1337
- this.i.fx = +v;
1358
+ this.i.f0 = +v;
1338
1359
  },
1339
1360
  enumerable: false,
1340
1361
  configurable: true
@@ -1344,10 +1365,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1344
1365
  * Gets or sets the actual left border to use for the content.
1345
1366
  */
1346
1367
  get: function () {
1347
- return this.i.en;
1368
+ return this.i.eq;
1348
1369
  },
1349
1370
  set: function (v) {
1350
- this.i.en = +v;
1371
+ this.i.eq = +v;
1351
1372
  },
1352
1373
  enumerable: false,
1353
1374
  configurable: true
@@ -1357,10 +1378,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1357
1378
  * Gets or sets the actual top border to use for the content.
1358
1379
  */
1359
1380
  get: function () {
1360
- return this.i.es;
1381
+ return this.i.ev;
1361
1382
  },
1362
1383
  set: function (v) {
1363
- this.i.es = +v;
1384
+ this.i.ev = +v;
1364
1385
  },
1365
1386
  enumerable: false,
1366
1387
  configurable: true
@@ -1370,10 +1391,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1370
1391
  * Gets or sets the actual right border to use for the content.
1371
1392
  */
1372
1393
  get: function () {
1373
- return this.i.eq;
1394
+ return this.i.et;
1374
1395
  },
1375
1396
  set: function (v) {
1376
- this.i.eq = +v;
1397
+ this.i.et = +v;
1377
1398
  },
1378
1399
  enumerable: false,
1379
1400
  configurable: true
@@ -1383,10 +1404,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1383
1404
  * Gets or sets the actual bottom border to use for the content.
1384
1405
  */
1385
1406
  get: function () {
1386
- return this.i.el;
1407
+ return this.i.eo;
1387
1408
  },
1388
1409
  set: function (v) {
1389
- this.i.el = +v;
1410
+ this.i.eo = +v;
1390
1411
  },
1391
1412
  enumerable: false,
1392
1413
  configurable: true
@@ -1435,10 +1456,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1435
1456
  * Gets or sets the color used to render the expansion indicator icon for this cell.
1436
1457
  */
1437
1458
  get: function () {
1438
- return brushToString(this.i.ns);
1459
+ return brushToString(this.i.nv);
1439
1460
  },
1440
1461
  set: function (v) {
1441
- this.i.ns = stringToBrush(v);
1462
+ this.i.nv = stringToBrush(v);
1442
1463
  },
1443
1464
  enumerable: false,
1444
1465
  configurable: true
@@ -1502,10 +1523,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1502
1523
  * Gets or sets the error message for the cell.
1503
1524
  */
1504
1525
  get: function () {
1505
- return this.i.js;
1526
+ return this.i.jv;
1506
1527
  },
1507
1528
  set: function (v) {
1508
- this.i.js = v;
1529
+ this.i.jv = v;
1509
1530
  },
1510
1531
  enumerable: false,
1511
1532
  configurable: true
@@ -1515,20 +1536,20 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1515
1536
  * Gets whether the cell is in edit mode.
1516
1537
  */
1517
1538
  get: function () {
1518
- return this.i.bj;
1539
+ return this.i.bk;
1519
1540
  },
1520
1541
  set: function (v) {
1521
- this.i.bj = ensureBool(v);
1542
+ this.i.bk = ensureBool(v);
1522
1543
  },
1523
1544
  enumerable: false,
1524
1545
  configurable: true
1525
1546
  });
1526
1547
  Object.defineProperty(IgxCellInfo.prototype, "editID", {
1527
1548
  get: function () {
1528
- return this.i.fv;
1549
+ return this.i.fy;
1529
1550
  },
1530
1551
  set: function (v) {
1531
- this.i.fv = +v;
1552
+ this.i.fy = +v;
1532
1553
  },
1533
1554
  enumerable: false,
1534
1555
  configurable: true
@@ -1564,7 +1585,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1564
1585
  return (iv);
1565
1586
  };
1566
1587
  IgxCellInfo.prototype.setNamedValue = function (valueName, value) {
1567
- this.i.ms(valueName, value);
1588
+ this.i.mv(valueName, value);
1568
1589
  };
1569
1590
  /**
1570
1591
  * Returns if there is a named value stored for the cell.
@@ -1581,7 +1602,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1581
1602
  * @param valueName * The name of the value to remove.
1582
1603
  */
1583
1604
  IgxCellInfo.prototype.removeNamedValue = function (valueName) {
1584
- this.i.mo(valueName);
1605
+ this.i.mr(valueName);
1585
1606
  };
1586
1607
  /**
1587
1608
  * Gets a named value from the cell.
@@ -1589,7 +1610,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1589
1610
  * @param valueName * The name of the value to get.
1590
1611
  */
1591
1612
  IgxCellInfo.prototype.getNamedValue = function (valueName) {
1592
- var iv = this.i.ig(valueName);
1613
+ var iv = this.i.ij(valueName);
1593
1614
  return (iv);
1594
1615
  };
1595
1616
  return IgxCellInfo;