igniteui-webcomponents-grids 3.2.3 → 3.2.4

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 (188) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +10236 -9350
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BaseEditorView.js +5 -0
  4. package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
  7. package/esm2015/lib/CanvasGridCellBase.js +305 -289
  8. package/esm2015/lib/CanvasImageCell.js +29 -29
  9. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  10. package/esm2015/lib/CanvasNumericCell.js +2 -2
  11. package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  13. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasSummaryCell.js +51 -51
  15. package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
  16. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  17. package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
  18. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  19. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  20. package/esm2015/lib/CanvasTextCell.js +3 -3
  21. package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
  22. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  23. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  24. package/esm2015/lib/CellPresenterBase.js +1 -1
  25. package/esm2015/lib/CheckboxListView_combined.js +341 -306
  26. package/esm2015/lib/ColumnChooserView_combined.js +22 -22
  27. package/esm2015/lib/ColumnFilterCondition_combined.js +7498 -7180
  28. package/esm2015/lib/ColumnGroupDescription.js +22 -0
  29. package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
  30. package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
  31. package/esm2015/lib/ColumnPinningView_combined.js +22 -22
  32. package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
  33. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
  34. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  35. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  36. package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
  37. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  38. package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
  39. package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
  40. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
  41. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
  42. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  43. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
  44. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  45. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  46. package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
  47. package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
  48. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  49. package/esm2015/lib/GridExternalWrapper.js +18 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  51. package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
  53. package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
  54. package/esm2015/lib/NumericCellPresenter.js +1 -1
  55. package/esm2015/lib/PropertyEditorView_combined.js +40 -40
  56. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  57. package/esm2015/lib/TemplateHeader.js +8 -8
  58. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  59. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  60. package/esm2015/lib/TextEditorView.js +28 -10
  61. package/esm2015/lib/VerticalSeparatorCell.js +46 -8
  62. package/esm2015/lib/VisualModelExport.js +120 -100
  63. package/esm2015/lib/igc-checkbox-list-component.js +74 -54
  64. package/esm2015/lib/igc-column-component.js +164 -164
  65. package/esm2015/lib/igc-column-group-description-collection.js +13 -3
  66. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  67. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  68. package/esm2015/lib/igc-column-sort-description-collection.js +13 -3
  69. package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
  70. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  71. package/esm2015/lib/igc-data-grid-component.js +699 -593
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-definition-base-component.js +50 -50
  74. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  75. package/esm2015/lib/igc-header-component.js +24 -24
  76. package/esm2015/lib/igc-image-column-component.js +12 -12
  77. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  78. package/esm2015/lib/igc-section-header-component.js +24 -24
  79. package/esm2015/lib/igc-summary-row-component.js +24 -24
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm5/lib/BaseEditorView.js +5 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +10 -10
  83. package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
  85. package/esm5/lib/CanvasGridCellBase.js +304 -288
  86. package/esm5/lib/CanvasImageCell.js +28 -28
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCell.js +2 -2
  89. package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  91. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasSummaryCell.js +51 -51
  93. package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
  94. package/esm5/lib/CanvasTemplateCell.js +7 -7
  95. package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  98. package/esm5/lib/CanvasTextCell.js +3 -3
  99. package/esm5/lib/CanvasTextCellPresenter.js +2 -2
  100. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  101. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  102. package/esm5/lib/CellPresenterBase.js +1 -1
  103. package/esm5/lib/CheckboxListView_combined.js +339 -296
  104. package/esm5/lib/ColumnChooserView_combined.js +22 -22
  105. package/esm5/lib/ColumnFilterCondition_combined.js +7319 -6934
  106. package/esm5/lib/ColumnGroupDescription.js +22 -0
  107. package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
  108. package/esm5/lib/ColumnGroupingView_combined.js +25 -25
  109. package/esm5/lib/ColumnPinningView_combined.js +22 -22
  110. package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
  111. package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
  112. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  113. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  114. package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
  115. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  116. package/esm5/lib/DataGridToolbarView_combined.js +17 -17
  117. package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
  118. package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
  119. package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
  120. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  121. package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
  122. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  123. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  124. package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
  125. package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
  126. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  127. package/esm5/lib/GridExternalWrapper.js +18 -6
  128. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  129. package/esm5/lib/ISummaryChooserView_combined.js +13 -13
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
  131. package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
  132. package/esm5/lib/NumericCellPresenter.js +1 -1
  133. package/esm5/lib/PropertyEditorView_combined.js +40 -40
  134. package/esm5/lib/TemplateCellPresenter.js +1 -1
  135. package/esm5/lib/TemplateHeader.js +8 -8
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  137. package/esm5/lib/TemplateSectionHeader.js +2 -2
  138. package/esm5/lib/TextEditorView.js +28 -10
  139. package/esm5/lib/VerticalSeparatorCell.js +46 -8
  140. package/esm5/lib/VisualModelExport.js +120 -100
  141. package/esm5/lib/igc-checkbox-list-component.js +82 -54
  142. package/esm5/lib/igc-column-component.js +164 -164
  143. package/esm5/lib/igc-column-group-description-collection.js +17 -3
  144. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  145. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  146. package/esm5/lib/igc-column-sort-description-collection.js +17 -3
  147. package/esm5/lib/igc-column-summary-description-collection.js +17 -3
  148. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  149. package/esm5/lib/igc-data-grid-component.js +743 -601
  150. package/esm5/lib/igc-date-time-column-component.js +23 -23
  151. package/esm5/lib/igc-definition-base-component.js +50 -50
  152. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  153. package/esm5/lib/igc-header-component.js +24 -24
  154. package/esm5/lib/igc-image-column-component.js +12 -12
  155. package/esm5/lib/igc-numeric-column-component.js +35 -35
  156. package/esm5/lib/igc-section-header-component.js +24 -24
  157. package/esm5/lib/igc-summary-row-component.js +24 -24
  158. package/esm5/lib/igc-text-column-component.js +9 -9
  159. package/fesm2015/igniteui-webcomponents-grids.js +10276 -9534
  160. package/fesm5/igniteui-webcomponents-grids.js +10237 -9351
  161. package/lib/CanvasGridCellBase.d.ts +95 -93
  162. package/lib/CanvasImageCell.d.ts +11 -11
  163. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  164. package/lib/CanvasSummaryCell.d.ts +15 -15
  165. package/lib/CanvasTemplateCell.d.ts +4 -4
  166. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  167. package/lib/CanvasTextCell.d.ts +1 -1
  168. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  169. package/lib/CheckboxListView_combined.d.ts +74 -69
  170. package/lib/ColumnFilterCondition_combined.d.ts +1299 -1258
  171. package/lib/ColumnGroupDescription.d.ts +1 -0
  172. package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
  173. package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
  174. package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
  175. package/lib/DataGridCellLayoutPanel.d.ts +1 -0
  176. package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
  177. package/lib/GridExternalWrapper.d.ts +4 -0
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateSectionHeader.d.ts +2 -2
  180. package/lib/TextEditorView.d.ts +5 -3
  181. package/lib/VerticalSeparatorCell.d.ts +9 -0
  182. package/lib/VisualModelExport.d.ts +31 -26
  183. package/lib/igc-checkbox-list-component.d.ts +9 -0
  184. package/lib/igc-column-group-description-collection.d.ts +4 -0
  185. package/lib/igc-column-sort-description-collection.d.ts +4 -0
  186. package/lib/igc-column-summary-description-collection.d.ts +4 -0
  187. package/lib/igc-data-grid-component.d.ts +30 -2
  188. package/package.json +4 -4
@@ -145,7 +145,6 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
145
145
  _this.combinedColumns = [];
146
146
  _this._disableManualColumnSync = false;
147
147
  _this._columns = null;
148
- _this._scrollerStyle = 1 /* Fading */;
149
148
  _this._columnsAdapter = null;
150
149
  _this._renderer = null;
151
150
  _this._disconnected = false;
@@ -450,19 +449,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
450
449
  enumerable: true,
451
450
  configurable: true
452
451
  });
453
- Object.defineProperty(IgcDataGridComponent.prototype, "scrollbarStyle", {
454
- get: function () {
455
- return this._scrollerStyle;
456
- },
457
- set: function (style) {
458
- this._scrollerStyle = ensureEnum(ScrollbarStyle_$type, style);
459
- if (this._scroller) {
460
- this._scroller.scrollbarStyle = this._scrollerStyle;
461
- }
462
- },
463
- enumerable: true,
464
- configurable: true
465
- });
452
+ IgcDataGridComponent.prototype._setScrollbarStyle = function (style) {
453
+ if (this._scroller) {
454
+ this._scroller.scrollbarStyle = style;
455
+ }
456
+ };
457
+ IgcDataGridComponent.prototype._setScrollbarColor = function (color) {
458
+ if (this._scroller) {
459
+ this._scroller.scrollbarBrush = color;
460
+ }
461
+ };
466
462
  IgcDataGridComponent.prototype.createImplementation = function () {
467
463
  var test = Grid;
468
464
  return new Grid();
@@ -1000,11 +996,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1000
996
  * Gets or sets the type of column resizing to use.
1001
997
  */
1002
998
  get: function () {
1003
- return this.i.by;
999
+ return this.i.b3;
1004
1000
  },
1005
1001
  set: function (v) {
1006
- this.i.by = ensureEnum(ColumnResizingMode_$type, v);
1007
- this._a("columnResizingMode", enumToString(ColumnResizingMode_$type, this.i.by));
1002
+ this.i.b3 = ensureEnum(ColumnResizingMode_$type, v);
1003
+ this._a("columnResizingMode", enumToString(ColumnResizingMode_$type, this.i.b3));
1008
1004
  },
1009
1005
  enumerable: true,
1010
1006
  configurable: true
@@ -1014,11 +1010,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1014
1010
  * Gets or sets the type column moving to use.
1015
1011
  */
1016
1012
  get: function () {
1017
- return this.i.bk;
1013
+ return this.i.bp;
1018
1014
  },
1019
1015
  set: function (v) {
1020
- this.i.bk = ensureEnum(ColumnMovingMode_$type, v);
1021
- this._a("columnMovingMode", enumToString(ColumnMovingMode_$type, this.i.bk));
1016
+ this.i.bp = ensureEnum(ColumnMovingMode_$type, v);
1017
+ this._a("columnMovingMode", enumToString(ColumnMovingMode_$type, this.i.bp));
1022
1018
  },
1023
1019
  enumerable: true,
1024
1020
  configurable: true
@@ -1028,11 +1024,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1028
1024
  * Gets or sets whether the row will highlight when hovered.
1029
1025
  */
1030
1026
  get: function () {
1031
- return this.i.jp;
1027
+ return this.i.ka;
1032
1028
  },
1033
1029
  set: function (v) {
1034
- this.i.jp = ensureBool(v);
1035
- this._a("isRowHoverEnabled", this.i.jp);
1030
+ this.i.ka = ensureBool(v);
1031
+ this._a("isRowHoverEnabled", this.i.ka);
1036
1032
  },
1037
1033
  enumerable: true,
1038
1034
  configurable: true
@@ -1042,11 +1038,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1042
1038
  * Gets or sets the background color for rows when hovered.
1043
1039
  */
1044
1040
  get: function () {
1045
- return brushToString(this.i.za);
1041
+ return brushToString(this.i.z8);
1046
1042
  },
1047
1043
  set: function (v) {
1048
- this.i.za = stringToBrush(v);
1049
- this._a("rowHoverBackground", brushToString(this.i.za));
1044
+ this.i.z8 = stringToBrush(v);
1045
+ this._a("rowHoverBackground", brushToString(this.i.z8));
1050
1046
  },
1051
1047
  enumerable: true,
1052
1048
  configurable: true
@@ -1056,11 +1052,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1056
1052
  * Gets or sets the text color for rows when hovered.
1057
1053
  */
1058
1054
  get: function () {
1059
- return brushToString(this.i.zb);
1055
+ return brushToString(this.i.z9);
1060
1056
  },
1061
1057
  set: function (v) {
1062
- this.i.zb = stringToBrush(v);
1063
- this._a("rowHoverTextColor", brushToString(this.i.zb));
1058
+ this.i.z9 = stringToBrush(v);
1059
+ this._a("rowHoverTextColor", brushToString(this.i.z9));
1064
1060
  },
1065
1061
  enumerable: true,
1066
1062
  configurable: true
@@ -1070,94 +1066,94 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1070
1066
  * Gets or sets the border color for rows being edited.
1071
1067
  */
1072
1068
  get: function () {
1073
- return brushToString(this.i.y2);
1069
+ return brushToString(this.i.z0);
1074
1070
  },
1075
1071
  set: function (v) {
1076
- this.i.y2 = stringToBrush(v);
1077
- this._a("editRowBorder", brushToString(this.i.y2));
1072
+ this.i.z0 = stringToBrush(v);
1073
+ this._a("editRowBorder", brushToString(this.i.z0));
1078
1074
  },
1079
1075
  enumerable: true,
1080
1076
  configurable: true
1081
1077
  });
1082
1078
  Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthBottom", {
1083
1079
  get: function () {
1084
- return this.i.z4 ? this.i.z4.bottom : NaN;
1080
+ return this.i.aa3 ? this.i.aa3.bottom : NaN;
1085
1081
  },
1086
1082
  set: function (v) {
1087
1083
  this.ensureEditRowBorderWidth();
1088
- this.i.z4.bottom = +v;
1089
- this._a("editRowBorderWidthBottom", this.i.z4.bottom);
1090
- this.i.z4 = this.i.z4;
1084
+ this.i.aa3.bottom = +v;
1085
+ this._a("editRowBorderWidthBottom", this.i.aa3.bottom);
1086
+ this.i.aa3 = this.i.aa3;
1091
1087
  },
1092
1088
  enumerable: true,
1093
1089
  configurable: true
1094
1090
  });
1095
1091
  Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthLeft", {
1096
1092
  get: function () {
1097
- return this.i.z4 ? this.i.z4.left : NaN;
1093
+ return this.i.aa3 ? this.i.aa3.left : NaN;
1098
1094
  },
1099
1095
  set: function (v) {
1100
1096
  this.ensureEditRowBorderWidth();
1101
- this.i.z4.left = +v;
1102
- this._a("editRowBorderWidthLeft", this.i.z4.left);
1103
- this.i.z4 = this.i.z4;
1097
+ this.i.aa3.left = +v;
1098
+ this._a("editRowBorderWidthLeft", this.i.aa3.left);
1099
+ this.i.aa3 = this.i.aa3;
1104
1100
  },
1105
1101
  enumerable: true,
1106
1102
  configurable: true
1107
1103
  });
1108
1104
  Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthRight", {
1109
1105
  get: function () {
1110
- return this.i.z4 ? this.i.z4.right : NaN;
1106
+ return this.i.aa3 ? this.i.aa3.right : NaN;
1111
1107
  },
1112
1108
  set: function (v) {
1113
1109
  this.ensureEditRowBorderWidth();
1114
- this.i.z4.right = +v;
1115
- this._a("editRowBorderWidthRight", this.i.z4.right);
1116
- this.i.z4 = this.i.z4;
1110
+ this.i.aa3.right = +v;
1111
+ this._a("editRowBorderWidthRight", this.i.aa3.right);
1112
+ this.i.aa3 = this.i.aa3;
1117
1113
  },
1118
1114
  enumerable: true,
1119
1115
  configurable: true
1120
1116
  });
1121
1117
  Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthTop", {
1122
1118
  get: function () {
1123
- return this.i.z4 ? this.i.z4.top : NaN;
1119
+ return this.i.aa3 ? this.i.aa3.top : NaN;
1124
1120
  },
1125
1121
  set: function (v) {
1126
1122
  this.ensureEditRowBorderWidth();
1127
- this.i.z4.top = +v;
1128
- this._a("editRowBorderWidthTop", this.i.z4.top);
1129
- this.i.z4 = this.i.z4;
1123
+ this.i.aa3.top = +v;
1124
+ this._a("editRowBorderWidthTop", this.i.aa3.top);
1125
+ this.i.aa3 = this.i.aa3;
1130
1126
  },
1131
1127
  enumerable: true,
1132
1128
  configurable: true
1133
1129
  });
1134
1130
  IgcDataGridComponent.prototype.ensureEditRowBorderWidth = function () {
1135
- if (this.i.z4) {
1131
+ if (this.i.aa3) {
1136
1132
  return;
1137
1133
  }
1138
- this.i.z4 = new Thickness(2);
1134
+ this.i.aa3 = new Thickness(2);
1139
1135
  };
1140
1136
  Object.defineProperty(IgcDataGridComponent.prototype, "sectionHeader", {
1141
1137
  /**
1142
1138
  * Gets or sets the header type used for sectioning off groups of rows.
1143
1139
  */
1144
1140
  get: function () {
1145
- if (this.i.ft == null) {
1141
+ if (this.i.f2 == null) {
1146
1142
  return null;
1147
1143
  }
1148
- if (!this.i.ft.externalObject) {
1149
- var e = IgcSectionHeaderComponent._createFromInternal(this.i.ft);
1144
+ if (!this.i.f2.externalObject) {
1145
+ var e = IgcSectionHeaderComponent._createFromInternal(this.i.f2);
1150
1146
  if (e) {
1151
- e._implementation = this.i.ft;
1147
+ e._implementation = this.i.f2;
1152
1148
  }
1153
- this.i.ft.externalObject = e;
1149
+ this.i.f2.externalObject = e;
1154
1150
  }
1155
- return this.i.ft.externalObject;
1151
+ return this.i.f2.externalObject;
1156
1152
  },
1157
1153
  set: function (v) {
1158
1154
  if (v != null && this._stylingContainer && v._styling)
1159
1155
  v._styling(this._stylingContainer, this, this);
1160
- v == null ? this.i.ft = null : this.i.ft = v.i;
1156
+ v == null ? this.i.f2 = null : this.i.f2 = v.i;
1161
1157
  },
1162
1158
  enumerable: true,
1163
1159
  configurable: true
@@ -1167,22 +1163,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1167
1163
  * Gets or sets the cell definition used for summary rows at the root level.
1168
1164
  */
1169
1165
  get: function () {
1170
- if (this.i.f3 == null) {
1166
+ if (this.i.gc == null) {
1171
1167
  return null;
1172
1168
  }
1173
- if (!this.i.f3.externalObject) {
1174
- var e = IgcSummaryRowRootComponent._createFromInternal(this.i.f3);
1169
+ if (!this.i.gc.externalObject) {
1170
+ var e = IgcSummaryRowRootComponent._createFromInternal(this.i.gc);
1175
1171
  if (e) {
1176
- e._implementation = this.i.f3;
1172
+ e._implementation = this.i.gc;
1177
1173
  }
1178
- this.i.f3.externalObject = e;
1174
+ this.i.gc.externalObject = e;
1179
1175
  }
1180
- return this.i.f3.externalObject;
1176
+ return this.i.gc.externalObject;
1181
1177
  },
1182
1178
  set: function (v) {
1183
1179
  if (v != null && this._stylingContainer && v._styling)
1184
1180
  v._styling(this._stylingContainer, this, this);
1185
- v == null ? this.i.f3 = null : this.i.f3 = v.i;
1181
+ v == null ? this.i.gc = null : this.i.gc = v.i;
1186
1182
  },
1187
1183
  enumerable: true,
1188
1184
  configurable: true
@@ -1192,22 +1188,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1192
1188
  * Gets or sets the cell definition used for summary rows at the section level.
1193
1189
  */
1194
1190
  get: function () {
1195
- if (this.i.f5 == null) {
1191
+ if (this.i.ge == null) {
1196
1192
  return null;
1197
1193
  }
1198
- if (!this.i.f5.externalObject) {
1199
- var e = IgcSummaryRowSectionComponent._createFromInternal(this.i.f5);
1194
+ if (!this.i.ge.externalObject) {
1195
+ var e = IgcSummaryRowSectionComponent._createFromInternal(this.i.ge);
1200
1196
  if (e) {
1201
- e._implementation = this.i.f5;
1197
+ e._implementation = this.i.ge;
1202
1198
  }
1203
- this.i.f5.externalObject = e;
1199
+ this.i.ge.externalObject = e;
1204
1200
  }
1205
- return this.i.f5.externalObject;
1201
+ return this.i.ge.externalObject;
1206
1202
  },
1207
1203
  set: function (v) {
1208
1204
  if (v != null && this._stylingContainer && v._styling)
1209
1205
  v._styling(this._stylingContainer, this, this);
1210
- v == null ? this.i.f5 = null : this.i.f5 = v.i;
1206
+ v == null ? this.i.ge = null : this.i.ge = v.i;
1211
1207
  },
1212
1208
  enumerable: true,
1213
1209
  configurable: true
@@ -1217,22 +1213,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1217
1213
  * Gets or sets the row seperator settings.
1218
1214
  */
1219
1215
  get: function () {
1220
- if (this.i.fo == null) {
1216
+ if (this.i.fx == null) {
1221
1217
  return null;
1222
1218
  }
1223
- if (!this.i.fo.externalObject) {
1224
- var e = IgcRowSeparatorComponent._createFromInternal(this.i.fo);
1219
+ if (!this.i.fx.externalObject) {
1220
+ var e = IgcRowSeparatorComponent._createFromInternal(this.i.fx);
1225
1221
  if (e) {
1226
- e._implementation = this.i.fo;
1222
+ e._implementation = this.i.fx;
1227
1223
  }
1228
- this.i.fo.externalObject = e;
1224
+ this.i.fx.externalObject = e;
1229
1225
  }
1230
- return this.i.fo.externalObject;
1226
+ return this.i.fx.externalObject;
1231
1227
  },
1232
1228
  set: function (v) {
1233
1229
  if (v != null && this._stylingContainer && v._styling)
1234
1230
  v._styling(this._stylingContainer, this, this);
1235
- v == null ? this.i.fo = null : this.i.fo = v.i;
1231
+ v == null ? this.i.fx = null : this.i.fx = v.i;
1236
1232
  },
1237
1233
  enumerable: true,
1238
1234
  configurable: true
@@ -1242,22 +1238,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1242
1238
  * Gets or sets the header row seperator settings.
1243
1239
  */
1244
1240
  get: function () {
1245
- if (this.i.eo == null) {
1241
+ if (this.i.ex == null) {
1246
1242
  return null;
1247
1243
  }
1248
- if (!this.i.eo.externalObject) {
1249
- var e = IgcHeaderRowSeparatorComponent._createFromInternal(this.i.eo);
1244
+ if (!this.i.ex.externalObject) {
1245
+ var e = IgcHeaderRowSeparatorComponent._createFromInternal(this.i.ex);
1250
1246
  if (e) {
1251
- e._implementation = this.i.eo;
1247
+ e._implementation = this.i.ex;
1252
1248
  }
1253
- this.i.eo.externalObject = e;
1249
+ this.i.ex.externalObject = e;
1254
1250
  }
1255
- return this.i.eo.externalObject;
1251
+ return this.i.ex.externalObject;
1256
1252
  },
1257
1253
  set: function (v) {
1258
1254
  if (v != null && this._stylingContainer && v._styling)
1259
1255
  v._styling(this._stylingContainer, this, this);
1260
- v == null ? this.i.eo = null : this.i.eo = v.i;
1256
+ v == null ? this.i.ex = null : this.i.ex = v.i;
1261
1257
  },
1262
1258
  enumerable: true,
1263
1259
  configurable: true
@@ -1267,22 +1263,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1267
1263
  * Gets or sets the header seperator settings.
1268
1264
  */
1269
1265
  get: function () {
1270
- if (this.i.eq == null) {
1266
+ if (this.i.ez == null) {
1271
1267
  return null;
1272
1268
  }
1273
- if (!this.i.eq.externalObject) {
1274
- var e = IgcHeaderSeparatorComponent._createFromInternal(this.i.eq);
1269
+ if (!this.i.ez.externalObject) {
1270
+ var e = IgcHeaderSeparatorComponent._createFromInternal(this.i.ez);
1275
1271
  if (e) {
1276
- e._implementation = this.i.eq;
1272
+ e._implementation = this.i.ez;
1277
1273
  }
1278
- this.i.eq.externalObject = e;
1274
+ this.i.ez.externalObject = e;
1279
1275
  }
1280
- return this.i.eq.externalObject;
1276
+ return this.i.ez.externalObject;
1281
1277
  },
1282
1278
  set: function (v) {
1283
1279
  if (v != null && this._stylingContainer && v._styling)
1284
1280
  v._styling(this._stylingContainer, this, this);
1285
- v == null ? this.i.eq = null : this.i.eq = v.i;
1281
+ v == null ? this.i.ez = null : this.i.ez = v.i;
1286
1282
  },
1287
1283
  enumerable: true,
1288
1284
  configurable: true
@@ -1292,22 +1288,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1292
1288
  * Gets or sets the column resizing seperator settings.
1293
1289
  */
1294
1290
  get: function () {
1295
- if (this.i.b0 == null) {
1291
+ if (this.i.b5 == null) {
1296
1292
  return null;
1297
1293
  }
1298
- if (!this.i.b0.externalObject) {
1299
- var e = IgcColumnResizingSeparatorComponent._createFromInternal(this.i.b0);
1294
+ if (!this.i.b5.externalObject) {
1295
+ var e = IgcColumnResizingSeparatorComponent._createFromInternal(this.i.b5);
1300
1296
  if (e) {
1301
- e._implementation = this.i.b0;
1297
+ e._implementation = this.i.b5;
1302
1298
  }
1303
- this.i.b0.externalObject = e;
1299
+ this.i.b5.externalObject = e;
1304
1300
  }
1305
- return this.i.b0.externalObject;
1301
+ return this.i.b5.externalObject;
1306
1302
  },
1307
1303
  set: function (v) {
1308
1304
  if (v != null && this._stylingContainer && v._styling)
1309
1305
  v._styling(this._stylingContainer, this, this);
1310
- v == null ? this.i.b0 = null : this.i.b0 = v.i;
1306
+ v == null ? this.i.b5 = null : this.i.b5 = v.i;
1311
1307
  },
1312
1308
  enumerable: true,
1313
1309
  configurable: true
@@ -1317,22 +1313,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1317
1313
  * Gets or sets the column resizing seperator settings.
1318
1314
  */
1319
1315
  get: function () {
1320
- if (this.i.bm == null) {
1316
+ if (this.i.br == null) {
1321
1317
  return null;
1322
1318
  }
1323
- if (!this.i.bm.externalObject) {
1324
- var e = IgcColumnMovingSeparatorComponent._createFromInternal(this.i.bm);
1319
+ if (!this.i.br.externalObject) {
1320
+ var e = IgcColumnMovingSeparatorComponent._createFromInternal(this.i.br);
1325
1321
  if (e) {
1326
- e._implementation = this.i.bm;
1322
+ e._implementation = this.i.br;
1327
1323
  }
1328
- this.i.bm.externalObject = e;
1324
+ this.i.br.externalObject = e;
1329
1325
  }
1330
- return this.i.bm.externalObject;
1326
+ return this.i.br.externalObject;
1331
1327
  },
1332
1328
  set: function (v) {
1333
1329
  if (v != null && this._stylingContainer && v._styling)
1334
1330
  v._styling(this._stylingContainer, this, this);
1335
- v == null ? this.i.bm = null : this.i.bm = v.i;
1331
+ v == null ? this.i.br = null : this.i.br = v.i;
1336
1332
  },
1337
1333
  enumerable: true,
1338
1334
  configurable: true
@@ -1342,22 +1338,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1342
1338
  * Gets or sets the pinned area separator settings.
1343
1339
  */
1344
1340
  get: function () {
1345
- if (this.i.fc == null) {
1341
+ if (this.i.fl == null) {
1346
1342
  return null;
1347
1343
  }
1348
- if (!this.i.fc.externalObject) {
1349
- var e = IgcPinnedAreaSeparatorComponent._createFromInternal(this.i.fc);
1344
+ if (!this.i.fl.externalObject) {
1345
+ var e = IgcPinnedAreaSeparatorComponent._createFromInternal(this.i.fl);
1350
1346
  if (e) {
1351
- e._implementation = this.i.fc;
1347
+ e._implementation = this.i.fl;
1352
1348
  }
1353
- this.i.fc.externalObject = e;
1349
+ this.i.fl.externalObject = e;
1354
1350
  }
1355
- return this.i.fc.externalObject;
1351
+ return this.i.fl.externalObject;
1356
1352
  },
1357
1353
  set: function (v) {
1358
1354
  if (v != null && this._stylingContainer && v._styling)
1359
1355
  v._styling(this._stylingContainer, this, this);
1360
- v == null ? this.i.fc = null : this.i.fc = v.i;
1356
+ v == null ? this.i.fl = null : this.i.fl = v.i;
1361
1357
  },
1362
1358
  enumerable: true,
1363
1359
  configurable: true
@@ -1401,11 +1397,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1401
1397
  * Gets or sets the display density to use for the grid.
1402
1398
  */
1403
1399
  get: function () {
1404
- return this.i.gd;
1400
+ return this.i.go;
1405
1401
  },
1406
1402
  set: function (v) {
1407
- this.i.gd = ensureEnum(ControlDisplayDensity_$type, v);
1408
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.gd));
1403
+ this.i.go = ensureEnum(ControlDisplayDensity_$type, v);
1404
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.go));
1409
1405
  },
1410
1406
  enumerable: true,
1411
1407
  configurable: true
@@ -1415,11 +1411,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1415
1411
  * Gets the actual height for the rows in the grid.
1416
1412
  */
1417
1413
  get: function () {
1418
- return this.i.mu;
1414
+ return this.i.nf;
1419
1415
  },
1420
1416
  set: function (v) {
1421
- this.i.mu = +v;
1422
- this._a("actualRowHeight", this.i.mu);
1417
+ this.i.nf = +v;
1418
+ this._a("actualRowHeight", this.i.nf);
1423
1419
  },
1424
1420
  enumerable: true,
1425
1421
  configurable: true
@@ -1430,11 +1426,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1430
1426
  * use the default value for the set display density.
1431
1427
  */
1432
1428
  get: function () {
1433
- return this.i.np;
1429
+ return this.i.oa;
1434
1430
  },
1435
1431
  set: function (v) {
1436
- this.i.np = +v;
1437
- this._a("rowHeight", this.i.np);
1432
+ this.i.oa = +v;
1433
+ this._a("rowHeight", this.i.oa);
1438
1434
  },
1439
1435
  enumerable: true,
1440
1436
  configurable: true
@@ -1444,11 +1440,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1444
1440
  * Gets or sets the default minimum width to use on all columns. Ignored if NaN.
1445
1441
  */
1446
1442
  get: function () {
1447
- return this.i.ls;
1443
+ return this.i.md;
1448
1444
  },
1449
1445
  set: function (v) {
1450
- this.i.ls = +v;
1451
- this._a("defaultColumnMinWidth", this.i.ls);
1446
+ this.i.md = +v;
1447
+ this._a("defaultColumnMinWidth", this.i.md);
1452
1448
  },
1453
1449
  enumerable: true,
1454
1450
  configurable: true
@@ -1458,11 +1454,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1458
1454
  * Gets the height used for the header row.
1459
1455
  */
1460
1456
  get: function () {
1461
- return this.i.mt;
1457
+ return this.i.ne;
1462
1458
  },
1463
1459
  set: function (v) {
1464
- this.i.mt = +v;
1465
- this._a("actualHeaderHeight", this.i.mt);
1460
+ this.i.ne = +v;
1461
+ this._a("actualHeaderHeight", this.i.ne);
1466
1462
  },
1467
1463
  enumerable: true,
1468
1464
  configurable: true
@@ -1472,11 +1468,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1472
1468
  * Gets or sets the height to use for the header row.
1473
1469
  */
1474
1470
  get: function () {
1475
- return this.i.ng;
1471
+ return this.i.n1;
1476
1472
  },
1477
1473
  set: function (v) {
1478
- this.i.ng = +v;
1479
- this._a("headerHeight", this.i.ng);
1474
+ this.i.n1 = +v;
1475
+ this._a("headerHeight", this.i.n1);
1480
1476
  },
1481
1477
  enumerable: true,
1482
1478
  configurable: true
@@ -1486,11 +1482,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1486
1482
  * Returns/sets the action to take when a column header is clicked.
1487
1483
  */
1488
1484
  get: function () {
1489
- return this.i.em;
1485
+ return this.i.ev;
1490
1486
  },
1491
1487
  set: function (v) {
1492
- this.i.em = ensureEnum(HeaderClickAction_$type, v);
1493
- this._a("headerClickAction", enumToString(HeaderClickAction_$type, this.i.em));
1488
+ this.i.ev = ensureEnum(HeaderClickAction_$type, v);
1489
+ this._a("headerClickAction", enumToString(HeaderClickAction_$type, this.i.ev));
1494
1490
  },
1495
1491
  enumerable: true,
1496
1492
  configurable: true
@@ -1500,11 +1496,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1500
1496
  * Gets or sets the type of edit mode
1501
1497
  */
1502
1498
  get: function () {
1503
- return this.i.cj;
1499
+ return this.i.cs;
1504
1500
  },
1505
1501
  set: function (v) {
1506
- this.i.cj = ensureEnum(EditModeType_$type, v);
1507
- this._a("editMode", enumToString(EditModeType_$type, this.i.cj));
1502
+ this.i.cs = ensureEnum(EditModeType_$type, v);
1503
+ this._a("editMode", enumToString(EditModeType_$type, this.i.cs));
1508
1504
  },
1509
1505
  enumerable: true,
1510
1506
  configurable: true
@@ -1514,11 +1510,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1514
1510
  * Gets or sets the type of click action required to enter edit mode.
1515
1511
  */
1516
1512
  get: function () {
1517
- return this.i.ch;
1513
+ return this.i.cq;
1518
1514
  },
1519
1515
  set: function (v) {
1520
- this.i.ch = ensureEnum(EditModeClickAction_$type, v);
1521
- this._a("editModeClickAction", enumToString(EditModeClickAction_$type, this.i.ch));
1516
+ this.i.cq = ensureEnum(EditModeClickAction_$type, v);
1517
+ this._a("editModeClickAction", enumToString(EditModeClickAction_$type, this.i.cq));
1522
1518
  },
1523
1519
  enumerable: true,
1524
1520
  configurable: true
@@ -1528,11 +1524,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1528
1524
  * Gets or sets whether edit mode will begin as soon as you start typing while a cell is active.
1529
1525
  */
1530
1526
  get: function () {
1531
- return this.i.io;
1527
+ return this.i.i8;
1532
1528
  },
1533
1529
  set: function (v) {
1534
- this.i.io = ensureBool(v);
1535
- this._a("editOnKeyPress", this.i.io);
1530
+ this.i.i8 = ensureBool(v);
1531
+ this._a("editOnKeyPress", this.i.i8);
1536
1532
  },
1537
1533
  enumerable: true,
1538
1534
  configurable: true
@@ -1542,11 +1538,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1542
1538
  * Configures whether or not the grid will autogenerate columns when the data source is set.
1543
1539
  */
1544
1540
  get: function () {
1545
- return this.i.ie;
1541
+ return this.i.iz;
1546
1542
  },
1547
1543
  set: function (v) {
1548
- this.i.ie = ensureBool(v);
1549
- this._a("autoGenerateColumns", this.i.ie);
1544
+ this.i.iz = ensureBool(v);
1545
+ this._a("autoGenerateColumns", this.i.iz);
1550
1546
  },
1551
1547
  enumerable: true,
1552
1548
  configurable: true
@@ -1556,11 +1552,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1556
1552
  * Sets or gets the height to use for the row separators.
1557
1553
  */
1558
1554
  get: function () {
1559
- return this.i.nr;
1555
+ return this.i.oc;
1560
1556
  },
1561
1557
  set: function (v) {
1562
- this.i.nr = +v;
1563
- this._a("rowSeparatorHeight", this.i.nr);
1558
+ this.i.oc = +v;
1559
+ this._a("rowSeparatorHeight", this.i.oc);
1564
1560
  },
1565
1561
  enumerable: true,
1566
1562
  configurable: true
@@ -1570,11 +1566,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1570
1566
  * Configures whether or not place holders are used for cells who do not have their data yet.
1571
1567
  */
1572
1568
  get: function () {
1573
- return this.i.jj;
1569
+ return this.i.j4;
1574
1570
  },
1575
1571
  set: function (v) {
1576
- this.i.jj = ensureBool(v);
1577
- this._a("isPlaceholderRenderingEnabled", this.i.jj);
1572
+ this.i.j4 = ensureBool(v);
1573
+ this._a("isPlaceholderRenderingEnabled", this.i.j4);
1578
1574
  },
1579
1575
  enumerable: true,
1580
1576
  configurable: true
@@ -1584,11 +1580,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1584
1580
  * Sets or gets the Column Adding Animation mode to use.
1585
1581
  */
1586
1582
  get: function () {
1587
- return this.i.b3;
1583
+ return this.i.b8;
1588
1584
  },
1589
1585
  set: function (v) {
1590
- this.i.b3 = ensureEnum(ColumnShowingAnimationMode_$type, v);
1591
- this._a("columnAddingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.b3));
1586
+ this.i.b8 = ensureEnum(ColumnShowingAnimationMode_$type, v);
1587
+ this._a("columnAddingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.b8));
1592
1588
  },
1593
1589
  enumerable: true,
1594
1590
  configurable: true
@@ -1612,11 +1608,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1612
1608
  * Sets or gets the cell data loaded animation mode to use.
1613
1609
  */
1614
1610
  get: function () {
1615
- return this.i.al;
1611
+ return this.i.ao;
1616
1612
  },
1617
1613
  set: function (v) {
1618
- this.i.al = ensureEnum(CellDataLoadedAnimationMode_$type, v);
1619
- this._a("cellDataLoadedAnimationMode", enumToString(CellDataLoadedAnimationMode_$type, this.i.al));
1614
+ this.i.ao = ensureEnum(CellDataLoadedAnimationMode_$type, v);
1615
+ this._a("cellDataLoadedAnimationMode", enumToString(CellDataLoadedAnimationMode_$type, this.i.ao));
1620
1616
  },
1621
1617
  enumerable: true,
1622
1618
  configurable: true
@@ -1626,11 +1622,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1626
1622
  * Sets or gets the row selection animation mode to use.
1627
1623
  */
1628
1624
  get: function () {
1629
- return this.i.fm;
1625
+ return this.i.fv;
1630
1626
  },
1631
1627
  set: function (v) {
1632
- this.i.fm = ensureEnum(RowSelectionAnimationMode_$type, v);
1633
- this._a("rowSelectionAnimationMode", enumToString(RowSelectionAnimationMode_$type, this.i.fm));
1628
+ this.i.fv = ensureEnum(RowSelectionAnimationMode_$type, v);
1629
+ this._a("rowSelectionAnimationMode", enumToString(RowSelectionAnimationMode_$type, this.i.fv));
1634
1630
  },
1635
1631
  enumerable: true,
1636
1632
  configurable: true
@@ -1640,11 +1636,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1640
1636
  * Sets or gets the row hover animation mode to use.
1641
1637
  */
1642
1638
  get: function () {
1643
- return this.i.fj;
1639
+ return this.i.fs;
1644
1640
  },
1645
1641
  set: function (v) {
1646
- this.i.fj = ensureEnum(RowHoverAnimationMode_$type, v);
1647
- this._a("rowHoverAnimationMode", enumToString(RowHoverAnimationMode_$type, this.i.fj));
1642
+ this.i.fs = ensureEnum(RowHoverAnimationMode_$type, v);
1643
+ this._a("rowHoverAnimationMode", enumToString(RowHoverAnimationMode_$type, this.i.fs));
1648
1644
  },
1649
1645
  enumerable: true,
1650
1646
  configurable: true
@@ -1654,11 +1650,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1654
1650
  * Sets or gets the cell selection animation mode to use.
1655
1651
  */
1656
1652
  get: function () {
1657
- return this.i.a0;
1653
+ return this.i.a3;
1658
1654
  },
1659
1655
  set: function (v) {
1660
- this.i.a0 = ensureEnum(CellSelectionAnimationMode_$type, v);
1661
- this._a("cellSelectionAnimationMode", enumToString(CellSelectionAnimationMode_$type, this.i.a0));
1656
+ this.i.a3 = ensureEnum(CellSelectionAnimationMode_$type, v);
1657
+ this._a("cellSelectionAnimationMode", enumToString(CellSelectionAnimationMode_$type, this.i.a3));
1662
1658
  },
1663
1659
  enumerable: true,
1664
1660
  configurable: true
@@ -1668,18 +1664,18 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1668
1664
  * Sets or gets the default animation settings for the grid.
1669
1665
  */
1670
1666
  get: function () {
1671
- if (this.i.c3 == null) {
1667
+ if (this.i.dc == null) {
1672
1668
  return null;
1673
1669
  }
1674
- if (!this.i.c3.externalObject) {
1670
+ if (!this.i.dc.externalObject) {
1675
1671
  var e = new IgcGridAnimationSettings();
1676
- e._implementation = this.i.c3;
1677
- this.i.c3.externalObject = e;
1672
+ e._implementation = this.i.dc;
1673
+ this.i.dc.externalObject = e;
1678
1674
  }
1679
- return this.i.c3.externalObject;
1675
+ return this.i.dc.externalObject;
1680
1676
  },
1681
1677
  set: function (v) {
1682
- v == null ? this.i.c3 = null : this.i.c3 = v.i;
1678
+ v == null ? this.i.dc = null : this.i.dc = v.i;
1683
1679
  },
1684
1680
  enumerable: true,
1685
1681
  configurable: true
@@ -1689,11 +1685,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1689
1685
  * Sets or gets the column resizing animation mode to use. Only applies when resizing in Deferred mode.
1690
1686
  */
1691
1687
  get: function () {
1692
- return this.i.bv;
1688
+ return this.i.b0;
1693
1689
  },
1694
1690
  set: function (v) {
1695
- this.i.bv = ensureEnum(ColumnResizingAnimationMode_$type, v);
1696
- this._a("columnResizingAnimationMode", enumToString(ColumnResizingAnimationMode_$type, this.i.bv));
1691
+ this.i.b0 = ensureEnum(ColumnResizingAnimationMode_$type, v);
1692
+ this._a("columnResizingAnimationMode", enumToString(ColumnResizingAnimationMode_$type, this.i.b0));
1697
1693
  },
1698
1694
  enumerable: true,
1699
1695
  configurable: true
@@ -1703,11 +1699,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1703
1699
  * Sets or gets the column showing animation mode to use.
1704
1700
  */
1705
1701
  get: function () {
1706
- return this.i.b4;
1702
+ return this.i.b9;
1707
1703
  },
1708
1704
  set: function (v) {
1709
- this.i.b4 = ensureEnum(ColumnShowingAnimationMode_$type, v);
1710
- this._a("columnShowingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.b4));
1705
+ this.i.b9 = ensureEnum(ColumnShowingAnimationMode_$type, v);
1706
+ this._a("columnShowingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.b9));
1711
1707
  },
1712
1708
  enumerable: true,
1713
1709
  configurable: true
@@ -1717,11 +1713,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1717
1713
  * Sets or gets the column moving animation mode to use.
1718
1714
  */
1719
1715
  get: function () {
1720
- return this.i.bh;
1716
+ return this.i.bm;
1721
1717
  },
1722
1718
  set: function (v) {
1723
- this.i.bh = ensureEnum(ColumnMovingAnimationMode_$type, v);
1724
- this._a("columnMovingAnimationMode", enumToString(ColumnMovingAnimationMode_$type, this.i.bh));
1719
+ this.i.bm = ensureEnum(ColumnMovingAnimationMode_$type, v);
1720
+ this._a("columnMovingAnimationMode", enumToString(ColumnMovingAnimationMode_$type, this.i.bm));
1725
1721
  },
1726
1722
  enumerable: true,
1727
1723
  configurable: true
@@ -1731,11 +1727,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1731
1727
  * Sets or gets the column hiding animation mode to use.
1732
1728
  */
1733
1729
  get: function () {
1734
- return this.i.be;
1730
+ return this.i.bj;
1735
1731
  },
1736
1732
  set: function (v) {
1737
- this.i.be = ensureEnum(ColumnHidingAnimationMode_$type, v);
1738
- this._a("columnHidingAnimationMode", enumToString(ColumnHidingAnimationMode_$type, this.i.be));
1733
+ this.i.bj = ensureEnum(ColumnHidingAnimationMode_$type, v);
1734
+ this._a("columnHidingAnimationMode", enumToString(ColumnHidingAnimationMode_$type, this.i.bj));
1739
1735
  },
1740
1736
  enumerable: true,
1741
1737
  configurable: true
@@ -1745,11 +1741,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1745
1741
  * Sets or gets the column exchanging animation mode to use.
1746
1742
  */
1747
1743
  get: function () {
1748
- return this.i.a8;
1744
+ return this.i.bb;
1749
1745
  },
1750
1746
  set: function (v) {
1751
- this.i.a8 = ensureEnum(ColumnExchangingAnimationMode_$type, v);
1752
- this._a("columnExchangingAnimationMode", enumToString(ColumnExchangingAnimationMode_$type, this.i.a8));
1747
+ this.i.bb = ensureEnum(ColumnExchangingAnimationMode_$type, v);
1748
+ this._a("columnExchangingAnimationMode", enumToString(ColumnExchangingAnimationMode_$type, this.i.bb));
1753
1749
  },
1754
1750
  enumerable: true,
1755
1751
  configurable: true
@@ -1759,11 +1755,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1759
1755
  * Sets or gets the grid selection mode.
1760
1756
  */
1761
1757
  get: function () {
1762
- return this.i.ec;
1758
+ return this.i.el;
1763
1759
  },
1764
1760
  set: function (v) {
1765
- this.i.ec = ensureEnum(GridSelectionMode_$type, v);
1766
- this._a("selectionMode", enumToString(GridSelectionMode_$type, this.i.ec));
1761
+ this.i.el = ensureEnum(GridSelectionMode_$type, v);
1762
+ this._a("selectionMode", enumToString(GridSelectionMode_$type, this.i.el));
1767
1763
  },
1768
1764
  enumerable: true,
1769
1765
  configurable: true
@@ -1773,11 +1769,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1773
1769
  * Sets or gets the grid selection mode.
1774
1770
  */
1775
1771
  get: function () {
1776
- return this.i.cy;
1772
+ return this.i.c7;
1777
1773
  },
1778
1774
  set: function (v) {
1779
- this.i.cy = ensureEnum(GridActivationMode_$type, v);
1780
- this._a("activationMode", enumToString(GridActivationMode_$type, this.i.cy));
1775
+ this.i.c7 = ensureEnum(GridActivationMode_$type, v);
1776
+ this._a("activationMode", enumToString(GridActivationMode_$type, this.i.c7));
1781
1777
  },
1782
1778
  enumerable: true,
1783
1779
  configurable: true
@@ -1787,11 +1783,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1787
1783
  * Sets or gets how selection behaves in the grid.
1788
1784
  */
1789
1785
  get: function () {
1790
- return this.i.d9;
1786
+ return this.i.ei;
1791
1787
  },
1792
1788
  set: function (v) {
1793
- this.i.d9 = ensureEnum(GridSelectionBehavior_$type, v);
1794
- this._a("selectionBehavior", enumToString(GridSelectionBehavior_$type, this.i.d9));
1789
+ this.i.ei = ensureEnum(GridSelectionBehavior_$type, v);
1790
+ this._a("selectionBehavior", enumToString(GridSelectionBehavior_$type, this.i.ei));
1795
1791
  },
1796
1792
  enumerable: true,
1797
1793
  configurable: true
@@ -1801,11 +1797,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1801
1797
  * Gets or sets the ability to select rows or cells via mouse dragging. Currently only applies when SelectionMode is MultipleRow or RangeCell.
1802
1798
  */
1803
1799
  get: function () {
1804
- return this.i.ju;
1800
+ return this.i.kf;
1805
1801
  },
1806
1802
  set: function (v) {
1807
- this.i.ju = ensureBool(v);
1808
- this._a("mouseDragSelectionEnabled", this.i.ju);
1803
+ this.i.kf = ensureBool(v);
1804
+ this._a("mouseDragSelectionEnabled", this.i.kf);
1809
1805
  },
1810
1806
  enumerable: true,
1811
1807
  configurable: true
@@ -1817,7 +1813,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1817
1813
  get: function () {
1818
1814
  if (this._selectedItems === null) {
1819
1815
  var coll = new IgcGridSelectedItemsCollection();
1820
- var innerColl = this.i.ab;
1816
+ var innerColl = this.i.ae;
1821
1817
  if (!innerColl) {
1822
1818
  innerColl = new GridSelectedItemsCollection_internal();
1823
1819
  }
@@ -1833,7 +1829,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1833
1829
  var coll = new IgcGridSelectedItemsCollection();
1834
1830
  this._selectedItems = coll._fromOuter(v);
1835
1831
  var syncColl = new SyncableObservableCollection$1(Base.$type);
1836
- var innerColl = this.i.ab;
1832
+ var innerColl = this.i.ae;
1837
1833
  if (!innerColl) {
1838
1834
  innerColl = new GridSelectedItemsCollection_internal();
1839
1835
  }
@@ -1851,7 +1847,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1851
1847
  get: function () {
1852
1848
  if (this._selectedKeys === null) {
1853
1849
  var coll = new IgcGridSelectedKeysCollection();
1854
- var innerColl = this.i.af;
1850
+ var innerColl = this.i.ai;
1855
1851
  if (!innerColl) {
1856
1852
  innerColl = new GridSelectedKeysCollection_internal();
1857
1853
  }
@@ -1867,7 +1863,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1867
1863
  var coll = new IgcGridSelectedKeysCollection();
1868
1864
  this._selectedKeys = coll._fromOuter(v);
1869
1865
  var syncColl = new SyncableObservableCollection$1(PrimaryKeyValue.$type);
1870
- var innerColl = this.i.af;
1866
+ var innerColl = this.i.ai;
1871
1867
  if (!innerColl) {
1872
1868
  innerColl = new GridSelectedKeysCollection_internal();
1873
1869
  }
@@ -1885,7 +1881,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1885
1881
  get: function () {
1886
1882
  if (this._selectedCells === null) {
1887
1883
  var coll = new IgcGridSelectedCellsCollection();
1888
- var innerColl = this.i.d5;
1884
+ var innerColl = this.i.ee;
1889
1885
  if (!innerColl) {
1890
1886
  innerColl = new GridSelectedCellsCollection_internal();
1891
1887
  }
@@ -1901,7 +1897,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1901
1897
  var coll = new IgcGridSelectedCellsCollection();
1902
1898
  this._selectedCells = coll._fromOuter(v);
1903
1899
  var syncColl = new SyncableObservableCollection$1(CellKey.$type);
1904
- var innerColl = this.i.d5;
1900
+ var innerColl = this.i.ee;
1905
1901
  if (!innerColl) {
1906
1902
  innerColl = new GridSelectedCellsCollection_internal();
1907
1903
  }
@@ -1919,7 +1915,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1919
1915
  get: function () {
1920
1916
  if (this._selectedCellRanges === null) {
1921
1917
  var coll = new IgcGridSelectedCellRangesCollection();
1922
- var innerColl = this.i.d2;
1918
+ var innerColl = this.i.eb;
1923
1919
  if (!innerColl) {
1924
1920
  innerColl = new GridSelectedCellRangesCollection_internal();
1925
1921
  }
@@ -1935,7 +1931,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1935
1931
  var coll = new IgcGridSelectedCellRangesCollection();
1936
1932
  this._selectedCellRanges = coll._fromOuter(v);
1937
1933
  var syncColl = new SyncableObservableCollection$1(CellRange.$type);
1938
- var innerColl = this.i.d2;
1934
+ var innerColl = this.i.eb;
1939
1935
  if (!innerColl) {
1940
1936
  innerColl = new GridSelectedCellRangesCollection_internal();
1941
1937
  }
@@ -1953,7 +1949,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1953
1949
  get: function () {
1954
1950
  if (this._pinnedItems === null) {
1955
1951
  var coll = new IgcGridSelectedItemsCollection();
1956
- var innerColl = this.i.aa;
1952
+ var innerColl = this.i.ad;
1957
1953
  if (!innerColl) {
1958
1954
  innerColl = new GridSelectedItemsCollection_internal();
1959
1955
  }
@@ -1969,7 +1965,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1969
1965
  var coll = new IgcGridSelectedItemsCollection();
1970
1966
  this._pinnedItems = coll._fromOuter(v);
1971
1967
  var syncColl = new SyncableObservableCollection$1(Base.$type);
1972
- var innerColl = this.i.aa;
1968
+ var innerColl = this.i.ad;
1973
1969
  if (!innerColl) {
1974
1970
  innerColl = new GridSelectedItemsCollection_internal();
1975
1971
  }
@@ -1987,7 +1983,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1987
1983
  get: function () {
1988
1984
  if (this._pinnedKeys === null) {
1989
1985
  var coll = new IgcGridSelectedKeysCollection();
1990
- var innerColl = this.i.ae;
1986
+ var innerColl = this.i.ah;
1991
1987
  if (!innerColl) {
1992
1988
  innerColl = new GridSelectedKeysCollection_internal();
1993
1989
  }
@@ -2003,7 +1999,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2003
1999
  var coll = new IgcGridSelectedKeysCollection();
2004
2000
  this._pinnedKeys = coll._fromOuter(v);
2005
2001
  var syncColl = new SyncableObservableCollection$1(PrimaryKeyValue.$type);
2006
- var innerColl = this.i.ae;
2002
+ var innerColl = this.i.ah;
2007
2003
  if (!innerColl) {
2008
2004
  innerColl = new GridSelectedKeysCollection_internal();
2009
2005
  }
@@ -2019,11 +2015,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2019
2015
  * Gets or sets whether to show the column options UI in the headers for columns.
2020
2016
  */
2021
2017
  get: function () {
2022
- return this.i.i2;
2018
+ return this.i.jn;
2023
2019
  },
2024
2020
  set: function (v) {
2025
- this.i.i2 = ensureBool(v);
2026
- this._a("isColumnOptionsEnabled", this.i.i2);
2021
+ this.i.jn = ensureBool(v);
2022
+ this._a("isColumnOptionsEnabled", this.i.jn);
2027
2023
  },
2028
2024
  enumerable: true,
2029
2025
  configurable: true
@@ -2033,11 +2029,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2033
2029
  * Gets or sets if group rows will stick to the top of the grid.
2034
2030
  */
2035
2031
  get: function () {
2036
- return this.i.jd;
2032
+ return this.i.jy;
2037
2033
  },
2038
2034
  set: function (v) {
2039
- this.i.jd = ensureBool(v);
2040
- this._a("isGroupRowSticky", this.i.jd);
2035
+ this.i.jy = ensureBool(v);
2036
+ this._a("isGroupRowSticky", this.i.jy);
2041
2037
  },
2042
2038
  enumerable: true,
2043
2039
  configurable: true
@@ -2047,11 +2043,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2047
2043
  * Gets or sets if header separators are rendered.
2048
2044
  */
2049
2045
  get: function () {
2050
- return this.i.je;
2046
+ return this.i.jz;
2051
2047
  },
2052
2048
  set: function (v) {
2053
- this.i.je = ensureBool(v);
2054
- this._a("isHeaderSeparatorVisible", this.i.je);
2049
+ this.i.jz = ensureBool(v);
2050
+ this._a("isHeaderSeparatorVisible", this.i.jz);
2055
2051
  },
2056
2052
  enumerable: true,
2057
2053
  configurable: true
@@ -2061,11 +2057,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2061
2057
  * Gets or sets the default background color to use for content cells when a row is in a selected state
2062
2058
  */
2063
2059
  get: function () {
2064
- return brushToString(this.i.yw);
2060
+ return brushToString(this.i.zu);
2065
2061
  },
2066
2062
  set: function (v) {
2067
- this.i.yw = stringToBrush(v);
2068
- this._a("cellSelectedBackground", brushToString(this.i.yw));
2063
+ this.i.zu = stringToBrush(v);
2064
+ this._a("cellSelectedBackground", brushToString(this.i.zu));
2069
2065
  },
2070
2066
  enumerable: true,
2071
2067
  configurable: true
@@ -2075,11 +2071,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2075
2071
  * Gets or sets the default background color to use for section header cells when a row is in a selected state
2076
2072
  */
2077
2073
  get: function () {
2078
- return brushToString(this.i.zh);
2074
+ return brushToString(this.i.aag);
2079
2075
  },
2080
2076
  set: function (v) {
2081
- this.i.zh = stringToBrush(v);
2082
- this._a("sectionHeaderSelectedBackground", brushToString(this.i.zh));
2077
+ this.i.aag = stringToBrush(v);
2078
+ this._a("sectionHeaderSelectedBackground", brushToString(this.i.aag));
2083
2079
  },
2084
2080
  enumerable: true,
2085
2081
  configurable: true
@@ -2089,11 +2085,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2089
2085
  * Gets or sets the default background color to use for summary cells at the root level.
2090
2086
  */
2091
2087
  get: function () {
2092
- return brushToString(this.i.zk);
2088
+ return brushToString(this.i.aaj);
2093
2089
  },
2094
2090
  set: function (v) {
2095
- this.i.zk = stringToBrush(v);
2096
- this._a("summaryRootBackground", brushToString(this.i.zk));
2091
+ this.i.aaj = stringToBrush(v);
2092
+ this._a("summaryRootBackground", brushToString(this.i.aaj));
2097
2093
  },
2098
2094
  enumerable: true,
2099
2095
  configurable: true
@@ -2103,11 +2099,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2103
2099
  * Gets or sets the default background color to use for summary cells at the section level.
2104
2100
  */
2105
2101
  get: function () {
2106
- return brushToString(this.i.zo);
2102
+ return brushToString(this.i.aan);
2107
2103
  },
2108
2104
  set: function (v) {
2109
- this.i.zo = stringToBrush(v);
2110
- this._a("summarySectionBackground", brushToString(this.i.zo));
2105
+ this.i.aan = stringToBrush(v);
2106
+ this._a("summarySectionBackground", brushToString(this.i.aan));
2111
2107
  },
2112
2108
  enumerable: true,
2113
2109
  configurable: true
@@ -2117,11 +2113,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2117
2113
  * Gets or sets the default opacity to use for pinned rows
2118
2114
  */
2119
2115
  get: function () {
2120
- return this.i.lu;
2116
+ return this.i.mf;
2121
2117
  },
2122
2118
  set: function (v) {
2123
- this.i.lu = +v;
2124
- this._a("pinnedRowOpacity", this.i.lu);
2119
+ this.i.mf = +v;
2120
+ this._a("pinnedRowOpacity", this.i.mf);
2125
2121
  },
2126
2122
  enumerable: true,
2127
2123
  configurable: true
@@ -2131,16 +2127,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2131
2127
  * Gets or sets the font to use for cells that have been edited.
2132
2128
  */
2133
2129
  get: function () {
2134
- if (this.i.gn == null) {
2130
+ if (this.i.gy == null) {
2135
2131
  return null;
2136
2132
  }
2137
- return this.i.gn.fontString;
2133
+ return this.i.gy.fontString;
2138
2134
  },
2139
2135
  set: function (v) {
2140
2136
  var fi = new FontInfo();
2141
2137
  fi.fontString = v;
2142
- this.i.gn = fi;
2143
- this._a("editTextStyle", this.i.gn != null ? this.i.gn.fontString : "");
2138
+ this.i.gy = fi;
2139
+ this._a("editTextStyle", this.i.gy != null ? this.i.gy.fontString : "");
2144
2140
  },
2145
2141
  enumerable: true,
2146
2142
  configurable: true
@@ -2150,11 +2146,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2150
2146
  * Gets or sets the default opacity for unsaved cell edits.
2151
2147
  */
2152
2148
  get: function () {
2153
- return this.i.lt;
2149
+ return this.i.me;
2154
2150
  },
2155
2151
  set: function (v) {
2156
- this.i.lt = +v;
2157
- this._a("editOpacity", this.i.lt);
2152
+ this.i.me = +v;
2153
+ this._a("editOpacity", this.i.me);
2158
2154
  },
2159
2155
  enumerable: true,
2160
2156
  configurable: true
@@ -2164,11 +2160,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2164
2160
  * Gets or sets the text color for unsaved deleted rows.
2165
2161
  */
2166
2162
  get: function () {
2167
- return brushToString(this.i.y1);
2163
+ return brushToString(this.i.zz);
2168
2164
  },
2169
2165
  set: function (v) {
2170
- this.i.y1 = stringToBrush(v);
2171
- this._a("deletedTextColor", brushToString(this.i.y1));
2166
+ this.i.zz = stringToBrush(v);
2167
+ this._a("deletedTextColor", brushToString(this.i.zz));
2172
2168
  },
2173
2169
  enumerable: true,
2174
2170
  configurable: true
@@ -2178,11 +2174,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2178
2174
  * Gets or sets the default color to use for sticky rows
2179
2175
  */
2180
2176
  get: function () {
2181
- return brushToString(this.i.zj);
2177
+ return brushToString(this.i.aai);
2182
2178
  },
2183
2179
  set: function (v) {
2184
- this.i.zj = stringToBrush(v);
2185
- this._a("stickyRowBackground", brushToString(this.i.zj));
2180
+ this.i.aai = stringToBrush(v);
2181
+ this._a("stickyRowBackground", brushToString(this.i.aai));
2186
2182
  },
2187
2183
  enumerable: true,
2188
2184
  configurable: true
@@ -2192,11 +2188,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2192
2188
  * Gets or sets the default color to use for pinned rows
2193
2189
  */
2194
2190
  get: function () {
2195
- return brushToString(this.i.y9);
2191
+ return brushToString(this.i.z7);
2196
2192
  },
2197
2193
  set: function (v) {
2198
- this.i.y9 = stringToBrush(v);
2199
- this._a("pinnedRowBackground", brushToString(this.i.y9));
2194
+ this.i.z7 = stringToBrush(v);
2195
+ this._a("pinnedRowBackground", brushToString(this.i.z7));
2200
2196
  },
2201
2197
  enumerable: true,
2202
2198
  configurable: true
@@ -2206,11 +2202,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2206
2202
  * Gets or sets the default color to use for the last sticky row
2207
2203
  */
2208
2204
  get: function () {
2209
- return brushToString(this.i.y8);
2205
+ return brushToString(this.i.z6);
2210
2206
  },
2211
2207
  set: function (v) {
2212
- this.i.y8 = stringToBrush(v);
2213
- this._a("lastStickyRowBackground", brushToString(this.i.y8));
2208
+ this.i.z6 = stringToBrush(v);
2209
+ this._a("lastStickyRowBackground", brushToString(this.i.z6));
2214
2210
  },
2215
2211
  enumerable: true,
2216
2212
  configurable: true
@@ -2220,18 +2216,18 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2220
2216
  * Gets or sets the position of the active cell.
2221
2217
  */
2222
2218
  get: function () {
2223
- if (this.i.dd == null) {
2219
+ if (this.i.dm == null) {
2224
2220
  return null;
2225
2221
  }
2226
- if (!this.i.dd.externalObject) {
2222
+ if (!this.i.dm.externalObject) {
2227
2223
  var e = new IgcGridCellPosition();
2228
- e._implementation = this.i.dd;
2229
- this.i.dd.externalObject = e;
2224
+ e._implementation = this.i.dm;
2225
+ this.i.dm.externalObject = e;
2230
2226
  }
2231
- return this.i.dd.externalObject;
2227
+ return this.i.dm.externalObject;
2232
2228
  },
2233
2229
  set: function (v) {
2234
- v == null ? this.i.dd = null : this.i.dd = v.i;
2230
+ v == null ? this.i.dm = null : this.i.dm = v.i;
2235
2231
  },
2236
2232
  enumerable: true,
2237
2233
  configurable: true
@@ -2241,11 +2237,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2241
2237
  * Gets or sets the default background color to use for content cells
2242
2238
  */
2243
2239
  get: function () {
2244
- return brushToString(this.i.yv);
2240
+ return brushToString(this.i.zt);
2245
2241
  },
2246
2242
  set: function (v) {
2247
- this.i.yv = stringToBrush(v);
2248
- this._a("cellBackground", brushToString(this.i.yv));
2243
+ this.i.zt = stringToBrush(v);
2244
+ this._a("cellBackground", brushToString(this.i.zt));
2249
2245
  },
2250
2246
  enumerable: true,
2251
2247
  configurable: true
@@ -2255,11 +2251,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2255
2251
  * Gets or sets the default text color to use for content cells
2256
2252
  */
2257
2253
  get: function () {
2258
- return brushToString(this.i.yx);
2254
+ return brushToString(this.i.zv);
2259
2255
  },
2260
2256
  set: function (v) {
2261
- this.i.yx = stringToBrush(v);
2262
- this._a("cellTextColor", brushToString(this.i.yx));
2257
+ this.i.zv = stringToBrush(v);
2258
+ this._a("cellTextColor", brushToString(this.i.zv));
2263
2259
  },
2264
2260
  enumerable: true,
2265
2261
  configurable: true
@@ -2269,11 +2265,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2269
2265
  * Gets or sets the default text color to use for content cells
2270
2266
  */
2271
2267
  get: function () {
2272
- return brushToString(this.i.y6);
2268
+ return brushToString(this.i.z4);
2273
2269
  },
2274
2270
  set: function (v) {
2275
- this.i.y6 = stringToBrush(v);
2276
- this._a("headerSortIndicatorColor", brushToString(this.i.y6));
2271
+ this.i.z4 = stringToBrush(v);
2272
+ this._a("headerSortIndicatorColor", brushToString(this.i.z4));
2277
2273
  },
2278
2274
  enumerable: true,
2279
2275
  configurable: true
@@ -2283,11 +2279,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2283
2279
  * Gets or sets the default render style for sort indicators in header cells.
2284
2280
  */
2285
2281
  get: function () {
2286
- return this.i.fx;
2282
+ return this.i.f6;
2287
2283
  },
2288
2284
  set: function (v) {
2289
- this.i.fx = ensureEnum(SortIndicatorStyle_$type, v);
2290
- this._a("headerSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.fx));
2285
+ this.i.f6 = ensureEnum(SortIndicatorStyle_$type, v);
2286
+ this._a("headerSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.f6));
2291
2287
  },
2292
2288
  enumerable: true,
2293
2289
  configurable: true
@@ -2297,16 +2293,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2297
2293
  * Gets or sets the font to use for content cells
2298
2294
  */
2299
2295
  get: function () {
2300
- if (this.i.gm == null) {
2296
+ if (this.i.gx == null) {
2301
2297
  return null;
2302
2298
  }
2303
- return this.i.gm.fontString;
2299
+ return this.i.gx.fontString;
2304
2300
  },
2305
2301
  set: function (v) {
2306
2302
  var fi = new FontInfo();
2307
2303
  fi.fontString = v;
2308
- this.i.gm = fi;
2309
- this._a("cellTextStyle", this.i.gm != null ? this.i.gm.fontString : "");
2304
+ this.i.gx = fi;
2305
+ this._a("cellTextStyle", this.i.gx != null ? this.i.gx.fontString : "");
2310
2306
  },
2311
2307
  enumerable: true,
2312
2308
  configurable: true
@@ -2316,11 +2312,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2316
2312
  * Gets or sets the default background color to use for section header cells
2317
2313
  */
2318
2314
  get: function () {
2319
- return brushToString(this.i.zg);
2315
+ return brushToString(this.i.aaf);
2320
2316
  },
2321
2317
  set: function (v) {
2322
- this.i.zg = stringToBrush(v);
2323
- this._a("sectionHeaderBackground", brushToString(this.i.zg));
2318
+ this.i.aaf = stringToBrush(v);
2319
+ this._a("sectionHeaderBackground", brushToString(this.i.aaf));
2324
2320
  },
2325
2321
  enumerable: true,
2326
2322
  configurable: true
@@ -2330,11 +2326,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2330
2326
  * Gets or sets the default text color to use for section header cells
2331
2327
  */
2332
2328
  get: function () {
2333
- return brushToString(this.i.zi);
2329
+ return brushToString(this.i.aah);
2334
2330
  },
2335
2331
  set: function (v) {
2336
- this.i.zi = stringToBrush(v);
2337
- this._a("sectionHeaderTextColor", brushToString(this.i.zi));
2332
+ this.i.aah = stringToBrush(v);
2333
+ this._a("sectionHeaderTextColor", brushToString(this.i.aah));
2338
2334
  },
2339
2335
  enumerable: true,
2340
2336
  configurable: true
@@ -2344,16 +2340,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2344
2340
  * Gets or sets the font to use for section header cells
2345
2341
  */
2346
2342
  get: function () {
2347
- if (this.i.gp == null) {
2343
+ if (this.i.g0 == null) {
2348
2344
  return null;
2349
2345
  }
2350
- return this.i.gp.fontString;
2346
+ return this.i.g0.fontString;
2351
2347
  },
2352
2348
  set: function (v) {
2353
2349
  var fi = new FontInfo();
2354
2350
  fi.fontString = v;
2355
- this.i.gp = fi;
2356
- this._a("sectionHeaderTextStyle", this.i.gp != null ? this.i.gp.fontString : "");
2351
+ this.i.g0 = fi;
2352
+ this._a("sectionHeaderTextStyle", this.i.g0 != null ? this.i.g0.fontString : "");
2357
2353
  },
2358
2354
  enumerable: true,
2359
2355
  configurable: true
@@ -2363,16 +2359,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2363
2359
  * Gets or sets the font to use for summary labels at the root level.
2364
2360
  */
2365
2361
  get: function () {
2366
- if (this.i.gq == null) {
2362
+ if (this.i.g1 == null) {
2367
2363
  return null;
2368
2364
  }
2369
- return this.i.gq.fontString;
2365
+ return this.i.g1.fontString;
2370
2366
  },
2371
2367
  set: function (v) {
2372
2368
  var fi = new FontInfo();
2373
2369
  fi.fontString = v;
2374
- this.i.gq = fi;
2375
- this._a("summaryRootLabelTextStyle", this.i.gq != null ? this.i.gq.fontString : "");
2370
+ this.i.g1 = fi;
2371
+ this._a("summaryRootLabelTextStyle", this.i.g1 != null ? this.i.g1.fontString : "");
2376
2372
  },
2377
2373
  enumerable: true,
2378
2374
  configurable: true
@@ -2382,16 +2378,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2382
2378
  * Gets or sets the font to use for summary labels at the section level.
2383
2379
  */
2384
2380
  get: function () {
2385
- if (this.i.gs == null) {
2381
+ if (this.i.g3 == null) {
2386
2382
  return null;
2387
2383
  }
2388
- return this.i.gs.fontString;
2384
+ return this.i.g3.fontString;
2389
2385
  },
2390
2386
  set: function (v) {
2391
2387
  var fi = new FontInfo();
2392
2388
  fi.fontString = v;
2393
- this.i.gs = fi;
2394
- this._a("summarySectionLabelTextStyle", this.i.gs != null ? this.i.gs.fontString : "");
2389
+ this.i.g3 = fi;
2390
+ this._a("summarySectionLabelTextStyle", this.i.g3 != null ? this.i.g3.fontString : "");
2395
2391
  },
2396
2392
  enumerable: true,
2397
2393
  configurable: true
@@ -2401,11 +2397,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2401
2397
  * Gets or sets the default text color to use for summary cells at the root level.
2402
2398
  */
2403
2399
  get: function () {
2404
- return brushToString(this.i.zn);
2400
+ return brushToString(this.i.aam);
2405
2401
  },
2406
2402
  set: function (v) {
2407
- this.i.zn = stringToBrush(v);
2408
- this._a("summaryRootValueTextColor", brushToString(this.i.zn));
2403
+ this.i.aam = stringToBrush(v);
2404
+ this._a("summaryRootValueTextColor", brushToString(this.i.aam));
2409
2405
  },
2410
2406
  enumerable: true,
2411
2407
  configurable: true
@@ -2415,16 +2411,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2415
2411
  * Gets or sets the font to use for summary values at the root level.
2416
2412
  */
2417
2413
  get: function () {
2418
- if (this.i.gr == null) {
2414
+ if (this.i.g2 == null) {
2419
2415
  return null;
2420
2416
  }
2421
- return this.i.gr.fontString;
2417
+ return this.i.g2.fontString;
2422
2418
  },
2423
2419
  set: function (v) {
2424
2420
  var fi = new FontInfo();
2425
2421
  fi.fontString = v;
2426
- this.i.gr = fi;
2427
- this._a("summaryRootValueTextStyle", this.i.gr != null ? this.i.gr.fontString : "");
2422
+ this.i.g2 = fi;
2423
+ this._a("summaryRootValueTextStyle", this.i.g2 != null ? this.i.g2.fontString : "");
2428
2424
  },
2429
2425
  enumerable: true,
2430
2426
  configurable: true
@@ -2434,16 +2430,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2434
2430
  * Gets or sets the font to use for summary values at the section level.
2435
2431
  */
2436
2432
  get: function () {
2437
- if (this.i.gt == null) {
2433
+ if (this.i.g4 == null) {
2438
2434
  return null;
2439
2435
  }
2440
- return this.i.gt.fontString;
2436
+ return this.i.g4.fontString;
2441
2437
  },
2442
2438
  set: function (v) {
2443
2439
  var fi = new FontInfo();
2444
2440
  fi.fontString = v;
2445
- this.i.gt = fi;
2446
- this._a("summarySectionValueTextStyle", this.i.gt != null ? this.i.gt.fontString : "");
2441
+ this.i.g4 = fi;
2442
+ this._a("summarySectionValueTextStyle", this.i.g4 != null ? this.i.g4.fontString : "");
2447
2443
  },
2448
2444
  enumerable: true,
2449
2445
  configurable: true
@@ -2453,11 +2449,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2453
2449
  * Gets or sets the default text color to use for summary cells at the section level.
2454
2450
  */
2455
2451
  get: function () {
2456
- return brushToString(this.i.zr);
2452
+ return brushToString(this.i.aaq);
2457
2453
  },
2458
2454
  set: function (v) {
2459
- this.i.zr = stringToBrush(v);
2460
- this._a("summarySectionValueTextColor", brushToString(this.i.zr));
2455
+ this.i.aaq = stringToBrush(v);
2456
+ this._a("summarySectionValueTextColor", brushToString(this.i.aaq));
2461
2457
  },
2462
2458
  enumerable: true,
2463
2459
  configurable: true
@@ -2467,11 +2463,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2467
2463
  * Gets or sets the default text color to use for summary labels in summary cells at the root level.
2468
2464
  */
2469
2465
  get: function () {
2470
- return brushToString(this.i.zl);
2466
+ return brushToString(this.i.aak);
2471
2467
  },
2472
2468
  set: function (v) {
2473
- this.i.zl = stringToBrush(v);
2474
- this._a("summaryRootLabelTextColor", brushToString(this.i.zl));
2469
+ this.i.aak = stringToBrush(v);
2470
+ this._a("summaryRootLabelTextColor", brushToString(this.i.aak));
2475
2471
  },
2476
2472
  enumerable: true,
2477
2473
  configurable: true
@@ -2481,11 +2477,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2481
2477
  * Gets or sets the default text color to use for summary labels in summary cells at the section level.
2482
2478
  */
2483
2479
  get: function () {
2484
- return brushToString(this.i.zp);
2480
+ return brushToString(this.i.aao);
2485
2481
  },
2486
2482
  set: function (v) {
2487
- this.i.zp = stringToBrush(v);
2488
- this._a("summarySectionLabelTextColor", brushToString(this.i.zp));
2483
+ this.i.aao = stringToBrush(v);
2484
+ this._a("summarySectionLabelTextColor", brushToString(this.i.aao));
2489
2485
  },
2490
2486
  enumerable: true,
2491
2487
  configurable: true
@@ -2495,11 +2491,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2495
2491
  * Gets or sets the default background color to use for summary cells at the root level.
2496
2492
  */
2497
2493
  get: function () {
2498
- return brushToString(this.i.zm);
2494
+ return brushToString(this.i.aal);
2499
2495
  },
2500
2496
  set: function (v) {
2501
- this.i.zm = stringToBrush(v);
2502
- this._a("summaryRootSelectedBackground", brushToString(this.i.zm));
2497
+ this.i.aal = stringToBrush(v);
2498
+ this._a("summaryRootSelectedBackground", brushToString(this.i.aal));
2503
2499
  },
2504
2500
  enumerable: true,
2505
2501
  configurable: true
@@ -2509,11 +2505,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2509
2505
  * Gets or sets the default background color to use for summary cells at the section level.
2510
2506
  */
2511
2507
  get: function () {
2512
- return brushToString(this.i.zq);
2508
+ return brushToString(this.i.aap);
2513
2509
  },
2514
2510
  set: function (v) {
2515
- this.i.zq = stringToBrush(v);
2516
- this._a("summarySectionSelectedBackground", brushToString(this.i.zq));
2511
+ this.i.aap = stringToBrush(v);
2512
+ this._a("summarySectionSelectedBackground", brushToString(this.i.aap));
2517
2513
  },
2518
2514
  enumerable: true,
2519
2515
  configurable: true
@@ -2523,11 +2519,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2523
2519
  * Gets or sets the width of the pinned area separators.
2524
2520
  */
2525
2521
  get: function () {
2526
- return this.i.nn;
2522
+ return this.i.n8;
2527
2523
  },
2528
2524
  set: function (v) {
2529
- this.i.nn = +v;
2530
- this._a("pinnedAreaSeparatorWidth", this.i.nn);
2525
+ this.i.n8 = +v;
2526
+ this._a("pinnedAreaSeparatorWidth", this.i.n8);
2531
2527
  },
2532
2528
  enumerable: true,
2533
2529
  configurable: true
@@ -2537,11 +2533,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2537
2533
  * Gets or sets the width of the header separators.
2538
2534
  */
2539
2535
  get: function () {
2540
- return this.i.nk;
2536
+ return this.i.n5;
2541
2537
  },
2542
2538
  set: function (v) {
2543
- this.i.nk = +v;
2544
- this._a("headerSeparatorWidth", this.i.nk);
2539
+ this.i.n5 = +v;
2540
+ this._a("headerSeparatorWidth", this.i.n5);
2545
2541
  },
2546
2542
  enumerable: true,
2547
2543
  configurable: true
@@ -2551,11 +2547,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2551
2547
  * Gets or sets the default background color to use for header separators.
2552
2548
  */
2553
2549
  get: function () {
2554
- return brushToString(this.i.y5);
2550
+ return brushToString(this.i.z3);
2555
2551
  },
2556
2552
  set: function (v) {
2557
- this.i.y5 = stringToBrush(v);
2558
- this._a("headerSeparatorBackground", brushToString(this.i.y5));
2553
+ this.i.z3 = stringToBrush(v);
2554
+ this._a("headerSeparatorBackground", brushToString(this.i.z3));
2559
2555
  },
2560
2556
  enumerable: true,
2561
2557
  configurable: true
@@ -2565,11 +2561,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2565
2561
  * Gets or sets the default background color to use for header cells
2566
2562
  */
2567
2563
  get: function () {
2568
- return brushToString(this.i.y3);
2564
+ return brushToString(this.i.z1);
2569
2565
  },
2570
2566
  set: function (v) {
2571
- this.i.y3 = stringToBrush(v);
2572
- this._a("headerBackground", brushToString(this.i.y3));
2567
+ this.i.z1 = stringToBrush(v);
2568
+ this._a("headerBackground", brushToString(this.i.z1));
2573
2569
  },
2574
2570
  enumerable: true,
2575
2571
  configurable: true
@@ -2579,11 +2575,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2579
2575
  * Gets or sets the default text color to use for header cells
2580
2576
  */
2581
2577
  get: function () {
2582
- return brushToString(this.i.y7);
2578
+ return brushToString(this.i.z5);
2583
2579
  },
2584
2580
  set: function (v) {
2585
- this.i.y7 = stringToBrush(v);
2586
- this._a("headerTextColor", brushToString(this.i.y7));
2581
+ this.i.z5 = stringToBrush(v);
2582
+ this._a("headerTextColor", brushToString(this.i.z5));
2587
2583
  },
2588
2584
  enumerable: true,
2589
2585
  configurable: true
@@ -2593,16 +2589,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2593
2589
  * Gets or sets the font to use for header cells
2594
2590
  */
2595
2591
  get: function () {
2596
- if (this.i.go == null) {
2592
+ if (this.i.gz == null) {
2597
2593
  return null;
2598
2594
  }
2599
- return this.i.go.fontString;
2595
+ return this.i.gz.fontString;
2600
2596
  },
2601
2597
  set: function (v) {
2602
2598
  var fi = new FontInfo();
2603
2599
  fi.fontString = v;
2604
- this.i.go = fi;
2605
- this._a("headerTextStyle", this.i.go != null ? this.i.go.fontString : "");
2600
+ this.i.gz = fi;
2601
+ this._a("headerTextStyle", this.i.gz != null ? this.i.gz.fontString : "");
2606
2602
  },
2607
2603
  enumerable: true,
2608
2604
  configurable: true
@@ -2612,22 +2608,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2612
2608
  * Gets or sets the default background color to use for row separators
2613
2609
  */
2614
2610
  get: function () {
2615
- return brushToString(this.i.zc);
2611
+ return brushToString(this.i.aaa);
2616
2612
  },
2617
2613
  set: function (v) {
2618
- this.i.zc = stringToBrush(v);
2619
- this._a("rowSeparatorBackground", brushToString(this.i.zc));
2614
+ this.i.aaa = stringToBrush(v);
2615
+ this._a("rowSeparatorBackground", brushToString(this.i.aaa));
2620
2616
  },
2621
2617
  enumerable: true,
2622
2618
  configurable: true
2623
2619
  });
2624
2620
  Object.defineProperty(IgcDataGridComponent.prototype, "headerRowSeparatorBackground", {
2625
2621
  get: function () {
2626
- return brushToString(this.i.y4);
2622
+ return brushToString(this.i.z2);
2627
2623
  },
2628
2624
  set: function (v) {
2629
- this.i.y4 = stringToBrush(v);
2630
- this._a("headerRowSeparatorBackground", brushToString(this.i.y4));
2625
+ this.i.z2 = stringToBrush(v);
2626
+ this._a("headerRowSeparatorBackground", brushToString(this.i.z2));
2631
2627
  },
2632
2628
  enumerable: true,
2633
2629
  configurable: true
@@ -2637,11 +2633,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2637
2633
  * Gets or sets the default sticky row background color to use for row separators
2638
2634
  */
2639
2635
  get: function () {
2640
- return brushToString(this.i.zf);
2636
+ return brushToString(this.i.aad);
2641
2637
  },
2642
2638
  set: function (v) {
2643
- this.i.zf = stringToBrush(v);
2644
- this._a("rowSeparatorStickyRowBackground", brushToString(this.i.zf));
2639
+ this.i.aad = stringToBrush(v);
2640
+ this._a("rowSeparatorStickyRowBackground", brushToString(this.i.aad));
2645
2641
  },
2646
2642
  enumerable: true,
2647
2643
  configurable: true
@@ -2651,11 +2647,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2651
2647
  * Gets or sets the default last sticky row background color to use for row separators
2652
2648
  */
2653
2649
  get: function () {
2654
- return brushToString(this.i.zd);
2650
+ return brushToString(this.i.aab);
2655
2651
  },
2656
2652
  set: function (v) {
2657
- this.i.zd = stringToBrush(v);
2658
- this._a("rowSeparatorLastStickyRowBackground", brushToString(this.i.zd));
2653
+ this.i.aab = stringToBrush(v);
2654
+ this._a("rowSeparatorLastStickyRowBackground", brushToString(this.i.aab));
2659
2655
  },
2660
2656
  enumerable: true,
2661
2657
  configurable: true
@@ -2665,11 +2661,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2665
2661
  * Gets or sets the pinned row background color to use for row separators
2666
2662
  */
2667
2663
  get: function () {
2668
- return brushToString(this.i.ze);
2664
+ return brushToString(this.i.aac);
2669
2665
  },
2670
2666
  set: function (v) {
2671
- this.i.ze = stringToBrush(v);
2672
- this._a("rowSeparatorPinnedRowBackground", brushToString(this.i.ze));
2667
+ this.i.aac = stringToBrush(v);
2668
+ this._a("rowSeparatorPinnedRowBackground", brushToString(this.i.aac));
2673
2669
  },
2674
2670
  enumerable: true,
2675
2671
  configurable: true
@@ -2679,11 +2675,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2679
2675
  * Sets or gets the width to use for the column resizing separator.
2680
2676
  */
2681
2677
  get: function () {
2682
- return this.i.my;
2678
+ return this.i.nj;
2683
2679
  },
2684
2680
  set: function (v) {
2685
- this.i.my = +v;
2686
- this._a("columnResizingSeparatorWidth", this.i.my);
2681
+ this.i.nj = +v;
2682
+ this._a("columnResizingSeparatorWidth", this.i.nj);
2687
2683
  },
2688
2684
  enumerable: true,
2689
2685
  configurable: true
@@ -2693,11 +2689,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2693
2689
  * Gets or sets the opacity of the column Resizing separator.
2694
2690
  */
2695
2691
  get: function () {
2696
- return this.i.lr;
2692
+ return this.i.mc;
2697
2693
  },
2698
2694
  set: function (v) {
2699
- this.i.lr = +v;
2700
- this._a("columnResizingSeparatorOpacity", this.i.lr);
2695
+ this.i.mc = +v;
2696
+ this._a("columnResizingSeparatorOpacity", this.i.mc);
2701
2697
  },
2702
2698
  enumerable: true,
2703
2699
  configurable: true
@@ -2707,11 +2703,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2707
2703
  * Sets or gets the width to use for the column resizing separator.
2708
2704
  */
2709
2705
  get: function () {
2710
- return this.i.mw;
2706
+ return this.i.nh;
2711
2707
  },
2712
2708
  set: function (v) {
2713
- this.i.mw = +v;
2714
- this._a("columnMovingSeparatorWidth", this.i.mw);
2709
+ this.i.nh = +v;
2710
+ this._a("columnMovingSeparatorWidth", this.i.nh);
2715
2711
  },
2716
2712
  enumerable: true,
2717
2713
  configurable: true
@@ -2721,11 +2717,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2721
2717
  * Gets or sets the opacity of the column moving separator.
2722
2718
  */
2723
2719
  get: function () {
2724
- return this.i.lq;
2720
+ return this.i.mb;
2725
2721
  },
2726
2722
  set: function (v) {
2727
- this.i.lq = +v;
2728
- this._a("columnMovingSeparatorOpacity", this.i.lq);
2723
+ this.i.mb = +v;
2724
+ this._a("columnMovingSeparatorOpacity", this.i.mb);
2729
2725
  },
2730
2726
  enumerable: true,
2731
2727
  configurable: true
@@ -2735,11 +2731,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2735
2731
  * Gets or sets the default background color to use for column resizing separator.
2736
2732
  */
2737
2733
  get: function () {
2738
- return brushToString(this.i.y0);
2734
+ return brushToString(this.i.zy);
2739
2735
  },
2740
2736
  set: function (v) {
2741
- this.i.y0 = stringToBrush(v);
2742
- this._a("columnResizingSeparatorBackground", brushToString(this.i.y0));
2737
+ this.i.zy = stringToBrush(v);
2738
+ this._a("columnResizingSeparatorBackground", brushToString(this.i.zy));
2743
2739
  },
2744
2740
  enumerable: true,
2745
2741
  configurable: true
@@ -2749,11 +2745,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2749
2745
  * Gets or sets the default background color to use for column moving separator.
2750
2746
  */
2751
2747
  get: function () {
2752
- return brushToString(this.i.yy);
2748
+ return brushToString(this.i.zw);
2753
2749
  },
2754
2750
  set: function (v) {
2755
- this.i.yy = stringToBrush(v);
2756
- this._a("columnMovingSeparatorBackground", brushToString(this.i.yy));
2751
+ this.i.zw = stringToBrush(v);
2752
+ this._a("columnMovingSeparatorBackground", brushToString(this.i.zw));
2757
2753
  },
2758
2754
  enumerable: true,
2759
2755
  configurable: true
@@ -2763,11 +2759,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2763
2759
  * Gets or sets if the section header content should be shifted into the normal column scrollable area when there are pinned columns
2764
2760
  */
2765
2761
  get: function () {
2766
- return this.i.kk;
2762
+ return this.i.k5;
2767
2763
  },
2768
2764
  set: function (v) {
2769
- this.i.kk = ensureBool(v);
2770
- this._a("shiftSectionContent", this.i.kk);
2765
+ this.i.k5 = ensureBool(v);
2766
+ this._a("shiftSectionContent", this.i.k5);
2771
2767
  },
2772
2768
  enumerable: true,
2773
2769
  configurable: true
@@ -2777,11 +2773,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2777
2773
  * Gets or sets the column options icon alignment in header cells.
2778
2774
  */
2779
2775
  get: function () {
2780
- return this.i.bo;
2776
+ return this.i.bt;
2781
2777
  },
2782
2778
  set: function (v) {
2783
- this.i.bo = ensureEnum(ColumnOptionsIconAlignment_$type, v);
2784
- this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.bo));
2779
+ this.i.bt = ensureEnum(ColumnOptionsIconAlignment_$type, v);
2780
+ this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.bt));
2785
2781
  },
2786
2782
  enumerable: true,
2787
2783
  configurable: true
@@ -2791,11 +2787,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2791
2787
  * Gets or sets the column options icon color in header cells.
2792
2788
  */
2793
2789
  get: function () {
2794
- return brushToString(this.i.yz);
2790
+ return brushToString(this.i.zx);
2795
2791
  },
2796
2792
  set: function (v) {
2797
- this.i.yz = stringToBrush(v);
2798
- this._a("columnOptionsIconColor", brushToString(this.i.yz));
2793
+ this.i.zx = stringToBrush(v);
2794
+ this._a("columnOptionsIconColor", brushToString(this.i.zx));
2799
2795
  },
2800
2796
  enumerable: true,
2801
2797
  configurable: true
@@ -2805,11 +2801,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2805
2801
  * Gets or sets how the column options icon will behave inside header cells.
2806
2802
  */
2807
2803
  get: function () {
2808
- return this.i.bq;
2804
+ return this.i.bv;
2809
2805
  },
2810
2806
  set: function (v) {
2811
- this.i.bq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
2812
- this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.bq));
2807
+ this.i.bv = ensureEnum(ColumnOptionsIconBehavior_$type, v);
2808
+ this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.bv));
2813
2809
  },
2814
2810
  enumerable: true,
2815
2811
  configurable: true
@@ -2833,212 +2829,212 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2833
2829
  * Gets the actual border width.
2834
2830
  */
2835
2831
  get: function () {
2836
- return this.i.z0;
2832
+ return this.i.aaz;
2837
2833
  },
2838
2834
  set: function (v) {
2839
- this.i.z0 = v;
2835
+ this.i.aaz = v;
2840
2836
  },
2841
2837
  enumerable: true,
2842
2838
  configurable: true
2843
2839
  });
2844
2840
  Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthBottom", {
2845
2841
  get: function () {
2846
- return this.i.z1 ? this.i.z1.bottom : NaN;
2842
+ return this.i.aa0 ? this.i.aa0.bottom : NaN;
2847
2843
  },
2848
2844
  set: function (v) {
2849
2845
  this.ensureBorderWidth();
2850
- this.i.z1.bottom = +v;
2851
- this._a("borderWidthBottom", this.i.z1.bottom);
2852
- this.i.z1 = this.i.z1;
2846
+ this.i.aa0.bottom = +v;
2847
+ this._a("borderWidthBottom", this.i.aa0.bottom);
2848
+ this.i.aa0 = this.i.aa0;
2853
2849
  },
2854
2850
  enumerable: true,
2855
2851
  configurable: true
2856
2852
  });
2857
2853
  Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthLeft", {
2858
2854
  get: function () {
2859
- return this.i.z1 ? this.i.z1.left : NaN;
2855
+ return this.i.aa0 ? this.i.aa0.left : NaN;
2860
2856
  },
2861
2857
  set: function (v) {
2862
2858
  this.ensureBorderWidth();
2863
- this.i.z1.left = +v;
2864
- this._a("borderWidthLeft", this.i.z1.left);
2865
- this.i.z1 = this.i.z1;
2859
+ this.i.aa0.left = +v;
2860
+ this._a("borderWidthLeft", this.i.aa0.left);
2861
+ this.i.aa0 = this.i.aa0;
2866
2862
  },
2867
2863
  enumerable: true,
2868
2864
  configurable: true
2869
2865
  });
2870
2866
  Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthRight", {
2871
2867
  get: function () {
2872
- return this.i.z1 ? this.i.z1.right : NaN;
2868
+ return this.i.aa0 ? this.i.aa0.right : NaN;
2873
2869
  },
2874
2870
  set: function (v) {
2875
2871
  this.ensureBorderWidth();
2876
- this.i.z1.right = +v;
2877
- this._a("borderWidthRight", this.i.z1.right);
2878
- this.i.z1 = this.i.z1;
2872
+ this.i.aa0.right = +v;
2873
+ this._a("borderWidthRight", this.i.aa0.right);
2874
+ this.i.aa0 = this.i.aa0;
2879
2875
  },
2880
2876
  enumerable: true,
2881
2877
  configurable: true
2882
2878
  });
2883
2879
  Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthTop", {
2884
2880
  get: function () {
2885
- return this.i.z1 ? this.i.z1.top : NaN;
2881
+ return this.i.aa0 ? this.i.aa0.top : NaN;
2886
2882
  },
2887
2883
  set: function (v) {
2888
2884
  this.ensureBorderWidth();
2889
- this.i.z1.top = +v;
2890
- this._a("borderWidthTop", this.i.z1.top);
2891
- this.i.z1 = this.i.z1;
2885
+ this.i.aa0.top = +v;
2886
+ this._a("borderWidthTop", this.i.aa0.top);
2887
+ this.i.aa0 = this.i.aa0;
2892
2888
  },
2893
2889
  enumerable: true,
2894
2890
  configurable: true
2895
2891
  });
2896
2892
  IgcDataGridComponent.prototype.ensureBorderWidth = function () {
2897
- if (this.i.z1) {
2893
+ if (this.i.aa0) {
2898
2894
  return;
2899
2895
  }
2900
- this.i.z1 = new Thickness(2);
2896
+ this.i.aa0 = new Thickness(2);
2901
2897
  };
2902
2898
  Object.defineProperty(IgcDataGridComponent.prototype, "notifyOnAllSelectionChanges", {
2903
2899
  /**
2904
2900
  * Gets or sets if the grid should notify on programmatic selection changes as well as changes from the UI.
2905
2901
  */
2906
2902
  get: function () {
2907
- return this.i.jw;
2903
+ return this.i.kh;
2908
2904
  },
2909
2905
  set: function (v) {
2910
- this.i.jw = ensureBool(v);
2911
- this._a("notifyOnAllSelectionChanges", this.i.jw);
2906
+ this.i.kh = ensureBool(v);
2907
+ this._a("notifyOnAllSelectionChanges", this.i.kh);
2912
2908
  },
2913
2909
  enumerable: true,
2914
2910
  configurable: true
2915
2911
  });
2916
2912
  Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusBottomRight", {
2917
2913
  get: function () {
2918
- return this.i.xu ? this.i.xu.b : NaN;
2914
+ return this.i.yr ? this.i.yr.b : NaN;
2919
2915
  },
2920
2916
  set: function (v) {
2921
2917
  this.ensureCornerRadius();
2922
- this.i.xu.b = +v;
2923
- this._a("cornerRadiusBottomRight", this.i.xu.b);
2924
- this.i.xu = this.i.xu;
2918
+ this.i.yr.b = +v;
2919
+ this._a("cornerRadiusBottomRight", this.i.yr.b);
2920
+ this.i.yr = this.i.yr;
2925
2921
  },
2926
2922
  enumerable: true,
2927
2923
  configurable: true
2928
2924
  });
2929
2925
  Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusBottomLeft", {
2930
2926
  get: function () {
2931
- return this.i.xu ? this.i.xu.a : NaN;
2927
+ return this.i.yr ? this.i.yr.a : NaN;
2932
2928
  },
2933
2929
  set: function (v) {
2934
2930
  this.ensureCornerRadius();
2935
- this.i.xu.a = +v;
2936
- this._a("cornerRadiusBottomLeft", this.i.xu.a);
2937
- this.i.xu = this.i.xu;
2931
+ this.i.yr.a = +v;
2932
+ this._a("cornerRadiusBottomLeft", this.i.yr.a);
2933
+ this.i.yr = this.i.yr;
2938
2934
  },
2939
2935
  enumerable: true,
2940
2936
  configurable: true
2941
2937
  });
2942
2938
  Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusTopLeft", {
2943
2939
  get: function () {
2944
- return this.i.xu ? this.i.xu.c : NaN;
2940
+ return this.i.yr ? this.i.yr.c : NaN;
2945
2941
  },
2946
2942
  set: function (v) {
2947
2943
  this.ensureCornerRadius();
2948
- this.i.xu.c = +v;
2949
- this._a("cornerRadiusTopLeft", this.i.xu.c);
2950
- this.i.xu = this.i.xu;
2944
+ this.i.yr.c = +v;
2945
+ this._a("cornerRadiusTopLeft", this.i.yr.c);
2946
+ this.i.yr = this.i.yr;
2951
2947
  },
2952
2948
  enumerable: true,
2953
2949
  configurable: true
2954
2950
  });
2955
2951
  Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusTopRight", {
2956
2952
  get: function () {
2957
- return this.i.xu ? this.i.xu.d : NaN;
2953
+ return this.i.yr ? this.i.yr.d : NaN;
2958
2954
  },
2959
2955
  set: function (v) {
2960
2956
  this.ensureCornerRadius();
2961
- this.i.xu.d = +v;
2962
- this._a("cornerRadiusTopRight", this.i.xu.d);
2963
- this.i.xu = this.i.xu;
2957
+ this.i.yr.d = +v;
2958
+ this._a("cornerRadiusTopRight", this.i.yr.d);
2959
+ this.i.yr = this.i.yr;
2964
2960
  },
2965
2961
  enumerable: true,
2966
2962
  configurable: true
2967
2963
  });
2968
2964
  IgcDataGridComponent.prototype.ensureCornerRadius = function () {
2969
- if (this.i.xu) {
2965
+ if (this.i.yr) {
2970
2966
  return;
2971
2967
  }
2972
- this.i.xu = new CornerRadius(2);
2968
+ this.i.yr = new CornerRadius(2);
2973
2969
  };
2974
2970
  Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusBottomRight", {
2975
2971
  get: function () {
2976
- return this.i.xs ? this.i.xs.b : NaN;
2972
+ return this.i.yp ? this.i.yp.b : NaN;
2977
2973
  },
2978
2974
  set: function (v) {
2979
2975
  this.ensureActualCornerRadius();
2980
- this.i.xs.b = +v;
2981
- this._a("actualCornerRadiusBottomRight", this.i.xs.b);
2982
- this.i.xs = this.i.xs;
2976
+ this.i.yp.b = +v;
2977
+ this._a("actualCornerRadiusBottomRight", this.i.yp.b);
2978
+ this.i.yp = this.i.yp;
2983
2979
  },
2984
2980
  enumerable: true,
2985
2981
  configurable: true
2986
2982
  });
2987
2983
  Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusBottomLeft", {
2988
2984
  get: function () {
2989
- return this.i.xs ? this.i.xs.a : NaN;
2985
+ return this.i.yp ? this.i.yp.a : NaN;
2990
2986
  },
2991
2987
  set: function (v) {
2992
2988
  this.ensureActualCornerRadius();
2993
- this.i.xs.a = +v;
2994
- this._a("actualCornerRadiusBottomLeft", this.i.xs.a);
2995
- this.i.xs = this.i.xs;
2989
+ this.i.yp.a = +v;
2990
+ this._a("actualCornerRadiusBottomLeft", this.i.yp.a);
2991
+ this.i.yp = this.i.yp;
2996
2992
  },
2997
2993
  enumerable: true,
2998
2994
  configurable: true
2999
2995
  });
3000
2996
  Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusTopLeft", {
3001
2997
  get: function () {
3002
- return this.i.xs ? this.i.xs.c : NaN;
2998
+ return this.i.yp ? this.i.yp.c : NaN;
3003
2999
  },
3004
3000
  set: function (v) {
3005
3001
  this.ensureActualCornerRadius();
3006
- this.i.xs.c = +v;
3007
- this._a("actualCornerRadiusTopLeft", this.i.xs.c);
3008
- this.i.xs = this.i.xs;
3002
+ this.i.yp.c = +v;
3003
+ this._a("actualCornerRadiusTopLeft", this.i.yp.c);
3004
+ this.i.yp = this.i.yp;
3009
3005
  },
3010
3006
  enumerable: true,
3011
3007
  configurable: true
3012
3008
  });
3013
3009
  Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusTopRight", {
3014
3010
  get: function () {
3015
- return this.i.xs ? this.i.xs.d : NaN;
3011
+ return this.i.yp ? this.i.yp.d : NaN;
3016
3012
  },
3017
3013
  set: function (v) {
3018
3014
  this.ensureActualCornerRadius();
3019
- this.i.xs.d = +v;
3020
- this._a("actualCornerRadiusTopRight", this.i.xs.d);
3021
- this.i.xs = this.i.xs;
3015
+ this.i.yp.d = +v;
3016
+ this._a("actualCornerRadiusTopRight", this.i.yp.d);
3017
+ this.i.yp = this.i.yp;
3022
3018
  },
3023
3019
  enumerable: true,
3024
3020
  configurable: true
3025
3021
  });
3026
3022
  IgcDataGridComponent.prototype.ensureActualCornerRadius = function () {
3027
- if (this.i.xs) {
3023
+ if (this.i.yp) {
3028
3024
  return;
3029
3025
  }
3030
- this.i.xs = new CornerRadius(2);
3026
+ this.i.yp = new CornerRadius(2);
3031
3027
  };
3032
3028
  Object.defineProperty(IgcDataGridComponent.prototype, "isActiveCellStyleEnabled", {
3033
3029
  /**
3034
3030
  * Gets or sets whether the active cell style will be applied to cells when made active.
3035
3031
  */
3036
3032
  get: function () {
3037
- return this.i.it;
3033
+ return this.i.je;
3038
3034
  },
3039
3035
  set: function (v) {
3040
- this.i.it = ensureBool(v);
3041
- this._a("isActiveCellStyleEnabled", this.i.it);
3036
+ this.i.je = ensureBool(v);
3037
+ this._a("isActiveCellStyleEnabled", this.i.je);
3042
3038
  },
3043
3039
  enumerable: true,
3044
3040
  configurable: true
@@ -3050,7 +3046,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3050
3046
  get: function () {
3051
3047
  if (this._responsiveStates === null) {
3052
3048
  var coll = new IgcResponsiveStatesCollection();
3053
- var innerColl = this.i.fh;
3049
+ var innerColl = this.i.fq;
3054
3050
  if (!innerColl) {
3055
3051
  innerColl = new ResponsiveStatesCollection_internal();
3056
3052
  }
@@ -3066,7 +3062,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3066
3062
  var coll = new IgcResponsiveStatesCollection();
3067
3063
  this._responsiveStates = coll._fromOuter(v);
3068
3064
  var syncColl = new SyncableObservableCollection$1(ResponsiveState.$type);
3069
- var innerColl = this.i.fh;
3065
+ var innerColl = this.i.fq;
3070
3066
  if (!innerColl) {
3071
3067
  innerColl = new ResponsiveStatesCollection_internal();
3072
3068
  }
@@ -3082,7 +3078,91 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3082
3078
  * Gets the region of the grid that is visible.
3083
3079
  */
3084
3080
  get: function () {
3085
- return fromRect(this.i.zt);
3081
+ return fromRect(this.i.aas);
3082
+ },
3083
+ enumerable: true,
3084
+ configurable: true
3085
+ });
3086
+ Object.defineProperty(IgcDataGridComponent.prototype, "initialSortDescriptions", {
3087
+ /**
3088
+ * Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
3089
+ */
3090
+ get: function () {
3091
+ if (this.i.ce == null) {
3092
+ return null;
3093
+ }
3094
+ if (!this.i.ce.externalObject) {
3095
+ var e = new IgcColumnSortDescriptionCollection();
3096
+ e._implementation = this.i.ce;
3097
+ this.i.ce.externalObject = e;
3098
+ }
3099
+ return this.i.ce.externalObject;
3100
+ },
3101
+ enumerable: true,
3102
+ configurable: true
3103
+ });
3104
+ Object.defineProperty(IgcDataGridComponent.prototype, "initialGroupDescriptions", {
3105
+ /**
3106
+ * Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
3107
+ */
3108
+ get: function () {
3109
+ if (this.i.bg == null) {
3110
+ return null;
3111
+ }
3112
+ if (!this.i.bg.externalObject) {
3113
+ var e = new IgcColumnGroupDescriptionCollection();
3114
+ e._implementation = this.i.bg;
3115
+ this.i.bg.externalObject = e;
3116
+ }
3117
+ return this.i.bg.externalObject;
3118
+ },
3119
+ enumerable: true,
3120
+ configurable: true
3121
+ });
3122
+ Object.defineProperty(IgcDataGridComponent.prototype, "initialSummaryDescriptions", {
3123
+ /**
3124
+ * Gets the current summaries that are applied to the grid.
3125
+ */
3126
+ get: function () {
3127
+ if (this.i.cj == null) {
3128
+ return null;
3129
+ }
3130
+ if (!this.i.cj.externalObject) {
3131
+ var e = new IgcColumnSummaryDescriptionCollection();
3132
+ e._implementation = this.i.cj;
3133
+ this.i.cj.externalObject = e;
3134
+ }
3135
+ return this.i.cj.externalObject;
3136
+ },
3137
+ enumerable: true,
3138
+ configurable: true
3139
+ });
3140
+ Object.defineProperty(IgcDataGridComponent.prototype, "initialSorts", {
3141
+ get: function () {
3142
+ return this.i.q6;
3143
+ },
3144
+ set: function (v) {
3145
+ this.i.q6 = v;
3146
+ },
3147
+ enumerable: true,
3148
+ configurable: true
3149
+ });
3150
+ Object.defineProperty(IgcDataGridComponent.prototype, "initialGroups", {
3151
+ get: function () {
3152
+ return this.i.q4;
3153
+ },
3154
+ set: function (v) {
3155
+ this.i.q4 = v;
3156
+ },
3157
+ enumerable: true,
3158
+ configurable: true
3159
+ });
3160
+ Object.defineProperty(IgcDataGridComponent.prototype, "initialSummaries", {
3161
+ get: function () {
3162
+ return this.i.q8;
3163
+ },
3164
+ set: function (v) {
3165
+ this.i.q8 = v;
3086
3166
  },
3087
3167
  enumerable: true,
3088
3168
  configurable: true
@@ -3092,15 +3172,15 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3092
3172
  * Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
3093
3173
  */
3094
3174
  get: function () {
3095
- if (this.i.b8 == null) {
3175
+ if (this.i.cf == null) {
3096
3176
  return null;
3097
3177
  }
3098
- if (!this.i.b8.externalObject) {
3178
+ if (!this.i.cf.externalObject) {
3099
3179
  var e = new IgcColumnSortDescriptionCollection();
3100
- e._implementation = this.i.b8;
3101
- this.i.b8.externalObject = e;
3180
+ e._implementation = this.i.cf;
3181
+ this.i.cf.externalObject = e;
3102
3182
  }
3103
- return this.i.b8.externalObject;
3183
+ return this.i.cf.externalObject;
3104
3184
  },
3105
3185
  enumerable: true,
3106
3186
  configurable: true
@@ -3110,15 +3190,15 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3110
3190
  * Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
3111
3191
  */
3112
3192
  get: function () {
3113
- if (this.i.bb == null) {
3193
+ if (this.i.bf == null) {
3114
3194
  return null;
3115
3195
  }
3116
- if (!this.i.bb.externalObject) {
3196
+ if (!this.i.bf.externalObject) {
3117
3197
  var e = new IgcColumnGroupDescriptionCollection();
3118
- e._implementation = this.i.bb;
3119
- this.i.bb.externalObject = e;
3198
+ e._implementation = this.i.bf;
3199
+ this.i.bf.externalObject = e;
3120
3200
  }
3121
- return this.i.bb.externalObject;
3201
+ return this.i.bf.externalObject;
3122
3202
  },
3123
3203
  enumerable: true,
3124
3204
  configurable: true
@@ -3128,15 +3208,15 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3128
3208
  * Gets the current filter that is applied to the grid. Collection can be updated to modify the filter for the grid. Once filter expresisons are in this collection, the grid will no longer listen for changes on their properties.
3129
3209
  */
3130
3210
  get: function () {
3131
- if (this.i.t == null) {
3211
+ if (this.i.u == null) {
3132
3212
  return null;
3133
3213
  }
3134
- if (!this.i.t.externalObject) {
3214
+ if (!this.i.u.externalObject) {
3135
3215
  var e = new IgcFilterExpressionCollection();
3136
- e._implementation = this.i.t;
3137
- this.i.t.externalObject = e;
3216
+ e._implementation = this.i.u;
3217
+ this.i.u.externalObject = e;
3138
3218
  }
3139
- return this.i.t.externalObject;
3219
+ return this.i.u.externalObject;
3140
3220
  },
3141
3221
  enumerable: true,
3142
3222
  configurable: true
@@ -3146,15 +3226,15 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3146
3226
  * Gets the current summaries that are applied to the grid.
3147
3227
  */
3148
3228
  get: function () {
3149
- if (this.i.cb == null) {
3229
+ if (this.i.ck == null) {
3150
3230
  return null;
3151
3231
  }
3152
- if (!this.i.cb.externalObject) {
3232
+ if (!this.i.ck.externalObject) {
3153
3233
  var e = new IgcColumnSummaryDescriptionCollection();
3154
- e._implementation = this.i.cb;
3155
- this.i.cb.externalObject = e;
3234
+ e._implementation = this.i.ck;
3235
+ this.i.ck.externalObject = e;
3156
3236
  }
3157
- return this.i.cb.externalObject;
3237
+ return this.i.ck.externalObject;
3158
3238
  },
3159
3239
  enumerable: true,
3160
3240
  configurable: true
@@ -3164,11 +3244,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3164
3244
  * Gets or sets the scope which summaries are calculated for.
3165
3245
  */
3166
3246
  get: function () {
3167
- return this.i.f7;
3247
+ return this.i.gg;
3168
3248
  },
3169
3249
  set: function (v) {
3170
- this.i.f7 = ensureEnum(SummaryScope_$type, v);
3171
- this._a("summaryScope", enumToString(SummaryScope_$type, this.i.f7));
3250
+ this.i.gg = ensureEnum(SummaryScope_$type, v);
3251
+ this._a("summaryScope", enumToString(SummaryScope_$type, this.i.gg));
3172
3252
  },
3173
3253
  enumerable: true,
3174
3254
  configurable: true
@@ -3178,11 +3258,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3178
3258
  * Gets or sets whether group headers are collapsable.
3179
3259
  */
3180
3260
  get: function () {
3181
- return this.i.jb;
3261
+ return this.i.jw;
3182
3262
  },
3183
3263
  set: function (v) {
3184
- this.i.jb = ensureBool(v);
3185
- this._a("isGroupCollapsable", this.i.jb);
3264
+ this.i.jw = ensureBool(v);
3265
+ this._a("isGroupCollapsable", this.i.jw);
3186
3266
  },
3187
3267
  enumerable: true,
3188
3268
  configurable: true
@@ -3192,11 +3272,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3192
3272
  * Gets or sets how group headers are displayed when there are multiple groups defined in the grid.
3193
3273
  */
3194
3274
  get: function () {
3195
- return this.i.ei;
3275
+ return this.i.er;
3196
3276
  },
3197
3277
  set: function (v) {
3198
- this.i.ei = ensureEnum(GroupHeaderDisplayMode_$type, v);
3199
- this._a("groupHeaderDisplayMode", enumToString(GroupHeaderDisplayMode_$type, this.i.ei));
3278
+ this.i.er = ensureEnum(GroupHeaderDisplayMode_$type, v);
3279
+ this._a("groupHeaderDisplayMode", enumToString(GroupHeaderDisplayMode_$type, this.i.er));
3200
3280
  },
3201
3281
  enumerable: true,
3202
3282
  configurable: true
@@ -3206,11 +3286,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3206
3286
  * Gets or sets whether groups are expanded or collapsed by default.
3207
3287
  */
3208
3288
  get: function () {
3209
- return this.i.jc;
3289
+ return this.i.jx;
3210
3290
  },
3211
3291
  set: function (v) {
3212
- this.i.jc = ensureBool(v);
3213
- this._a("isGroupExpandedDefault", this.i.jc);
3292
+ this.i.jx = ensureBool(v);
3293
+ this._a("isGroupExpandedDefault", this.i.jx);
3214
3294
  },
3215
3295
  enumerable: true,
3216
3296
  configurable: true
@@ -3220,11 +3300,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3220
3300
  * Gets or sets the display mode summaries will use inside groups.
3221
3301
  */
3222
3302
  get: function () {
3223
- return this.i.ek;
3303
+ return this.i.et;
3224
3304
  },
3225
3305
  set: function (v) {
3226
- this.i.ek = ensureEnum(GroupSummaryDisplayMode_$type, v);
3227
- this._a("groupSummaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.ek));
3306
+ this.i.et = ensureEnum(GroupSummaryDisplayMode_$type, v);
3307
+ this._a("groupSummaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.et));
3228
3308
  },
3229
3309
  enumerable: true,
3230
3310
  configurable: true
@@ -3243,11 +3323,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3243
3323
  * will be auto accepted.
3244
3324
  */
3245
3325
  get: function () {
3246
- return this.i.id;
3326
+ return this.i.iy;
3247
3327
  },
3248
3328
  set: function (v) {
3249
- this.i.id = ensureBool(v);
3250
- this._a("autoAcceptEdits", this.i.id);
3329
+ this.i.iy = ensureBool(v);
3330
+ this._a("autoAcceptEdits", this.i.iy);
3251
3331
  },
3252
3332
  enumerable: true,
3253
3333
  configurable: true
@@ -3323,11 +3403,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3323
3403
  * Sets or gets whether the grid will react to sort changes.
3324
3404
  */
3325
3405
  get: function () {
3326
- return this.i.kd;
3406
+ return this.i.ky;
3327
3407
  },
3328
3408
  set: function (v) {
3329
- this.i.kd = ensureBool(v);
3330
- this._a("reactsToSortChanges", this.i.kd);
3409
+ this.i.ky = ensureBool(v);
3410
+ this._a("reactsToSortChanges", this.i.ky);
3331
3411
  },
3332
3412
  enumerable: true,
3333
3413
  configurable: true
@@ -3337,11 +3417,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3337
3417
  * Sets or gets whether the grid will react to group changes.
3338
3418
  */
3339
3419
  get: function () {
3340
- return this.i.kc;
3420
+ return this.i.kx;
3341
3421
  },
3342
3422
  set: function (v) {
3343
- this.i.kc = ensureBool(v);
3344
- this._a("reactsToGroupChanges", this.i.kc);
3423
+ this.i.kx = ensureBool(v);
3424
+ this._a("reactsToGroupChanges", this.i.kx);
3345
3425
  },
3346
3426
  enumerable: true,
3347
3427
  configurable: true
@@ -3351,11 +3431,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3351
3431
  * Sets or gets whether the grid will react to filter changes.
3352
3432
  */
3353
3433
  get: function () {
3354
- return this.i.kb;
3434
+ return this.i.kw;
3355
3435
  },
3356
3436
  set: function (v) {
3357
- this.i.kb = ensureBool(v);
3358
- this._a("reactsToFilterChanges", this.i.kb);
3437
+ this.i.kw = ensureBool(v);
3438
+ this._a("reactsToFilterChanges", this.i.kw);
3359
3439
  },
3360
3440
  enumerable: true,
3361
3441
  configurable: true
@@ -3365,7 +3445,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3365
3445
  * Gets whether an undo can be performed.
3366
3446
  */
3367
3447
  get: function () {
3368
- return this.i.il;
3448
+ return this.i.i5;
3369
3449
  },
3370
3450
  enumerable: true,
3371
3451
  configurable: true
@@ -3375,7 +3455,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3375
3455
  * Gets whether a redo can be performed.
3376
3456
  */
3377
3457
  get: function () {
3378
- return this.i.ik;
3458
+ return this.i.i4;
3379
3459
  },
3380
3460
  enumerable: true,
3381
3461
  configurable: true
@@ -3386,7 +3466,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3386
3466
  * on any pending transactions.
3387
3467
  */
3388
3468
  get: function () {
3389
- return this.i.ih;
3469
+ return this.i.i1;
3390
3470
  },
3391
3471
  enumerable: true,
3392
3472
  configurable: true
@@ -3396,11 +3476,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3396
3476
  * Gets or sets the behavior of the Enter key.
3397
3477
  */
3398
3478
  get: function () {
3399
- return this.i.cp;
3479
+ return this.i.cy;
3400
3480
  },
3401
3481
  set: function (v) {
3402
- this.i.cp = ensureEnum(EnterKeyBehaviors_$type, v);
3403
- this._a("enterBehavior", enumToString(EnterKeyBehaviors_$type, this.i.cp));
3482
+ this.i.cy = ensureEnum(EnterKeyBehaviors_$type, v);
3483
+ this._a("enterBehavior", enumToString(EnterKeyBehaviors_$type, this.i.cy));
3404
3484
  },
3405
3485
  enumerable: true,
3406
3486
  configurable: true
@@ -3410,11 +3490,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3410
3490
  * Gets or sets the behavior of the enter key when exiting edit mode.
3411
3491
  */
3412
3492
  get: function () {
3413
- return this.i.cn;
3493
+ return this.i.cw;
3414
3494
  },
3415
3495
  set: function (v) {
3416
- this.i.cn = ensureEnum(EnterKeyBehaviorAfterEdit_$type, v);
3417
- this._a("enterBehaviorAfterEdit", enumToString(EnterKeyBehaviorAfterEdit_$type, this.i.cn));
3496
+ this.i.cw = ensureEnum(EnterKeyBehaviorAfterEdit_$type, v);
3497
+ this._a("enterBehaviorAfterEdit", enumToString(EnterKeyBehaviorAfterEdit_$type, this.i.cw));
3418
3498
  },
3419
3499
  enumerable: true,
3420
3500
  configurable: true
@@ -3424,11 +3504,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3424
3504
  * Gets or sets whether to show the summaries option in the column options menu.
3425
3505
  */
3426
3506
  get: function () {
3427
- return this.i.i4;
3507
+ return this.i.jp;
3428
3508
  },
3429
3509
  set: function (v) {
3430
- this.i.i4 = ensureBool(v);
3431
- this._a("isColumnOptionsSummariesEnabled", this.i.i4);
3510
+ this.i.jp = ensureBool(v);
3511
+ this._a("isColumnOptionsSummariesEnabled", this.i.jp);
3432
3512
  },
3433
3513
  enumerable: true,
3434
3514
  configurable: true
@@ -3438,11 +3518,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3438
3518
  * Gets or sets whether to show the grouping option in the column options menu.
3439
3519
  */
3440
3520
  get: function () {
3441
- return this.i.i3;
3521
+ return this.i.jo;
3442
3522
  },
3443
3523
  set: function (v) {
3444
- this.i.i3 = ensureBool(v);
3445
- this._a("isColumnOptionsGroupingEnabled", this.i.i3);
3524
+ this.i.jo = ensureBool(v);
3525
+ this._a("isColumnOptionsGroupingEnabled", this.i.jo);
3446
3526
  },
3447
3527
  enumerable: true,
3448
3528
  configurable: true
@@ -3452,11 +3532,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3452
3532
  * Gets or sets if and how cell merging is performed for all fields.
3453
3533
  */
3454
3534
  get: function () {
3455
- return this.i.e9;
3535
+ return this.i.fi;
3456
3536
  },
3457
3537
  set: function (v) {
3458
- this.i.e9 = ensureEnum(MergedCellMode_$type, v);
3459
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.e9));
3538
+ this.i.fi = ensureEnum(MergedCellMode_$type, v);
3539
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.fi));
3460
3540
  },
3461
3541
  enumerable: true,
3462
3542
  configurable: true
@@ -3466,11 +3546,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3466
3546
  * Gets or sets how cells are evaluated for merging.
3467
3547
  */
3468
3548
  get: function () {
3469
- return this.i.e7;
3549
+ return this.i.fg;
3470
3550
  },
3471
3551
  set: function (v) {
3472
- this.i.e7 = ensureEnum(MergedCellEvaluationCriteria_$type, v);
3473
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.e7));
3552
+ this.i.fg = ensureEnum(MergedCellEvaluationCriteria_$type, v);
3553
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.fg));
3474
3554
  },
3475
3555
  enumerable: true,
3476
3556
  configurable: true
@@ -3480,11 +3560,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3480
3560
  * Gets or sets the vertical alignment to use for the merged cell content.
3481
3561
  */
3482
3562
  get: function () {
3483
- return this.i.aj;
3563
+ return this.i.am;
3484
3564
  },
3485
3565
  set: function (v) {
3486
- this.i.aj = ensureEnum(CellContentVerticalAlignment_$type, v);
3487
- this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.aj));
3566
+ this.i.am = ensureEnum(CellContentVerticalAlignment_$type, v);
3567
+ this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.am));
3488
3568
  },
3489
3569
  enumerable: true,
3490
3570
  configurable: true
@@ -3494,11 +3574,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3494
3574
  * Gets or sets which filter UI type to use.
3495
3575
  */
3496
3576
  get: function () {
3497
- return this.i.cw;
3577
+ return this.i.c5;
3498
3578
  },
3499
3579
  set: function (v) {
3500
- this.i.cw = ensureEnum(FilterUIType_$type, v);
3501
- this._a("filterUIType", enumToString(FilterUIType_$type, this.i.cw));
3580
+ this.i.c5 = ensureEnum(FilterUIType_$type, v);
3581
+ this._a("filterUIType", enumToString(FilterUIType_$type, this.i.c5));
3502
3582
  },
3503
3583
  enumerable: true,
3504
3584
  configurable: true
@@ -3508,11 +3588,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3508
3588
  * Gets or sets how filters set through the filter UI are combined.
3509
3589
  */
3510
3590
  get: function () {
3511
- return this.i.ct;
3591
+ return this.i.c2;
3512
3592
  },
3513
3593
  set: function (v) {
3514
- this.i.ct = ensureEnum(FilterLogicalOperator_$type, v);
3515
- this._a("filterLogicalOperator", enumToString(FilterLogicalOperator_$type, this.i.ct));
3594
+ this.i.c2 = ensureEnum(FilterLogicalOperator_$type, v);
3595
+ this._a("filterLogicalOperator", enumToString(FilterLogicalOperator_$type, this.i.c2));
3516
3596
  },
3517
3597
  enumerable: true,
3518
3598
  configurable: true
@@ -3522,21 +3602,21 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3522
3602
  * Gets or sets whether UI filters are case sensitive or not.
3523
3603
  */
3524
3604
  get: function () {
3525
- return this.i.cr;
3605
+ return this.i.c0;
3526
3606
  },
3527
3607
  set: function (v) {
3528
- this.i.cr = ensureEnum(FilterComparisonType_$type, v);
3529
- this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.cr));
3608
+ this.i.c0 = ensureEnum(FilterComparisonType_$type, v);
3609
+ this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.c0));
3530
3610
  },
3531
3611
  enumerable: true,
3532
3612
  configurable: true
3533
3613
  });
3534
3614
  Object.defineProperty(IgcDataGridComponent.prototype, "todayOverride", {
3535
3615
  get: function () {
3536
- return this.i.k4;
3616
+ return this.i.lp;
3537
3617
  },
3538
3618
  set: function (v) {
3539
- this.i.k4 = v;
3619
+ this.i.lp = v;
3540
3620
  },
3541
3621
  enumerable: true,
3542
3622
  configurable: true
@@ -3546,11 +3626,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3546
3626
  * Gets or sets whether selection is cleared when pressing the Escape key.
3547
3627
  */
3548
3628
  get: function () {
3549
- return this.i.im;
3629
+ return this.i.i6;
3550
3630
  },
3551
3631
  set: function (v) {
3552
- this.i.im = ensureBool(v);
3553
- this._a("clearSelectionOnEscape", this.i.im);
3632
+ this.i.i6 = ensureBool(v);
3633
+ this._a("clearSelectionOnEscape", this.i.i6);
3554
3634
  },
3555
3635
  enumerable: true,
3556
3636
  configurable: true
@@ -3560,11 +3640,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3560
3640
  * Gets or sets the size of each page when the pager is visible.
3561
3641
  */
3562
3642
  get: function () {
3563
- return this.i.nl;
3643
+ return this.i.n6;
3564
3644
  },
3565
3645
  set: function (v) {
3566
- this.i.nl = +v;
3567
- this._a("pageSize", this.i.nl);
3646
+ this.i.n6 = +v;
3647
+ this._a("pageSize", this.i.n6);
3568
3648
  },
3569
3649
  enumerable: true,
3570
3650
  configurable: true
@@ -3574,11 +3654,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3574
3654
  * Gets or sets whether to show the column chooser button in the toolbar.
3575
3655
  */
3576
3656
  get: function () {
3577
- return this.i.jr;
3657
+ return this.i.kc;
3578
3658
  },
3579
3659
  set: function (v) {
3580
- this.i.jr = ensureBool(v);
3581
- this._a("isToolbarColumnChooserVisible", this.i.jr);
3660
+ this.i.kc = ensureBool(v);
3661
+ this._a("isToolbarColumnChooserVisible", this.i.kc);
3582
3662
  },
3583
3663
  enumerable: true,
3584
3664
  configurable: true
@@ -3588,11 +3668,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3588
3668
  * Gets or sets whether to show the column pinning button in the toolbar.
3589
3669
  */
3590
3670
  get: function () {
3591
- return this.i.js;
3671
+ return this.i.kd;
3592
3672
  },
3593
3673
  set: function (v) {
3594
- this.i.js = ensureBool(v);
3595
- this._a("isToolbarColumnPinningVisible", this.i.js);
3674
+ this.i.kd = ensureBool(v);
3675
+ this._a("isToolbarColumnPinningVisible", this.i.kd);
3596
3676
  },
3597
3677
  enumerable: true,
3598
3678
  configurable: true
@@ -3602,10 +3682,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3602
3682
  * Gets or sets the title text to use in the toolbar.
3603
3683
  */
3604
3684
  get: function () {
3605
- return this.i.ss;
3685
+ return this.i.to;
3606
3686
  },
3607
3687
  set: function (v) {
3608
- this.i.ss = v;
3688
+ this.i.to = v;
3609
3689
  },
3610
3690
  enumerable: true,
3611
3691
  configurable: true
@@ -3615,10 +3695,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3615
3695
  * Gets or sets the column chooser button text to use in the toolbar.
3616
3696
  */
3617
3697
  get: function () {
3618
- return this.i.sk;
3698
+ return this.i.tg;
3619
3699
  },
3620
3700
  set: function (v) {
3621
- this.i.sk = v;
3701
+ this.i.tg = v;
3622
3702
  },
3623
3703
  enumerable: true,
3624
3704
  configurable: true
@@ -3628,10 +3708,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3628
3708
  * Gets or sets the column chooser title text to use in the toolbar.
3629
3709
  */
3630
3710
  get: function () {
3631
- return this.i.sm;
3711
+ return this.i.ti;
3632
3712
  },
3633
3713
  set: function (v) {
3634
- this.i.sm = v;
3714
+ this.i.ti = v;
3635
3715
  },
3636
3716
  enumerable: true,
3637
3717
  configurable: true
@@ -3641,10 +3721,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3641
3721
  * Gets or sets the column pinning button text to use in the toolbar.
3642
3722
  */
3643
3723
  get: function () {
3644
- return this.i.so;
3724
+ return this.i.tk;
3645
3725
  },
3646
3726
  set: function (v) {
3647
- this.i.so = v;
3727
+ this.i.tk = v;
3648
3728
  },
3649
3729
  enumerable: true,
3650
3730
  configurable: true
@@ -3654,10 +3734,63 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3654
3734
  * Gets or sets the column pinning title text to use in the toolbar.
3655
3735
  */
3656
3736
  get: function () {
3657
- return this.i.sq;
3737
+ return this.i.tm;
3658
3738
  },
3659
3739
  set: function (v) {
3660
- this.i.sq = v;
3740
+ this.i.tm = v;
3741
+ },
3742
+ enumerable: true,
3743
+ configurable: true
3744
+ });
3745
+ Object.defineProperty(IgcDataGridComponent.prototype, "scrollbarStyle", {
3746
+ /**
3747
+ * Gets or sets the style of scrollbar.
3748
+ */
3749
+ get: function () {
3750
+ return this.i.gm;
3751
+ },
3752
+ set: function (v) {
3753
+ this.i.gm = ensureEnum(ScrollbarStyle_$type, v);
3754
+ this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.gm));
3755
+ },
3756
+ enumerable: true,
3757
+ configurable: true
3758
+ });
3759
+ Object.defineProperty(IgcDataGridComponent.prototype, "scrollbarBackground", {
3760
+ /**
3761
+ * Gets or sets the scrollbar background color.
3762
+ */
3763
+ get: function () {
3764
+ return brushToString(this.i.aae);
3765
+ },
3766
+ set: function (v) {
3767
+ this.i.aae = stringToBrush(v);
3768
+ this._a("scrollbarBackground", brushToString(this.i.aae));
3769
+ },
3770
+ enumerable: true,
3771
+ configurable: true
3772
+ });
3773
+ Object.defineProperty(IgcDataGridComponent.prototype, "allowCopyOperation", {
3774
+ get: function () {
3775
+ return this.i.ix;
3776
+ },
3777
+ set: function (v) {
3778
+ this.i.ix = ensureBool(v);
3779
+ this._a("allowCopyOperation", this.i.ix);
3780
+ },
3781
+ enumerable: true,
3782
+ configurable: true
3783
+ });
3784
+ Object.defineProperty(IgcDataGridComponent.prototype, "deferEventForRowDragSelection", {
3785
+ /**
3786
+ * Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
3787
+ */
3788
+ get: function () {
3789
+ return this.i.i7;
3790
+ },
3791
+ set: function (v) {
3792
+ this.i.i7 = ensureBool(v);
3793
+ this._a("deferEventForRowDragSelection", this.i.i7);
3661
3794
  },
3662
3795
  enumerable: true,
3663
3796
  configurable: true
@@ -3711,6 +3844,15 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3711
3844
  if (this.responsiveStates != null && this.responsiveStates.findByName && this.responsiveStates.findByName(name)) {
3712
3845
  return this.responsiveStates.findByName(name);
3713
3846
  }
3847
+ if (this.initialSortDescriptions != null && this.initialSortDescriptions.findByName && this.initialSortDescriptions.findByName(name)) {
3848
+ return this.initialSortDescriptions.findByName(name);
3849
+ }
3850
+ if (this.initialGroupDescriptions != null && this.initialGroupDescriptions.findByName && this.initialGroupDescriptions.findByName(name)) {
3851
+ return this.initialGroupDescriptions.findByName(name);
3852
+ }
3853
+ if (this.initialSummaryDescriptions != null && this.initialSummaryDescriptions.findByName && this.initialSummaryDescriptions.findByName(name)) {
3854
+ return this.initialSummaryDescriptions.findByName(name);
3855
+ }
3714
3856
  if (this.sortDescriptions != null && this.sortDescriptions.findByName && this.sortDescriptions.findByName(name)) {
3715
3857
  return this.sortDescriptions.findByName(name);
3716
3858
  }
@@ -3820,14 +3962,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3820
3962
 
3821
3963
  */
3822
3964
  IgcDataGridComponent.prototype.refresh = function () {
3823
- this.i.wf();
3965
+ this.i.xc();
3824
3966
  };
3825
3967
  /**
3826
3968
  * Makes sure pending work has completed if the grid need to be synchronously examined.
3827
3969
 
3828
3970
  */
3829
3971
  IgcDataGridComponent.prototype.flush = function () {
3830
- this.i.tm();
3972
+ this.i.ui();
3831
3973
  };
3832
3974
  IgcDataGridComponent.prototype.notifyScrollStart = function () {
3833
3975
  this.i.notifyScrollStart();
@@ -3836,13 +3978,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3836
3978
  this.i.notifyScrollStop();
3837
3979
  };
3838
3980
  IgcDataGridComponent.prototype.exchangeColumn = function (newColumn, oldColumn) {
3839
- this.i.tk((newColumn == null ? null : newColumn.i), (oldColumn == null ? null : oldColumn.i));
3981
+ this.i.ug((newColumn == null ? null : newColumn.i), (oldColumn == null ? null : oldColumn.i));
3840
3982
  };
3841
3983
  IgcDataGridComponent.prototype.pinColumn = function (column, position) {
3842
- this.i.v8((column == null ? null : column.i), (position == null ? null : position));
3984
+ this.i.w5((column == null ? null : column.i), (position == null ? null : position));
3843
3985
  };
3844
3986
  IgcDataGridComponent.prototype.moveColumn = function (oldIndex, newIndex) {
3845
- this.i.ty(oldIndex, newIndex);
3987
+ this.i.uv(oldIndex, newIndex);
3846
3988
  };
3847
3989
  /**
3848
3990
  * Moves a column to the left, if possible.
@@ -3850,7 +3992,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3850
3992
  * @param columnIndex * The index of the column to move.
3851
3993
  */
3852
3994
  IgcDataGridComponent.prototype.moveColumnLeft = function (columnIndex) {
3853
- this.i.tz(columnIndex);
3995
+ this.i.uw(columnIndex);
3854
3996
  };
3855
3997
  /**
3856
3998
  * Moves a column to the right, if possible.
@@ -3858,7 +4000,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3858
4000
  * @param columnIndex * The index of the column to move.
3859
4001
  */
3860
4002
  IgcDataGridComponent.prototype.moveColumnRight = function (columnIndex) {
3861
- this.i.t0(columnIndex);
4003
+ this.i.ux(columnIndex);
3862
4004
  };
3863
4005
  /**
3864
4006
  * Returns true if a column can be moved to the left of it's current position; otherwise false.
@@ -3866,7 +4008,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3866
4008
  * @param columnIndex * The index of the column.
3867
4009
  */
3868
4010
  IgcDataGridComponent.prototype.canMoveColumnLeft = function (columnIndex) {
3869
- var iv = this.i.ii(columnIndex);
4011
+ var iv = this.i.i2(columnIndex);
3870
4012
  return (iv);
3871
4013
  };
3872
4014
  /**
@@ -3875,7 +4017,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3875
4017
  * @param columnIndex * The index of the column.
3876
4018
  */
3877
4019
  IgcDataGridComponent.prototype.canMoveColumnRight = function (columnIndex) {
3878
- var iv = this.i.ij(columnIndex);
4020
+ var iv = this.i.i3(columnIndex);
3879
4021
  return (iv);
3880
4022
  };
3881
4023
  /**
@@ -3883,7 +4025,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3883
4025
 
3884
4026
  */
3885
4027
  IgcDataGridComponent.prototype.exportVisualModel = function () {
3886
- var iv = this.i.n0();
4028
+ var iv = this.i.ol();
3887
4029
  return (iv);
3888
4030
  };
3889
4031
  /**
@@ -3891,7 +4033,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3891
4033
 
3892
4034
  */
3893
4035
  IgcDataGridComponent.prototype.exportSerializedVisualModel = function () {
3894
- var iv = this.i.px();
4036
+ var iv = this.i.ql();
3895
4037
  return (iv);
3896
4038
  };
3897
4039
  /**
@@ -3900,7 +4042,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3900
4042
  * @param rowNumber * The row index to scroll to.
3901
4043
  */
3902
4044
  IgcDataGridComponent.prototype.scrollToRowByIndex = function (rowNumber) {
3903
- this.i.wy(rowNumber);
4045
+ this.i.xv(rowNumber);
3904
4046
  };
3905
4047
  /**
3906
4048
  * Scrolls the grid so that a row is the last visible, by index.
@@ -3908,7 +4050,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3908
4050
  * @param rowNumber * The row index to scroll to.
3909
4051
  */
3910
4052
  IgcDataGridComponent.prototype.scrollToLastRowByIndex = function (rowNumber) {
3911
- this.i.wx(rowNumber);
4053
+ this.i.xu(rowNumber);
3912
4054
  };
3913
4055
  /**
3914
4056
  * Scrolls to an item, if found.
@@ -3916,11 +4058,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3916
4058
  * @param item * The item to scroll to.
3917
4059
  */
3918
4060
  IgcDataGridComponent.prototype.scrollToItem = function (item) {
3919
- var iv = this.i.ki(item);
4061
+ var iv = this.i.k3(item);
3920
4062
  return (iv);
3921
4063
  };
3922
4064
  IgcDataGridComponent.prototype.scrollToPrimaryKey = function (key) {
3923
- var iv = this.i.kj(key);
4065
+ var iv = this.i.k4(key);
3924
4066
  return (iv);
3925
4067
  };
3926
4068
  /**
@@ -3929,14 +4071,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3929
4071
  * @param columnNumber * The column number to scroll to.
3930
4072
  */
3931
4073
  IgcDataGridComponent.prototype.scrollToColumnByIndex = function (columnNumber) {
3932
- this.i.wv(columnNumber);
4074
+ this.i.xs(columnNumber);
3933
4075
  };
3934
4076
  /**
3935
4077
  * Gets the last visible index in the grid.
3936
4078
 
3937
4079
  */
3938
4080
  IgcDataGridComponent.prototype.getLastVisibleIndex = function () {
3939
- var iv = this.i.nc();
4081
+ var iv = this.i.nx();
3940
4082
  return (iv);
3941
4083
  };
3942
4084
  /**
@@ -3944,7 +4086,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3944
4086
 
3945
4087
  */
3946
4088
  IgcDataGridComponent.prototype.getFirstVisibleIndex = function () {
3947
- var iv = this.i.m7();
4089
+ var iv = this.i.ns();
3948
4090
  return (iv);
3949
4091
  };
3950
4092
  /**
@@ -3952,7 +4094,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3952
4094
 
3953
4095
  */
3954
4096
  IgcDataGridComponent.prototype.invalidateVisibleRows = function () {
3955
- this.i.tw();
4097
+ this.i.ut();
3956
4098
  };
3957
4099
  /**
3958
4100
  * Manually set the active responsive state of the grid.
@@ -3960,10 +4102,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3960
4102
  * @param name
3961
4103
  */
3962
4104
  IgcDataGridComponent.prototype.setActiveResponsiveState = function (name) {
3963
- this.i.w6(name);
4105
+ this.i.x3(name);
3964
4106
  };
3965
4107
  IgcDataGridComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
3966
- this.i.t8(index, oldItem, newItem);
4108
+ this.i.u5(index, oldItem, newItem);
3967
4109
  };
3968
4110
  /**
3969
4111
  * Manually notifies the grid's data source that the data it has bound to has been cleared and needs to be re-examined.
@@ -3971,13 +4113,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3971
4113
 
3972
4114
  */
3973
4115
  IgcDataGridComponent.prototype.notifyClearItems = function () {
3974
- this.i.t2();
4116
+ this.i.uz();
3975
4117
  };
3976
4118
  IgcDataGridComponent.prototype.notifyInsertItem = function (index, newItem) {
3977
- this.i.t4(index, newItem);
4119
+ this.i.u1(index, newItem);
3978
4120
  };
3979
4121
  IgcDataGridComponent.prototype.notifyRemoveItem = function (index, oldItem) {
3980
- this.i.t5(index, oldItem);
4122
+ this.i.u2(index, oldItem);
3981
4123
  };
3982
4124
  /**
3983
4125
  * Returns the data index of an item within the bound data source.
@@ -3985,11 +4127,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3985
4127
  * @param item * The item from which to get the index.
3986
4128
  */
3987
4129
  IgcDataGridComponent.prototype.dataIndexOfItem = function (item) {
3988
- var iv = this.i.m0(item);
4130
+ var iv = this.i.nl(item);
3989
4131
  return (iv);
3990
4132
  };
3991
4133
  IgcDataGridComponent.prototype.dataIndexOfPrimaryKey = function (key) {
3992
- var iv = this.i.m1(key);
4134
+ var iv = this.i.nm(key);
3993
4135
  return (iv);
3994
4136
  };
3995
4137
  /**
@@ -3998,11 +4140,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3998
4140
  * @param cellKey * The cell to resolve.
3999
4141
  */
4000
4142
  IgcDataGridComponent.prototype.resolveCellValue = function (cellKey) {
4001
- var iv = this.i.n3((cellKey == null ? null : cellKey.i));
4143
+ var iv = this.i.oo((cellKey == null ? null : cellKey.i));
4002
4144
  return (iv);
4003
4145
  };
4004
4146
  IgcDataGridComponent.prototype.resolveCellValueFromPosition = function (row, column) {
4005
- var iv = this.i.n4(row, column);
4147
+ var iv = this.i.op(row, column);
4006
4148
  return (iv);
4007
4149
  };
4008
4150
  /**
@@ -4012,7 +4154,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4012
4154
  * @param index * The rendered index of the column.
4013
4155
  */
4014
4156
  IgcDataGridComponent.prototype.getColumnAtRenderedIndex = function (index) {
4015
- var iv = this.i.a3(index);
4157
+ var iv = this.i.a6(index);
4016
4158
  return (iv == null ? null : iv.externalObject);
4017
4159
  };
4018
4160
  /**
@@ -4036,14 +4178,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4036
4178
 
4037
4179
  */
4038
4180
  IgcDataGridComponent.prototype.commitEdits = function () {
4039
- this.i.tc();
4181
+ this.i.t8();
4040
4182
  };
4041
4183
  /**
4042
4184
  * Cancels any edits that may exist in the datasource.
4043
4185
 
4044
4186
  */
4045
4187
  IgcDataGridComponent.prototype.cancelEdits = function () {
4046
- this.i.s3();
4188
+ this.i.tz();
4047
4189
  };
4048
4190
  /**
4049
4191
  * Accepts a specific commit to the datasource.
@@ -4051,7 +4193,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4051
4193
  * @param commitID * The ID of the commit provided by the Committing event.
4052
4194
  */
4053
4195
  IgcDataGridComponent.prototype.acceptCommit = function (commitID) {
4054
- this.i.su(commitID);
4196
+ this.i.tq(commitID);
4055
4197
  };
4056
4198
  /**
4057
4199
  * Rejects a specific commit.
@@ -4059,27 +4201,27 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4059
4201
  * @param commitID * The ID of the commit provided by the Committing event.
4060
4202
  */
4061
4203
  IgcDataGridComponent.prototype.rejectCommit = function (commitID) {
4062
- this.i.wi(commitID);
4204
+ this.i.xf(commitID);
4063
4205
  };
4064
4206
  /**
4065
4207
  * Undo the last edit.
4066
4208
 
4067
4209
  */
4068
4210
  IgcDataGridComponent.prototype.undo = function () {
4069
- this.i.xf();
4211
+ this.i.yc();
4070
4212
  };
4071
4213
  /**
4072
4214
  * Redo the last edit.
4073
4215
 
4074
4216
  */
4075
4217
  IgcDataGridComponent.prototype.redo = function () {
4076
- this.i.we();
4218
+ this.i.xb();
4077
4219
  };
4078
4220
  IgcDataGridComponent.prototype.updatePropertyAtKey = function (key, propertyPath, value) {
4079
- this.i.xk(key, propertyPath, value);
4221
+ this.i.yh(key, propertyPath, value);
4080
4222
  };
4081
4223
  IgcDataGridComponent.prototype.removeItemByKey = function (key) {
4082
- this.i.wn(key);
4224
+ this.i.xk(key);
4083
4225
  };
4084
4226
  /**
4085
4227
  * Removes an item by its instance.
@@ -4087,7 +4229,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4087
4229
  * @param item * The item instance to remove.
4088
4230
  */
4089
4231
  IgcDataGridComponent.prototype.removeItem = function (item) {
4090
- this.i.wm(item);
4232
+ this.i.xj(item);
4091
4233
  };
4092
4234
  /**
4093
4235
  * Accept a pending edit turning it into a real edit.
@@ -4095,7 +4237,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4095
4237
  * @param editID * The ID of the edit. Provided by the CellValueChanging event.
4096
4238
  */
4097
4239
  IgcDataGridComponent.prototype.acceptEdit = function (editID) {
4098
- this.i.sv(editID);
4240
+ this.i.tr(editID);
4099
4241
  };
4100
4242
  /**
4101
4243
  * Reject a pending edit.
@@ -4103,41 +4245,41 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4103
4245
  * @param editID * The ID of the edit. Provided by the CellValueChanging event.
4104
4246
  */
4105
4247
  IgcDataGridComponent.prototype.rejectEdit = function (editID) {
4106
- this.i.wj(editID);
4248
+ this.i.xg(editID);
4107
4249
  };
4108
4250
  IgcDataGridComponent.prototype.setEditError = function (editID, errorMessage) {
4109
- this.i.w8(editID, errorMessage);
4251
+ this.i.x5(editID, errorMessage);
4110
4252
  };
4111
4253
  /**
4112
4254
  * Start edit mode on the active cell.
4113
4255
 
4114
4256
  */
4115
4257
  IgcDataGridComponent.prototype.startEditMode = function () {
4116
- this.i.xb();
4258
+ this.i.x8();
4117
4259
  };
4118
4260
  IgcDataGridComponent.prototype.endEditMode = function (commit) {
4119
- this.i.th(commit);
4261
+ this.i.ud(commit);
4120
4262
  };
4121
4263
  /**
4122
4264
  * Selects all of the rows in the grid.
4123
4265
 
4124
4266
  */
4125
4267
  IgcDataGridComponent.prototype.selectAllRows = function () {
4126
- this.i.wz();
4268
+ this.i.xw();
4127
4269
  };
4128
4270
  /**
4129
4271
  * Deselects all currently selected rows.
4130
4272
 
4131
4273
  */
4132
4274
  IgcDataGridComponent.prototype.deselectAllRows = function () {
4133
- this.i.tf();
4275
+ this.i.ub();
4134
4276
  };
4135
4277
  /**
4136
4278
  * Saves the layout chnages that have been made to the grid
4137
4279
 
4138
4280
  */
4139
4281
  IgcDataGridComponent.prototype.saveLayout = function () {
4140
- var iv = this.i.rp();
4282
+ var iv = this.i.sj();
4141
4283
  return (iv);
4142
4284
  };
4143
4285
  /**
@@ -4145,7 +4287,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4145
4287
 
4146
4288
  */
4147
4289
  IgcDataGridComponent.prototype.loadLayout = function (json) {
4148
- this.i.tx(json);
4290
+ this.i.uu(json);
4149
4291
  };
4150
4292
  Object.defineProperty(IgcDataGridComponent.prototype, "filterExpressionsChanging", {
4151
4293
  get: function () {