igniteui-angular-data-grids 20.1.0 → 20.2.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
@@ -83,19 +83,19 @@ export class IgxCellInfo {
83
83
  * Gets the style key of the current cell, used for recycling.
84
84
  */
85
85
  get styleKey() {
86
- return this.i.k5;
86
+ return this.i.k8;
87
87
  }
88
88
  set styleKey(v) {
89
- this.i.k5 = v;
89
+ this.i.k8 = 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.fn;
95
+ return this.i.fp;
96
96
  }
97
97
  set dataRow(v) {
98
- this.i.fn = +v;
98
+ this.i.fp = +v;
99
99
  }
100
100
  /**
101
101
  * Gets if the position of the cell is dirty.
@@ -227,115 +227,115 @@ export class IgxCellInfo {
227
227
  * Gets the indent level of the cell.
228
228
  */
229
229
  get indent() {
230
- return this.i.gc;
230
+ return this.i.ge;
231
231
  }
232
232
  set indent(v) {
233
- this.i.gc = +v;
233
+ this.i.ge = +v;
234
234
  }
235
235
  get rowItem() {
236
- return this.i.ic;
236
+ return this.i.ig;
237
237
  }
238
238
  set rowItem(v) {
239
- this.i.ic = v;
239
+ this.i.ig = v;
240
240
  }
241
241
  /**
242
242
  * Gets the X position of the cell within the content.
243
243
  */
244
244
  get x() {
245
- return this.i.c6;
245
+ return this.i.c8;
246
246
  }
247
247
  set x(v) {
248
- this.i.c6 = +v;
248
+ this.i.c8 = +v;
249
249
  }
250
250
  /**
251
251
  * Gets the Y position of the cell within the content.
252
252
  */
253
253
  get y() {
254
- return this.i.c7;
254
+ return this.i.c9;
255
255
  }
256
256
  set y(v) {
257
- this.i.c7 = +v;
257
+ this.i.c9 = +v;
258
258
  }
259
259
  /**
260
260
  * Gets the pixel snapped X position of the cell within the content.
261
261
  */
262
262
  get snappedX() {
263
- return this.i.hc;
263
+ return this.i.he;
264
264
  }
265
265
  set snappedX(v) {
266
- this.i.hc = +v;
266
+ this.i.he = +v;
267
267
  }
268
268
  /**
269
269
  * Gets the snapped Y position of the cell within the content.
270
270
  */
271
271
  get snappedY() {
272
- return this.i.he;
272
+ return this.i.hg;
273
273
  }
274
274
  set snappedY(v) {
275
- this.i.he = +v;
275
+ this.i.hg = +v;
276
276
  }
277
277
  /**
278
278
  * Gets or sets the opacity for cells that have unsaved edits.
279
279
  */
280
280
  get editOpacity() {
281
- return this.i.cs;
281
+ return this.i.ct;
282
282
  }
283
283
  set editOpacity(v) {
284
- this.i.cs = +v;
284
+ this.i.ct = +v;
285
285
  }
286
286
  /**
287
287
  * Gets or sets the opacity of the content of the cell.
288
288
  */
289
289
  get contentOpacity() {
290
- return this.i.cr;
290
+ return this.i.cs;
291
291
  }
292
292
  set contentOpacity(v) {
293
- this.i.cr = +v;
293
+ this.i.cs = +v;
294
294
  }
295
295
  /**
296
296
  * Gets the actual content opacity of the cell.
297
297
  */
298
298
  get actualContentOpacity() {
299
- return this.i.co;
299
+ return this.i.cp;
300
300
  }
301
301
  set actualContentOpacity(v) {
302
- this.i.co = +v;
302
+ this.i.cp = +v;
303
303
  }
304
304
  /**
305
305
  * Gets or sets the opacity of the cell.
306
306
  */
307
307
  get opacity() {
308
- return this.i.cw;
308
+ return this.i.cx;
309
309
  }
310
310
  set opacity(v) {
311
- this.i.cw = +v;
311
+ this.i.cx = +v;
312
312
  }
313
313
  /**
314
314
  * Gets the actual opacity of the cell.
315
315
  */
316
316
  get actualOpacity() {
317
- return this.i.cp;
317
+ return this.i.cq;
318
318
  }
319
319
  set actualOpacity(v) {
320
- this.i.cp = +v;
320
+ this.i.cq = +v;
321
321
  }
322
322
  /**
323
323
  * Gets the height of the cell.
324
324
  */
325
325
  get height() {
326
- return this.i.f6;
326
+ return this.i.f8;
327
327
  }
328
328
  set height(v) {
329
- this.i.f6 = +v;
329
+ this.i.f8 = +v;
330
330
  }
331
331
  /**
332
332
  * Gets the width of the cell.
333
333
  */
334
334
  get width() {
335
- return this.i.h2;
335
+ return this.i.h5;
336
336
  }
337
337
  set width(v) {
338
- this.i.h2 = +v;
338
+ this.i.h5 = +v;
339
339
  }
340
340
  /**
341
341
  * Gets if the cell is selected.
@@ -350,28 +350,28 @@ export class IgxCellInfo {
350
350
  * Gets the amount that the cell is selected. This is a value between 0 and 1.
351
351
  */
352
352
  get selectedStatus() {
353
- return this.i.cy;
353
+ return this.i.cz;
354
354
  }
355
355
  set selectedStatus(v) {
356
- this.i.cy = +v;
356
+ this.i.cz = +v;
357
357
  }
358
358
  /**
359
359
  * Gets the amount that the cell is activated. This is a value between 0 and 1.
360
360
  */
361
361
  get activationStatus() {
362
- return this.i.cn;
362
+ return this.i.co;
363
363
  }
364
364
  set activationStatus(v) {
365
- this.i.cn = +v;
365
+ this.i.co = +v;
366
366
  }
367
367
  /**
368
368
  * Gets the amount that the cell is hovered. This is a value between 0 and 1.
369
369
  */
370
370
  get hoverStatus() {
371
- return this.i.ct;
371
+ return this.i.cu;
372
372
  }
373
373
  set hoverStatus(v) {
374
- this.i.ct = +v;
374
+ this.i.cu = +v;
375
375
  }
376
376
  /**
377
377
  * Gets whether the cell is hoverable or not.
@@ -404,190 +404,190 @@ export class IgxCellInfo {
404
404
  * Gets or sets the background color of the cell.
405
405
  */
406
406
  get background() {
407
- return brushToString(this.i.nb);
407
+ return brushToString(this.i.nf);
408
408
  }
409
409
  set background(v) {
410
- this.i.nb = stringToBrush(v);
410
+ this.i.nf = stringToBrush(v);
411
411
  }
412
412
  /**
413
413
  * Gets or sets the border color of the cell.
414
414
  */
415
415
  get border() {
416
- return brushToString(this.i.ne);
416
+ return brushToString(this.i.ni);
417
417
  }
418
418
  set border(v) {
419
- this.i.ne = stringToBrush(v);
419
+ this.i.ni = stringToBrush(v);
420
420
  }
421
421
  /**
422
422
  * Gets the actual background color of the cell
423
423
  */
424
424
  get actualBackground() {
425
- return brushToString(this.i.m8);
425
+ return brushToString(this.i.nc);
426
426
  }
427
427
  set actualBackground(v) {
428
- this.i.m8 = stringToBrush(v);
428
+ this.i.nc = stringToBrush(v);
429
429
  }
430
430
  /**
431
431
  * Gets the actual background color of the cell
432
432
  */
433
433
  get actualBorder() {
434
- return brushToString(this.i.m9);
434
+ return brushToString(this.i.nd);
435
435
  }
436
436
  set actualBorder(v) {
437
- this.i.m9 = stringToBrush(v);
437
+ this.i.nd = stringToBrush(v);
438
438
  }
439
439
  /**
440
440
  * Gets the actual background color of the cell
441
441
  */
442
442
  get activationBorder() {
443
- return brushToString(this.i.m7);
443
+ return brushToString(this.i.nb);
444
444
  }
445
445
  set activationBorder(v) {
446
- this.i.m7 = stringToBrush(v);
446
+ this.i.nb = stringToBrush(v);
447
447
  }
448
448
  /**
449
449
  * Gets or sets the error border color of the cell.
450
450
  */
451
451
  get errorBorder() {
452
- return brushToString(this.i.ng);
452
+ return brushToString(this.i.nk);
453
453
  }
454
454
  set errorBorder(v) {
455
- this.i.ng = stringToBrush(v);
455
+ this.i.nk = stringToBrush(v);
456
456
  }
457
457
  /**
458
458
  * Gets or sets the selected background color of the cell.
459
459
  */
460
460
  get selectedBackground() {
461
- return brushToString(this.i.nn);
461
+ return brushToString(this.i.nr);
462
462
  }
463
463
  set selectedBackground(v) {
464
- this.i.nn = stringToBrush(v);
464
+ this.i.nr = stringToBrush(v);
465
465
  }
466
466
  /**
467
467
  * Gets or sets the hover background color of the cell.
468
468
  */
469
469
  get hoverBackground() {
470
- return brushToString(this.i.nj);
470
+ return brushToString(this.i.nn);
471
471
  }
472
472
  set hoverBackground(v) {
473
- this.i.nj = stringToBrush(v);
473
+ this.i.nn = stringToBrush(v);
474
474
  }
475
475
  /**
476
476
  * Gets or sets the hover text color of the cell.
477
477
  */
478
478
  get hoverTextColor() {
479
- return brushToString(this.i.nk);
479
+ return brushToString(this.i.no);
480
480
  }
481
481
  set hoverTextColor(v) {
482
- this.i.nk = stringToBrush(v);
482
+ this.i.no = stringToBrush(v);
483
483
  }
484
484
  /**
485
485
  * Gets or sets the color for the sort indicator icon.
486
486
  */
487
487
  get sortIndicatorColor() {
488
- return brushToString(this.i.no);
488
+ return brushToString(this.i.ns);
489
489
  }
490
490
  set sortIndicatorColor(v) {
491
- this.i.no = stringToBrush(v);
491
+ this.i.ns = stringToBrush(v);
492
492
  }
493
493
  /**
494
494
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
495
495
  */
496
496
  get stickyRowBackground() {
497
- return brushToString(this.i.np);
497
+ return brushToString(this.i.nt);
498
498
  }
499
499
  set stickyRowBackground(v) {
500
- this.i.np = stringToBrush(v);
500
+ this.i.nt = stringToBrush(v);
501
501
  }
502
502
  /**
503
503
  * Gets or sets the background color for the cell that has been marked as pinned.
504
504
  */
505
505
  get pinnedRowBackground() {
506
- return brushToString(this.i.nm);
506
+ return brushToString(this.i.nq);
507
507
  }
508
508
  set pinnedRowBackground(v) {
509
- this.i.nm = stringToBrush(v);
509
+ this.i.nq = stringToBrush(v);
510
510
  }
511
511
  /**
512
512
  * Gets or sets the color for the last row in the sticky row area.
513
513
  */
514
514
  get lastStickyRowBackground() {
515
- return brushToString(this.i.nl);
515
+ return brushToString(this.i.np);
516
516
  }
517
517
  set lastStickyRowBackground(v) {
518
- this.i.nl = stringToBrush(v);
518
+ this.i.np = stringToBrush(v);
519
519
  }
520
520
  /**
521
521
  * Gets or sets the background color for filter row.
522
522
  */
523
523
  get filterRowBackground() {
524
- return brushToString(this.i.nh);
524
+ return brushToString(this.i.nl);
525
525
  }
526
526
  set filterRowBackground(v) {
527
- this.i.nh = stringToBrush(v);
527
+ this.i.nl = stringToBrush(v);
528
528
  }
529
529
  /**
530
530
  * Gets or sets the color to use for displaying text.
531
531
  */
532
532
  get pinnedRowOpacity() {
533
- return this.i.cx;
533
+ return this.i.cy;
534
534
  }
535
535
  set pinnedRowOpacity(v) {
536
- this.i.cx = +v;
536
+ this.i.cy = +v;
537
537
  }
538
538
  /**
539
539
  * Gets or sets the original value for the cell, before processing.
540
540
  */
541
541
  get originalValue() {
542
- return this.i.ib;
542
+ return this.i.ie;
543
543
  }
544
544
  set originalValue(v) {
545
- this.i.ib = v;
545
+ this.i.ie = v;
546
546
  }
547
547
  /**
548
548
  * Gets or sets the text value, if any, which was rendered by a text cell.
549
549
  */
550
550
  get renderValue() {
551
- return this.i.ku;
551
+ return this.i.kx;
552
552
  }
553
553
  set renderValue(v) {
554
- this.i.ku = v;
554
+ this.i.kx = v;
555
555
  }
556
556
  /**
557
557
  * If set, this text will be used when rendering the cell value.
558
558
  */
559
559
  get userFormattedValue() {
560
- return this.i.lp;
560
+ return this.i.lt;
561
561
  }
562
562
  set userFormattedValue(v) {
563
- this.i.lp = v;
563
+ this.i.lt = v;
564
564
  }
565
565
  /**
566
566
  * Gets or sets the color of the text for the cell, if any.
567
567
  */
568
568
  get textColor() {
569
- return brushToString(this.i.nt);
569
+ return brushToString(this.i.nx);
570
570
  }
571
571
  set textColor(v) {
572
- this.i.nt = stringToBrush(v);
572
+ this.i.nx = stringToBrush(v);
573
573
  }
574
574
  /**
575
575
  * Gets the actual color of the text for the cell, if any.
576
576
  */
577
577
  get actualTextColor() {
578
- return brushToString(this.i.na);
578
+ return brushToString(this.i.ne);
579
579
  }
580
580
  set actualTextColor(v) {
581
- this.i.na = stringToBrush(v);
581
+ this.i.ne = stringToBrush(v);
582
582
  }
583
583
  /**
584
584
  * Gets or sets the text color for cells in deleted rows.
585
585
  */
586
586
  get deletedTextColor() {
587
- return brushToString(this.i.nf);
587
+ return brushToString(this.i.nj);
588
588
  }
589
589
  set deletedTextColor(v) {
590
- this.i.nf = stringToBrush(v);
590
+ this.i.nj = stringToBrush(v);
591
591
  }
592
592
  get font() {
593
593
  if (this.i.aj == null) {
@@ -615,19 +615,19 @@ export class IgxCellInfo {
615
615
  * Gets or sets the text to display in the suffix area of the cell.
616
616
  */
617
617
  get suffixText() {
618
- return this.i.lg;
618
+ return this.i.lk;
619
619
  }
620
620
  set suffixText(v) {
621
- this.i.lg = v;
621
+ this.i.lk = v;
622
622
  }
623
623
  /**
624
624
  * Gets or sets the color of the suffix text for the cell, if any.
625
625
  */
626
626
  get suffixTextColor() {
627
- return brushToString(this.i.ns);
627
+ return brushToString(this.i.nw);
628
628
  }
629
629
  set suffixTextColor(v) {
630
- this.i.ns = stringToBrush(v);
630
+ this.i.nw = stringToBrush(v);
631
631
  }
632
632
  get suffixTextFont() {
633
633
  if (this.i.ak == null) {
@@ -644,73 +644,82 @@ export class IgxCellInfo {
644
644
  * Gets or sets the icon to display in the suffix area of the cell.
645
645
  */
646
646
  get suffixIconName() {
647
- return this.i.k9;
647
+ return this.i.lc;
648
648
  }
649
649
  set suffixIconName(v) {
650
- this.i.k9 = v;
650
+ this.i.lc = v;
651
651
  }
652
652
  /**
653
653
  * Gets or sets the icon to display in the suffix area of the cell.
654
654
  */
655
655
  get suffixIconCollectionName() {
656
- return this.i.k6;
656
+ return this.i.k9;
657
657
  }
658
658
  set suffixIconCollectionName(v) {
659
- this.i.k6 = v;
659
+ this.i.k9 = v;
660
660
  }
661
661
  /**
662
662
  * Gets or sets the stroke color of the suffix icon.
663
663
  */
664
664
  get suffixIconStroke() {
665
- return brushToString(this.i.nr);
665
+ return brushToString(this.i.nv);
666
666
  }
667
667
  set suffixIconStroke(v) {
668
- this.i.nr = stringToBrush(v);
668
+ this.i.nv = stringToBrush(v);
669
669
  }
670
670
  /**
671
671
  * Gets or sets the fill color of the suffix icon.
672
672
  */
673
673
  get suffixIconFill() {
674
- return brushToString(this.i.nq);
674
+ return brushToString(this.i.nu);
675
675
  }
676
676
  set suffixIconFill(v) {
677
- this.i.nq = stringToBrush(v);
677
+ this.i.nu = stringToBrush(v);
678
678
  }
679
679
  /**
680
680
  * Gets or sets the suffix icon's viewbox x coordinate.
681
681
  */
682
682
  get suffixIconViewBoxLeft() {
683
- return this.i.c0;
683
+ return this.i.c1;
684
684
  }
685
685
  set suffixIconViewBoxLeft(v) {
686
- this.i.c0 = +v;
686
+ this.i.c1 = +v;
687
687
  }
688
688
  /**
689
689
  * Gets or sets the suffix icon's viewbox y coordinate.
690
690
  */
691
691
  get suffixIconViewBoxTop() {
692
- return this.i.c1;
692
+ return this.i.c2;
693
693
  }
694
694
  set suffixIconViewBoxTop(v) {
695
- this.i.c1 = +v;
695
+ this.i.c2 = +v;
696
696
  }
697
697
  /**
698
698
  * Gets or sets the suffix icon's viewbox width.
699
699
  */
700
700
  get suffixIconViewBoxWidth() {
701
- return this.i.c2;
701
+ return this.i.c3;
702
702
  }
703
703
  set suffixIconViewBoxWidth(v) {
704
- this.i.c2 = +v;
704
+ this.i.c3 = +v;
705
705
  }
706
706
  /**
707
707
  * Gets or sets the suffix icon's viewbox height.
708
708
  */
709
709
  get suffixIconViewBoxHeight() {
710
- return this.i.cz;
710
+ return this.i.c0;
711
711
  }
712
712
  set suffixIconViewBoxHeight(v) {
713
- this.i.cz = +v;
713
+ this.i.c0 = +v;
714
+ }
715
+ /**
716
+ * Gets or sets the suffix margin.
717
+ */
718
+ get suffixMargin() {
719
+ return this.i.c4;
720
+ }
721
+ set suffixMargin(v) {
722
+ this.i.c4 = +v;
714
723
  }
715
724
  /**
716
725
  * Gets or sets the text decorations to apply to the cell text.
@@ -734,226 +743,226 @@ export class IgxCellInfo {
734
743
  * Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
735
744
  */
736
745
  get virtualizationPercentage() {
737
- return this.i.c5;
746
+ return this.i.c7;
738
747
  }
739
748
  set virtualizationPercentage(v) {
740
- this.i.c5 = +v;
749
+ this.i.c7 = +v;
741
750
  }
742
751
  /**
743
752
  * Gets or sets the left padding to use for the content.
744
753
  */
745
754
  get paddingLeft() {
746
- return this.i.gy;
755
+ return this.i.g0;
747
756
  }
748
757
  set paddingLeft(v) {
749
- this.i.gy = +v;
758
+ this.i.g0 = +v;
750
759
  }
751
760
  /**
752
761
  * Gets or sets the top padding to use for the content.
753
762
  */
754
763
  get paddingTop() {
755
- return this.i.g2;
764
+ return this.i.g4;
756
765
  }
757
766
  set paddingTop(v) {
758
- this.i.g2 = +v;
767
+ this.i.g4 = +v;
759
768
  }
760
769
  /**
761
770
  * Gets or sets the right padding to use for the content.
762
771
  */
763
772
  get paddingRight() {
764
- return this.i.g0;
773
+ return this.i.g2;
765
774
  }
766
775
  set paddingRight(v) {
767
- this.i.g0 = +v;
776
+ this.i.g2 = +v;
768
777
  }
769
778
  /**
770
779
  * Gets or sets the bottom padding to use for the content.
771
780
  */
772
781
  get paddingBottom() {
773
- return this.i.gw;
782
+ return this.i.gy;
774
783
  }
775
784
  set paddingBottom(v) {
776
- this.i.gw = +v;
785
+ this.i.gy = +v;
777
786
  }
778
787
  /**
779
788
  * Gets or sets the left padding to use for the content.
780
789
  */
781
790
  get actualPaddingLeft() {
782
- return this.i.ex;
791
+ return this.i.ez;
783
792
  }
784
793
  set actualPaddingLeft(v) {
785
- this.i.ex = +v;
794
+ this.i.ez = +v;
786
795
  }
787
796
  /**
788
797
  * Gets or sets the top padding to use for the content.
789
798
  */
790
799
  get actualPaddingTop() {
791
- return this.i.e1;
800
+ return this.i.e3;
792
801
  }
793
802
  set actualPaddingTop(v) {
794
- this.i.e1 = +v;
803
+ this.i.e3 = +v;
795
804
  }
796
805
  /**
797
806
  * Gets or sets the right padding to use for the content.
798
807
  */
799
808
  get actualPaddingRight() {
800
- return this.i.ez;
809
+ return this.i.e1;
801
810
  }
802
811
  set actualPaddingRight(v) {
803
- this.i.ez = +v;
812
+ this.i.e1 = +v;
804
813
  }
805
814
  /**
806
815
  * Gets or sets the bottom padding to use for the content.
807
816
  */
808
817
  get actualPaddingBottom() {
809
- return this.i.ev;
818
+ return this.i.ex;
810
819
  }
811
820
  set actualPaddingBottom(v) {
812
- this.i.ev = +v;
821
+ this.i.ex = +v;
813
822
  }
814
823
  /**
815
824
  * Gets or sets the left border to use for the content.
816
825
  */
817
826
  get borderLeftWidth() {
818
- return this.i.fe;
827
+ return this.i.fg;
819
828
  }
820
829
  set borderLeftWidth(v) {
821
- this.i.fe = +v;
830
+ this.i.fg = +v;
822
831
  }
823
832
  /**
824
833
  * Gets or sets the top border to use for the content.
825
834
  */
826
835
  get borderTopWidth() {
827
- return this.i.fj;
836
+ return this.i.fl;
828
837
  }
829
838
  set borderTopWidth(v) {
830
- this.i.fj = +v;
839
+ this.i.fl = +v;
831
840
  }
832
841
  /**
833
842
  * Gets or sets the right border to use for the content.
834
843
  */
835
844
  get borderRightWidth() {
836
- return this.i.fh;
845
+ return this.i.fj;
837
846
  }
838
847
  set borderRightWidth(v) {
839
- this.i.fh = +v;
848
+ this.i.fj = +v;
840
849
  }
841
850
  /**
842
851
  * Gets or sets the bottom border to use for the content.
843
852
  */
844
853
  get borderBottomWidth() {
845
- return this.i.fc;
854
+ return this.i.fe;
846
855
  }
847
856
  set borderBottomWidth(v) {
848
- this.i.fc = +v;
857
+ this.i.fe = +v;
849
858
  }
850
859
  /**
851
860
  * Gets or sets the left activation border to use for the content.
852
861
  */
853
862
  get activationBorderLeftWidth() {
854
- return this.i.ea;
863
+ return this.i.ec;
855
864
  }
856
865
  set activationBorderLeftWidth(v) {
857
- this.i.ea = +v;
866
+ this.i.ec = +v;
858
867
  }
859
868
  /**
860
869
  * Gets or sets the top activation border to use for the content.
861
870
  */
862
871
  get activationBorderTopWidth() {
863
- return this.i.ef;
872
+ return this.i.eh;
864
873
  }
865
874
  set activationBorderTopWidth(v) {
866
- this.i.ef = +v;
875
+ this.i.eh = +v;
867
876
  }
868
877
  /**
869
878
  * Gets or sets the right activation border to use for the content.
870
879
  */
871
880
  get activationBorderRightWidth() {
872
- return this.i.ed;
881
+ return this.i.ef;
873
882
  }
874
883
  set activationBorderRightWidth(v) {
875
- this.i.ed = +v;
884
+ this.i.ef = +v;
876
885
  }
877
886
  /**
878
887
  * Gets or sets the bottom activation border to use for the content.
879
888
  */
880
889
  get activationBorderBottomWidth() {
881
- return this.i.d8;
890
+ return this.i.ea;
882
891
  }
883
892
  set activationBorderBottomWidth(v) {
884
- this.i.d8 = +v;
893
+ this.i.ea = +v;
885
894
  }
886
895
  /**
887
896
  * Gets or sets the left error border to use for the content.
888
897
  */
889
898
  get errorBorderLeftWidth() {
890
- return this.i.fw;
899
+ return this.i.fy;
891
900
  }
892
901
  set errorBorderLeftWidth(v) {
893
- this.i.fw = +v;
902
+ this.i.fy = +v;
894
903
  }
895
904
  /**
896
905
  * Gets or sets the top error border to use for the content.
897
906
  */
898
907
  get errorBorderTopWidth() {
899
- return this.i.f1;
908
+ return this.i.f3;
900
909
  }
901
910
  set errorBorderTopWidth(v) {
902
- this.i.f1 = +v;
911
+ this.i.f3 = +v;
903
912
  }
904
913
  /**
905
914
  * Gets or sets the right error border to use for the content.
906
915
  */
907
916
  get errorBorderRightWidth() {
908
- return this.i.fz;
917
+ return this.i.f1;
909
918
  }
910
919
  set errorBorderRightWidth(v) {
911
- this.i.fz = +v;
920
+ this.i.f1 = +v;
912
921
  }
913
922
  /**
914
923
  * Gets or sets the bottom error border to use for the content.
915
924
  */
916
925
  get errorBorderBottomWidth() {
917
- return this.i.fu;
926
+ return this.i.fw;
918
927
  }
919
928
  set errorBorderBottomWidth(v) {
920
- this.i.fu = +v;
929
+ this.i.fw = +v;
921
930
  }
922
931
  /**
923
932
  * Gets or sets the actual left border to use for the content.
924
933
  */
925
934
  get actualBorderLeftWidth() {
926
- return this.i.el;
935
+ return this.i.en;
927
936
  }
928
937
  set actualBorderLeftWidth(v) {
929
- this.i.el = +v;
938
+ this.i.en = +v;
930
939
  }
931
940
  /**
932
941
  * Gets or sets the actual top border to use for the content.
933
942
  */
934
943
  get actualBorderTopWidth() {
935
- return this.i.eq;
944
+ return this.i.es;
936
945
  }
937
946
  set actualBorderTopWidth(v) {
938
- this.i.eq = +v;
947
+ this.i.es = +v;
939
948
  }
940
949
  /**
941
950
  * Gets or sets the actual right border to use for the content.
942
951
  */
943
952
  get actualBorderRightWidth() {
944
- return this.i.eo;
953
+ return this.i.eq;
945
954
  }
946
955
  set actualBorderRightWidth(v) {
947
- this.i.eo = +v;
956
+ this.i.eq = +v;
948
957
  }
949
958
  /**
950
959
  * Gets or sets the actual bottom border to use for the content.
951
960
  */
952
961
  get actualBorderBottomWidth() {
953
- return this.i.ej;
962
+ return this.i.el;
954
963
  }
955
964
  set actualBorderBottomWidth(v) {
956
- this.i.ej = +v;
965
+ this.i.el = +v;
957
966
  }
958
967
  /**
959
968
  * Gets the current sort direction for the column containing the cell.
@@ -1024,10 +1033,10 @@ export class IgxCellInfo {
1024
1033
  * Gets or sets the error message for the cell.
1025
1034
  */
1026
1035
  get editError() {
1027
- return this.i.jm;
1036
+ return this.i.jp;
1028
1037
  }
1029
1038
  set editError(v) {
1030
- this.i.jm = v;
1039
+ this.i.jp = v;
1031
1040
  }
1032
1041
  /**
1033
1042
  * Gets whether the cell is in edit mode.
@@ -1039,10 +1048,10 @@ export class IgxCellInfo {
1039
1048
  this.i.bj = ensureBool(v);
1040
1049
  }
1041
1050
  get editID() {
1042
- return this.i.fs;
1051
+ return this.i.fu;
1043
1052
  }
1044
1053
  set editID(v) {
1045
- this.i.fs = +v;
1054
+ this.i.fu = +v;
1046
1055
  }
1047
1056
  findByName(name) {
1048
1057
  if (this.findEphemera) {
@@ -1075,7 +1084,7 @@ export class IgxCellInfo {
1075
1084
  return (iv);
1076
1085
  }
1077
1086
  setNamedValue(valueName, value) {
1078
- this.i.mj(valueName, value);
1087
+ this.i.mn(valueName, value);
1079
1088
  }
1080
1089
  /**
1081
1090
  * Returns if there is a named value stored for the cell.
@@ -1092,7 +1101,7 @@ export class IgxCellInfo {
1092
1101
  * @param valueName * The name of the value to remove.
1093
1102
  */
1094
1103
  removeNamedValue(valueName) {
1095
- this.i.mf(valueName);
1104
+ this.i.mj(valueName);
1096
1105
  }
1097
1106
  /**
1098
1107
  * Gets a named value from the cell.
@@ -1100,7 +1109,7 @@ export class IgxCellInfo {
1100
1109
  * @param valueName * The name of the value to get.
1101
1110
  */
1102
1111
  getNamedValue(valueName) {
1103
- let iv = this.i.h9(valueName);
1112
+ let iv = this.i.ic(valueName);
1104
1113
  return (iv);
1105
1114
  }
1106
1115
  }