igniteui-angular-data-grids 20.1.0-beta.0 → 20.2.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 (192) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +1 -1
  4. package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +7 -7
  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/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  15. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  17. package/esm2015/lib/CellPresenterBase.js +40 -37
  18. package/esm2015/lib/CheckboxListBridge.js +4 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +778 -743
  20. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
  22. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +13 -13
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  27. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  28. package/esm2015/lib/EditorCell.js +303 -303
  29. package/esm2015/lib/EditorCellPresenter.js +27 -27
  30. package/esm2015/lib/EditorRowCell.js +1 -1
  31. package/esm2015/lib/FilterCell.js +272 -272
  32. package/esm2015/lib/FilterCellPresenter.js +16 -16
  33. package/esm2015/lib/GridCellBase.js +354 -335
  34. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  35. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  40. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  41. package/esm2015/lib/GridExternalWrapper.js +6 -6
  42. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  43. package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
  44. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  45. package/esm2015/lib/ImageCell.js +59 -59
  46. package/esm2015/lib/ImageCellPresenter.js +17 -17
  47. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  48. package/esm2015/lib/NumericCell.js +8 -8
  49. package/esm2015/lib/NumericCellPresenter.js +9 -9
  50. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  51. package/esm2015/lib/SectionHeaderCell.js +15 -15
  52. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  53. package/esm2015/lib/SortIndicatorStyle.js +6 -2
  54. package/esm2015/lib/SummaryCell.js +40 -40
  55. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  56. package/esm2015/lib/TemplateCell.js +15 -15
  57. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  58. package/esm2015/lib/TemplateHeader.js +2 -2
  59. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  60. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  61. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  62. package/esm2015/lib/TextCell.js +32 -32
  63. package/esm2015/lib/TextCellPresenter.js +10 -10
  64. package/esm2015/lib/TextHeaderCell.js +153 -153
  65. package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
  66. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  67. package/esm2015/lib/igx-cell-info.js +164 -155
  68. package/esm2015/lib/igx-checkbox-list-component.js +82 -66
  69. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  70. package/esm2015/lib/igx-data-grid-column-component.js +87 -76
  71. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  73. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  74. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  75. package/esm2015/lib/igx-image-cell-info.js +6 -6
  76. package/esm2015/lib/igx-image-column-component.js +10 -10
  77. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  78. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  79. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  80. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  81. package/esm2015/lib/igx-template-cell-info.js +2 -2
  82. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  83. package/esm2015/lib/igx-text-cell-info.js +2 -2
  84. package/esm2015/lib/igx-text-column-component.js +8 -8
  85. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  86. package/esm5/lib/AccessibilityRow.js +1 -1
  87. package/esm5/lib/CanvasCellPresenterBase.js +9 -9
  88. package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
  89. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  90. package/esm5/lib/CanvasGridCellBase.js +7 -7
  91. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  92. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  93. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasSummaryCell.js +1 -1
  95. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  98. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  99. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  100. package/esm5/lib/CellPresenterBase.js +40 -37
  101. package/esm5/lib/CheckboxListBridge.js +4 -0
  102. package/esm5/lib/CheckboxListView_combined.js +760 -725
  103. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  104. package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
  105. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  106. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  107. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  108. package/esm5/lib/ContentCellModelHelper.js +13 -13
  109. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  110. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  111. package/esm5/lib/EditorCell.js +285 -285
  112. package/esm5/lib/EditorCellPresenter.js +27 -27
  113. package/esm5/lib/EditorRowCell.js +1 -1
  114. package/esm5/lib/FilterCell.js +262 -262
  115. package/esm5/lib/FilterCellPresenter.js +16 -16
  116. package/esm5/lib/GridCellBase.js +349 -326
  117. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  118. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  119. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  120. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  121. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  122. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  123. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  124. package/esm5/lib/GridExternalWrapper.js +6 -6
  125. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  126. package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
  127. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  128. package/esm5/lib/ImageCell.js +59 -59
  129. package/esm5/lib/ImageCellPresenter.js +17 -17
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  131. package/esm5/lib/NumericCell.js +8 -8
  132. package/esm5/lib/NumericCellPresenter.js +9 -9
  133. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  134. package/esm5/lib/SectionHeaderCell.js +15 -15
  135. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  136. package/esm5/lib/SortIndicatorStyle.js +6 -2
  137. package/esm5/lib/SummaryCell.js +40 -40
  138. package/esm5/lib/SummaryCellPresenter.js +10 -10
  139. package/esm5/lib/TemplateCell.js +15 -15
  140. package/esm5/lib/TemplateCellPresenter.js +5 -5
  141. package/esm5/lib/TemplateHeader.js +2 -2
  142. package/esm5/lib/TemplateHeaderCell.js +5 -5
  143. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  144. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  145. package/esm5/lib/TextCell.js +32 -32
  146. package/esm5/lib/TextCellPresenter.js +10 -10
  147. package/esm5/lib/TextHeaderCell.js +151 -151
  148. package/esm5/lib/TextHeaderCellPresenter.js +25 -25
  149. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  150. package/esm5/lib/igx-cell-info.js +168 -155
  151. package/esm5/lib/igx-checkbox-list-component.js +82 -66
  152. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  153. package/esm5/lib/igx-data-grid-column-component.js +91 -76
  154. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  155. package/esm5/lib/igx-date-time-column-component.js +20 -20
  156. package/esm5/lib/igx-editor-cell-info.js +23 -23
  157. package/esm5/lib/igx-filter-cell-info.js +26 -26
  158. package/esm5/lib/igx-image-cell-info.js +6 -6
  159. package/esm5/lib/igx-image-column-component.js +10 -10
  160. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  161. package/esm5/lib/igx-numeric-column-component.js +30 -30
  162. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  163. package/esm5/lib/igx-summary-cell-info.js +9 -9
  164. package/esm5/lib/igx-template-cell-info.js +2 -2
  165. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  166. package/esm5/lib/igx-text-cell-info.js +2 -2
  167. package/esm5/lib/igx-text-column-component.js +8 -8
  168. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  169. package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
  170. package/fesm5/igniteui-angular-data-grids.js +5729 -5578
  171. package/lib/CheckboxListBridge.d.ts +1 -0
  172. package/lib/CheckboxListViewExternal.d.ts +1 -0
  173. package/lib/CheckboxListView_combined.d.ts +185 -179
  174. package/lib/ColumnFilterCondition_combined.d.ts +820 -813
  175. package/lib/EditorCell.d.ts +67 -67
  176. package/lib/FilterCell.d.ts +55 -55
  177. package/lib/GridCellBase.d.ts +105 -102
  178. package/lib/ImageCell.d.ts +17 -17
  179. package/lib/NumericCell.d.ts +2 -2
  180. package/lib/SectionHeaderCell.d.ts +3 -3
  181. package/lib/SortIndicatorStyle.d.ts +5 -1
  182. package/lib/SummaryCell.d.ts +9 -9
  183. package/lib/TemplateCell.d.ts +5 -5
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  186. package/lib/TextCell.d.ts +7 -7
  187. package/lib/TextHeaderCell.d.ts +29 -29
  188. package/lib/VerticalSeparatorCell.d.ts +8 -8
  189. package/lib/igx-cell-info.d.ts +6 -0
  190. package/lib/igx-checkbox-list-component.d.ts +10 -0
  191. package/lib/igx-data-grid-column-component.d.ts +7 -1
  192. 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.k5;
99
+ return this.i.k8;
100
100
  },
101
101
  set: function (v) {
102
- this.i.k5 = v;
102
+ this.i.k8 = 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.fn;
112
+ return this.i.fp;
113
113
  },
114
114
  set: function (v) {
115
- this.i.fn = +v;
115
+ this.i.fp = +v;
116
116
  },
117
117
  enumerable: false,
118
118
  configurable: true
@@ -304,20 +304,20 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
304
304
  * Gets the indent level of the cell.
305
305
  */
306
306
  get: function () {
307
- return this.i.gc;
307
+ return this.i.ge;
308
308
  },
309
309
  set: function (v) {
310
- this.i.gc = +v;
310
+ this.i.ge = +v;
311
311
  },
312
312
  enumerable: false,
313
313
  configurable: true
314
314
  });
315
315
  Object.defineProperty(IgxCellInfo.prototype, "rowItem", {
316
316
  get: function () {
317
- return this.i.ic;
317
+ return this.i.ig;
318
318
  },
319
319
  set: function (v) {
320
- this.i.ic = v;
320
+ this.i.ig = v;
321
321
  },
322
322
  enumerable: false,
323
323
  configurable: true
@@ -327,10 +327,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
327
327
  * Gets the X position of the cell within the content.
328
328
  */
329
329
  get: function () {
330
- return this.i.c6;
330
+ return this.i.c8;
331
331
  },
332
332
  set: function (v) {
333
- this.i.c6 = +v;
333
+ this.i.c8 = +v;
334
334
  },
335
335
  enumerable: false,
336
336
  configurable: true
@@ -340,10 +340,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
340
340
  * Gets the Y position of the cell within the content.
341
341
  */
342
342
  get: function () {
343
- return this.i.c7;
343
+ return this.i.c9;
344
344
  },
345
345
  set: function (v) {
346
- this.i.c7 = +v;
346
+ this.i.c9 = +v;
347
347
  },
348
348
  enumerable: false,
349
349
  configurable: true
@@ -353,10 +353,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
353
353
  * Gets the pixel snapped X position of the cell within the content.
354
354
  */
355
355
  get: function () {
356
- return this.i.hc;
356
+ return this.i.he;
357
357
  },
358
358
  set: function (v) {
359
- this.i.hc = +v;
359
+ this.i.he = +v;
360
360
  },
361
361
  enumerable: false,
362
362
  configurable: true
@@ -366,10 +366,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
366
366
  * Gets the snapped Y position of the cell within the content.
367
367
  */
368
368
  get: function () {
369
- return this.i.he;
369
+ return this.i.hg;
370
370
  },
371
371
  set: function (v) {
372
- this.i.he = +v;
372
+ this.i.hg = +v;
373
373
  },
374
374
  enumerable: false,
375
375
  configurable: true
@@ -379,10 +379,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
379
379
  * Gets or sets the opacity for cells that have unsaved edits.
380
380
  */
381
381
  get: function () {
382
- return this.i.cs;
382
+ return this.i.ct;
383
383
  },
384
384
  set: function (v) {
385
- this.i.cs = +v;
385
+ this.i.ct = +v;
386
386
  },
387
387
  enumerable: false,
388
388
  configurable: true
@@ -392,10 +392,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
392
392
  * Gets or sets the opacity of the content of the cell.
393
393
  */
394
394
  get: function () {
395
- return this.i.cr;
395
+ return this.i.cs;
396
396
  },
397
397
  set: function (v) {
398
- this.i.cr = +v;
398
+ this.i.cs = +v;
399
399
  },
400
400
  enumerable: false,
401
401
  configurable: true
@@ -405,10 +405,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
405
405
  * Gets the actual content opacity of the cell.
406
406
  */
407
407
  get: function () {
408
- return this.i.co;
408
+ return this.i.cp;
409
409
  },
410
410
  set: function (v) {
411
- this.i.co = +v;
411
+ this.i.cp = +v;
412
412
  },
413
413
  enumerable: false,
414
414
  configurable: true
@@ -418,10 +418,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
418
418
  * Gets or sets the opacity of the cell.
419
419
  */
420
420
  get: function () {
421
- return this.i.cw;
421
+ return this.i.cx;
422
422
  },
423
423
  set: function (v) {
424
- this.i.cw = +v;
424
+ this.i.cx = +v;
425
425
  },
426
426
  enumerable: false,
427
427
  configurable: true
@@ -431,10 +431,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
431
431
  * Gets the actual opacity of the cell.
432
432
  */
433
433
  get: function () {
434
- return this.i.cp;
434
+ return this.i.cq;
435
435
  },
436
436
  set: function (v) {
437
- this.i.cp = +v;
437
+ this.i.cq = +v;
438
438
  },
439
439
  enumerable: false,
440
440
  configurable: true
@@ -444,10 +444,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
444
444
  * Gets the height of the cell.
445
445
  */
446
446
  get: function () {
447
- return this.i.f6;
447
+ return this.i.f8;
448
448
  },
449
449
  set: function (v) {
450
- this.i.f6 = +v;
450
+ this.i.f8 = +v;
451
451
  },
452
452
  enumerable: false,
453
453
  configurable: true
@@ -457,10 +457,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
457
457
  * Gets the width of the cell.
458
458
  */
459
459
  get: function () {
460
- return this.i.h2;
460
+ return this.i.h5;
461
461
  },
462
462
  set: function (v) {
463
- this.i.h2 = +v;
463
+ this.i.h5 = +v;
464
464
  },
465
465
  enumerable: false,
466
466
  configurable: true
@@ -483,10 +483,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
483
483
  * Gets the amount that the cell is selected. This is a value between 0 and 1.
484
484
  */
485
485
  get: function () {
486
- return this.i.cy;
486
+ return this.i.cz;
487
487
  },
488
488
  set: function (v) {
489
- this.i.cy = +v;
489
+ this.i.cz = +v;
490
490
  },
491
491
  enumerable: false,
492
492
  configurable: true
@@ -496,10 +496,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
496
496
  * Gets the amount that the cell is activated. This is a value between 0 and 1.
497
497
  */
498
498
  get: function () {
499
- return this.i.cn;
499
+ return this.i.co;
500
500
  },
501
501
  set: function (v) {
502
- this.i.cn = +v;
502
+ this.i.co = +v;
503
503
  },
504
504
  enumerable: false,
505
505
  configurable: true
@@ -509,10 +509,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
509
509
  * Gets the amount that the cell is hovered. This is a value between 0 and 1.
510
510
  */
511
511
  get: function () {
512
- return this.i.ct;
512
+ return this.i.cu;
513
513
  },
514
514
  set: function (v) {
515
- this.i.ct = +v;
515
+ this.i.cu = +v;
516
516
  },
517
517
  enumerable: false,
518
518
  configurable: true
@@ -561,10 +561,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
561
561
  * Gets or sets the background color of the cell.
562
562
  */
563
563
  get: function () {
564
- return brushToString(this.i.nb);
564
+ return brushToString(this.i.nf);
565
565
  },
566
566
  set: function (v) {
567
- this.i.nb = stringToBrush(v);
567
+ this.i.nf = stringToBrush(v);
568
568
  },
569
569
  enumerable: false,
570
570
  configurable: true
@@ -574,10 +574,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
574
574
  * Gets or sets the border color of the cell.
575
575
  */
576
576
  get: function () {
577
- return brushToString(this.i.ne);
577
+ return brushToString(this.i.ni);
578
578
  },
579
579
  set: function (v) {
580
- this.i.ne = stringToBrush(v);
580
+ this.i.ni = stringToBrush(v);
581
581
  },
582
582
  enumerable: false,
583
583
  configurable: true
@@ -587,10 +587,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
587
587
  * Gets the actual background color of the cell
588
588
  */
589
589
  get: function () {
590
- return brushToString(this.i.m8);
590
+ return brushToString(this.i.nc);
591
591
  },
592
592
  set: function (v) {
593
- this.i.m8 = stringToBrush(v);
593
+ this.i.nc = stringToBrush(v);
594
594
  },
595
595
  enumerable: false,
596
596
  configurable: true
@@ -600,10 +600,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
600
600
  * Gets the actual background color of the cell
601
601
  */
602
602
  get: function () {
603
- return brushToString(this.i.m9);
603
+ return brushToString(this.i.nd);
604
604
  },
605
605
  set: function (v) {
606
- this.i.m9 = stringToBrush(v);
606
+ this.i.nd = stringToBrush(v);
607
607
  },
608
608
  enumerable: false,
609
609
  configurable: true
@@ -613,10 +613,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
613
613
  * Gets the actual background color of the cell
614
614
  */
615
615
  get: function () {
616
- return brushToString(this.i.m7);
616
+ return brushToString(this.i.nb);
617
617
  },
618
618
  set: function (v) {
619
- this.i.m7 = stringToBrush(v);
619
+ this.i.nb = stringToBrush(v);
620
620
  },
621
621
  enumerable: false,
622
622
  configurable: true
@@ -626,10 +626,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
626
626
  * Gets or sets the error border color of the cell.
627
627
  */
628
628
  get: function () {
629
- return brushToString(this.i.ng);
629
+ return brushToString(this.i.nk);
630
630
  },
631
631
  set: function (v) {
632
- this.i.ng = stringToBrush(v);
632
+ this.i.nk = stringToBrush(v);
633
633
  },
634
634
  enumerable: false,
635
635
  configurable: true
@@ -639,10 +639,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
639
639
  * Gets or sets the selected background color of the cell.
640
640
  */
641
641
  get: function () {
642
- return brushToString(this.i.nn);
642
+ return brushToString(this.i.nr);
643
643
  },
644
644
  set: function (v) {
645
- this.i.nn = stringToBrush(v);
645
+ this.i.nr = stringToBrush(v);
646
646
  },
647
647
  enumerable: false,
648
648
  configurable: true
@@ -652,10 +652,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
652
652
  * Gets or sets the hover background color of the cell.
653
653
  */
654
654
  get: function () {
655
- return brushToString(this.i.nj);
655
+ return brushToString(this.i.nn);
656
656
  },
657
657
  set: function (v) {
658
- this.i.nj = stringToBrush(v);
658
+ this.i.nn = stringToBrush(v);
659
659
  },
660
660
  enumerable: false,
661
661
  configurable: true
@@ -665,10 +665,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
665
665
  * Gets or sets the hover text color of the cell.
666
666
  */
667
667
  get: function () {
668
- return brushToString(this.i.nk);
668
+ return brushToString(this.i.no);
669
669
  },
670
670
  set: function (v) {
671
- this.i.nk = stringToBrush(v);
671
+ this.i.no = stringToBrush(v);
672
672
  },
673
673
  enumerable: false,
674
674
  configurable: true
@@ -678,10 +678,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
678
678
  * Gets or sets the color for the sort indicator icon.
679
679
  */
680
680
  get: function () {
681
- return brushToString(this.i.no);
681
+ return brushToString(this.i.ns);
682
682
  },
683
683
  set: function (v) {
684
- this.i.no = stringToBrush(v);
684
+ this.i.ns = stringToBrush(v);
685
685
  },
686
686
  enumerable: false,
687
687
  configurable: true
@@ -691,10 +691,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
691
691
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
692
692
  */
693
693
  get: function () {
694
- return brushToString(this.i.np);
694
+ return brushToString(this.i.nt);
695
695
  },
696
696
  set: function (v) {
697
- this.i.np = stringToBrush(v);
697
+ this.i.nt = stringToBrush(v);
698
698
  },
699
699
  enumerable: false,
700
700
  configurable: true
@@ -704,10 +704,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
704
704
  * Gets or sets the background color for the cell that has been marked as pinned.
705
705
  */
706
706
  get: function () {
707
- return brushToString(this.i.nm);
707
+ return brushToString(this.i.nq);
708
708
  },
709
709
  set: function (v) {
710
- this.i.nm = stringToBrush(v);
710
+ this.i.nq = stringToBrush(v);
711
711
  },
712
712
  enumerable: false,
713
713
  configurable: true
@@ -717,10 +717,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
717
717
  * Gets or sets the color for the last row in the sticky row area.
718
718
  */
719
719
  get: function () {
720
- return brushToString(this.i.nl);
720
+ return brushToString(this.i.np);
721
721
  },
722
722
  set: function (v) {
723
- this.i.nl = stringToBrush(v);
723
+ this.i.np = stringToBrush(v);
724
724
  },
725
725
  enumerable: false,
726
726
  configurable: true
@@ -730,10 +730,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
730
730
  * Gets or sets the background color for filter row.
731
731
  */
732
732
  get: function () {
733
- return brushToString(this.i.nh);
733
+ return brushToString(this.i.nl);
734
734
  },
735
735
  set: function (v) {
736
- this.i.nh = stringToBrush(v);
736
+ this.i.nl = stringToBrush(v);
737
737
  },
738
738
  enumerable: false,
739
739
  configurable: true
@@ -743,10 +743,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
743
743
  * Gets or sets the color to use for displaying text.
744
744
  */
745
745
  get: function () {
746
- return this.i.cx;
746
+ return this.i.cy;
747
747
  },
748
748
  set: function (v) {
749
- this.i.cx = +v;
749
+ this.i.cy = +v;
750
750
  },
751
751
  enumerable: false,
752
752
  configurable: true
@@ -756,10 +756,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
756
756
  * Gets or sets the original value for the cell, before processing.
757
757
  */
758
758
  get: function () {
759
- return this.i.ib;
759
+ return this.i.ie;
760
760
  },
761
761
  set: function (v) {
762
- this.i.ib = v;
762
+ this.i.ie = v;
763
763
  },
764
764
  enumerable: false,
765
765
  configurable: true
@@ -769,10 +769,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
769
769
  * Gets or sets the text value, if any, which was rendered by a text cell.
770
770
  */
771
771
  get: function () {
772
- return this.i.ku;
772
+ return this.i.kx;
773
773
  },
774
774
  set: function (v) {
775
- this.i.ku = v;
775
+ this.i.kx = v;
776
776
  },
777
777
  enumerable: false,
778
778
  configurable: true
@@ -782,10 +782,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
782
782
  * If set, this text will be used when rendering the cell value.
783
783
  */
784
784
  get: function () {
785
- return this.i.lp;
785
+ return this.i.lt;
786
786
  },
787
787
  set: function (v) {
788
- this.i.lp = v;
788
+ this.i.lt = v;
789
789
  },
790
790
  enumerable: false,
791
791
  configurable: true
@@ -795,10 +795,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
795
795
  * Gets or sets the color of the text for the cell, if any.
796
796
  */
797
797
  get: function () {
798
- return brushToString(this.i.nt);
798
+ return brushToString(this.i.nx);
799
799
  },
800
800
  set: function (v) {
801
- this.i.nt = stringToBrush(v);
801
+ this.i.nx = stringToBrush(v);
802
802
  },
803
803
  enumerable: false,
804
804
  configurable: true
@@ -808,10 +808,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
808
808
  * Gets the actual color of the text for the cell, if any.
809
809
  */
810
810
  get: function () {
811
- return brushToString(this.i.na);
811
+ return brushToString(this.i.ne);
812
812
  },
813
813
  set: function (v) {
814
- this.i.na = stringToBrush(v);
814
+ this.i.ne = stringToBrush(v);
815
815
  },
816
816
  enumerable: false,
817
817
  configurable: true
@@ -821,10 +821,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
821
821
  * Gets or sets the text color for cells in deleted rows.
822
822
  */
823
823
  get: function () {
824
- return brushToString(this.i.nf);
824
+ return brushToString(this.i.nj);
825
825
  },
826
826
  set: function (v) {
827
- this.i.nf = stringToBrush(v);
827
+ this.i.nj = stringToBrush(v);
828
828
  },
829
829
  enumerable: false,
830
830
  configurable: true
@@ -864,10 +864,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
864
864
  * Gets or sets the text to display in the suffix area of the cell.
865
865
  */
866
866
  get: function () {
867
- return this.i.lg;
867
+ return this.i.lk;
868
868
  },
869
869
  set: function (v) {
870
- this.i.lg = v;
870
+ this.i.lk = v;
871
871
  },
872
872
  enumerable: false,
873
873
  configurable: true
@@ -877,10 +877,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
877
877
  * Gets or sets the color of the suffix text for the cell, if any.
878
878
  */
879
879
  get: function () {
880
- return brushToString(this.i.ns);
880
+ return brushToString(this.i.nw);
881
881
  },
882
882
  set: function (v) {
883
- this.i.ns = stringToBrush(v);
883
+ this.i.nw = stringToBrush(v);
884
884
  },
885
885
  enumerable: false,
886
886
  configurable: true
@@ -905,10 +905,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
905
905
  * Gets or sets the icon to display in the suffix area of the cell.
906
906
  */
907
907
  get: function () {
908
- return this.i.k9;
908
+ return this.i.lc;
909
909
  },
910
910
  set: function (v) {
911
- this.i.k9 = v;
911
+ this.i.lc = v;
912
912
  },
913
913
  enumerable: false,
914
914
  configurable: true
@@ -918,10 +918,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
918
918
  * Gets or sets the icon to display in the suffix area of the cell.
919
919
  */
920
920
  get: function () {
921
- return this.i.k6;
921
+ return this.i.k9;
922
922
  },
923
923
  set: function (v) {
924
- this.i.k6 = v;
924
+ this.i.k9 = v;
925
925
  },
926
926
  enumerable: false,
927
927
  configurable: true
@@ -931,10 +931,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
931
931
  * Gets or sets the stroke color of the suffix icon.
932
932
  */
933
933
  get: function () {
934
- return brushToString(this.i.nr);
934
+ return brushToString(this.i.nv);
935
935
  },
936
936
  set: function (v) {
937
- this.i.nr = stringToBrush(v);
937
+ this.i.nv = stringToBrush(v);
938
938
  },
939
939
  enumerable: false,
940
940
  configurable: true
@@ -944,10 +944,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
944
944
  * Gets or sets the fill color of the suffix icon.
945
945
  */
946
946
  get: function () {
947
- return brushToString(this.i.nq);
947
+ return brushToString(this.i.nu);
948
948
  },
949
949
  set: function (v) {
950
- this.i.nq = stringToBrush(v);
950
+ this.i.nu = stringToBrush(v);
951
951
  },
952
952
  enumerable: false,
953
953
  configurable: true
@@ -957,10 +957,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
957
957
  * Gets or sets the suffix icon's viewbox x coordinate.
958
958
  */
959
959
  get: function () {
960
- return this.i.c0;
960
+ return this.i.c1;
961
961
  },
962
962
  set: function (v) {
963
- this.i.c0 = +v;
963
+ this.i.c1 = +v;
964
964
  },
965
965
  enumerable: false,
966
966
  configurable: true
@@ -970,10 +970,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
970
970
  * Gets or sets the suffix icon's viewbox y coordinate.
971
971
  */
972
972
  get: function () {
973
- return this.i.c1;
973
+ return this.i.c2;
974
974
  },
975
975
  set: function (v) {
976
- this.i.c1 = +v;
976
+ this.i.c2 = +v;
977
977
  },
978
978
  enumerable: false,
979
979
  configurable: true
@@ -983,10 +983,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
983
983
  * Gets or sets the suffix icon's viewbox width.
984
984
  */
985
985
  get: function () {
986
- return this.i.c2;
986
+ return this.i.c3;
987
987
  },
988
988
  set: function (v) {
989
- this.i.c2 = +v;
989
+ this.i.c3 = +v;
990
990
  },
991
991
  enumerable: false,
992
992
  configurable: true
@@ -996,10 +996,23 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
996
996
  * Gets or sets the suffix icon's viewbox height.
997
997
  */
998
998
  get: function () {
999
- return this.i.cz;
999
+ return this.i.c0;
1000
1000
  },
1001
1001
  set: function (v) {
1002
- this.i.cz = +v;
1002
+ this.i.c0 = +v;
1003
+ },
1004
+ enumerable: false,
1005
+ configurable: true
1006
+ });
1007
+ Object.defineProperty(IgxCellInfo.prototype, "suffixMargin", {
1008
+ /**
1009
+ * Gets or sets the suffix margin.
1010
+ */
1011
+ get: function () {
1012
+ return this.i.c4;
1013
+ },
1014
+ set: function (v) {
1015
+ this.i.c4 = +v;
1003
1016
  },
1004
1017
  enumerable: false,
1005
1018
  configurable: true
@@ -1035,10 +1048,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1035
1048
  * Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
1036
1049
  */
1037
1050
  get: function () {
1038
- return this.i.c5;
1051
+ return this.i.c7;
1039
1052
  },
1040
1053
  set: function (v) {
1041
- this.i.c5 = +v;
1054
+ this.i.c7 = +v;
1042
1055
  },
1043
1056
  enumerable: false,
1044
1057
  configurable: true
@@ -1048,10 +1061,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1048
1061
  * Gets or sets the left padding to use for the content.
1049
1062
  */
1050
1063
  get: function () {
1051
- return this.i.gy;
1064
+ return this.i.g0;
1052
1065
  },
1053
1066
  set: function (v) {
1054
- this.i.gy = +v;
1067
+ this.i.g0 = +v;
1055
1068
  },
1056
1069
  enumerable: false,
1057
1070
  configurable: true
@@ -1061,10 +1074,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1061
1074
  * Gets or sets the top padding to use for the content.
1062
1075
  */
1063
1076
  get: function () {
1064
- return this.i.g2;
1077
+ return this.i.g4;
1065
1078
  },
1066
1079
  set: function (v) {
1067
- this.i.g2 = +v;
1080
+ this.i.g4 = +v;
1068
1081
  },
1069
1082
  enumerable: false,
1070
1083
  configurable: true
@@ -1074,10 +1087,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1074
1087
  * Gets or sets the right padding to use for the content.
1075
1088
  */
1076
1089
  get: function () {
1077
- return this.i.g0;
1090
+ return this.i.g2;
1078
1091
  },
1079
1092
  set: function (v) {
1080
- this.i.g0 = +v;
1093
+ this.i.g2 = +v;
1081
1094
  },
1082
1095
  enumerable: false,
1083
1096
  configurable: true
@@ -1087,10 +1100,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1087
1100
  * Gets or sets the bottom padding to use for the content.
1088
1101
  */
1089
1102
  get: function () {
1090
- return this.i.gw;
1103
+ return this.i.gy;
1091
1104
  },
1092
1105
  set: function (v) {
1093
- this.i.gw = +v;
1106
+ this.i.gy = +v;
1094
1107
  },
1095
1108
  enumerable: false,
1096
1109
  configurable: true
@@ -1100,10 +1113,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1100
1113
  * Gets or sets the left padding to use for the content.
1101
1114
  */
1102
1115
  get: function () {
1103
- return this.i.ex;
1116
+ return this.i.ez;
1104
1117
  },
1105
1118
  set: function (v) {
1106
- this.i.ex = +v;
1119
+ this.i.ez = +v;
1107
1120
  },
1108
1121
  enumerable: false,
1109
1122
  configurable: true
@@ -1113,10 +1126,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1113
1126
  * Gets or sets the top padding to use for the content.
1114
1127
  */
1115
1128
  get: function () {
1116
- return this.i.e1;
1129
+ return this.i.e3;
1117
1130
  },
1118
1131
  set: function (v) {
1119
- this.i.e1 = +v;
1132
+ this.i.e3 = +v;
1120
1133
  },
1121
1134
  enumerable: false,
1122
1135
  configurable: true
@@ -1126,10 +1139,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1126
1139
  * Gets or sets the right padding to use for the content.
1127
1140
  */
1128
1141
  get: function () {
1129
- return this.i.ez;
1142
+ return this.i.e1;
1130
1143
  },
1131
1144
  set: function (v) {
1132
- this.i.ez = +v;
1145
+ this.i.e1 = +v;
1133
1146
  },
1134
1147
  enumerable: false,
1135
1148
  configurable: true
@@ -1139,10 +1152,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1139
1152
  * Gets or sets the bottom padding to use for the content.
1140
1153
  */
1141
1154
  get: function () {
1142
- return this.i.ev;
1155
+ return this.i.ex;
1143
1156
  },
1144
1157
  set: function (v) {
1145
- this.i.ev = +v;
1158
+ this.i.ex = +v;
1146
1159
  },
1147
1160
  enumerable: false,
1148
1161
  configurable: true
@@ -1152,10 +1165,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1152
1165
  * Gets or sets the left border to use for the content.
1153
1166
  */
1154
1167
  get: function () {
1155
- return this.i.fe;
1168
+ return this.i.fg;
1156
1169
  },
1157
1170
  set: function (v) {
1158
- this.i.fe = +v;
1171
+ this.i.fg = +v;
1159
1172
  },
1160
1173
  enumerable: false,
1161
1174
  configurable: true
@@ -1165,10 +1178,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1165
1178
  * Gets or sets the top border to use for the content.
1166
1179
  */
1167
1180
  get: function () {
1168
- return this.i.fj;
1181
+ return this.i.fl;
1169
1182
  },
1170
1183
  set: function (v) {
1171
- this.i.fj = +v;
1184
+ this.i.fl = +v;
1172
1185
  },
1173
1186
  enumerable: false,
1174
1187
  configurable: true
@@ -1178,10 +1191,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1178
1191
  * Gets or sets the right border to use for the content.
1179
1192
  */
1180
1193
  get: function () {
1181
- return this.i.fh;
1194
+ return this.i.fj;
1182
1195
  },
1183
1196
  set: function (v) {
1184
- this.i.fh = +v;
1197
+ this.i.fj = +v;
1185
1198
  },
1186
1199
  enumerable: false,
1187
1200
  configurable: true
@@ -1191,10 +1204,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1191
1204
  * Gets or sets the bottom border to use for the content.
1192
1205
  */
1193
1206
  get: function () {
1194
- return this.i.fc;
1207
+ return this.i.fe;
1195
1208
  },
1196
1209
  set: function (v) {
1197
- this.i.fc = +v;
1210
+ this.i.fe = +v;
1198
1211
  },
1199
1212
  enumerable: false,
1200
1213
  configurable: true
@@ -1204,10 +1217,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1204
1217
  * Gets or sets the left activation border to use for the content.
1205
1218
  */
1206
1219
  get: function () {
1207
- return this.i.ea;
1220
+ return this.i.ec;
1208
1221
  },
1209
1222
  set: function (v) {
1210
- this.i.ea = +v;
1223
+ this.i.ec = +v;
1211
1224
  },
1212
1225
  enumerable: false,
1213
1226
  configurable: true
@@ -1217,10 +1230,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1217
1230
  * Gets or sets the top activation border to use for the content.
1218
1231
  */
1219
1232
  get: function () {
1220
- return this.i.ef;
1233
+ return this.i.eh;
1221
1234
  },
1222
1235
  set: function (v) {
1223
- this.i.ef = +v;
1236
+ this.i.eh = +v;
1224
1237
  },
1225
1238
  enumerable: false,
1226
1239
  configurable: true
@@ -1230,10 +1243,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1230
1243
  * Gets or sets the right activation border to use for the content.
1231
1244
  */
1232
1245
  get: function () {
1233
- return this.i.ed;
1246
+ return this.i.ef;
1234
1247
  },
1235
1248
  set: function (v) {
1236
- this.i.ed = +v;
1249
+ this.i.ef = +v;
1237
1250
  },
1238
1251
  enumerable: false,
1239
1252
  configurable: true
@@ -1243,10 +1256,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1243
1256
  * Gets or sets the bottom activation border to use for the content.
1244
1257
  */
1245
1258
  get: function () {
1246
- return this.i.d8;
1259
+ return this.i.ea;
1247
1260
  },
1248
1261
  set: function (v) {
1249
- this.i.d8 = +v;
1262
+ this.i.ea = +v;
1250
1263
  },
1251
1264
  enumerable: false,
1252
1265
  configurable: true
@@ -1256,10 +1269,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1256
1269
  * Gets or sets the left error border to use for the content.
1257
1270
  */
1258
1271
  get: function () {
1259
- return this.i.fw;
1272
+ return this.i.fy;
1260
1273
  },
1261
1274
  set: function (v) {
1262
- this.i.fw = +v;
1275
+ this.i.fy = +v;
1263
1276
  },
1264
1277
  enumerable: false,
1265
1278
  configurable: true
@@ -1269,10 +1282,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1269
1282
  * Gets or sets the top error border to use for the content.
1270
1283
  */
1271
1284
  get: function () {
1272
- return this.i.f1;
1285
+ return this.i.f3;
1273
1286
  },
1274
1287
  set: function (v) {
1275
- this.i.f1 = +v;
1288
+ this.i.f3 = +v;
1276
1289
  },
1277
1290
  enumerable: false,
1278
1291
  configurable: true
@@ -1282,10 +1295,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1282
1295
  * Gets or sets the right error border to use for the content.
1283
1296
  */
1284
1297
  get: function () {
1285
- return this.i.fz;
1298
+ return this.i.f1;
1286
1299
  },
1287
1300
  set: function (v) {
1288
- this.i.fz = +v;
1301
+ this.i.f1 = +v;
1289
1302
  },
1290
1303
  enumerable: false,
1291
1304
  configurable: true
@@ -1295,10 +1308,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1295
1308
  * Gets or sets the bottom error border to use for the content.
1296
1309
  */
1297
1310
  get: function () {
1298
- return this.i.fu;
1311
+ return this.i.fw;
1299
1312
  },
1300
1313
  set: function (v) {
1301
- this.i.fu = +v;
1314
+ this.i.fw = +v;
1302
1315
  },
1303
1316
  enumerable: false,
1304
1317
  configurable: true
@@ -1308,10 +1321,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1308
1321
  * Gets or sets the actual left border to use for the content.
1309
1322
  */
1310
1323
  get: function () {
1311
- return this.i.el;
1324
+ return this.i.en;
1312
1325
  },
1313
1326
  set: function (v) {
1314
- this.i.el = +v;
1327
+ this.i.en = +v;
1315
1328
  },
1316
1329
  enumerable: false,
1317
1330
  configurable: true
@@ -1321,10 +1334,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1321
1334
  * Gets or sets the actual top border to use for the content.
1322
1335
  */
1323
1336
  get: function () {
1324
- return this.i.eq;
1337
+ return this.i.es;
1325
1338
  },
1326
1339
  set: function (v) {
1327
- this.i.eq = +v;
1340
+ this.i.es = +v;
1328
1341
  },
1329
1342
  enumerable: false,
1330
1343
  configurable: true
@@ -1334,10 +1347,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1334
1347
  * Gets or sets the actual right border to use for the content.
1335
1348
  */
1336
1349
  get: function () {
1337
- return this.i.eo;
1350
+ return this.i.eq;
1338
1351
  },
1339
1352
  set: function (v) {
1340
- this.i.eo = +v;
1353
+ this.i.eq = +v;
1341
1354
  },
1342
1355
  enumerable: false,
1343
1356
  configurable: true
@@ -1347,10 +1360,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1347
1360
  * Gets or sets the actual bottom border to use for the content.
1348
1361
  */
1349
1362
  get: function () {
1350
- return this.i.ej;
1363
+ return this.i.el;
1351
1364
  },
1352
1365
  set: function (v) {
1353
- this.i.ej = +v;
1366
+ this.i.el = +v;
1354
1367
  },
1355
1368
  enumerable: false,
1356
1369
  configurable: true
@@ -1453,10 +1466,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1453
1466
  * Gets or sets the error message for the cell.
1454
1467
  */
1455
1468
  get: function () {
1456
- return this.i.jm;
1469
+ return this.i.jp;
1457
1470
  },
1458
1471
  set: function (v) {
1459
- this.i.jm = v;
1472
+ this.i.jp = v;
1460
1473
  },
1461
1474
  enumerable: false,
1462
1475
  configurable: true
@@ -1476,10 +1489,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1476
1489
  });
1477
1490
  Object.defineProperty(IgxCellInfo.prototype, "editID", {
1478
1491
  get: function () {
1479
- return this.i.fs;
1492
+ return this.i.fu;
1480
1493
  },
1481
1494
  set: function (v) {
1482
- this.i.fs = +v;
1495
+ this.i.fu = +v;
1483
1496
  },
1484
1497
  enumerable: false,
1485
1498
  configurable: true
@@ -1515,7 +1528,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1515
1528
  return (iv);
1516
1529
  };
1517
1530
  IgxCellInfo.prototype.setNamedValue = function (valueName, value) {
1518
- this.i.mj(valueName, value);
1531
+ this.i.mn(valueName, value);
1519
1532
  };
1520
1533
  /**
1521
1534
  * Returns if there is a named value stored for the cell.
@@ -1532,7 +1545,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1532
1545
  * @param valueName * The name of the value to remove.
1533
1546
  */
1534
1547
  IgxCellInfo.prototype.removeNamedValue = function (valueName) {
1535
- this.i.mf(valueName);
1548
+ this.i.mj(valueName);
1536
1549
  };
1537
1550
  /**
1538
1551
  * Gets a named value from the cell.
@@ -1540,7 +1553,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
1540
1553
  * @param valueName * The name of the value to get.
1541
1554
  */
1542
1555
  IgxCellInfo.prototype.getNamedValue = function (valueName) {
1543
- var iv = this.i.h9(valueName);
1556
+ var iv = this.i.ic(valueName);
1544
1557
  return (iv);
1545
1558
  };
1546
1559
  return IgxCellInfo;