igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +6134 -5858
  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 +2 -2
  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/CanvasSummaryCellPresenter.js +6 -6
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +37 -34
  16. package/esm2015/lib/CheckboxListView_combined.js +23 -23
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4143 -3997
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  26. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  27. package/esm2015/lib/EditorCell.js +292 -292
  28. package/esm2015/lib/EditorCellPresenter.js +26 -26
  29. package/esm2015/lib/FilterCell.js +269 -269
  30. package/esm2015/lib/FilterCellPresenter.js +15 -15
  31. package/esm2015/lib/GridCellBase.js +167 -150
  32. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +4 -4
  33. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  34. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  35. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridExternalWrapper.js +6 -6
  40. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  41. package/esm2015/lib/ImageCell.js +57 -57
  42. package/esm2015/lib/ImageCellPresenter.js +15 -15
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCell.js +8 -8
  45. package/esm2015/lib/NumericCellPresenter.js +9 -9
  46. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  47. package/esm2015/lib/SectionHeaderCell.js +20 -20
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  49. package/esm2015/lib/SummaryCell.js +45 -45
  50. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  51. package/esm2015/lib/TemplateCell.js +15 -15
  52. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  53. package/esm2015/lib/TemplateHeader.js +2 -2
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  56. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  57. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  58. package/esm2015/lib/TextCell.js +29 -29
  59. package/esm2015/lib/TextCellPresenter.js +10 -10
  60. package/esm2015/lib/TextHeaderCell.js +184 -184
  61. package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
  62. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  63. package/esm2015/lib/igc-cell-info.js +90 -81
  64. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  65. package/esm2015/lib/igc-data-grid-column-component.js +224 -214
  66. package/esm2015/lib/igc-data-grid-component.js +10 -0
  67. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  68. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  69. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  70. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  71. package/esm2015/lib/igc-image-cell-info.js +6 -6
  72. package/esm2015/lib/igc-image-column-component.js +12 -12
  73. package/esm2015/lib/igc-numeric-cell-info.js +35 -26
  74. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  75. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  76. package/esm2015/lib/igc-section-header-component.js +32 -12
  77. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  78. package/esm2015/lib/igc-template-cell-info.js +2 -2
  79. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-cell-info.js +2 -2
  81. package/esm2015/lib/igc-text-column-component.js +9 -9
  82. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  83. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  84. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  85. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  86. package/esm5/lib/CanvasGridCellBase.js +2 -2
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  89. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  91. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  93. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  95. package/esm5/lib/CellPresenterBase.js +37 -34
  96. package/esm5/lib/CheckboxListView_combined.js +23 -23
  97. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  98. package/esm5/lib/ColumnFilterCondition_combined.js +3989 -3819
  99. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  100. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  101. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  102. package/esm5/lib/ContentCellModelHelper.js +10 -10
  103. package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
  104. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  105. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  106. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  107. package/esm5/lib/EditorCell.js +277 -277
  108. package/esm5/lib/EditorCellPresenter.js +26 -26
  109. package/esm5/lib/FilterCell.js +259 -259
  110. package/esm5/lib/FilterCellPresenter.js +15 -15
  111. package/esm5/lib/GridCellBase.js +164 -143
  112. package/esm5/lib/GridColumnFilterOptionsView_combined.js +4 -4
  113. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  114. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  115. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  116. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  117. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  118. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  119. package/esm5/lib/GridExternalWrapper.js +6 -6
  120. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  121. package/esm5/lib/ImageCell.js +57 -57
  122. package/esm5/lib/ImageCellPresenter.js +15 -15
  123. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  124. package/esm5/lib/NumericCell.js +8 -8
  125. package/esm5/lib/NumericCellPresenter.js +9 -9
  126. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  127. package/esm5/lib/SectionHeaderCell.js +20 -20
  128. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  129. package/esm5/lib/SummaryCell.js +45 -45
  130. package/esm5/lib/SummaryCellPresenter.js +10 -10
  131. package/esm5/lib/TemplateCell.js +15 -15
  132. package/esm5/lib/TemplateCellPresenter.js +3 -3
  133. package/esm5/lib/TemplateHeader.js +2 -2
  134. package/esm5/lib/TemplateHeaderCell.js +5 -5
  135. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  137. package/esm5/lib/TemplateSectionHeader.js +1 -1
  138. package/esm5/lib/TextCell.js +29 -29
  139. package/esm5/lib/TextCellPresenter.js +10 -10
  140. package/esm5/lib/TextHeaderCell.js +182 -182
  141. package/esm5/lib/TextHeaderCellPresenter.js +52 -52
  142. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  143. package/esm5/lib/igc-cell-info.js +94 -81
  144. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  145. package/esm5/lib/igc-data-grid-column-component.js +228 -214
  146. package/esm5/lib/igc-data-grid-component.js +14 -0
  147. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-editor-cell-info.js +23 -23
  150. package/esm5/lib/igc-filter-cell-info.js +26 -26
  151. package/esm5/lib/igc-image-cell-info.js +6 -6
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-cell-info.js +39 -26
  154. package/esm5/lib/igc-numeric-column-component.js +38 -38
  155. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  156. package/esm5/lib/igc-section-header-component.js +40 -12
  157. package/esm5/lib/igc-summary-cell-info.js +9 -9
  158. package/esm5/lib/igc-template-cell-info.js +2 -2
  159. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  160. package/esm5/lib/igc-text-cell-info.js +2 -2
  161. package/esm5/lib/igc-text-column-component.js +9 -9
  162. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  163. package/fesm2015/igniteui-webcomponents-data-grids.js +6274 -6050
  164. package/fesm5/igniteui-webcomponents-data-grids.js +6134 -5858
  165. package/lib/ColumnFilterCondition_combined.d.ts +1077 -1053
  166. package/lib/EditorCell.d.ts +67 -67
  167. package/lib/FilterCell.d.ts +55 -55
  168. package/lib/GridCellBase.d.ts +64 -61
  169. package/lib/ImageCell.d.ts +17 -17
  170. package/lib/NumericCell.d.ts +2 -2
  171. package/lib/SectionHeaderCell.d.ts +4 -4
  172. package/lib/SummaryCell.d.ts +10 -10
  173. package/lib/TemplateCell.d.ts +5 -5
  174. package/lib/TemplateHeaderCell.d.ts +2 -2
  175. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  176. package/lib/TemplateSectionHeader.d.ts +1 -1
  177. package/lib/TextCell.d.ts +7 -7
  178. package/lib/TextHeaderCell.d.ts +30 -30
  179. package/lib/VerticalSeparatorCell.d.ts +8 -8
  180. package/lib/igc-cell-info.d.ts +5 -0
  181. package/lib/igc-data-grid-column-component.d.ts +5 -0
  182. package/lib/igc-data-grid-component.d.ts +5 -0
  183. package/lib/igc-numeric-cell-info.d.ts +5 -0
  184. package/lib/igc-section-header-component.d.ts +10 -0
  185. package/package.json +4 -4
@@ -96,10 +96,10 @@ var IgcCellInfo = /** @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.lb;
99
+ return this.i.ld;
100
100
  },
101
101
  set: function (v) {
102
- this.i.lb = v;
102
+ this.i.ld = v;
103
103
  },
104
104
  enumerable: false,
105
105
  configurable: true
@@ -314,20 +314,20 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
314
314
  * Gets the indent level of the cell.
315
315
  */
316
316
  get: function () {
317
- return this.i.gf;
317
+ return this.i.gg;
318
318
  },
319
319
  set: function (v) {
320
- this.i.gf = +v;
320
+ this.i.gg = +v;
321
321
  },
322
322
  enumerable: false,
323
323
  configurable: true
324
324
  });
325
325
  Object.defineProperty(IgcCellInfo.prototype, "rowItem", {
326
326
  get: function () {
327
- return this.i.ii;
327
+ return this.i.ij;
328
328
  },
329
329
  set: function (v) {
330
- this.i.ii = v;
330
+ this.i.ij = v;
331
331
  },
332
332
  enumerable: false,
333
333
  configurable: true
@@ -363,10 +363,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
363
363
  * Gets the pixel snapped X position of the cell within the content.
364
364
  */
365
365
  get: function () {
366
- return this.i.hg;
366
+ return this.i.hh;
367
367
  },
368
368
  set: function (v) {
369
- this.i.hg = +v;
369
+ this.i.hh = +v;
370
370
  },
371
371
  enumerable: false,
372
372
  configurable: true
@@ -376,10 +376,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
376
376
  * Gets the snapped Y position of the cell within the content.
377
377
  */
378
378
  get: function () {
379
- return this.i.hi;
379
+ return this.i.hj;
380
380
  },
381
381
  set: function (v) {
382
- this.i.hi = +v;
382
+ this.i.hj = +v;
383
383
  },
384
384
  enumerable: false,
385
385
  configurable: true
@@ -454,10 +454,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
454
454
  * Gets the height of the cell.
455
455
  */
456
456
  get: function () {
457
- return this.i.f9;
457
+ return this.i.ga;
458
458
  },
459
459
  set: function (v) {
460
- this.i.f9 = +v;
460
+ this.i.ga = +v;
461
461
  },
462
462
  enumerable: false,
463
463
  configurable: true
@@ -467,10 +467,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
467
467
  * Gets the width of the cell.
468
468
  */
469
469
  get: function () {
470
- return this.i.h7;
470
+ return this.i.h8;
471
471
  },
472
472
  set: function (v) {
473
- this.i.h7 = +v;
473
+ this.i.h8 = +v;
474
474
  },
475
475
  enumerable: false,
476
476
  configurable: true
@@ -571,10 +571,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
571
571
  * Gets or sets the background color of the cell.
572
572
  */
573
573
  get: function () {
574
- return brushToString(this.i.nj);
574
+ return brushToString(this.i.nm);
575
575
  },
576
576
  set: function (v) {
577
- this.i.nj = stringToBrush(v);
577
+ this.i.nm = stringToBrush(v);
578
578
  },
579
579
  enumerable: false,
580
580
  configurable: true
@@ -584,10 +584,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
584
584
  * Gets or sets the border color of the cell.
585
585
  */
586
586
  get: function () {
587
- return brushToString(this.i.nm);
587
+ return brushToString(this.i.np);
588
588
  },
589
589
  set: function (v) {
590
- this.i.nm = stringToBrush(v);
590
+ this.i.np = stringToBrush(v);
591
591
  },
592
592
  enumerable: false,
593
593
  configurable: true
@@ -597,10 +597,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
597
597
  * Gets the actual background color of the cell
598
598
  */
599
599
  get: function () {
600
- return brushToString(this.i.ng);
600
+ return brushToString(this.i.nj);
601
601
  },
602
602
  set: function (v) {
603
- this.i.ng = stringToBrush(v);
603
+ this.i.nj = stringToBrush(v);
604
604
  },
605
605
  enumerable: false,
606
606
  configurable: true
@@ -610,10 +610,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
610
610
  * Gets the actual background color of the cell
611
611
  */
612
612
  get: function () {
613
- return brushToString(this.i.nh);
613
+ return brushToString(this.i.nk);
614
614
  },
615
615
  set: function (v) {
616
- this.i.nh = stringToBrush(v);
616
+ this.i.nk = stringToBrush(v);
617
617
  },
618
618
  enumerable: false,
619
619
  configurable: true
@@ -623,10 +623,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
623
623
  * Gets the actual background color of the cell
624
624
  */
625
625
  get: function () {
626
- return brushToString(this.i.nf);
626
+ return brushToString(this.i.ni);
627
627
  },
628
628
  set: function (v) {
629
- this.i.nf = stringToBrush(v);
629
+ this.i.ni = stringToBrush(v);
630
630
  },
631
631
  enumerable: false,
632
632
  configurable: true
@@ -636,10 +636,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
636
636
  * Gets or sets the error border color of the cell.
637
637
  */
638
638
  get: function () {
639
- return brushToString(this.i.no);
639
+ return brushToString(this.i.nr);
640
640
  },
641
641
  set: function (v) {
642
- this.i.no = stringToBrush(v);
642
+ this.i.nr = stringToBrush(v);
643
643
  },
644
644
  enumerable: false,
645
645
  configurable: true
@@ -649,10 +649,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
649
649
  * Gets or sets the selected background color of the cell.
650
650
  */
651
651
  get: function () {
652
- return brushToString(this.i.nv);
652
+ return brushToString(this.i.nz);
653
653
  },
654
654
  set: function (v) {
655
- this.i.nv = stringToBrush(v);
655
+ this.i.nz = stringToBrush(v);
656
656
  },
657
657
  enumerable: false,
658
658
  configurable: true
@@ -662,10 +662,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
662
662
  * Gets or sets the selected text color of the cell.
663
663
  */
664
664
  get: function () {
665
- return brushToString(this.i.nw);
665
+ return brushToString(this.i.n0);
666
666
  },
667
667
  set: function (v) {
668
- this.i.nw = stringToBrush(v);
668
+ this.i.n0 = stringToBrush(v);
669
669
  },
670
670
  enumerable: false,
671
671
  configurable: true
@@ -675,10 +675,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
675
675
  * Gets or sets the hover background color of the cell.
676
676
  */
677
677
  get: function () {
678
- return brushToString(this.i.nr);
678
+ return brushToString(this.i.nv);
679
679
  },
680
680
  set: function (v) {
681
- this.i.nr = stringToBrush(v);
681
+ this.i.nv = stringToBrush(v);
682
682
  },
683
683
  enumerable: false,
684
684
  configurable: true
@@ -688,10 +688,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
688
688
  * Gets or sets the hover text color of the cell.
689
689
  */
690
690
  get: function () {
691
- return brushToString(this.i.ns);
691
+ return brushToString(this.i.nw);
692
692
  },
693
693
  set: function (v) {
694
- this.i.ns = stringToBrush(v);
694
+ this.i.nw = stringToBrush(v);
695
695
  },
696
696
  enumerable: false,
697
697
  configurable: true
@@ -701,10 +701,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
701
701
  * Gets or sets the color for the sort indicator icon.
702
702
  */
703
703
  get: function () {
704
- return brushToString(this.i.nx);
704
+ return brushToString(this.i.n1);
705
705
  },
706
706
  set: function (v) {
707
- this.i.nx = stringToBrush(v);
707
+ this.i.n1 = stringToBrush(v);
708
708
  },
709
709
  enumerable: false,
710
710
  configurable: true
@@ -714,10 +714,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
714
714
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
715
715
  */
716
716
  get: function () {
717
- return brushToString(this.i.ny);
717
+ return brushToString(this.i.n2);
718
718
  },
719
719
  set: function (v) {
720
- this.i.ny = stringToBrush(v);
720
+ this.i.n2 = stringToBrush(v);
721
721
  },
722
722
  enumerable: false,
723
723
  configurable: true
@@ -727,10 +727,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
727
727
  * Gets or sets the background color for the cell that has been marked as pinned.
728
728
  */
729
729
  get: function () {
730
- return brushToString(this.i.nu);
730
+ return brushToString(this.i.ny);
731
731
  },
732
732
  set: function (v) {
733
- this.i.nu = stringToBrush(v);
733
+ this.i.ny = stringToBrush(v);
734
734
  },
735
735
  enumerable: false,
736
736
  configurable: true
@@ -740,10 +740,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
740
740
  * Gets or sets the color for the last row in the sticky row area.
741
741
  */
742
742
  get: function () {
743
- return brushToString(this.i.nt);
743
+ return brushToString(this.i.nx);
744
744
  },
745
745
  set: function (v) {
746
- this.i.nt = stringToBrush(v);
746
+ this.i.nx = stringToBrush(v);
747
747
  },
748
748
  enumerable: false,
749
749
  configurable: true
@@ -753,10 +753,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
753
753
  * Gets or sets the background color for filter row.
754
754
  */
755
755
  get: function () {
756
- return brushToString(this.i.np);
756
+ return brushToString(this.i.nt);
757
757
  },
758
758
  set: function (v) {
759
- this.i.np = stringToBrush(v);
759
+ this.i.nt = stringToBrush(v);
760
760
  },
761
761
  enumerable: false,
762
762
  configurable: true
@@ -779,10 +779,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
779
779
  * Gets or sets the original value for the cell, before processing.
780
780
  */
781
781
  get: function () {
782
- return this.i.ih;
782
+ return this.i.ii;
783
783
  },
784
784
  set: function (v) {
785
- this.i.ih = v;
785
+ this.i.ii = v;
786
786
  },
787
787
  enumerable: false,
788
788
  configurable: true
@@ -792,10 +792,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
792
792
  * Gets or sets the text value, if any, which was rendered by a text cell.
793
793
  */
794
794
  get: function () {
795
- return this.i.kz;
795
+ return this.i.k1;
796
796
  },
797
797
  set: function (v) {
798
- this.i.kz = v;
798
+ this.i.k1 = v;
799
799
  },
800
800
  enumerable: false,
801
801
  configurable: true
@@ -805,10 +805,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
805
805
  * If set, this text will be used when rendering the cell value.
806
806
  */
807
807
  get: function () {
808
- return this.i.lw;
808
+ return this.i.ly;
809
809
  },
810
810
  set: function (v) {
811
- this.i.lw = v;
811
+ this.i.ly = v;
812
812
  },
813
813
  enumerable: false,
814
814
  configurable: true
@@ -818,10 +818,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
818
818
  * Gets or sets the color of the text for the cell, if any.
819
819
  */
820
820
  get: function () {
821
- return brushToString(this.i.n2);
821
+ return brushToString(this.i.n6);
822
822
  },
823
823
  set: function (v) {
824
- this.i.n2 = stringToBrush(v);
824
+ this.i.n6 = stringToBrush(v);
825
825
  },
826
826
  enumerable: false,
827
827
  configurable: true
@@ -831,10 +831,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
831
831
  * Gets the actual color of the text for the cell, if any.
832
832
  */
833
833
  get: function () {
834
- return brushToString(this.i.ni);
834
+ return brushToString(this.i.nl);
835
835
  },
836
836
  set: function (v) {
837
- this.i.ni = stringToBrush(v);
837
+ this.i.nl = stringToBrush(v);
838
838
  },
839
839
  enumerable: false,
840
840
  configurable: true
@@ -844,10 +844,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
844
844
  * Gets or sets the text color for cells in deleted rows.
845
845
  */
846
846
  get: function () {
847
- return brushToString(this.i.nn);
847
+ return brushToString(this.i.nq);
848
848
  },
849
849
  set: function (v) {
850
- this.i.nn = stringToBrush(v);
850
+ this.i.nq = stringToBrush(v);
851
851
  },
852
852
  enumerable: false,
853
853
  configurable: true
@@ -887,10 +887,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
887
887
  * Gets or sets the text to display in the suffix area of the cell.
888
888
  */
889
889
  get: function () {
890
- return this.i.ln;
890
+ return this.i.lp;
891
891
  },
892
892
  set: function (v) {
893
- this.i.ln = v;
893
+ this.i.lp = v;
894
894
  },
895
895
  enumerable: false,
896
896
  configurable: true
@@ -900,10 +900,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
900
900
  * Gets or sets the color of the suffix text for the cell, if any.
901
901
  */
902
902
  get: function () {
903
- return brushToString(this.i.n1);
903
+ return brushToString(this.i.n5);
904
904
  },
905
905
  set: function (v) {
906
- this.i.n1 = stringToBrush(v);
906
+ this.i.n5 = stringToBrush(v);
907
907
  },
908
908
  enumerable: false,
909
909
  configurable: true
@@ -928,10 +928,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
928
928
  * Gets or sets the icon to display in the suffix area of the cell.
929
929
  */
930
930
  get: function () {
931
- return this.i.lf;
931
+ return this.i.lh;
932
932
  },
933
933
  set: function (v) {
934
- this.i.lf = v;
934
+ this.i.lh = v;
935
935
  },
936
936
  enumerable: false,
937
937
  configurable: true
@@ -941,10 +941,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
941
941
  * Gets or sets the icon to display in the suffix area of the cell.
942
942
  */
943
943
  get: function () {
944
- return this.i.lc;
944
+ return this.i.le;
945
945
  },
946
946
  set: function (v) {
947
- this.i.lc = v;
947
+ this.i.le = v;
948
948
  },
949
949
  enumerable: false,
950
950
  configurable: true
@@ -954,10 +954,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
954
954
  * Gets or sets the stroke color of the suffix icon.
955
955
  */
956
956
  get: function () {
957
- return brushToString(this.i.n0);
957
+ return brushToString(this.i.n4);
958
958
  },
959
959
  set: function (v) {
960
- this.i.n0 = stringToBrush(v);
960
+ this.i.n4 = stringToBrush(v);
961
961
  },
962
962
  enumerable: false,
963
963
  configurable: true
@@ -967,10 +967,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
967
967
  * Gets or sets the fill color of the suffix icon.
968
968
  */
969
969
  get: function () {
970
- return brushToString(this.i.nz);
970
+ return brushToString(this.i.n3);
971
971
  },
972
972
  set: function (v) {
973
- this.i.nz = stringToBrush(v);
973
+ this.i.n3 = stringToBrush(v);
974
974
  },
975
975
  enumerable: false,
976
976
  configurable: true
@@ -1084,10 +1084,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1084
1084
  * Gets or sets the left padding to use for the content.
1085
1085
  */
1086
1086
  get: function () {
1087
- return this.i.g1;
1087
+ return this.i.g2;
1088
1088
  },
1089
1089
  set: function (v) {
1090
- this.i.g1 = +v;
1090
+ this.i.g2 = +v;
1091
1091
  },
1092
1092
  enumerable: false,
1093
1093
  configurable: true
@@ -1097,10 +1097,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1097
1097
  * Gets or sets the top padding to use for the content.
1098
1098
  */
1099
1099
  get: function () {
1100
- return this.i.g5;
1100
+ return this.i.g6;
1101
1101
  },
1102
1102
  set: function (v) {
1103
- this.i.g5 = +v;
1103
+ this.i.g6 = +v;
1104
1104
  },
1105
1105
  enumerable: false,
1106
1106
  configurable: true
@@ -1110,10 +1110,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1110
1110
  * Gets or sets the right padding to use for the content.
1111
1111
  */
1112
1112
  get: function () {
1113
- return this.i.g3;
1113
+ return this.i.g4;
1114
1114
  },
1115
1115
  set: function (v) {
1116
- this.i.g3 = +v;
1116
+ this.i.g4 = +v;
1117
1117
  },
1118
1118
  enumerable: false,
1119
1119
  configurable: true
@@ -1123,10 +1123,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1123
1123
  * Gets or sets the bottom padding to use for the content.
1124
1124
  */
1125
1125
  get: function () {
1126
- return this.i.gz;
1126
+ return this.i.g0;
1127
1127
  },
1128
1128
  set: function (v) {
1129
- this.i.gz = +v;
1129
+ this.i.g0 = +v;
1130
1130
  },
1131
1131
  enumerable: false,
1132
1132
  configurable: true
@@ -1430,6 +1430,19 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1430
1430
  enumerable: false,
1431
1431
  configurable: true
1432
1432
  });
1433
+ Object.defineProperty(IgcCellInfo.prototype, "expansionIndicatorIconColor", {
1434
+ /**
1435
+ * Gets or sets the color used to render the expansion indicator icon for this cell.
1436
+ */
1437
+ get: function () {
1438
+ return brushToString(this.i.ns);
1439
+ },
1440
+ set: function (v) {
1441
+ this.i.ns = stringToBrush(v);
1442
+ },
1443
+ enumerable: false,
1444
+ configurable: true
1445
+ });
1433
1446
  Object.defineProperty(IgcCellInfo.prototype, "pinned", {
1434
1447
  /**
1435
1448
  * Gets the fixed column position of this cell.
@@ -1489,10 +1502,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1489
1502
  * Gets or sets the error message for the cell.
1490
1503
  */
1491
1504
  get: function () {
1492
- return this.i.jr;
1505
+ return this.i.js;
1493
1506
  },
1494
1507
  set: function (v) {
1495
- this.i.jr = v;
1508
+ this.i.js = v;
1496
1509
  },
1497
1510
  enumerable: false,
1498
1511
  configurable: true
@@ -1551,7 +1564,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1551
1564
  return (iv);
1552
1565
  };
1553
1566
  IgcCellInfo.prototype.setNamedValue = function (valueName, value) {
1554
- this.i.mq(valueName, value);
1567
+ this.i.ms(valueName, value);
1555
1568
  };
1556
1569
  /**
1557
1570
  * Returns if there is a named value stored for the cell.
@@ -1568,7 +1581,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1568
1581
  * @param valueName * The name of the value to remove.
1569
1582
  */
1570
1583
  IgcCellInfo.prototype.removeNamedValue = function (valueName) {
1571
- this.i.mm(valueName);
1584
+ this.i.mo(valueName);
1572
1585
  };
1573
1586
  /**
1574
1587
  * Gets a named value from the cell.
@@ -1576,7 +1589,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1576
1589
  * @param valueName * The name of the value to get.
1577
1590
  */
1578
1591
  IgcCellInfo.prototype.getNamedValue = function (valueName) {
1579
- var iv = this.i.ie(valueName);
1592
+ var iv = this.i.ig(valueName);
1580
1593
  return (iv);
1581
1594
  };
1582
1595
  return IgcCellInfo;
@@ -78,10 +78,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
78
78
  * Gets the actual data source that is being used by the combo. If a collection was provided for the combobox data, an implicit LocalDataSource is created, and this is available via this property.
79
79
  */
80
80
  get: function () {
81
- return this.i.r6;
81
+ return this.i.r9;
82
82
  },
83
83
  set: function (v) {
84
- this.i.r6 = v;
84
+ this.i.r9 = v;
85
85
  },
86
86
  enumerable: false,
87
87
  configurable: true
@@ -91,10 +91,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
91
91
  * Gets or sets the ComboBox data source.
92
92
  */
93
93
  get: function () {
94
- return this.i.r7;
94
+ return this.i.sa;
95
95
  },
96
96
  set: function (v) {
97
- this.i.r7 = v;
97
+ this.i.sa = v;
98
98
  },
99
99
  enumerable: false,
100
100
  configurable: true
@@ -104,10 +104,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
104
104
  * Gets or sets the ComboBox text field.
105
105
  */
106
106
  get: function () {
107
- return this.i.sb;
107
+ return this.i.se;
108
108
  },
109
109
  set: function (v) {
110
- this.i.sb = v;
110
+ this.i.se = v;
111
111
  },
112
112
  enumerable: false,
113
113
  configurable: true
@@ -117,10 +117,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
117
117
  * Gets or sets the ComboBox value field.
118
118
  */
119
119
  get: function () {
120
- return this.i.sc;
120
+ return this.i.sf;
121
121
  },
122
122
  set: function (v) {
123
- this.i.sc = v;
123
+ this.i.sf = v;
124
124
  },
125
125
  enumerable: false,
126
126
  configurable: true
@@ -130,14 +130,14 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
130
130
  * Gets or sets the ComboBox value field.
131
131
  */
132
132
  get: function () {
133
- return this.i.r4;
133
+ return this.i.r7;
134
134
  },
135
135
  set: function (v) {
136
136
  if (v && !Array.isArray(v) && typeof (v) == "string") {
137
137
  var re = /\s*(?:,|\s|$)\s*/gm;
138
138
  v = v.split(re);
139
139
  }
140
- this.i.r4 = v;
140
+ this.i.r7 = v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true