igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2

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 (211) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +44020 -42109
  2. package/bundles/igniteui-webcomponents-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 +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +25 -25
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +416 -411
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  43. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  44. package/esm2015/lib/GridExternalWrapper.js +6 -6
  45. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  46. package/esm2015/lib/GridIconRepository.js +92 -0
  47. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  48. package/esm2015/lib/GridStyleRepository.js +6 -3
  49. package/esm2015/lib/ICheckboxListView.js +11 -0
  50. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  51. package/esm2015/lib/ImageCellPresenter.js +7 -7
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
  53. package/esm2015/lib/NumericCellPresenter.js +8 -8
  54. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  56. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  57. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateHeader.js +3 -3
  59. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  60. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  61. package/esm2015/lib/TextCellPresenter.js +9 -9
  62. package/esm2015/lib/TextHeaderCell.js +62 -27
  63. package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
  64. package/esm2015/lib/igc-cell-info.js +97 -91
  65. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  68. package/esm2015/lib/igc-data-grid-column-component.js +271 -188
  69. package/esm2015/lib/igc-data-grid-component.js +135 -0
  70. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  71. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  74. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  75. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  76. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  77. package/esm2015/lib/igc-image-cell-info.js +6 -6
  78. package/esm2015/lib/igc-image-column-component.js +12 -12
  79. package/esm2015/lib/igc-image-column-module.js +2 -0
  80. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  81. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  82. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  83. package/esm2015/lib/igc-row-separator-module.js +2 -0
  84. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  85. package/esm2015/lib/igc-section-header-module.js +2 -0
  86. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  87. package/esm2015/lib/igc-template-cell-info.js +2 -2
  88. package/esm2015/lib/igc-template-column-module.js +2 -0
  89. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  90. package/esm2015/lib/igc-template-header-module.js +2 -0
  91. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  92. package/esm2015/lib/igc-text-cell-info.js +2 -2
  93. package/esm2015/lib/igc-text-column-component.js +9 -9
  94. package/esm2015/lib/igc-text-column-module.js +2 -0
  95. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  96. package/esm2015/lib/igc-text-header-module.js +2 -0
  97. package/esm2015/public_api.js +2 -0
  98. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  99. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  100. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  101. package/esm5/lib/CanvasGridCellBase.js +13 -13
  102. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  103. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  104. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  105. package/esm5/lib/CanvasSummaryCell.js +2 -2
  106. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  107. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  108. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  109. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  111. package/esm5/lib/CellPresenterBase.js +25 -25
  112. package/esm5/lib/CheckboxListBridge.js +36 -36
  113. package/esm5/lib/CheckboxListView_combined.js +399 -394
  114. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  115. package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
  116. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  117. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  118. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  119. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  120. package/esm5/lib/ContentCellModelHelper.js +5 -5
  121. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  122. package/esm5/lib/DataGridLocaleEn.js +3 -0
  123. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  124. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  125. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  126. package/esm5/lib/Dragger.js +4 -4
  127. package/esm5/lib/EditorCellPresenter.js +21 -21
  128. package/esm5/lib/FilterCellPresenter.js +12 -12
  129. package/esm5/lib/GridCellBase.js +6 -6
  130. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  131. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  132. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  133. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  134. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  135. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  136. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  137. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  138. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  139. package/esm5/lib/GridExternalWrapper.js +6 -6
  140. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  141. package/esm5/lib/GridIconRepository.js +97 -0
  142. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  143. package/esm5/lib/GridStyleRepository.js +10 -3
  144. package/esm5/lib/ICheckboxListView.js +11 -0
  145. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  146. package/esm5/lib/ImageCellPresenter.js +7 -7
  147. package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
  148. package/esm5/lib/NumericCellPresenter.js +8 -8
  149. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  150. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  151. package/esm5/lib/SummaryCellPresenter.js +6 -6
  152. package/esm5/lib/TemplateCellPresenter.js +2 -2
  153. package/esm5/lib/TemplateHeader.js +3 -3
  154. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  155. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  156. package/esm5/lib/TextCellPresenter.js +9 -9
  157. package/esm5/lib/TextHeaderCell.js +62 -27
  158. package/esm5/lib/TextHeaderCellPresenter.js +44 -25
  159. package/esm5/lib/igc-cell-info.js +101 -91
  160. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  161. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  162. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  163. package/esm5/lib/igc-data-grid-column-component.js +311 -188
  164. package/esm5/lib/igc-data-grid-component.js +177 -0
  165. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  166. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  167. package/esm5/lib/igc-date-time-column-component.js +23 -23
  168. package/esm5/lib/igc-date-time-column-module.js +2 -0
  169. package/esm5/lib/igc-editor-cell-info.js +23 -23
  170. package/esm5/lib/igc-filter-cell-info.js +26 -26
  171. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  172. package/esm5/lib/igc-image-cell-info.js +6 -6
  173. package/esm5/lib/igc-image-column-component.js +12 -12
  174. package/esm5/lib/igc-image-column-module.js +2 -0
  175. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  176. package/esm5/lib/igc-numeric-column-component.js +35 -35
  177. package/esm5/lib/igc-numeric-column-module.js +2 -0
  178. package/esm5/lib/igc-row-separator-module.js +2 -0
  179. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  180. package/esm5/lib/igc-section-header-module.js +2 -0
  181. package/esm5/lib/igc-summary-cell-info.js +9 -9
  182. package/esm5/lib/igc-template-cell-info.js +2 -2
  183. package/esm5/lib/igc-template-column-module.js +2 -0
  184. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  185. package/esm5/lib/igc-template-header-module.js +2 -0
  186. package/esm5/lib/igc-template-section-header-module.js +4 -0
  187. package/esm5/lib/igc-text-cell-info.js +2 -2
  188. package/esm5/lib/igc-text-column-component.js +9 -9
  189. package/esm5/lib/igc-text-column-module.js +2 -0
  190. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  191. package/esm5/lib/igc-text-header-module.js +2 -0
  192. package/esm5/public_api.js +2 -0
  193. package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
  194. package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
  195. package/lib/CheckboxListView_combined.d.ts +104 -104
  196. package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
  197. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  198. package/lib/DataGridLocaleEn.d.ts +3 -0
  199. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  200. package/lib/GridIconRepository.d.ts +44 -0
  201. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  202. package/lib/GridStyleRepository.d.ts +3 -2
  203. package/lib/ICheckboxListView.d.ts +38 -0
  204. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  205. package/lib/igc-cell-info.d.ts +4 -0
  206. package/lib/igc-data-grid-column-component.d.ts +23 -0
  207. package/lib/igc-data-grid-component.d.ts +43 -0
  208. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  209. package/lib/igc-text-header-cell-info.d.ts +15 -0
  210. package/package.json +4 -4
  211. package/public_api.d.ts +2 -0
@@ -83,19 +83,25 @@ export class IgcCellInfo {
83
83
  * Gets the style key of the current cell, used for recycling.
84
84
  */
85
85
  get styleKey() {
86
- return this.i.k8;
86
+ return this.i.k9;
87
87
  }
88
88
  set styleKey(v) {
89
- this.i.k8 = v;
89
+ this.i.k9 = v;
90
90
  }
91
91
  /**
92
92
  * Gets the absolute data row for the current cell.
93
93
  */
94
94
  get dataRow() {
95
- return this.i.fp;
95
+ return this.i.fq;
96
96
  }
97
97
  set dataRow(v) {
98
- this.i.fp = +v;
98
+ this.i.fq = +v;
99
+ }
100
+ /**
101
+ * Gets the column index for the current cell.
102
+ */
103
+ get columnIdx() {
104
+ return this.i.fo;
99
105
  }
100
106
  /**
101
107
  * Gets if the position of the cell is dirty.
@@ -227,16 +233,16 @@ export class IgcCellInfo {
227
233
  * Gets the indent level of the cell.
228
234
  */
229
235
  get indent() {
230
- return this.i.ge;
236
+ return this.i.gf;
231
237
  }
232
238
  set indent(v) {
233
- this.i.ge = +v;
239
+ this.i.gf = +v;
234
240
  }
235
241
  get rowItem() {
236
- return this.i.ig;
242
+ return this.i.ih;
237
243
  }
238
244
  set rowItem(v) {
239
- this.i.ig = v;
245
+ this.i.ih = v;
240
246
  }
241
247
  /**
242
248
  * Gets the X position of the cell within the content.
@@ -260,19 +266,19 @@ export class IgcCellInfo {
260
266
  * Gets the pixel snapped X position of the cell within the content.
261
267
  */
262
268
  get snappedX() {
263
- return this.i.he;
269
+ return this.i.hf;
264
270
  }
265
271
  set snappedX(v) {
266
- this.i.he = +v;
272
+ this.i.hf = +v;
267
273
  }
268
274
  /**
269
275
  * Gets the snapped Y position of the cell within the content.
270
276
  */
271
277
  get snappedY() {
272
- return this.i.hg;
278
+ return this.i.hh;
273
279
  }
274
280
  set snappedY(v) {
275
- this.i.hg = +v;
281
+ this.i.hh = +v;
276
282
  }
277
283
  /**
278
284
  * Gets or sets the opacity for cells that have unsaved edits.
@@ -323,19 +329,19 @@ export class IgcCellInfo {
323
329
  * Gets the height of the cell.
324
330
  */
325
331
  get height() {
326
- return this.i.f8;
332
+ return this.i.f9;
327
333
  }
328
334
  set height(v) {
329
- this.i.f8 = +v;
335
+ this.i.f9 = +v;
330
336
  }
331
337
  /**
332
338
  * Gets the width of the cell.
333
339
  */
334
340
  get width() {
335
- return this.i.h5;
341
+ return this.i.h6;
336
342
  }
337
343
  set width(v) {
338
- this.i.h5 = +v;
344
+ this.i.h6 = +v;
339
345
  }
340
346
  /**
341
347
  * Gets if the cell is selected.
@@ -404,127 +410,127 @@ export class IgcCellInfo {
404
410
  * Gets or sets the background color of the cell.
405
411
  */
406
412
  get background() {
407
- return brushToString(this.i.nf);
413
+ return brushToString(this.i.ng);
408
414
  }
409
415
  set background(v) {
410
- this.i.nf = stringToBrush(v);
416
+ this.i.ng = stringToBrush(v);
411
417
  }
412
418
  /**
413
419
  * Gets or sets the border color of the cell.
414
420
  */
415
421
  get border() {
416
- return brushToString(this.i.ni);
422
+ return brushToString(this.i.nj);
417
423
  }
418
424
  set border(v) {
419
- this.i.ni = stringToBrush(v);
425
+ this.i.nj = stringToBrush(v);
420
426
  }
421
427
  /**
422
428
  * Gets the actual background color of the cell
423
429
  */
424
430
  get actualBackground() {
425
- return brushToString(this.i.nc);
431
+ return brushToString(this.i.nd);
426
432
  }
427
433
  set actualBackground(v) {
428
- this.i.nc = stringToBrush(v);
434
+ this.i.nd = stringToBrush(v);
429
435
  }
430
436
  /**
431
437
  * Gets the actual background color of the cell
432
438
  */
433
439
  get actualBorder() {
434
- return brushToString(this.i.nd);
440
+ return brushToString(this.i.ne);
435
441
  }
436
442
  set actualBorder(v) {
437
- this.i.nd = stringToBrush(v);
443
+ this.i.ne = stringToBrush(v);
438
444
  }
439
445
  /**
440
446
  * Gets the actual background color of the cell
441
447
  */
442
448
  get activationBorder() {
443
- return brushToString(this.i.nb);
449
+ return brushToString(this.i.nc);
444
450
  }
445
451
  set activationBorder(v) {
446
- this.i.nb = stringToBrush(v);
452
+ this.i.nc = stringToBrush(v);
447
453
  }
448
454
  /**
449
455
  * Gets or sets the error border color of the cell.
450
456
  */
451
457
  get errorBorder() {
452
- return brushToString(this.i.nk);
458
+ return brushToString(this.i.nl);
453
459
  }
454
460
  set errorBorder(v) {
455
- this.i.nk = stringToBrush(v);
461
+ this.i.nl = stringToBrush(v);
456
462
  }
457
463
  /**
458
464
  * Gets or sets the selected background color of the cell.
459
465
  */
460
466
  get selectedBackground() {
461
- return brushToString(this.i.nr);
467
+ return brushToString(this.i.ns);
462
468
  }
463
469
  set selectedBackground(v) {
464
- this.i.nr = stringToBrush(v);
470
+ this.i.ns = stringToBrush(v);
465
471
  }
466
472
  /**
467
473
  * Gets or sets the hover background color of the cell.
468
474
  */
469
475
  get hoverBackground() {
470
- return brushToString(this.i.nn);
476
+ return brushToString(this.i.no);
471
477
  }
472
478
  set hoverBackground(v) {
473
- this.i.nn = stringToBrush(v);
479
+ this.i.no = stringToBrush(v);
474
480
  }
475
481
  /**
476
482
  * Gets or sets the hover text color of the cell.
477
483
  */
478
484
  get hoverTextColor() {
479
- return brushToString(this.i.no);
485
+ return brushToString(this.i.np);
480
486
  }
481
487
  set hoverTextColor(v) {
482
- this.i.no = stringToBrush(v);
488
+ this.i.np = stringToBrush(v);
483
489
  }
484
490
  /**
485
491
  * Gets or sets the color for the sort indicator icon.
486
492
  */
487
493
  get sortIndicatorColor() {
488
- return brushToString(this.i.ns);
494
+ return brushToString(this.i.nt);
489
495
  }
490
496
  set sortIndicatorColor(v) {
491
- this.i.ns = stringToBrush(v);
497
+ this.i.nt = stringToBrush(v);
492
498
  }
493
499
  /**
494
500
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
495
501
  */
496
502
  get stickyRowBackground() {
497
- return brushToString(this.i.nt);
503
+ return brushToString(this.i.nu);
498
504
  }
499
505
  set stickyRowBackground(v) {
500
- this.i.nt = stringToBrush(v);
506
+ this.i.nu = stringToBrush(v);
501
507
  }
502
508
  /**
503
509
  * Gets or sets the background color for the cell that has been marked as pinned.
504
510
  */
505
511
  get pinnedRowBackground() {
506
- return brushToString(this.i.nq);
512
+ return brushToString(this.i.nr);
507
513
  }
508
514
  set pinnedRowBackground(v) {
509
- this.i.nq = stringToBrush(v);
515
+ this.i.nr = stringToBrush(v);
510
516
  }
511
517
  /**
512
518
  * Gets or sets the color for the last row in the sticky row area.
513
519
  */
514
520
  get lastStickyRowBackground() {
515
- return brushToString(this.i.np);
521
+ return brushToString(this.i.nq);
516
522
  }
517
523
  set lastStickyRowBackground(v) {
518
- this.i.np = stringToBrush(v);
524
+ this.i.nq = stringToBrush(v);
519
525
  }
520
526
  /**
521
527
  * Gets or sets the background color for filter row.
522
528
  */
523
529
  get filterRowBackground() {
524
- return brushToString(this.i.nl);
530
+ return brushToString(this.i.nm);
525
531
  }
526
532
  set filterRowBackground(v) {
527
- this.i.nl = stringToBrush(v);
533
+ this.i.nm = stringToBrush(v);
528
534
  }
529
535
  /**
530
536
  * Gets or sets the color to use for displaying text.
@@ -539,55 +545,55 @@ export class IgcCellInfo {
539
545
  * Gets or sets the original value for the cell, before processing.
540
546
  */
541
547
  get originalValue() {
542
- return this.i.ie;
548
+ return this.i.ig;
543
549
  }
544
550
  set originalValue(v) {
545
- this.i.ie = v;
551
+ this.i.ig = v;
546
552
  }
547
553
  /**
548
554
  * Gets or sets the text value, if any, which was rendered by a text cell.
549
555
  */
550
556
  get renderValue() {
551
- return this.i.kx;
557
+ return this.i.ky;
552
558
  }
553
559
  set renderValue(v) {
554
- this.i.kx = v;
560
+ this.i.ky = v;
555
561
  }
556
562
  /**
557
563
  * If set, this text will be used when rendering the cell value.
558
564
  */
559
565
  get userFormattedValue() {
560
- return this.i.lt;
566
+ return this.i.lu;
561
567
  }
562
568
  set userFormattedValue(v) {
563
- this.i.lt = v;
569
+ this.i.lu = v;
564
570
  }
565
571
  /**
566
572
  * Gets or sets the color of the text for the cell, if any.
567
573
  */
568
574
  get textColor() {
569
- return brushToString(this.i.nx);
575
+ return brushToString(this.i.ny);
570
576
  }
571
577
  set textColor(v) {
572
- this.i.nx = stringToBrush(v);
578
+ this.i.ny = stringToBrush(v);
573
579
  }
574
580
  /**
575
581
  * Gets the actual color of the text for the cell, if any.
576
582
  */
577
583
  get actualTextColor() {
578
- return brushToString(this.i.ne);
584
+ return brushToString(this.i.nf);
579
585
  }
580
586
  set actualTextColor(v) {
581
- this.i.ne = stringToBrush(v);
587
+ this.i.nf = stringToBrush(v);
582
588
  }
583
589
  /**
584
590
  * Gets or sets the text color for cells in deleted rows.
585
591
  */
586
592
  get deletedTextColor() {
587
- return brushToString(this.i.nj);
593
+ return brushToString(this.i.nk);
588
594
  }
589
595
  set deletedTextColor(v) {
590
- this.i.nj = stringToBrush(v);
596
+ this.i.nk = stringToBrush(v);
591
597
  }
592
598
  get font() {
593
599
  if (this.i.aj == null) {
@@ -615,19 +621,19 @@ export class IgcCellInfo {
615
621
  * Gets or sets the text to display in the suffix area of the cell.
616
622
  */
617
623
  get suffixText() {
618
- return this.i.lk;
624
+ return this.i.ll;
619
625
  }
620
626
  set suffixText(v) {
621
- this.i.lk = v;
627
+ this.i.ll = v;
622
628
  }
623
629
  /**
624
630
  * Gets or sets the color of the suffix text for the cell, if any.
625
631
  */
626
632
  get suffixTextColor() {
627
- return brushToString(this.i.nw);
633
+ return brushToString(this.i.nx);
628
634
  }
629
635
  set suffixTextColor(v) {
630
- this.i.nw = stringToBrush(v);
636
+ this.i.nx = stringToBrush(v);
631
637
  }
632
638
  get suffixTextFont() {
633
639
  if (this.i.ak == null) {
@@ -644,37 +650,37 @@ export class IgcCellInfo {
644
650
  * Gets or sets the icon to display in the suffix area of the cell.
645
651
  */
646
652
  get suffixIconName() {
647
- return this.i.lc;
653
+ return this.i.ld;
648
654
  }
649
655
  set suffixIconName(v) {
650
- this.i.lc = v;
656
+ this.i.ld = v;
651
657
  }
652
658
  /**
653
659
  * Gets or sets the icon to display in the suffix area of the cell.
654
660
  */
655
661
  get suffixIconCollectionName() {
656
- return this.i.k9;
662
+ return this.i.la;
657
663
  }
658
664
  set suffixIconCollectionName(v) {
659
- this.i.k9 = v;
665
+ this.i.la = v;
660
666
  }
661
667
  /**
662
668
  * Gets or sets the stroke color of the suffix icon.
663
669
  */
664
670
  get suffixIconStroke() {
665
- return brushToString(this.i.nv);
671
+ return brushToString(this.i.nw);
666
672
  }
667
673
  set suffixIconStroke(v) {
668
- this.i.nv = stringToBrush(v);
674
+ this.i.nw = stringToBrush(v);
669
675
  }
670
676
  /**
671
677
  * Gets or sets the fill color of the suffix icon.
672
678
  */
673
679
  get suffixIconFill() {
674
- return brushToString(this.i.nu);
680
+ return brushToString(this.i.nv);
675
681
  }
676
682
  set suffixIconFill(v) {
677
- this.i.nu = stringToBrush(v);
683
+ this.i.nv = stringToBrush(v);
678
684
  }
679
685
  /**
680
686
  * Gets or sets the suffix icon's viewbox x coordinate.
@@ -752,37 +758,37 @@ export class IgcCellInfo {
752
758
  * Gets or sets the left padding to use for the content.
753
759
  */
754
760
  get paddingLeft() {
755
- return this.i.g0;
761
+ return this.i.g1;
756
762
  }
757
763
  set paddingLeft(v) {
758
- this.i.g0 = +v;
764
+ this.i.g1 = +v;
759
765
  }
760
766
  /**
761
767
  * Gets or sets the top padding to use for the content.
762
768
  */
763
769
  get paddingTop() {
764
- return this.i.g4;
770
+ return this.i.g5;
765
771
  }
766
772
  set paddingTop(v) {
767
- this.i.g4 = +v;
773
+ this.i.g5 = +v;
768
774
  }
769
775
  /**
770
776
  * Gets or sets the right padding to use for the content.
771
777
  */
772
778
  get paddingRight() {
773
- return this.i.g2;
779
+ return this.i.g3;
774
780
  }
775
781
  set paddingRight(v) {
776
- this.i.g2 = +v;
782
+ this.i.g3 = +v;
777
783
  }
778
784
  /**
779
785
  * Gets or sets the bottom padding to use for the content.
780
786
  */
781
787
  get paddingBottom() {
782
- return this.i.gy;
788
+ return this.i.gz;
783
789
  }
784
790
  set paddingBottom(v) {
785
- this.i.gy = +v;
791
+ this.i.gz = +v;
786
792
  }
787
793
  /**
788
794
  * Gets or sets the left padding to use for the content.
@@ -896,37 +902,37 @@ export class IgcCellInfo {
896
902
  * Gets or sets the left error border to use for the content.
897
903
  */
898
904
  get errorBorderLeftWidth() {
899
- return this.i.fy;
905
+ return this.i.fz;
900
906
  }
901
907
  set errorBorderLeftWidth(v) {
902
- this.i.fy = +v;
908
+ this.i.fz = +v;
903
909
  }
904
910
  /**
905
911
  * Gets or sets the top error border to use for the content.
906
912
  */
907
913
  get errorBorderTopWidth() {
908
- return this.i.f3;
914
+ return this.i.f4;
909
915
  }
910
916
  set errorBorderTopWidth(v) {
911
- this.i.f3 = +v;
917
+ this.i.f4 = +v;
912
918
  }
913
919
  /**
914
920
  * Gets or sets the right error border to use for the content.
915
921
  */
916
922
  get errorBorderRightWidth() {
917
- return this.i.f1;
923
+ return this.i.f2;
918
924
  }
919
925
  set errorBorderRightWidth(v) {
920
- this.i.f1 = +v;
926
+ this.i.f2 = +v;
921
927
  }
922
928
  /**
923
929
  * Gets or sets the bottom error border to use for the content.
924
930
  */
925
931
  get errorBorderBottomWidth() {
926
- return this.i.fw;
932
+ return this.i.fx;
927
933
  }
928
934
  set errorBorderBottomWidth(v) {
929
- this.i.fw = +v;
935
+ this.i.fx = +v;
930
936
  }
931
937
  /**
932
938
  * Gets or sets the actual left border to use for the content.
@@ -1033,10 +1039,10 @@ export class IgcCellInfo {
1033
1039
  * Gets or sets the error message for the cell.
1034
1040
  */
1035
1041
  get editError() {
1036
- return this.i.jp;
1042
+ return this.i.jq;
1037
1043
  }
1038
1044
  set editError(v) {
1039
- this.i.jp = v;
1045
+ this.i.jq = v;
1040
1046
  }
1041
1047
  /**
1042
1048
  * Gets whether the cell is in edit mode.
@@ -1048,10 +1054,10 @@ export class IgcCellInfo {
1048
1054
  this.i.bj = ensureBool(v);
1049
1055
  }
1050
1056
  get editID() {
1051
- return this.i.fu;
1057
+ return this.i.fv;
1052
1058
  }
1053
1059
  set editID(v) {
1054
- this.i.fu = +v;
1060
+ this.i.fv = +v;
1055
1061
  }
1056
1062
  findByName(name) {
1057
1063
  if (this.findEphemera) {
@@ -1084,7 +1090,7 @@ export class IgcCellInfo {
1084
1090
  return (iv);
1085
1091
  }
1086
1092
  setNamedValue(valueName, value) {
1087
- this.i.mn(valueName, value);
1093
+ this.i.mo(valueName, value);
1088
1094
  }
1089
1095
  /**
1090
1096
  * Returns if there is a named value stored for the cell.
@@ -1101,7 +1107,7 @@ export class IgcCellInfo {
1101
1107
  * @param valueName * The name of the value to remove.
1102
1108
  */
1103
1109
  removeNamedValue(valueName) {
1104
- this.i.mj(valueName);
1110
+ this.i.mk(valueName);
1105
1111
  }
1106
1112
  /**
1107
1113
  * Gets a named value from the cell.
@@ -1109,7 +1115,7 @@ export class IgcCellInfo {
1109
1115
  * @param valueName * The name of the value to get.
1110
1116
  */
1111
1117
  getNamedValue(valueName) {
1112
- let iv = this.i.ic(valueName);
1118
+ let iv = this.i.id(valueName);
1113
1119
  return (iv);
1114
1120
  }
1115
1121
  }