igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-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 (279) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +46 -47
  83. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  84. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  85. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  86. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  87. package/esm2015/lib/igx-data-grid-column-component.js +289 -163
  88. package/esm2015/lib/igx-data-grid-component.js +163 -2
  89. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
  90. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  91. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  92. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  93. package/esm2015/lib/igx-definition-base-component.js +8 -8
  94. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  95. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  96. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  97. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  98. package/esm2015/lib/igx-header-component.js +16 -16
  99. package/esm2015/lib/igx-image-cell-info.js +6 -6
  100. package/esm2015/lib/igx-image-column-component.js +10 -10
  101. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  102. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  103. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  104. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  106. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  107. package/esm2015/lib/igx-section-header-component.js +55 -17
  108. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  110. package/esm2015/lib/igx-summary-row-component.js +16 -16
  111. package/esm2015/lib/igx-template-cell-info.js +2 -2
  112. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  113. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  114. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  115. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  116. package/esm2015/lib/igx-text-cell-info.js +2 -2
  117. package/esm2015/lib/igx-text-column-component.js +8 -8
  118. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  119. package/esm2015/lib/igx-text-header-cell-info.js +74 -24
  120. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  121. package/esm2015/public_api.js +2 -0
  122. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  123. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  124. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  125. package/esm5/lib/CanvasGridCellBase.js +13 -13
  126. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  127. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  129. package/esm5/lib/CanvasSummaryCell.js +2 -2
  130. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  131. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  132. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  134. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  135. package/esm5/lib/CellPresenterBase.js +39 -36
  136. package/esm5/lib/CheckboxListBridge.js +36 -36
  137. package/esm5/lib/CheckboxListView_combined.js +400 -395
  138. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  139. package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
  140. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  141. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  142. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  143. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  144. package/esm5/lib/ContentCellModelHelper.js +10 -10
  145. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  146. package/esm5/lib/DataGridLocaleEn.js +3 -0
  147. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  148. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  149. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  150. package/esm5/lib/Dragger.js +4 -4
  151. package/esm5/lib/DraggerView.js +8 -8
  152. package/esm5/lib/EditorCell.js +277 -277
  153. package/esm5/lib/EditorCellPresenter.js +26 -26
  154. package/esm5/lib/FilterCell.js +259 -259
  155. package/esm5/lib/FilterCellPresenter.js +15 -15
  156. package/esm5/lib/GridCellBase.js +168 -147
  157. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  158. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  159. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  160. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  161. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  162. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  163. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  164. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  165. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  166. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  167. package/esm5/lib/GridExternalWrapper.js +12 -6
  168. package/esm5/lib/GridFilterDialogView_combined.js +381 -247
  169. package/esm5/lib/GridIconRepository.js +98 -0
  170. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  171. package/esm5/lib/GridStyleRepository.js +127 -115
  172. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  173. package/esm5/lib/ICheckboxListView.js +11 -0
  174. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  175. package/esm5/lib/ImageCell.js +57 -57
  176. package/esm5/lib/ImageCellPresenter.js +15 -15
  177. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  178. package/esm5/lib/NativeUIComboFactory.js +1 -1
  179. package/esm5/lib/NativeUIGridFactory.js +2 -2
  180. package/esm5/lib/NumericCell.js +8 -8
  181. package/esm5/lib/NumericCellPresenter.js +9 -9
  182. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  183. package/esm5/lib/SectionHeaderCell.js +22 -10
  184. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  185. package/esm5/lib/SummaryCell.js +47 -38
  186. package/esm5/lib/SummaryCellPresenter.js +10 -10
  187. package/esm5/lib/TemplateCell.js +16 -16
  188. package/esm5/lib/TemplateCellPresenter.js +3 -3
  189. package/esm5/lib/TemplateHeader.js +5 -5
  190. package/esm5/lib/TemplateHeaderCell.js +5 -5
  191. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  192. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  193. package/esm5/lib/TemplateSectionHeader.js +1 -1
  194. package/esm5/lib/TextCell.js +29 -29
  195. package/esm5/lib/TextCellPresenter.js +10 -10
  196. package/esm5/lib/TextHeaderCell.js +186 -151
  197. package/esm5/lib/TextHeaderCellPresenter.js +58 -39
  198. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  199. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  200. package/esm5/lib/igx-cell-info.js +127 -91
  201. package/esm5/lib/igx-checkbox-list-component.js +46 -47
  202. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  203. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  204. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  205. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  206. package/esm5/lib/igx-data-grid-column-component.js +341 -163
  207. package/esm5/lib/igx-data-grid-component.js +213 -2
  208. package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
  209. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  210. package/esm5/lib/igx-date-time-column-component.js +20 -20
  211. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  212. package/esm5/lib/igx-definition-base-component.js +8 -8
  213. package/esm5/lib/igx-editor-cell-info.js +23 -23
  214. package/esm5/lib/igx-filter-cell-info.js +26 -26
  215. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  216. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-header-component.js +16 -16
  218. package/esm5/lib/igx-image-cell-info.js +6 -6
  219. package/esm5/lib/igx-image-column-component.js +10 -10
  220. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  221. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  222. package/esm5/lib/igx-numeric-column-component.js +47 -31
  223. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  224. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  225. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  226. package/esm5/lib/igx-section-header-component.js +71 -17
  227. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  228. package/esm5/lib/igx-summary-cell-info.js +9 -9
  229. package/esm5/lib/igx-summary-row-component.js +16 -16
  230. package/esm5/lib/igx-template-cell-info.js +2 -2
  231. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  232. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  233. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  235. package/esm5/lib/igx-text-cell-info.js +2 -2
  236. package/esm5/lib/igx-text-column-component.js +8 -8
  237. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-text-header-cell-info.js +98 -24
  239. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  240. package/esm5/public_api.js +2 -0
  241. package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
  242. package/fesm5/igniteui-angular-data-grids.js +15844 -13296
  243. package/lib/CheckboxListView_combined.d.ts +104 -104
  244. package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
  245. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  246. package/lib/DataGridLocaleEn.d.ts +3 -0
  247. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  248. package/lib/EditorCell.d.ts +67 -67
  249. package/lib/FilterCell.d.ts +55 -55
  250. package/lib/GridCellBase.d.ts +64 -61
  251. package/lib/GridExternalWrapper.d.ts +2 -0
  252. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  253. package/lib/GridIconRepository.d.ts +44 -0
  254. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  255. package/lib/GridStyleRepository.d.ts +3 -2
  256. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  257. package/lib/ICheckboxListView.d.ts +38 -0
  258. package/lib/ImageCell.d.ts +17 -17
  259. package/lib/NumericCell.d.ts +2 -2
  260. package/lib/SectionHeaderCell.d.ts +5 -3
  261. package/lib/SummaryCell.d.ts +11 -9
  262. package/lib/TemplateCell.d.ts +5 -5
  263. package/lib/TemplateHeader.d.ts +1 -1
  264. package/lib/TemplateHeaderCell.d.ts +2 -2
  265. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  266. package/lib/TemplateSectionHeader.d.ts +1 -1
  267. package/lib/TextCell.d.ts +7 -7
  268. package/lib/TextHeaderCell.d.ts +30 -30
  269. package/lib/VerticalSeparatorCell.d.ts +8 -8
  270. package/lib/igx-cell-info.d.ts +15 -0
  271. package/lib/igx-data-grid-column-component.d.ts +42 -1
  272. package/lib/igx-data-grid-component.d.ts +61 -1
  273. package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
  274. package/lib/igx-numeric-cell-info.d.ts +6 -0
  275. package/lib/igx-numeric-column-component.d.ts +8 -1
  276. package/lib/igx-section-header-component.d.ts +15 -1
  277. package/lib/igx-text-header-cell-info.d.ts +16 -0
  278. package/package.json +4 -4
  279. package/public_api.d.ts +2 -0
@@ -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.k8;
99
+ return this.i.ld;
100
100
  },
101
101
  set: function (v) {
102
- this.i.k8 = v;
102
+ this.i.ld = v;
103
103
  },
104
104
  enumerable: false,
105
105
  configurable: true
@@ -109,10 +109,20 @@ 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.fp;
112
+ return this.i.fq;
113
113
  },
114
114
  set: function (v) {
115
- this.i.fp = +v;
115
+ this.i.fq = +v;
116
+ },
117
+ enumerable: false,
118
+ configurable: true
119
+ });
120
+ Object.defineProperty(IgxCellInfo.prototype, "columnIdx", {
121
+ /**
122
+ * Gets the column index for the current cell.
123
+ */
124
+ get: function () {
125
+ return this.i.fo;
116
126
  },
117
127
  enumerable: false,
118
128
  configurable: true
@@ -304,20 +314,20 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
304
314
  * Gets the indent level of the cell.
305
315
  */
306
316
  get: function () {
307
- return this.i.ge;
317
+ return this.i.gg;
308
318
  },
309
319
  set: function (v) {
310
- this.i.ge = +v;
320
+ this.i.gg = +v;
311
321
  },
312
322
  enumerable: false,
313
323
  configurable: true
314
324
  });
315
325
  Object.defineProperty(IgxCellInfo.prototype, "rowItem", {
316
326
  get: function () {
317
- return this.i.ig;
327
+ return this.i.ij;
318
328
  },
319
329
  set: function (v) {
320
- this.i.ig = v;
330
+ this.i.ij = v;
321
331
  },
322
332
  enumerable: false,
323
333
  configurable: true
@@ -353,10 +363,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
353
363
  * Gets the pixel snapped X position of the cell within the content.
354
364
  */
355
365
  get: function () {
356
- return this.i.he;
366
+ return this.i.hh;
357
367
  },
358
368
  set: function (v) {
359
- this.i.he = +v;
369
+ this.i.hh = +v;
360
370
  },
361
371
  enumerable: false,
362
372
  configurable: true
@@ -366,10 +376,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
366
376
  * Gets the snapped Y position of the cell within the content.
367
377
  */
368
378
  get: function () {
369
- return this.i.hg;
379
+ return this.i.hj;
370
380
  },
371
381
  set: function (v) {
372
- this.i.hg = +v;
382
+ this.i.hj = +v;
373
383
  },
374
384
  enumerable: false,
375
385
  configurable: true
@@ -444,10 +454,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
444
454
  * Gets the height of the cell.
445
455
  */
446
456
  get: function () {
447
- return this.i.f8;
457
+ return this.i.ga;
448
458
  },
449
459
  set: function (v) {
450
- this.i.f8 = +v;
460
+ this.i.ga = +v;
451
461
  },
452
462
  enumerable: false,
453
463
  configurable: true
@@ -457,10 +467,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
457
467
  * Gets the width of the cell.
458
468
  */
459
469
  get: function () {
460
- return this.i.h5;
470
+ return this.i.h8;
461
471
  },
462
472
  set: function (v) {
463
- this.i.h5 = +v;
473
+ this.i.h8 = +v;
464
474
  },
465
475
  enumerable: false,
466
476
  configurable: true
@@ -561,10 +571,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
561
571
  * Gets or sets the background color of the cell.
562
572
  */
563
573
  get: function () {
564
- return brushToString(this.i.nf);
574
+ return brushToString(this.i.nm);
565
575
  },
566
576
  set: function (v) {
567
- this.i.nf = stringToBrush(v);
577
+ this.i.nm = stringToBrush(v);
568
578
  },
569
579
  enumerable: false,
570
580
  configurable: true
@@ -574,10 +584,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
574
584
  * Gets or sets the border color of the cell.
575
585
  */
576
586
  get: function () {
577
- return brushToString(this.i.ni);
587
+ return brushToString(this.i.np);
578
588
  },
579
589
  set: function (v) {
580
- this.i.ni = stringToBrush(v);
590
+ this.i.np = stringToBrush(v);
581
591
  },
582
592
  enumerable: false,
583
593
  configurable: true
@@ -587,10 +597,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
587
597
  * Gets the actual background color of the cell
588
598
  */
589
599
  get: function () {
590
- return brushToString(this.i.nc);
600
+ return brushToString(this.i.nj);
591
601
  },
592
602
  set: function (v) {
593
- this.i.nc = stringToBrush(v);
603
+ this.i.nj = stringToBrush(v);
594
604
  },
595
605
  enumerable: false,
596
606
  configurable: true
@@ -600,10 +610,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
600
610
  * Gets the actual background color of the cell
601
611
  */
602
612
  get: function () {
603
- return brushToString(this.i.nd);
613
+ return brushToString(this.i.nk);
604
614
  },
605
615
  set: function (v) {
606
- this.i.nd = stringToBrush(v);
616
+ this.i.nk = stringToBrush(v);
607
617
  },
608
618
  enumerable: false,
609
619
  configurable: true
@@ -613,10 +623,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
613
623
  * Gets the actual background color of the cell
614
624
  */
615
625
  get: function () {
616
- return brushToString(this.i.nb);
626
+ return brushToString(this.i.ni);
617
627
  },
618
628
  set: function (v) {
619
- this.i.nb = stringToBrush(v);
629
+ this.i.ni = stringToBrush(v);
620
630
  },
621
631
  enumerable: false,
622
632
  configurable: true
@@ -626,10 +636,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
626
636
  * Gets or sets the error border color of the cell.
627
637
  */
628
638
  get: function () {
629
- return brushToString(this.i.nk);
639
+ return brushToString(this.i.nr);
630
640
  },
631
641
  set: function (v) {
632
- this.i.nk = stringToBrush(v);
642
+ this.i.nr = stringToBrush(v);
633
643
  },
634
644
  enumerable: false,
635
645
  configurable: true
@@ -639,10 +649,23 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
639
649
  * Gets or sets the selected background color of the cell.
640
650
  */
641
651
  get: function () {
642
- return brushToString(this.i.nr);
652
+ return brushToString(this.i.nz);
643
653
  },
644
654
  set: function (v) {
645
- this.i.nr = stringToBrush(v);
655
+ this.i.nz = stringToBrush(v);
656
+ },
657
+ enumerable: false,
658
+ configurable: true
659
+ });
660
+ Object.defineProperty(IgxCellInfo.prototype, "selectedTextColor", {
661
+ /**
662
+ * Gets or sets the selected text color of the cell.
663
+ */
664
+ get: function () {
665
+ return brushToString(this.i.n0);
666
+ },
667
+ set: function (v) {
668
+ this.i.n0 = stringToBrush(v);
646
669
  },
647
670
  enumerable: false,
648
671
  configurable: true
@@ -652,10 +675,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
652
675
  * Gets or sets the hover background color of the cell.
653
676
  */
654
677
  get: function () {
655
- return brushToString(this.i.nn);
678
+ return brushToString(this.i.nv);
656
679
  },
657
680
  set: function (v) {
658
- this.i.nn = stringToBrush(v);
681
+ this.i.nv = stringToBrush(v);
659
682
  },
660
683
  enumerable: false,
661
684
  configurable: true
@@ -665,10 +688,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
665
688
  * Gets or sets the hover text color of the cell.
666
689
  */
667
690
  get: function () {
668
- return brushToString(this.i.no);
691
+ return brushToString(this.i.nw);
669
692
  },
670
693
  set: function (v) {
671
- this.i.no = stringToBrush(v);
694
+ this.i.nw = stringToBrush(v);
672
695
  },
673
696
  enumerable: false,
674
697
  configurable: true
@@ -678,10 +701,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
678
701
  * Gets or sets the color for the sort indicator icon.
679
702
  */
680
703
  get: function () {
681
- return brushToString(this.i.ns);
704
+ return brushToString(this.i.n1);
682
705
  },
683
706
  set: function (v) {
684
- this.i.ns = stringToBrush(v);
707
+ this.i.n1 = stringToBrush(v);
685
708
  },
686
709
  enumerable: false,
687
710
  configurable: true
@@ -691,10 +714,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
691
714
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
692
715
  */
693
716
  get: function () {
694
- return brushToString(this.i.nt);
717
+ return brushToString(this.i.n2);
695
718
  },
696
719
  set: function (v) {
697
- this.i.nt = stringToBrush(v);
720
+ this.i.n2 = stringToBrush(v);
698
721
  },
699
722
  enumerable: false,
700
723
  configurable: true
@@ -704,10 +727,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
704
727
  * Gets or sets the background color for the cell that has been marked as pinned.
705
728
  */
706
729
  get: function () {
707
- return brushToString(this.i.nq);
730
+ return brushToString(this.i.ny);
708
731
  },
709
732
  set: function (v) {
710
- this.i.nq = stringToBrush(v);
733
+ this.i.ny = stringToBrush(v);
711
734
  },
712
735
  enumerable: false,
713
736
  configurable: true
@@ -717,10 +740,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
717
740
  * Gets or sets the color for the last row in the sticky row area.
718
741
  */
719
742
  get: function () {
720
- return brushToString(this.i.np);
743
+ return brushToString(this.i.nx);
721
744
  },
722
745
  set: function (v) {
723
- this.i.np = stringToBrush(v);
746
+ this.i.nx = stringToBrush(v);
724
747
  },
725
748
  enumerable: false,
726
749
  configurable: true
@@ -730,10 +753,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
730
753
  * Gets or sets the background color for filter row.
731
754
  */
732
755
  get: function () {
733
- return brushToString(this.i.nl);
756
+ return brushToString(this.i.nt);
734
757
  },
735
758
  set: function (v) {
736
- this.i.nl = stringToBrush(v);
759
+ this.i.nt = stringToBrush(v);
737
760
  },
738
761
  enumerable: false,
739
762
  configurable: true
@@ -756,10 +779,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
756
779
  * Gets or sets the original value for the cell, before processing.
757
780
  */
758
781
  get: function () {
759
- return this.i.ie;
782
+ return this.i.ii;
760
783
  },
761
784
  set: function (v) {
762
- this.i.ie = v;
785
+ this.i.ii = v;
763
786
  },
764
787
  enumerable: false,
765
788
  configurable: true
@@ -769,10 +792,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
769
792
  * Gets or sets the text value, if any, which was rendered by a text cell.
770
793
  */
771
794
  get: function () {
772
- return this.i.kx;
795
+ return this.i.k1;
773
796
  },
774
797
  set: function (v) {
775
- this.i.kx = v;
798
+ this.i.k1 = v;
776
799
  },
777
800
  enumerable: false,
778
801
  configurable: true
@@ -782,10 +805,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
782
805
  * If set, this text will be used when rendering the cell value.
783
806
  */
784
807
  get: function () {
785
- return this.i.lt;
808
+ return this.i.ly;
786
809
  },
787
810
  set: function (v) {
788
- this.i.lt = v;
811
+ this.i.ly = v;
789
812
  },
790
813
  enumerable: false,
791
814
  configurable: true
@@ -795,10 +818,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
795
818
  * Gets or sets the color of the text for the cell, if any.
796
819
  */
797
820
  get: function () {
798
- return brushToString(this.i.nx);
821
+ return brushToString(this.i.n6);
799
822
  },
800
823
  set: function (v) {
801
- this.i.nx = stringToBrush(v);
824
+ this.i.n6 = stringToBrush(v);
802
825
  },
803
826
  enumerable: false,
804
827
  configurable: true
@@ -808,10 +831,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
808
831
  * Gets the actual color of the text for the cell, if any.
809
832
  */
810
833
  get: function () {
811
- return brushToString(this.i.ne);
834
+ return brushToString(this.i.nl);
812
835
  },
813
836
  set: function (v) {
814
- this.i.ne = stringToBrush(v);
837
+ this.i.nl = stringToBrush(v);
815
838
  },
816
839
  enumerable: false,
817
840
  configurable: true
@@ -821,10 +844,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
821
844
  * Gets or sets the text color for cells in deleted rows.
822
845
  */
823
846
  get: function () {
824
- return brushToString(this.i.nj);
847
+ return brushToString(this.i.nq);
825
848
  },
826
849
  set: function (v) {
827
- this.i.nj = stringToBrush(v);
850
+ this.i.nq = stringToBrush(v);
828
851
  },
829
852
  enumerable: false,
830
853
  configurable: true
@@ -864,10 +887,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
864
887
  * Gets or sets the text to display in the suffix area of the cell.
865
888
  */
866
889
  get: function () {
867
- return this.i.lk;
890
+ return this.i.lp;
868
891
  },
869
892
  set: function (v) {
870
- this.i.lk = v;
893
+ this.i.lp = v;
871
894
  },
872
895
  enumerable: false,
873
896
  configurable: true
@@ -877,10 +900,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
877
900
  * Gets or sets the color of the suffix text for the cell, if any.
878
901
  */
879
902
  get: function () {
880
- return brushToString(this.i.nw);
903
+ return brushToString(this.i.n5);
881
904
  },
882
905
  set: function (v) {
883
- this.i.nw = stringToBrush(v);
906
+ this.i.n5 = stringToBrush(v);
884
907
  },
885
908
  enumerable: false,
886
909
  configurable: true
@@ -905,10 +928,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
905
928
  * Gets or sets the icon to display in the suffix area of the cell.
906
929
  */
907
930
  get: function () {
908
- return this.i.lc;
931
+ return this.i.lh;
909
932
  },
910
933
  set: function (v) {
911
- this.i.lc = v;
934
+ this.i.lh = v;
912
935
  },
913
936
  enumerable: false,
914
937
  configurable: true
@@ -918,10 +941,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
918
941
  * Gets or sets the icon to display in the suffix area of the cell.
919
942
  */
920
943
  get: function () {
921
- return this.i.k9;
944
+ return this.i.le;
922
945
  },
923
946
  set: function (v) {
924
- this.i.k9 = v;
947
+ this.i.le = v;
925
948
  },
926
949
  enumerable: false,
927
950
  configurable: true
@@ -931,10 +954,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
931
954
  * Gets or sets the stroke color of the suffix icon.
932
955
  */
933
956
  get: function () {
934
- return brushToString(this.i.nv);
957
+ return brushToString(this.i.n4);
935
958
  },
936
959
  set: function (v) {
937
- this.i.nv = stringToBrush(v);
960
+ this.i.n4 = stringToBrush(v);
938
961
  },
939
962
  enumerable: false,
940
963
  configurable: true
@@ -944,10 +967,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
944
967
  * Gets or sets the fill color of the suffix icon.
945
968
  */
946
969
  get: function () {
947
- return brushToString(this.i.nu);
970
+ return brushToString(this.i.n3);
948
971
  },
949
972
  set: function (v) {
950
- this.i.nu = stringToBrush(v);
973
+ this.i.n3 = stringToBrush(v);
951
974
  },
952
975
  enumerable: false,
953
976
  configurable: true
@@ -1061,10 +1084,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1061
1084
  * Gets or sets the left padding to use for the content.
1062
1085
  */
1063
1086
  get: function () {
1064
- return this.i.g0;
1087
+ return this.i.g2;
1065
1088
  },
1066
1089
  set: function (v) {
1067
- this.i.g0 = +v;
1090
+ this.i.g2 = +v;
1068
1091
  },
1069
1092
  enumerable: false,
1070
1093
  configurable: true
@@ -1074,10 +1097,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1074
1097
  * Gets or sets the top padding to use for the content.
1075
1098
  */
1076
1099
  get: function () {
1077
- return this.i.g4;
1100
+ return this.i.g6;
1078
1101
  },
1079
1102
  set: function (v) {
1080
- this.i.g4 = +v;
1103
+ this.i.g6 = +v;
1081
1104
  },
1082
1105
  enumerable: false,
1083
1106
  configurable: true
@@ -1087,10 +1110,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1087
1110
  * Gets or sets the right padding to use for the content.
1088
1111
  */
1089
1112
  get: function () {
1090
- return this.i.g2;
1113
+ return this.i.g4;
1091
1114
  },
1092
1115
  set: function (v) {
1093
- this.i.g2 = +v;
1116
+ this.i.g4 = +v;
1094
1117
  },
1095
1118
  enumerable: false,
1096
1119
  configurable: true
@@ -1100,10 +1123,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1100
1123
  * Gets or sets the bottom padding to use for the content.
1101
1124
  */
1102
1125
  get: function () {
1103
- return this.i.gy;
1126
+ return this.i.g0;
1104
1127
  },
1105
1128
  set: function (v) {
1106
- this.i.gy = +v;
1129
+ this.i.g0 = +v;
1107
1130
  },
1108
1131
  enumerable: false,
1109
1132
  configurable: true
@@ -1269,10 +1292,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1269
1292
  * Gets or sets the left error border to use for the content.
1270
1293
  */
1271
1294
  get: function () {
1272
- return this.i.fy;
1295
+ return this.i.fz;
1273
1296
  },
1274
1297
  set: function (v) {
1275
- this.i.fy = +v;
1298
+ this.i.fz = +v;
1276
1299
  },
1277
1300
  enumerable: false,
1278
1301
  configurable: true
@@ -1282,10 +1305,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1282
1305
  * Gets or sets the top error border to use for the content.
1283
1306
  */
1284
1307
  get: function () {
1285
- return this.i.f3;
1308
+ return this.i.f4;
1286
1309
  },
1287
1310
  set: function (v) {
1288
- this.i.f3 = +v;
1311
+ this.i.f4 = +v;
1289
1312
  },
1290
1313
  enumerable: false,
1291
1314
  configurable: true
@@ -1295,10 +1318,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1295
1318
  * Gets or sets the right error border to use for the content.
1296
1319
  */
1297
1320
  get: function () {
1298
- return this.i.f1;
1321
+ return this.i.f2;
1299
1322
  },
1300
1323
  set: function (v) {
1301
- this.i.f1 = +v;
1324
+ this.i.f2 = +v;
1302
1325
  },
1303
1326
  enumerable: false,
1304
1327
  configurable: true
@@ -1308,10 +1331,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1308
1331
  * Gets or sets the bottom error border to use for the content.
1309
1332
  */
1310
1333
  get: function () {
1311
- return this.i.fw;
1334
+ return this.i.fx;
1312
1335
  },
1313
1336
  set: function (v) {
1314
- this.i.fw = +v;
1337
+ this.i.fx = +v;
1315
1338
  },
1316
1339
  enumerable: false,
1317
1340
  configurable: true
@@ -1407,6 +1430,19 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1407
1430
  enumerable: false,
1408
1431
  configurable: true
1409
1432
  });
1433
+ Object.defineProperty(IgxCellInfo.prototype, "expansionIndicatorIconColor", {
1434
+ /**
1435
+ * Gets or sets the color used to render the expansion indicator icon for this cell.
1436
+ */
1437
+ get: function () {
1438
+ return brushToString(this.i.ns);
1439
+ },
1440
+ set: function (v) {
1441
+ this.i.ns = stringToBrush(v);
1442
+ },
1443
+ enumerable: false,
1444
+ configurable: true
1445
+ });
1410
1446
  Object.defineProperty(IgxCellInfo.prototype, "pinned", {
1411
1447
  /**
1412
1448
  * Gets the fixed column position of this cell.
@@ -1466,10 +1502,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1466
1502
  * Gets or sets the error message for the cell.
1467
1503
  */
1468
1504
  get: function () {
1469
- return this.i.jp;
1505
+ return this.i.js;
1470
1506
  },
1471
1507
  set: function (v) {
1472
- this.i.jp = v;
1508
+ this.i.js = v;
1473
1509
  },
1474
1510
  enumerable: false,
1475
1511
  configurable: true
@@ -1489,10 +1525,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1489
1525
  });
1490
1526
  Object.defineProperty(IgxCellInfo.prototype, "editID", {
1491
1527
  get: function () {
1492
- return this.i.fu;
1528
+ return this.i.fv;
1493
1529
  },
1494
1530
  set: function (v) {
1495
- this.i.fu = +v;
1531
+ this.i.fv = +v;
1496
1532
  },
1497
1533
  enumerable: false,
1498
1534
  configurable: true
@@ -1528,7 +1564,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1528
1564
  return (iv);
1529
1565
  };
1530
1566
  IgxCellInfo.prototype.setNamedValue = function (valueName, value) {
1531
- this.i.mn(valueName, value);
1567
+ this.i.ms(valueName, value);
1532
1568
  };
1533
1569
  /**
1534
1570
  * Returns if there is a named value stored for the cell.
@@ -1545,7 +1581,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1545
1581
  * @param valueName * The name of the value to remove.
1546
1582
  */
1547
1583
  IgxCellInfo.prototype.removeNamedValue = function (valueName) {
1548
- this.i.mj(valueName);
1584
+ this.i.mo(valueName);
1549
1585
  };
1550
1586
  /**
1551
1587
  * Gets a named value from the cell.
@@ -1553,7 +1589,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1553
1589
  * @param valueName * The name of the value to get.
1554
1590
  */
1555
1591
  IgxCellInfo.prototype.getNamedValue = function (valueName) {
1556
- var iv = this.i.ic(valueName);
1592
+ var iv = this.i.ig(valueName);
1557
1593
  return (iv);
1558
1594
  };
1559
1595
  return IgxCellInfo;