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

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 (173) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +5951 -5689
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  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 +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +20 -20
  16. package/esm2015/lib/CheckboxListView_combined.js +22 -22
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4875 -4738
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +9 -9
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/GridCellBase.js +1 -1
  30. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  31. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  32. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  33. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  34. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  40. package/esm2015/lib/GridStyleRepository.js +118 -113
  41. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  42. package/esm2015/lib/ImageCellPresenter.js +7 -7
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  44. package/esm2015/lib/NumericCellPresenter.js +8 -8
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +4 -4
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  53. package/esm2015/lib/TextCellPresenter.js +9 -9
  54. package/esm2015/lib/TextHeaderCellPresenter.js +38 -38
  55. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  56. package/esm2015/lib/igc-cell-info.js +76 -67
  57. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  58. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  59. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  60. package/esm2015/lib/igc-data-grid-column-component.js +281 -261
  61. package/esm2015/lib/igc-data-grid-component.js +10 -0
  62. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  63. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  64. package/esm2015/lib/igc-definition-base-component.js +12 -12
  65. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  66. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  67. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  68. package/esm2015/lib/igc-header-component.js +24 -24
  69. package/esm2015/lib/igc-image-cell-info.js +6 -6
  70. package/esm2015/lib/igc-image-column-component.js +12 -12
  71. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  72. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  73. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  74. package/esm2015/lib/igc-section-header-component.js +38 -24
  75. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  76. package/esm2015/lib/igc-summary-row-component.js +24 -24
  77. package/esm2015/lib/igc-template-cell-info.js +2 -2
  78. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  79. package/esm2015/lib/igc-text-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  82. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  83. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  85. package/esm5/lib/CanvasGridCellBase.js +1 -1
  86. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  87. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  88. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  89. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  91. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  93. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  94. package/esm5/lib/CellPresenterBase.js +20 -20
  95. package/esm5/lib/CheckboxListView_combined.js +22 -22
  96. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  97. package/esm5/lib/ColumnFilterCondition_combined.js +4693 -4528
  98. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  99. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  100. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  101. package/esm5/lib/ContentCellModelHelper.js +4 -4
  102. package/esm5/lib/DataGridCellLayoutPanel.js +9 -9
  103. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  104. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  105. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  106. package/esm5/lib/EditorCellPresenter.js +19 -19
  107. package/esm5/lib/FilterCellPresenter.js +11 -11
  108. package/esm5/lib/GridCellBase.js +1 -1
  109. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  110. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  111. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  113. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  114. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  115. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  116. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  117. package/esm5/lib/GridExternalWrapper.js +6 -6
  118. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  119. package/esm5/lib/GridStyleRepository.js +118 -113
  120. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  121. package/esm5/lib/ImageCellPresenter.js +7 -7
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  123. package/esm5/lib/NumericCellPresenter.js +8 -8
  124. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  125. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  126. package/esm5/lib/SummaryCellPresenter.js +6 -6
  127. package/esm5/lib/TemplateCellPresenter.js +2 -2
  128. package/esm5/lib/TemplateHeader.js +4 -4
  129. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  130. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  131. package/esm5/lib/TemplateSectionHeader.js +1 -1
  132. package/esm5/lib/TextCellPresenter.js +9 -9
  133. package/esm5/lib/TextHeaderCellPresenter.js +38 -38
  134. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  135. package/esm5/lib/igc-cell-info.js +80 -67
  136. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  137. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  138. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  139. package/esm5/lib/igc-data-grid-column-component.js +289 -261
  140. package/esm5/lib/igc-data-grid-component.js +14 -0
  141. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  142. package/esm5/lib/igc-date-time-column-component.js +23 -23
  143. package/esm5/lib/igc-definition-base-component.js +12 -12
  144. package/esm5/lib/igc-editor-cell-info.js +23 -23
  145. package/esm5/lib/igc-filter-cell-info.js +26 -26
  146. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  147. package/esm5/lib/igc-header-component.js +24 -24
  148. package/esm5/lib/igc-image-cell-info.js +6 -6
  149. package/esm5/lib/igc-image-column-component.js +12 -12
  150. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  151. package/esm5/lib/igc-numeric-column-component.js +50 -35
  152. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  153. package/esm5/lib/igc-section-header-component.js +46 -24
  154. package/esm5/lib/igc-summary-cell-info.js +9 -9
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-template-cell-info.js +2 -2
  157. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm5/lib/igc-text-cell-info.js +2 -2
  159. package/esm5/lib/igc-text-column-component.js +9 -9
  160. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +6090 -5884
  162. package/fesm5/igniteui-webcomponents-data-grids.js +5951 -5689
  163. package/lib/ColumnFilterCondition_combined.d.ts +1223 -1198
  164. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  165. package/lib/TemplateHeader.d.ts +1 -1
  166. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  167. package/lib/TemplateSectionHeader.d.ts +1 -1
  168. package/lib/igc-cell-info.d.ts +5 -0
  169. package/lib/igc-data-grid-column-component.d.ts +10 -0
  170. package/lib/igc-data-grid-component.d.ts +5 -0
  171. package/lib/igc-numeric-column-component.d.ts +6 -0
  172. package/lib/igc-section-header-component.d.ts +4 -0
  173. 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.k9;
99
+ return this.i.lb;
100
100
  },
101
101
  set: function (v) {
102
- this.i.k9 = v;
102
+ this.i.lb = v;
103
103
  },
104
104
  enumerable: false,
105
105
  configurable: true
@@ -324,10 +324,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
324
324
  });
325
325
  Object.defineProperty(IgcCellInfo.prototype, "rowItem", {
326
326
  get: function () {
327
- return this.i.ih;
327
+ return this.i.ii;
328
328
  },
329
329
  set: function (v) {
330
- this.i.ih = v;
330
+ this.i.ii = 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.hf;
366
+ return this.i.hg;
367
367
  },
368
368
  set: function (v) {
369
- this.i.hf = +v;
369
+ this.i.hg = +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.hh;
379
+ return this.i.hi;
380
380
  },
381
381
  set: function (v) {
382
- this.i.hh = +v;
382
+ this.i.hi = +v;
383
383
  },
384
384
  enumerable: false,
385
385
  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.h6;
470
+ return this.i.h7;
471
471
  },
472
472
  set: function (v) {
473
- this.i.h6 = +v;
473
+ this.i.h7 = +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.ng);
574
+ return brushToString(this.i.nj);
575
575
  },
576
576
  set: function (v) {
577
- this.i.ng = stringToBrush(v);
577
+ this.i.nj = 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.nj);
587
+ return brushToString(this.i.nm);
588
588
  },
589
589
  set: function (v) {
590
- this.i.nj = stringToBrush(v);
590
+ this.i.nm = 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.nd);
600
+ return brushToString(this.i.ng);
601
601
  },
602
602
  set: function (v) {
603
- this.i.nd = stringToBrush(v);
603
+ this.i.ng = 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.ne);
613
+ return brushToString(this.i.nh);
614
614
  },
615
615
  set: function (v) {
616
- this.i.ne = stringToBrush(v);
616
+ this.i.nh = 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.nc);
626
+ return brushToString(this.i.nf);
627
627
  },
628
628
  set: function (v) {
629
- this.i.nc = stringToBrush(v);
629
+ this.i.nf = 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.nl);
639
+ return brushToString(this.i.no);
640
640
  },
641
641
  set: function (v) {
642
- this.i.nl = stringToBrush(v);
642
+ this.i.no = stringToBrush(v);
643
643
  },
644
644
  enumerable: false,
645
645
  configurable: true
@@ -649,10 +649,23 @@ 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.ns);
652
+ return brushToString(this.i.nv);
653
653
  },
654
654
  set: function (v) {
655
- this.i.ns = stringToBrush(v);
655
+ this.i.nv = stringToBrush(v);
656
+ },
657
+ enumerable: false,
658
+ configurable: true
659
+ });
660
+ Object.defineProperty(IgcCellInfo.prototype, "selectedTextColor", {
661
+ /**
662
+ * Gets or sets the selected text color of the cell.
663
+ */
664
+ get: function () {
665
+ return brushToString(this.i.nw);
666
+ },
667
+ set: function (v) {
668
+ this.i.nw = stringToBrush(v);
656
669
  },
657
670
  enumerable: false,
658
671
  configurable: true
@@ -662,10 +675,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
662
675
  * Gets or sets the hover background color of the cell.
663
676
  */
664
677
  get: function () {
665
- return brushToString(this.i.no);
678
+ return brushToString(this.i.nr);
666
679
  },
667
680
  set: function (v) {
668
- this.i.no = stringToBrush(v);
681
+ this.i.nr = stringToBrush(v);
669
682
  },
670
683
  enumerable: false,
671
684
  configurable: true
@@ -675,10 +688,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
675
688
  * Gets or sets the hover text color of the cell.
676
689
  */
677
690
  get: function () {
678
- return brushToString(this.i.np);
691
+ return brushToString(this.i.ns);
679
692
  },
680
693
  set: function (v) {
681
- this.i.np = stringToBrush(v);
694
+ this.i.ns = stringToBrush(v);
682
695
  },
683
696
  enumerable: false,
684
697
  configurable: true
@@ -688,10 +701,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
688
701
  * Gets or sets the color for the sort indicator icon.
689
702
  */
690
703
  get: function () {
691
- return brushToString(this.i.nt);
704
+ return brushToString(this.i.nx);
692
705
  },
693
706
  set: function (v) {
694
- this.i.nt = stringToBrush(v);
707
+ this.i.nx = stringToBrush(v);
695
708
  },
696
709
  enumerable: false,
697
710
  configurable: true
@@ -701,10 +714,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
701
714
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
702
715
  */
703
716
  get: function () {
704
- return brushToString(this.i.nu);
717
+ return brushToString(this.i.ny);
705
718
  },
706
719
  set: function (v) {
707
- this.i.nu = stringToBrush(v);
720
+ this.i.ny = stringToBrush(v);
708
721
  },
709
722
  enumerable: false,
710
723
  configurable: true
@@ -714,10 +727,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
714
727
  * Gets or sets the background color for the cell that has been marked as pinned.
715
728
  */
716
729
  get: function () {
717
- return brushToString(this.i.nr);
730
+ return brushToString(this.i.nu);
718
731
  },
719
732
  set: function (v) {
720
- this.i.nr = stringToBrush(v);
733
+ this.i.nu = stringToBrush(v);
721
734
  },
722
735
  enumerable: false,
723
736
  configurable: true
@@ -727,10 +740,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
727
740
  * Gets or sets the color for the last row in the sticky row area.
728
741
  */
729
742
  get: function () {
730
- return brushToString(this.i.nq);
743
+ return brushToString(this.i.nt);
731
744
  },
732
745
  set: function (v) {
733
- this.i.nq = stringToBrush(v);
746
+ this.i.nt = stringToBrush(v);
734
747
  },
735
748
  enumerable: false,
736
749
  configurable: true
@@ -740,10 +753,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
740
753
  * Gets or sets the background color for filter row.
741
754
  */
742
755
  get: function () {
743
- return brushToString(this.i.nm);
756
+ return brushToString(this.i.np);
744
757
  },
745
758
  set: function (v) {
746
- this.i.nm = stringToBrush(v);
759
+ this.i.np = stringToBrush(v);
747
760
  },
748
761
  enumerable: false,
749
762
  configurable: true
@@ -766,10 +779,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
766
779
  * Gets or sets the original value for the cell, before processing.
767
780
  */
768
781
  get: function () {
769
- return this.i.ig;
782
+ return this.i.ih;
770
783
  },
771
784
  set: function (v) {
772
- this.i.ig = v;
785
+ this.i.ih = v;
773
786
  },
774
787
  enumerable: false,
775
788
  configurable: true
@@ -779,10 +792,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
779
792
  * Gets or sets the text value, if any, which was rendered by a text cell.
780
793
  */
781
794
  get: function () {
782
- return this.i.ky;
795
+ return this.i.kz;
783
796
  },
784
797
  set: function (v) {
785
- this.i.ky = v;
798
+ this.i.kz = v;
786
799
  },
787
800
  enumerable: false,
788
801
  configurable: true
@@ -792,10 +805,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
792
805
  * If set, this text will be used when rendering the cell value.
793
806
  */
794
807
  get: function () {
795
- return this.i.lu;
808
+ return this.i.lw;
796
809
  },
797
810
  set: function (v) {
798
- this.i.lu = v;
811
+ this.i.lw = v;
799
812
  },
800
813
  enumerable: false,
801
814
  configurable: true
@@ -805,10 +818,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
805
818
  * Gets or sets the color of the text for the cell, if any.
806
819
  */
807
820
  get: function () {
808
- return brushToString(this.i.ny);
821
+ return brushToString(this.i.n2);
809
822
  },
810
823
  set: function (v) {
811
- this.i.ny = stringToBrush(v);
824
+ this.i.n2 = stringToBrush(v);
812
825
  },
813
826
  enumerable: false,
814
827
  configurable: true
@@ -818,10 +831,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
818
831
  * Gets the actual color of the text for the cell, if any.
819
832
  */
820
833
  get: function () {
821
- return brushToString(this.i.nf);
834
+ return brushToString(this.i.ni);
822
835
  },
823
836
  set: function (v) {
824
- this.i.nf = stringToBrush(v);
837
+ this.i.ni = stringToBrush(v);
825
838
  },
826
839
  enumerable: false,
827
840
  configurable: true
@@ -831,10 +844,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
831
844
  * Gets or sets the text color for cells in deleted rows.
832
845
  */
833
846
  get: function () {
834
- return brushToString(this.i.nk);
847
+ return brushToString(this.i.nn);
835
848
  },
836
849
  set: function (v) {
837
- this.i.nk = stringToBrush(v);
850
+ this.i.nn = stringToBrush(v);
838
851
  },
839
852
  enumerable: false,
840
853
  configurable: true
@@ -874,10 +887,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
874
887
  * Gets or sets the text to display in the suffix area of the cell.
875
888
  */
876
889
  get: function () {
877
- return this.i.ll;
890
+ return this.i.ln;
878
891
  },
879
892
  set: function (v) {
880
- this.i.ll = v;
893
+ this.i.ln = v;
881
894
  },
882
895
  enumerable: false,
883
896
  configurable: true
@@ -887,10 +900,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
887
900
  * Gets or sets the color of the suffix text for the cell, if any.
888
901
  */
889
902
  get: function () {
890
- return brushToString(this.i.nx);
903
+ return brushToString(this.i.n1);
891
904
  },
892
905
  set: function (v) {
893
- this.i.nx = stringToBrush(v);
906
+ this.i.n1 = stringToBrush(v);
894
907
  },
895
908
  enumerable: false,
896
909
  configurable: true
@@ -915,10 +928,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
915
928
  * Gets or sets the icon to display in the suffix area of the cell.
916
929
  */
917
930
  get: function () {
918
- return this.i.ld;
931
+ return this.i.lf;
919
932
  },
920
933
  set: function (v) {
921
- this.i.ld = v;
934
+ this.i.lf = v;
922
935
  },
923
936
  enumerable: false,
924
937
  configurable: true
@@ -928,10 +941,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
928
941
  * Gets or sets the icon to display in the suffix area of the cell.
929
942
  */
930
943
  get: function () {
931
- return this.i.la;
944
+ return this.i.lc;
932
945
  },
933
946
  set: function (v) {
934
- this.i.la = v;
947
+ this.i.lc = v;
935
948
  },
936
949
  enumerable: false,
937
950
  configurable: true
@@ -941,10 +954,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
941
954
  * Gets or sets the stroke color of the suffix icon.
942
955
  */
943
956
  get: function () {
944
- return brushToString(this.i.nw);
957
+ return brushToString(this.i.n0);
945
958
  },
946
959
  set: function (v) {
947
- this.i.nw = stringToBrush(v);
960
+ this.i.n0 = stringToBrush(v);
948
961
  },
949
962
  enumerable: false,
950
963
  configurable: true
@@ -954,10 +967,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
954
967
  * Gets or sets the fill color of the suffix icon.
955
968
  */
956
969
  get: function () {
957
- return brushToString(this.i.nv);
970
+ return brushToString(this.i.nz);
958
971
  },
959
972
  set: function (v) {
960
- this.i.nv = stringToBrush(v);
973
+ this.i.nz = stringToBrush(v);
961
974
  },
962
975
  enumerable: false,
963
976
  configurable: true
@@ -1476,10 +1489,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1476
1489
  * Gets or sets the error message for the cell.
1477
1490
  */
1478
1491
  get: function () {
1479
- return this.i.jq;
1492
+ return this.i.jr;
1480
1493
  },
1481
1494
  set: function (v) {
1482
- this.i.jq = v;
1495
+ this.i.jr = v;
1483
1496
  },
1484
1497
  enumerable: false,
1485
1498
  configurable: true
@@ -1538,7 +1551,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1538
1551
  return (iv);
1539
1552
  };
1540
1553
  IgcCellInfo.prototype.setNamedValue = function (valueName, value) {
1541
- this.i.mo(valueName, value);
1554
+ this.i.mq(valueName, value);
1542
1555
  };
1543
1556
  /**
1544
1557
  * Returns if there is a named value stored for the cell.
@@ -1555,7 +1568,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1555
1568
  * @param valueName * The name of the value to remove.
1556
1569
  */
1557
1570
  IgcCellInfo.prototype.removeNamedValue = function (valueName) {
1558
- this.i.mk(valueName);
1571
+ this.i.mm(valueName);
1559
1572
  };
1560
1573
  /**
1561
1574
  * Gets a named value from the cell.
@@ -1563,7 +1576,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1563
1576
  * @param valueName * The name of the value to get.
1564
1577
  */
1565
1578
  IgcCellInfo.prototype.getNamedValue = function (valueName) {
1566
- var iv = this.i.id(valueName);
1579
+ var iv = this.i.ie(valueName);
1567
1580
  return (iv);
1568
1581
  };
1569
1582
  return IgcCellInfo;
@@ -75,33 +75,33 @@ export var IgcColumnMovingSeparatorComponent = /** @class */ /*@__PURE__*/ (func
75
75
  * Gets or sets the separator width for this column.
76
76
  */
77
77
  get: function () {
78
- return this.i.g6;
78
+ return this.i.g7;
79
79
  },
80
80
  set: function (v) {
81
- this.i.g6 = +v;
82
- this._a("separatorWidth", this.i.g6);
81
+ this.i.g7 = +v;
82
+ this._a("separatorWidth", this.i.g7);
83
83
  },
84
84
  enumerable: false,
85
85
  configurable: true
86
86
  });
87
87
  Object.defineProperty(IgcColumnMovingSeparatorComponent.prototype, "actualOpacity", {
88
88
  get: function () {
89
- return this.i.g3;
89
+ return this.i.g4;
90
90
  },
91
91
  set: function (v) {
92
- this.i.g3 = +v;
93
- this._a("actualOpacity", this.i.g3);
92
+ this.i.g4 = +v;
93
+ this._a("actualOpacity", this.i.g4);
94
94
  },
95
95
  enumerable: false,
96
96
  configurable: true
97
97
  });
98
98
  Object.defineProperty(IgcColumnMovingSeparatorComponent.prototype, "opacity", {
99
99
  get: function () {
100
- return this.i.g4;
100
+ return this.i.g5;
101
101
  },
102
102
  set: function (v) {
103
- this.i.g4 = +v;
104
- this._a("opacity", this.i.g4);
103
+ this.i.g5 = +v;
104
+ this._a("opacity", this.i.g5);
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -72,22 +72,22 @@ export var IgcColumnResizingSeparatorComponent = /** @class */ /*@__PURE__*/ (fu
72
72
  };
73
73
  Object.defineProperty(IgcColumnResizingSeparatorComponent.prototype, "actualOpacity", {
74
74
  get: function () {
75
- return this.i.g3;
75
+ return this.i.g4;
76
76
  },
77
77
  set: function (v) {
78
- this.i.g3 = +v;
79
- this._a("actualOpacity", this.i.g3);
78
+ this.i.g4 = +v;
79
+ this._a("actualOpacity", this.i.g4);
80
80
  },
81
81
  enumerable: false,
82
82
  configurable: true
83
83
  });
84
84
  Object.defineProperty(IgcColumnResizingSeparatorComponent.prototype, "opacity", {
85
85
  get: function () {
86
- return this.i.g4;
86
+ return this.i.g5;
87
87
  },
88
88
  set: function (v) {
89
- this.i.g4 = +v;
90
- this._a("opacity", this.i.g4);
89
+ this.i.g5 = +v;
90
+ this._a("opacity", this.i.g5);
91
91
  },
92
92
  enumerable: false,
93
93
  configurable: true
@@ -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.ry;
81
+ return this.i.r6;
82
82
  },
83
83
  set: function (v) {
84
- this.i.ry = v;
84
+ this.i.r6 = 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.rz;
94
+ return this.i.r7;
95
95
  },
96
96
  set: function (v) {
97
- this.i.rz = v;
97
+ this.i.r7 = 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.r3;
107
+ return this.i.sb;
108
108
  },
109
109
  set: function (v) {
110
- this.i.r3 = v;
110
+ this.i.sb = 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.r4;
120
+ return this.i.sc;
121
121
  },
122
122
  set: function (v) {
123
- this.i.r4 = v;
123
+ this.i.sc = 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.rw;
133
+ return this.i.r4;
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.rw = v;
140
+ this.i.r4 = v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true