igniteui-webcomponents-grids 1.4.2 → 3.2.2

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 (217) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +16049 -15259
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BrowserExecutionContext.js +3 -1
  4. package/esm2015/lib/CanvasGridCellBase.js +6 -6
  5. package/esm2015/lib/CanvasSummaryCell.js +4 -4
  6. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  7. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
  8. package/esm2015/lib/CellPresenterBase.js +1 -1
  9. package/esm2015/lib/CheckboxListView_combined.js +31 -31
  10. package/esm2015/lib/ColumnChooserView_combined.js +10 -10
  11. package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
  12. package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
  13. package/esm2015/lib/ColumnPinningView_combined.js +6 -6
  14. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  15. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  16. package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
  17. package/esm2015/lib/DataGridLocaleEn.js +1 -0
  18. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  19. package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
  20. package/esm2015/lib/DraggerView.js +8 -8
  21. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
  22. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  23. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  24. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
  25. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  26. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  27. package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
  28. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  29. package/esm2015/lib/GridExternalWrapper.js +6 -6
  30. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  31. package/esm2015/lib/GridStyleRepository.js +5 -5
  32. package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
  33. package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
  34. package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
  35. package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
  36. package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
  37. package/esm2015/lib/PageChangedEventArgs.js +33 -0
  38. package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
  39. package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
  40. package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
  41. package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
  42. package/esm2015/lib/PagerView.js +7 -0
  43. package/esm2015/lib/PagerVisualModelExport.js +82 -0
  44. package/esm2015/lib/PropertyEditorView_combined.js +145 -145
  45. package/esm2015/lib/TemplateCell.js +1 -1
  46. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  47. package/esm2015/lib/TemplateHeader.js +2 -2
  48. package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
  49. package/esm2015/lib/VisualModelExport.js +77 -69
  50. package/esm2015/lib/igc-column-component.js +133 -113
  51. package/esm2015/lib/igc-column-grouping-component.js +33 -23
  52. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  53. package/esm2015/lib/igc-data-grid-component.js +588 -413
  54. package/esm2015/lib/igc-data-grid-module.js +4 -0
  55. package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
  56. package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
  57. package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
  58. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  59. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
  60. package/esm2015/lib/igc-image-column-component.js +12 -12
  61. package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
  62. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  63. package/esm2015/lib/igc-page-changed-event-args.js +46 -0
  64. package/esm2015/lib/igc-property-editor-component.js +7 -7
  65. package/esm2015/lib/igc-property-editor-module.js +1 -1
  66. package/esm2015/lib/igc-text-column-component.js +9 -9
  67. package/esm2015/public_api.js +14 -20
  68. package/esm5/lib/BrowserExecutionContext.js +3 -1
  69. package/esm5/lib/CanvasGridCellBase.js +6 -6
  70. package/esm5/lib/CanvasSummaryCell.js +4 -4
  71. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  72. package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
  73. package/esm5/lib/CellPresenterBase.js +1 -1
  74. package/esm5/lib/CheckboxListView_combined.js +31 -31
  75. package/esm5/lib/ColumnChooserView_combined.js +10 -10
  76. package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
  77. package/esm5/lib/ColumnGroupingView_combined.js +188 -162
  78. package/esm5/lib/ColumnPinningView_combined.js +6 -6
  79. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  80. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  81. package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
  82. package/esm5/lib/DataGridLocaleEn.js +1 -0
  83. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  84. package/esm5/lib/DataGridToolbarView_combined.js +295 -220
  85. package/esm5/lib/DraggerView.js +8 -8
  86. package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
  87. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  88. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  89. package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
  90. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  91. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  92. package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
  93. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  94. package/esm5/lib/GridExternalWrapper.js +6 -6
  95. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  96. package/esm5/lib/GridStyleRepository.js +5 -5
  97. package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
  98. package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
  99. package/esm5/lib/IToolbarVisualModelExport.js +11 -0
  100. package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
  101. package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
  102. package/esm5/lib/PageChangedEventArgs.js +43 -0
  103. package/esm5/lib/PagedDataProvider.js +7 -0
  104. package/esm5/lib/Pager.js +7 -0
  105. package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
  106. package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
  107. package/esm5/lib/PagerView.js +7 -0
  108. package/esm5/lib/PagerVisualModelExport.js +84 -0
  109. package/esm5/lib/PropertyEditorView_combined.js +144 -144
  110. package/esm5/lib/TemplateCell.js +1 -1
  111. package/esm5/lib/TemplateCellPresenter.js +1 -1
  112. package/esm5/lib/TemplateHeader.js +2 -2
  113. package/esm5/lib/ToolbarVisualModelExport.js +24 -0
  114. package/esm5/lib/VisualModelExport.js +77 -69
  115. package/esm5/lib/igc-column-component.js +141 -113
  116. package/esm5/lib/igc-column-grouping-component.js +35 -21
  117. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  118. package/esm5/lib/igc-data-grid-component.js +636 -413
  119. package/esm5/lib/igc-data-grid-module.js +4 -0
  120. package/esm5/lib/igc-data-grid-pager-component.js +435 -0
  121. package/esm5/lib/igc-data-grid-pager-module.js +20 -0
  122. package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
  123. package/esm5/lib/igc-date-time-column-component.js +23 -23
  124. package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
  125. package/esm5/lib/igc-image-column-component.js +12 -12
  126. package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
  127. package/esm5/lib/igc-numeric-column-component.js +35 -35
  128. package/esm5/lib/igc-page-changed-event-args.js +60 -0
  129. package/esm5/lib/igc-property-editor-component.js +7 -7
  130. package/esm5/lib/igc-property-editor-module.js +1 -1
  131. package/esm5/lib/igc-text-column-component.js +9 -9
  132. package/esm5/public_api.js +14 -20
  133. package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
  134. package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
  135. package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
  136. package/lib/ColumnGroupingView_combined.d.ts +44 -41
  137. package/lib/DataGridLocaleEn.d.ts +1 -0
  138. package/lib/DataGridToolbarView_combined.d.ts +50 -41
  139. package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
  140. package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
  141. package/lib/IDataGridComponent.d.ts +12 -0
  142. package/lib/IToolbarVisualModelExport.d.ts +11 -0
  143. package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
  144. package/lib/PageChangedEventArgs.d.ts +11 -0
  145. package/lib/PagedDataProvider.d.ts +1 -0
  146. package/lib/Pager.d.ts +1 -0
  147. package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
  148. package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
  149. package/lib/PagerView.d.ts +1 -0
  150. package/lib/PagerVisualModelExport.d.ts +25 -0
  151. package/lib/PropertyEditorView_combined.d.ts +10 -10
  152. package/lib/ToolbarVisualModelExport.d.ts +9 -0
  153. package/lib/VisualModelExport.d.ts +21 -17
  154. package/lib/igc-column-component.d.ts +9 -1
  155. package/lib/igc-column-grouping-component.d.ts +8 -4
  156. package/lib/igc-data-grid-component.d.ts +56 -0
  157. package/lib/igc-data-grid-pager-component.d.ts +101 -0
  158. package/lib/igc-data-grid-pager-module.d.ts +3 -0
  159. package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
  160. package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
  161. package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
  162. package/lib/igc-page-changed-event-args.d.ts +20 -0
  163. package/lib/igc-property-editor-component.d.ts +2 -2
  164. package/package.json +5 -5
  165. package/public_api.d.ts +14 -20
  166. package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
  167. package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  168. package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
  169. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
  170. package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
  171. package/esm2015/lib/PropertyEditorValueType.js +0 -35
  172. package/esm2015/lib/igc-property-editor-data-source.js +0 -39
  173. package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
  174. package/esm2015/lib/igc-property-editor-description-object.js +0 -70
  175. package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
  176. package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
  177. package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
  178. package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
  179. package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
  180. package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
  181. package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
  182. package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
  183. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
  184. package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  185. package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
  186. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
  187. package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
  188. package/esm5/lib/PropertyEditorValueType.js +0 -35
  189. package/esm5/lib/igc-property-editor-data-source.js +0 -53
  190. package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
  191. package/esm5/lib/igc-property-editor-description-object.js +0 -84
  192. package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
  193. package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
  194. package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
  195. package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
  196. package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
  197. package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
  198. package/lib/PropertyEditorDataSource.d.ts +0 -1
  199. package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
  200. package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
  201. package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
  202. package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
  203. package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
  204. package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
  205. package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
  206. package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
  207. package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
  208. package/lib/PropertyEditorValueType.d.ts +0 -28
  209. package/lib/igc-property-editor-data-source.d.ts +0 -16
  210. package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
  211. package/lib/igc-property-editor-description-object.d.ts +0 -17
  212. package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
  213. package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
  214. package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
  215. package/lib/igc-property-editor-property-description-component.d.ts +0 -65
  216. package/lib/igc-property-editor-property-description-module.d.ts +0 -3
  217. package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
@@ -178,6 +178,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
178
178
  _this._hasParentAdded = false;
179
179
  _this._isGroupByAreaVisible = false;
180
180
  _this._hasColumnGroupingAdded = false;
181
+ _this._isPagerVisible = false;
181
182
  _this._settingAttributes = false;
182
183
  _this._attached = false;
183
184
  _this._queuedSetAttributes = [];
@@ -275,6 +276,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
275
276
  if (_this._container.getNativeElement() != null) {
276
277
  root = _this._container.getNativeElement();
277
278
  }
279
+ _this._contentArea = _this._renderer.createElement("div");
280
+ _this._contentArea.setRawStyleProperty("overflow", "hidden");
281
+ _this._contentArea.setRawStyleProperty("flex", "1");
282
+ _this._contentArea.append(_this._renderer.rootWrapper);
278
283
  _this._wrapper = _this._renderer;
279
284
  _this._implementation = new Grid();
280
285
  var grid = _this.i;
@@ -574,7 +579,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
574
579
  }
575
580
  this.classList.add("ig-data-grid");
576
581
  this.classList.add("igc-data-grid");
577
- this.appendChild(this._renderer.rootWrapper.getNativeElement());
582
+ this.appendChild(this._contentArea.getNativeElement());
578
583
  this._attached = true;
579
584
  this.style.display = "block";
580
585
  this.style.height = this._height;
@@ -584,9 +589,15 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
584
589
  this.style.display = "flex";
585
590
  this.style.flexDirection = "column";
586
591
  this._hasParentAdded = true;
592
+ if (this.isToolbarVisible) {
593
+ this.showToolbar();
594
+ }
587
595
  if (this._isGroupByAreaVisible == true) {
588
596
  this.SetupColumnGrouping();
589
597
  }
598
+ if (this.isPagerVisible) {
599
+ this.showPager();
600
+ }
590
601
  this.i.syncBorder();
591
602
  this._flushQueuedAttributes();
592
603
  // supports themes or custom properties set in CSS
@@ -626,7 +637,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
626
637
  groupContainer.append(groupAreaContainer);
627
638
  groupContainer.setStyleProperty("width", "100%");
628
639
  var groupRenderer = this._renderer.getSubRenderer(groupContainer);
629
- this.insertBefore(groupRenderer.rootWrapper.getNativeElement(), this._renderer.rootWrapper.getNativeElement());
640
+ this.insertBefore(groupRenderer.rootWrapper.getNativeElement(), this._contentArea.getNativeElement());
630
641
  //this.appendChild(groupRenderer.rootWrapper.getNativeElement());
631
642
  var columnGrouping = new ColumnGrouping();
632
643
  columnGrouping.targetGrid = this._grid;
@@ -635,6 +646,45 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
635
646
  this.i.columnGrouping = columnGrouping;
636
647
  }
637
648
  };
649
+ IgcDataGridComponent.prototype.showPager = function () {
650
+ if (!this._pager) {
651
+ this._pager = document.createElement("igc-data-grid-pager");
652
+ }
653
+ if (this._pager && this._hasParentAdded == true) {
654
+ this._pager.targetGrid = this;
655
+ this.appendChild(this._pager);
656
+ this.i.pager = this._pager.i;
657
+ }
658
+ };
659
+ IgcDataGridComponent.prototype.hidePager = function () {
660
+ if (this._pager) {
661
+ this.removeChild(this._pager);
662
+ this._pager.targetGrid = null;
663
+ this.i.pager = null;
664
+ // When the pager is shown it replaces the internal grid's datasource with a new paged one. So when hiding the pager
665
+ // we need to assign back the original datasource.
666
+ this._grid.itemsSource = this._dataSource;
667
+ }
668
+ };
669
+ IgcDataGridComponent.prototype.showToolbar = function () {
670
+ if (!this._toolbar && this._hasParentAdded == true) {
671
+ this._toolbar = document.createElement("igc-data-grid-toolbar");
672
+ this._toolbar.borderWidthTop = 0;
673
+ this._toolbar.borderWidthRight = 0;
674
+ this._toolbar.borderWidthBottom = 1;
675
+ this._toolbar.borderWidthLeft = 0;
676
+ this.i.toolbar = this._toolbar.i;
677
+ this._toolbar.targetGrid = this;
678
+ }
679
+ if (this._toolbar && this._hasParentAdded == true) {
680
+ this.insertBefore(this._toolbar, this._contentArea.getNativeElement());
681
+ }
682
+ };
683
+ IgcDataGridComponent.prototype.hideToolbar = function () {
684
+ if (this._toolbar) {
685
+ this.removeChild(this._toolbar);
686
+ }
687
+ };
638
688
  Object.defineProperty(IgcDataGridComponent.prototype, "actualDataSource", {
639
689
  get: function () {
640
690
  return this.i.actualDataSource;
@@ -800,6 +850,44 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
800
850
  enumerable: true,
801
851
  configurable: true
802
852
  });
853
+ Object.defineProperty(IgcDataGridComponent.prototype, "isPagerVisible", {
854
+ /**
855
+ * Gets or sets whether to show the pager or not.
856
+ */
857
+ get: function () {
858
+ return this.i.isPagerVisible;
859
+ },
860
+ set: function (value) {
861
+ this.i.isPagerVisible = ensureBool(value);
862
+ if (this.i.isPagerVisible) {
863
+ this.showPager();
864
+ }
865
+ else {
866
+ this.hidePager();
867
+ }
868
+ },
869
+ enumerable: true,
870
+ configurable: true
871
+ });
872
+ Object.defineProperty(IgcDataGridComponent.prototype, "isToolbarVisible", {
873
+ /**
874
+ * Gets or sets whether to show the toolbar.
875
+ */
876
+ get: function () {
877
+ return this.i.isToolbarVisible;
878
+ },
879
+ set: function (value) {
880
+ this.i.isToolbarVisible = ensureBool(value);
881
+ if (this.i.isToolbarVisible) {
882
+ this.showToolbar();
883
+ }
884
+ else {
885
+ this.hideToolbar();
886
+ }
887
+ },
888
+ enumerable: true,
889
+ configurable: true
890
+ });
803
891
  /**
804
892
  * Get the cell that contains the provided coordinates.
805
893
  */
@@ -940,11 +1028,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
940
1028
  * Gets or sets whether the row will highlight when hovered.
941
1029
  */
942
1030
  get: function () {
943
- return this.i.jf;
1031
+ return this.i.jp;
944
1032
  },
945
1033
  set: function (v) {
946
- this.i.jf = ensureBool(v);
947
- this._a("isRowHoverEnabled", this.i.jf);
1034
+ this.i.jp = ensureBool(v);
1035
+ this._a("isRowHoverEnabled", this.i.jp);
948
1036
  },
949
1037
  enumerable: true,
950
1038
  configurable: true
@@ -954,11 +1042,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
954
1042
  * Gets or sets the background color for rows when hovered.
955
1043
  */
956
1044
  get: function () {
957
- return brushToString(this.i.x8);
1045
+ return brushToString(this.i.za);
958
1046
  },
959
1047
  set: function (v) {
960
- this.i.x8 = stringToBrush(v);
961
- this._a("rowHoverBackground", brushToString(this.i.x8));
1048
+ this.i.za = stringToBrush(v);
1049
+ this._a("rowHoverBackground", brushToString(this.i.za));
962
1050
  },
963
1051
  enumerable: true,
964
1052
  configurable: true
@@ -968,11 +1056,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
968
1056
  * Gets or sets the text color for rows when hovered.
969
1057
  */
970
1058
  get: function () {
971
- return brushToString(this.i.x9);
1059
+ return brushToString(this.i.zb);
972
1060
  },
973
1061
  set: function (v) {
974
- this.i.x9 = stringToBrush(v);
975
- this._a("rowHoverTextColor", brushToString(this.i.x9));
1062
+ this.i.zb = stringToBrush(v);
1063
+ this._a("rowHoverTextColor", brushToString(this.i.zb));
976
1064
  },
977
1065
  enumerable: true,
978
1066
  configurable: true
@@ -982,94 +1070,94 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
982
1070
  * Gets or sets the border color for rows being edited.
983
1071
  */
984
1072
  get: function () {
985
- return brushToString(this.i.x0);
1073
+ return brushToString(this.i.y2);
986
1074
  },
987
1075
  set: function (v) {
988
- this.i.x0 = stringToBrush(v);
989
- this._a("editRowBorder", brushToString(this.i.x0));
1076
+ this.i.y2 = stringToBrush(v);
1077
+ this._a("editRowBorder", brushToString(this.i.y2));
990
1078
  },
991
1079
  enumerable: true,
992
1080
  configurable: true
993
1081
  });
994
1082
  Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthBottom", {
995
1083
  get: function () {
996
- return this.i.y2 ? this.i.y2.b : NaN;
1084
+ return this.i.z4 ? this.i.z4.bottom : NaN;
997
1085
  },
998
1086
  set: function (v) {
999
1087
  this.ensureEditRowBorderWidth();
1000
- this.i.y2.b = +v;
1001
- this._a("editRowBorderWidthBottom", this.i.y2.b);
1002
- this.i.y2 = this.i.y2;
1088
+ this.i.z4.bottom = +v;
1089
+ this._a("editRowBorderWidthBottom", this.i.z4.bottom);
1090
+ this.i.z4 = this.i.z4;
1003
1091
  },
1004
1092
  enumerable: true,
1005
1093
  configurable: true
1006
1094
  });
1007
1095
  Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthLeft", {
1008
1096
  get: function () {
1009
- return this.i.y2 ? this.i.y2.c : NaN;
1097
+ return this.i.z4 ? this.i.z4.left : NaN;
1010
1098
  },
1011
1099
  set: function (v) {
1012
1100
  this.ensureEditRowBorderWidth();
1013
- this.i.y2.c = +v;
1014
- this._a("editRowBorderWidthLeft", this.i.y2.c);
1015
- this.i.y2 = this.i.y2;
1101
+ this.i.z4.left = +v;
1102
+ this._a("editRowBorderWidthLeft", this.i.z4.left);
1103
+ this.i.z4 = this.i.z4;
1016
1104
  },
1017
1105
  enumerable: true,
1018
1106
  configurable: true
1019
1107
  });
1020
1108
  Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthRight", {
1021
1109
  get: function () {
1022
- return this.i.y2 ? this.i.y2.d : NaN;
1110
+ return this.i.z4 ? this.i.z4.right : NaN;
1023
1111
  },
1024
1112
  set: function (v) {
1025
1113
  this.ensureEditRowBorderWidth();
1026
- this.i.y2.d = +v;
1027
- this._a("editRowBorderWidthRight", this.i.y2.d);
1028
- this.i.y2 = this.i.y2;
1114
+ this.i.z4.right = +v;
1115
+ this._a("editRowBorderWidthRight", this.i.z4.right);
1116
+ this.i.z4 = this.i.z4;
1029
1117
  },
1030
1118
  enumerable: true,
1031
1119
  configurable: true
1032
1120
  });
1033
1121
  Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthTop", {
1034
1122
  get: function () {
1035
- return this.i.y2 ? this.i.y2.e : NaN;
1123
+ return this.i.z4 ? this.i.z4.top : NaN;
1036
1124
  },
1037
1125
  set: function (v) {
1038
1126
  this.ensureEditRowBorderWidth();
1039
- this.i.y2.e = +v;
1040
- this._a("editRowBorderWidthTop", this.i.y2.e);
1041
- this.i.y2 = this.i.y2;
1127
+ this.i.z4.top = +v;
1128
+ this._a("editRowBorderWidthTop", this.i.z4.top);
1129
+ this.i.z4 = this.i.z4;
1042
1130
  },
1043
1131
  enumerable: true,
1044
1132
  configurable: true
1045
1133
  });
1046
1134
  IgcDataGridComponent.prototype.ensureEditRowBorderWidth = function () {
1047
- if (this.i.y2) {
1135
+ if (this.i.z4) {
1048
1136
  return;
1049
1137
  }
1050
- this.i.y2 = new Thickness(2);
1138
+ this.i.z4 = new Thickness(2);
1051
1139
  };
1052
1140
  Object.defineProperty(IgcDataGridComponent.prototype, "sectionHeader", {
1053
1141
  /**
1054
1142
  * Gets or sets the header type used for sectioning off groups of rows.
1055
1143
  */
1056
1144
  get: function () {
1057
- if (this.i.fr == null) {
1145
+ if (this.i.ft == null) {
1058
1146
  return null;
1059
1147
  }
1060
- if (!this.i.fr.externalObject) {
1061
- var e = IgcSectionHeaderComponent._createFromInternal(this.i.fr);
1148
+ if (!this.i.ft.externalObject) {
1149
+ var e = IgcSectionHeaderComponent._createFromInternal(this.i.ft);
1062
1150
  if (e) {
1063
- e._implementation = this.i.fr;
1151
+ e._implementation = this.i.ft;
1064
1152
  }
1065
- this.i.fr.externalObject = e;
1153
+ this.i.ft.externalObject = e;
1066
1154
  }
1067
- return this.i.fr.externalObject;
1155
+ return this.i.ft.externalObject;
1068
1156
  },
1069
1157
  set: function (v) {
1070
1158
  if (v != null && this._stylingContainer && v._styling)
1071
1159
  v._styling(this._stylingContainer, this, this);
1072
- v == null ? this.i.fr = null : this.i.fr = v.i;
1160
+ v == null ? this.i.ft = null : this.i.ft = v.i;
1073
1161
  },
1074
1162
  enumerable: true,
1075
1163
  configurable: true
@@ -1079,22 +1167,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1079
1167
  * Gets or sets the cell definition used for summary rows at the root level.
1080
1168
  */
1081
1169
  get: function () {
1082
- if (this.i.f1 == null) {
1170
+ if (this.i.f3 == null) {
1083
1171
  return null;
1084
1172
  }
1085
- if (!this.i.f1.externalObject) {
1086
- var e = IgcSummaryRowRootComponent._createFromInternal(this.i.f1);
1173
+ if (!this.i.f3.externalObject) {
1174
+ var e = IgcSummaryRowRootComponent._createFromInternal(this.i.f3);
1087
1175
  if (e) {
1088
- e._implementation = this.i.f1;
1176
+ e._implementation = this.i.f3;
1089
1177
  }
1090
- this.i.f1.externalObject = e;
1178
+ this.i.f3.externalObject = e;
1091
1179
  }
1092
- return this.i.f1.externalObject;
1180
+ return this.i.f3.externalObject;
1093
1181
  },
1094
1182
  set: function (v) {
1095
1183
  if (v != null && this._stylingContainer && v._styling)
1096
1184
  v._styling(this._stylingContainer, this, this);
1097
- v == null ? this.i.f1 = null : this.i.f1 = v.i;
1185
+ v == null ? this.i.f3 = null : this.i.f3 = v.i;
1098
1186
  },
1099
1187
  enumerable: true,
1100
1188
  configurable: true
@@ -1104,22 +1192,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1104
1192
  * Gets or sets the cell definition used for summary rows at the section level.
1105
1193
  */
1106
1194
  get: function () {
1107
- if (this.i.f3 == null) {
1195
+ if (this.i.f5 == null) {
1108
1196
  return null;
1109
1197
  }
1110
- if (!this.i.f3.externalObject) {
1111
- var e = IgcSummaryRowSectionComponent._createFromInternal(this.i.f3);
1198
+ if (!this.i.f5.externalObject) {
1199
+ var e = IgcSummaryRowSectionComponent._createFromInternal(this.i.f5);
1112
1200
  if (e) {
1113
- e._implementation = this.i.f3;
1201
+ e._implementation = this.i.f5;
1114
1202
  }
1115
- this.i.f3.externalObject = e;
1203
+ this.i.f5.externalObject = e;
1116
1204
  }
1117
- return this.i.f3.externalObject;
1205
+ return this.i.f5.externalObject;
1118
1206
  },
1119
1207
  set: function (v) {
1120
1208
  if (v != null && this._stylingContainer && v._styling)
1121
1209
  v._styling(this._stylingContainer, this, this);
1122
- v == null ? this.i.f3 = null : this.i.f3 = v.i;
1210
+ v == null ? this.i.f5 = null : this.i.f5 = v.i;
1123
1211
  },
1124
1212
  enumerable: true,
1125
1213
  configurable: true
@@ -1129,22 +1217,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1129
1217
  * Gets or sets the row seperator settings.
1130
1218
  */
1131
1219
  get: function () {
1132
- if (this.i.fm == null) {
1220
+ if (this.i.fo == null) {
1133
1221
  return null;
1134
1222
  }
1135
- if (!this.i.fm.externalObject) {
1136
- var e = IgcRowSeparatorComponent._createFromInternal(this.i.fm);
1223
+ if (!this.i.fo.externalObject) {
1224
+ var e = IgcRowSeparatorComponent._createFromInternal(this.i.fo);
1137
1225
  if (e) {
1138
- e._implementation = this.i.fm;
1226
+ e._implementation = this.i.fo;
1139
1227
  }
1140
- this.i.fm.externalObject = e;
1228
+ this.i.fo.externalObject = e;
1141
1229
  }
1142
- return this.i.fm.externalObject;
1230
+ return this.i.fo.externalObject;
1143
1231
  },
1144
1232
  set: function (v) {
1145
1233
  if (v != null && this._stylingContainer && v._styling)
1146
1234
  v._styling(this._stylingContainer, this, this);
1147
- v == null ? this.i.fm = null : this.i.fm = v.i;
1235
+ v == null ? this.i.fo = null : this.i.fo = v.i;
1148
1236
  },
1149
1237
  enumerable: true,
1150
1238
  configurable: true
@@ -1254,22 +1342,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1254
1342
  * Gets or sets the pinned area separator settings.
1255
1343
  */
1256
1344
  get: function () {
1257
- if (this.i.fa == null) {
1345
+ if (this.i.fc == null) {
1258
1346
  return null;
1259
1347
  }
1260
- if (!this.i.fa.externalObject) {
1261
- var e = IgcPinnedAreaSeparatorComponent._createFromInternal(this.i.fa);
1348
+ if (!this.i.fc.externalObject) {
1349
+ var e = IgcPinnedAreaSeparatorComponent._createFromInternal(this.i.fc);
1262
1350
  if (e) {
1263
- e._implementation = this.i.fa;
1351
+ e._implementation = this.i.fc;
1264
1352
  }
1265
- this.i.fa.externalObject = e;
1353
+ this.i.fc.externalObject = e;
1266
1354
  }
1267
- return this.i.fa.externalObject;
1355
+ return this.i.fc.externalObject;
1268
1356
  },
1269
1357
  set: function (v) {
1270
1358
  if (v != null && this._stylingContainer && v._styling)
1271
1359
  v._styling(this._stylingContainer, this, this);
1272
- v == null ? this.i.fa = null : this.i.fa = v.i;
1360
+ v == null ? this.i.fc = null : this.i.fc = v.i;
1273
1361
  },
1274
1362
  enumerable: true,
1275
1363
  configurable: true
@@ -1313,11 +1401,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1313
1401
  * Gets or sets the display density to use for the grid.
1314
1402
  */
1315
1403
  get: function () {
1316
- return this.i.gb;
1404
+ return this.i.gd;
1317
1405
  },
1318
1406
  set: function (v) {
1319
- this.i.gb = ensureEnum(ControlDisplayDensity_$type, v);
1320
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.gb));
1407
+ this.i.gd = ensureEnum(ControlDisplayDensity_$type, v);
1408
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.gd));
1321
1409
  },
1322
1410
  enumerable: true,
1323
1411
  configurable: true
@@ -1327,11 +1415,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1327
1415
  * Gets the actual height for the rows in the grid.
1328
1416
  */
1329
1417
  get: function () {
1330
- return this.i.me;
1418
+ return this.i.mu;
1331
1419
  },
1332
1420
  set: function (v) {
1333
- this.i.me = +v;
1334
- this._a("actualRowHeight", this.i.me);
1421
+ this.i.mu = +v;
1422
+ this._a("actualRowHeight", this.i.mu);
1335
1423
  },
1336
1424
  enumerable: true,
1337
1425
  configurable: true
@@ -1342,11 +1430,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1342
1430
  * use the default value for the set display density.
1343
1431
  */
1344
1432
  get: function () {
1345
- return this.i.m8;
1433
+ return this.i.np;
1346
1434
  },
1347
1435
  set: function (v) {
1348
- this.i.m8 = +v;
1349
- this._a("rowHeight", this.i.m8);
1436
+ this.i.np = +v;
1437
+ this._a("rowHeight", this.i.np);
1350
1438
  },
1351
1439
  enumerable: true,
1352
1440
  configurable: true
@@ -1356,11 +1444,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1356
1444
  * Gets or sets the default minimum width to use on all columns. Ignored if NaN.
1357
1445
  */
1358
1446
  get: function () {
1359
- return this.i.ld;
1447
+ return this.i.ls;
1360
1448
  },
1361
1449
  set: function (v) {
1362
- this.i.ld = +v;
1363
- this._a("defaultColumnMinWidth", this.i.ld);
1450
+ this.i.ls = +v;
1451
+ this._a("defaultColumnMinWidth", this.i.ls);
1364
1452
  },
1365
1453
  enumerable: true,
1366
1454
  configurable: true
@@ -1370,11 +1458,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1370
1458
  * Gets the height used for the header row.
1371
1459
  */
1372
1460
  get: function () {
1373
- return this.i.md;
1461
+ return this.i.mt;
1374
1462
  },
1375
1463
  set: function (v) {
1376
- this.i.md = +v;
1377
- this._a("actualHeaderHeight", this.i.md);
1464
+ this.i.mt = +v;
1465
+ this._a("actualHeaderHeight", this.i.mt);
1378
1466
  },
1379
1467
  enumerable: true,
1380
1468
  configurable: true
@@ -1384,11 +1472,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1384
1472
  * Gets or sets the height to use for the header row.
1385
1473
  */
1386
1474
  get: function () {
1387
- return this.i.m0;
1475
+ return this.i.ng;
1388
1476
  },
1389
1477
  set: function (v) {
1390
- this.i.m0 = +v;
1391
- this._a("headerHeight", this.i.m0);
1478
+ this.i.ng = +v;
1479
+ this._a("headerHeight", this.i.ng);
1392
1480
  },
1393
1481
  enumerable: true,
1394
1482
  configurable: true
@@ -1440,11 +1528,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1440
1528
  * Gets or sets whether edit mode will begin as soon as you start typing while a cell is active.
1441
1529
  */
1442
1530
  get: function () {
1443
- return this.i.ie;
1531
+ return this.i.io;
1444
1532
  },
1445
1533
  set: function (v) {
1446
- this.i.ie = ensureBool(v);
1447
- this._a("editOnKeyPress", this.i.ie);
1534
+ this.i.io = ensureBool(v);
1535
+ this._a("editOnKeyPress", this.i.io);
1448
1536
  },
1449
1537
  enumerable: true,
1450
1538
  configurable: true
@@ -1454,11 +1542,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1454
1542
  * Configures whether or not the grid will autogenerate columns when the data source is set.
1455
1543
  */
1456
1544
  get: function () {
1457
- return this.i.h6;
1545
+ return this.i.ie;
1458
1546
  },
1459
1547
  set: function (v) {
1460
- this.i.h6 = ensureBool(v);
1461
- this._a("autoGenerateColumns", this.i.h6);
1548
+ this.i.ie = ensureBool(v);
1549
+ this._a("autoGenerateColumns", this.i.ie);
1462
1550
  },
1463
1551
  enumerable: true,
1464
1552
  configurable: true
@@ -1468,11 +1556,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1468
1556
  * Sets or gets the height to use for the row separators.
1469
1557
  */
1470
1558
  get: function () {
1471
- return this.i.na;
1559
+ return this.i.nr;
1472
1560
  },
1473
1561
  set: function (v) {
1474
- this.i.na = +v;
1475
- this._a("rowSeparatorHeight", this.i.na);
1562
+ this.i.nr = +v;
1563
+ this._a("rowSeparatorHeight", this.i.nr);
1476
1564
  },
1477
1565
  enumerable: true,
1478
1566
  configurable: true
@@ -1482,11 +1570,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1482
1570
  * Configures whether or not place holders are used for cells who do not have their data yet.
1483
1571
  */
1484
1572
  get: function () {
1485
- return this.i.i9;
1573
+ return this.i.jj;
1486
1574
  },
1487
1575
  set: function (v) {
1488
- this.i.i9 = ensureBool(v);
1489
- this._a("isPlaceholderRenderingEnabled", this.i.i9);
1576
+ this.i.jj = ensureBool(v);
1577
+ this._a("isPlaceholderRenderingEnabled", this.i.jj);
1490
1578
  },
1491
1579
  enumerable: true,
1492
1580
  configurable: true
@@ -1538,11 +1626,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1538
1626
  * Sets or gets the row selection animation mode to use.
1539
1627
  */
1540
1628
  get: function () {
1541
- return this.i.fk;
1629
+ return this.i.fm;
1542
1630
  },
1543
1631
  set: function (v) {
1544
- this.i.fk = ensureEnum(RowSelectionAnimationMode_$type, v);
1545
- this._a("rowSelectionAnimationMode", enumToString(RowSelectionAnimationMode_$type, this.i.fk));
1632
+ this.i.fm = ensureEnum(RowSelectionAnimationMode_$type, v);
1633
+ this._a("rowSelectionAnimationMode", enumToString(RowSelectionAnimationMode_$type, this.i.fm));
1546
1634
  },
1547
1635
  enumerable: true,
1548
1636
  configurable: true
@@ -1552,11 +1640,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1552
1640
  * Sets or gets the row hover animation mode to use.
1553
1641
  */
1554
1642
  get: function () {
1555
- return this.i.fh;
1643
+ return this.i.fj;
1556
1644
  },
1557
1645
  set: function (v) {
1558
- this.i.fh = ensureEnum(RowHoverAnimationMode_$type, v);
1559
- this._a("rowHoverAnimationMode", enumToString(RowHoverAnimationMode_$type, this.i.fh));
1646
+ this.i.fj = ensureEnum(RowHoverAnimationMode_$type, v);
1647
+ this._a("rowHoverAnimationMode", enumToString(RowHoverAnimationMode_$type, this.i.fj));
1560
1648
  },
1561
1649
  enumerable: true,
1562
1650
  configurable: true
@@ -1708,6 +1796,20 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1708
1796
  enumerable: true,
1709
1797
  configurable: true
1710
1798
  });
1799
+ Object.defineProperty(IgcDataGridComponent.prototype, "mouseDragSelectionEnabled", {
1800
+ /**
1801
+ * Gets or sets the ability to select rows or cells via mouse dragging. Currently only applies when SelectionMode is MultipleRow or RangeCell.
1802
+ */
1803
+ get: function () {
1804
+ return this.i.ju;
1805
+ },
1806
+ set: function (v) {
1807
+ this.i.ju = ensureBool(v);
1808
+ this._a("mouseDragSelectionEnabled", this.i.ju);
1809
+ },
1810
+ enumerable: true,
1811
+ configurable: true
1812
+ });
1711
1813
  Object.defineProperty(IgcDataGridComponent.prototype, "selectedItems", {
1712
1814
  /**
1713
1815
  * Gets which items are currently selected in the grid. Collection can be updated to programatically select items.
@@ -1917,11 +2019,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1917
2019
  * Gets or sets whether to show the column options UI in the headers for columns.
1918
2020
  */
1919
2021
  get: function () {
1920
- return this.i.iu;
2022
+ return this.i.i2;
1921
2023
  },
1922
2024
  set: function (v) {
1923
- this.i.iu = ensureBool(v);
1924
- this._a("isColumnOptionsEnabled", this.i.iu);
2025
+ this.i.i2 = ensureBool(v);
2026
+ this._a("isColumnOptionsEnabled", this.i.i2);
1925
2027
  },
1926
2028
  enumerable: true,
1927
2029
  configurable: true
@@ -1931,11 +2033,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1931
2033
  * Gets or sets if group rows will stick to the top of the grid.
1932
2034
  */
1933
2035
  get: function () {
1934
- return this.i.i4;
2036
+ return this.i.jd;
1935
2037
  },
1936
2038
  set: function (v) {
1937
- this.i.i4 = ensureBool(v);
1938
- this._a("isGroupRowSticky", this.i.i4);
2039
+ this.i.jd = ensureBool(v);
2040
+ this._a("isGroupRowSticky", this.i.jd);
1939
2041
  },
1940
2042
  enumerable: true,
1941
2043
  configurable: true
@@ -1945,11 +2047,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1945
2047
  * Gets or sets if header separators are rendered.
1946
2048
  */
1947
2049
  get: function () {
1948
- return this.i.i5;
2050
+ return this.i.je;
1949
2051
  },
1950
2052
  set: function (v) {
1951
- this.i.i5 = ensureBool(v);
1952
- this._a("isHeaderSeparatorVisible", this.i.i5);
2053
+ this.i.je = ensureBool(v);
2054
+ this._a("isHeaderSeparatorVisible", this.i.je);
1953
2055
  },
1954
2056
  enumerable: true,
1955
2057
  configurable: true
@@ -1959,11 +2061,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1959
2061
  * Gets or sets the default background color to use for content cells when a row is in a selected state
1960
2062
  */
1961
2063
  get: function () {
1962
- return brushToString(this.i.xu);
2064
+ return brushToString(this.i.yw);
1963
2065
  },
1964
2066
  set: function (v) {
1965
- this.i.xu = stringToBrush(v);
1966
- this._a("cellSelectedBackground", brushToString(this.i.xu));
2067
+ this.i.yw = stringToBrush(v);
2068
+ this._a("cellSelectedBackground", brushToString(this.i.yw));
1967
2069
  },
1968
2070
  enumerable: true,
1969
2071
  configurable: true
@@ -1973,11 +2075,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1973
2075
  * Gets or sets the default background color to use for section header cells when a row is in a selected state
1974
2076
  */
1975
2077
  get: function () {
1976
- return brushToString(this.i.yf);
2078
+ return brushToString(this.i.zh);
1977
2079
  },
1978
2080
  set: function (v) {
1979
- this.i.yf = stringToBrush(v);
1980
- this._a("sectionHeaderSelectedBackground", brushToString(this.i.yf));
2081
+ this.i.zh = stringToBrush(v);
2082
+ this._a("sectionHeaderSelectedBackground", brushToString(this.i.zh));
1981
2083
  },
1982
2084
  enumerable: true,
1983
2085
  configurable: true
@@ -1987,11 +2089,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1987
2089
  * Gets or sets the default background color to use for summary cells at the root level.
1988
2090
  */
1989
2091
  get: function () {
1990
- return brushToString(this.i.yi);
2092
+ return brushToString(this.i.zk);
1991
2093
  },
1992
2094
  set: function (v) {
1993
- this.i.yi = stringToBrush(v);
1994
- this._a("summaryRootBackground", brushToString(this.i.yi));
2095
+ this.i.zk = stringToBrush(v);
2096
+ this._a("summaryRootBackground", brushToString(this.i.zk));
1995
2097
  },
1996
2098
  enumerable: true,
1997
2099
  configurable: true
@@ -2001,11 +2103,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2001
2103
  * Gets or sets the default background color to use for summary cells at the section level.
2002
2104
  */
2003
2105
  get: function () {
2004
- return brushToString(this.i.ym);
2106
+ return brushToString(this.i.zo);
2005
2107
  },
2006
2108
  set: function (v) {
2007
- this.i.ym = stringToBrush(v);
2008
- this._a("summarySectionBackground", brushToString(this.i.ym));
2109
+ this.i.zo = stringToBrush(v);
2110
+ this._a("summarySectionBackground", brushToString(this.i.zo));
2009
2111
  },
2010
2112
  enumerable: true,
2011
2113
  configurable: true
@@ -2015,11 +2117,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2015
2117
  * Gets or sets the default opacity to use for pinned rows
2016
2118
  */
2017
2119
  get: function () {
2018
- return this.i.lf;
2120
+ return this.i.lu;
2019
2121
  },
2020
2122
  set: function (v) {
2021
- this.i.lf = +v;
2022
- this._a("pinnedRowOpacity", this.i.lf);
2123
+ this.i.lu = +v;
2124
+ this._a("pinnedRowOpacity", this.i.lu);
2023
2125
  },
2024
2126
  enumerable: true,
2025
2127
  configurable: true
@@ -2029,16 +2131,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2029
2131
  * Gets or sets the font to use for cells that have been edited.
2030
2132
  */
2031
2133
  get: function () {
2032
- if (this.i.gl == null) {
2134
+ if (this.i.gn == null) {
2033
2135
  return null;
2034
2136
  }
2035
- return this.i.gl.fontString;
2137
+ return this.i.gn.fontString;
2036
2138
  },
2037
2139
  set: function (v) {
2038
2140
  var fi = new FontInfo();
2039
2141
  fi.fontString = v;
2040
- this.i.gl = fi;
2041
- this._a("editTextStyle", this.i.gl != null ? this.i.gl.fontString : "");
2142
+ this.i.gn = fi;
2143
+ this._a("editTextStyle", this.i.gn != null ? this.i.gn.fontString : "");
2042
2144
  },
2043
2145
  enumerable: true,
2044
2146
  configurable: true
@@ -2048,11 +2150,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2048
2150
  * Gets or sets the default opacity for unsaved cell edits.
2049
2151
  */
2050
2152
  get: function () {
2051
- return this.i.le;
2153
+ return this.i.lt;
2052
2154
  },
2053
2155
  set: function (v) {
2054
- this.i.le = +v;
2055
- this._a("editOpacity", this.i.le);
2156
+ this.i.lt = +v;
2157
+ this._a("editOpacity", this.i.lt);
2056
2158
  },
2057
2159
  enumerable: true,
2058
2160
  configurable: true
@@ -2062,11 +2164,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2062
2164
  * Gets or sets the text color for unsaved deleted rows.
2063
2165
  */
2064
2166
  get: function () {
2065
- return brushToString(this.i.xz);
2167
+ return brushToString(this.i.y1);
2066
2168
  },
2067
2169
  set: function (v) {
2068
- this.i.xz = stringToBrush(v);
2069
- this._a("deletedTextColor", brushToString(this.i.xz));
2170
+ this.i.y1 = stringToBrush(v);
2171
+ this._a("deletedTextColor", brushToString(this.i.y1));
2070
2172
  },
2071
2173
  enumerable: true,
2072
2174
  configurable: true
@@ -2076,11 +2178,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2076
2178
  * Gets or sets the default color to use for sticky rows
2077
2179
  */
2078
2180
  get: function () {
2079
- return brushToString(this.i.yh);
2181
+ return brushToString(this.i.zj);
2080
2182
  },
2081
2183
  set: function (v) {
2082
- this.i.yh = stringToBrush(v);
2083
- this._a("stickyRowBackground", brushToString(this.i.yh));
2184
+ this.i.zj = stringToBrush(v);
2185
+ this._a("stickyRowBackground", brushToString(this.i.zj));
2084
2186
  },
2085
2187
  enumerable: true,
2086
2188
  configurable: true
@@ -2090,11 +2192,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2090
2192
  * Gets or sets the default color to use for pinned rows
2091
2193
  */
2092
2194
  get: function () {
2093
- return brushToString(this.i.x7);
2195
+ return brushToString(this.i.y9);
2094
2196
  },
2095
2197
  set: function (v) {
2096
- this.i.x7 = stringToBrush(v);
2097
- this._a("pinnedRowBackground", brushToString(this.i.x7));
2198
+ this.i.y9 = stringToBrush(v);
2199
+ this._a("pinnedRowBackground", brushToString(this.i.y9));
2098
2200
  },
2099
2201
  enumerable: true,
2100
2202
  configurable: true
@@ -2104,11 +2206,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2104
2206
  * Gets or sets the default color to use for the last sticky row
2105
2207
  */
2106
2208
  get: function () {
2107
- return brushToString(this.i.x6);
2209
+ return brushToString(this.i.y8);
2108
2210
  },
2109
2211
  set: function (v) {
2110
- this.i.x6 = stringToBrush(v);
2111
- this._a("lastStickyRowBackground", brushToString(this.i.x6));
2212
+ this.i.y8 = stringToBrush(v);
2213
+ this._a("lastStickyRowBackground", brushToString(this.i.y8));
2112
2214
  },
2113
2215
  enumerable: true,
2114
2216
  configurable: true
@@ -2139,11 +2241,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2139
2241
  * Gets or sets the default background color to use for content cells
2140
2242
  */
2141
2243
  get: function () {
2142
- return brushToString(this.i.xt);
2244
+ return brushToString(this.i.yv);
2143
2245
  },
2144
2246
  set: function (v) {
2145
- this.i.xt = stringToBrush(v);
2146
- this._a("cellBackground", brushToString(this.i.xt));
2247
+ this.i.yv = stringToBrush(v);
2248
+ this._a("cellBackground", brushToString(this.i.yv));
2147
2249
  },
2148
2250
  enumerable: true,
2149
2251
  configurable: true
@@ -2153,11 +2255,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2153
2255
  * Gets or sets the default text color to use for content cells
2154
2256
  */
2155
2257
  get: function () {
2156
- return brushToString(this.i.xv);
2258
+ return brushToString(this.i.yx);
2157
2259
  },
2158
2260
  set: function (v) {
2159
- this.i.xv = stringToBrush(v);
2160
- this._a("cellTextColor", brushToString(this.i.xv));
2261
+ this.i.yx = stringToBrush(v);
2262
+ this._a("cellTextColor", brushToString(this.i.yx));
2161
2263
  },
2162
2264
  enumerable: true,
2163
2265
  configurable: true
@@ -2167,11 +2269,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2167
2269
  * Gets or sets the default text color to use for content cells
2168
2270
  */
2169
2271
  get: function () {
2170
- return brushToString(this.i.x4);
2272
+ return brushToString(this.i.y6);
2171
2273
  },
2172
2274
  set: function (v) {
2173
- this.i.x4 = stringToBrush(v);
2174
- this._a("headerSortIndicatorColor", brushToString(this.i.x4));
2275
+ this.i.y6 = stringToBrush(v);
2276
+ this._a("headerSortIndicatorColor", brushToString(this.i.y6));
2175
2277
  },
2176
2278
  enumerable: true,
2177
2279
  configurable: true
@@ -2181,11 +2283,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2181
2283
  * Gets or sets the default render style for sort indicators in header cells.
2182
2284
  */
2183
2285
  get: function () {
2184
- return this.i.fv;
2286
+ return this.i.fx;
2185
2287
  },
2186
2288
  set: function (v) {
2187
- this.i.fv = ensureEnum(SortIndicatorStyle_$type, v);
2188
- this._a("headerSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.fv));
2289
+ this.i.fx = ensureEnum(SortIndicatorStyle_$type, v);
2290
+ this._a("headerSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.fx));
2189
2291
  },
2190
2292
  enumerable: true,
2191
2293
  configurable: true
@@ -2195,16 +2297,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2195
2297
  * Gets or sets the font to use for content cells
2196
2298
  */
2197
2299
  get: function () {
2198
- if (this.i.gk == null) {
2300
+ if (this.i.gm == null) {
2199
2301
  return null;
2200
2302
  }
2201
- return this.i.gk.fontString;
2303
+ return this.i.gm.fontString;
2202
2304
  },
2203
2305
  set: function (v) {
2204
2306
  var fi = new FontInfo();
2205
2307
  fi.fontString = v;
2206
- this.i.gk = fi;
2207
- this._a("cellTextStyle", this.i.gk != null ? this.i.gk.fontString : "");
2308
+ this.i.gm = fi;
2309
+ this._a("cellTextStyle", this.i.gm != null ? this.i.gm.fontString : "");
2208
2310
  },
2209
2311
  enumerable: true,
2210
2312
  configurable: true
@@ -2214,11 +2316,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2214
2316
  * Gets or sets the default background color to use for section header cells
2215
2317
  */
2216
2318
  get: function () {
2217
- return brushToString(this.i.ye);
2319
+ return brushToString(this.i.zg);
2218
2320
  },
2219
2321
  set: function (v) {
2220
- this.i.ye = stringToBrush(v);
2221
- this._a("sectionHeaderBackground", brushToString(this.i.ye));
2322
+ this.i.zg = stringToBrush(v);
2323
+ this._a("sectionHeaderBackground", brushToString(this.i.zg));
2222
2324
  },
2223
2325
  enumerable: true,
2224
2326
  configurable: true
@@ -2228,11 +2330,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2228
2330
  * Gets or sets the default text color to use for section header cells
2229
2331
  */
2230
2332
  get: function () {
2231
- return brushToString(this.i.yg);
2333
+ return brushToString(this.i.zi);
2232
2334
  },
2233
2335
  set: function (v) {
2234
- this.i.yg = stringToBrush(v);
2235
- this._a("sectionHeaderTextColor", brushToString(this.i.yg));
2336
+ this.i.zi = stringToBrush(v);
2337
+ this._a("sectionHeaderTextColor", brushToString(this.i.zi));
2236
2338
  },
2237
2339
  enumerable: true,
2238
2340
  configurable: true
@@ -2242,16 +2344,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2242
2344
  * Gets or sets the font to use for section header cells
2243
2345
  */
2244
2346
  get: function () {
2245
- if (this.i.gn == null) {
2347
+ if (this.i.gp == null) {
2246
2348
  return null;
2247
2349
  }
2248
- return this.i.gn.fontString;
2350
+ return this.i.gp.fontString;
2249
2351
  },
2250
2352
  set: function (v) {
2251
2353
  var fi = new FontInfo();
2252
2354
  fi.fontString = v;
2253
- this.i.gn = fi;
2254
- this._a("sectionHeaderTextStyle", this.i.gn != null ? this.i.gn.fontString : "");
2355
+ this.i.gp = fi;
2356
+ this._a("sectionHeaderTextStyle", this.i.gp != null ? this.i.gp.fontString : "");
2255
2357
  },
2256
2358
  enumerable: true,
2257
2359
  configurable: true
@@ -2261,16 +2363,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2261
2363
  * Gets or sets the font to use for summary labels at the root level.
2262
2364
  */
2263
2365
  get: function () {
2264
- if (this.i.go == null) {
2366
+ if (this.i.gq == null) {
2265
2367
  return null;
2266
2368
  }
2267
- return this.i.go.fontString;
2369
+ return this.i.gq.fontString;
2268
2370
  },
2269
2371
  set: function (v) {
2270
2372
  var fi = new FontInfo();
2271
2373
  fi.fontString = v;
2272
- this.i.go = fi;
2273
- this._a("summaryRootLabelTextStyle", this.i.go != null ? this.i.go.fontString : "");
2374
+ this.i.gq = fi;
2375
+ this._a("summaryRootLabelTextStyle", this.i.gq != null ? this.i.gq.fontString : "");
2274
2376
  },
2275
2377
  enumerable: true,
2276
2378
  configurable: true
@@ -2280,16 +2382,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2280
2382
  * Gets or sets the font to use for summary labels at the section level.
2281
2383
  */
2282
2384
  get: function () {
2283
- if (this.i.gq == null) {
2385
+ if (this.i.gs == null) {
2284
2386
  return null;
2285
2387
  }
2286
- return this.i.gq.fontString;
2388
+ return this.i.gs.fontString;
2287
2389
  },
2288
2390
  set: function (v) {
2289
2391
  var fi = new FontInfo();
2290
2392
  fi.fontString = v;
2291
- this.i.gq = fi;
2292
- this._a("summarySectionLabelTextStyle", this.i.gq != null ? this.i.gq.fontString : "");
2393
+ this.i.gs = fi;
2394
+ this._a("summarySectionLabelTextStyle", this.i.gs != null ? this.i.gs.fontString : "");
2293
2395
  },
2294
2396
  enumerable: true,
2295
2397
  configurable: true
@@ -2299,11 +2401,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2299
2401
  * Gets or sets the default text color to use for summary cells at the root level.
2300
2402
  */
2301
2403
  get: function () {
2302
- return brushToString(this.i.yl);
2404
+ return brushToString(this.i.zn);
2303
2405
  },
2304
2406
  set: function (v) {
2305
- this.i.yl = stringToBrush(v);
2306
- this._a("summaryRootValueTextColor", brushToString(this.i.yl));
2407
+ this.i.zn = stringToBrush(v);
2408
+ this._a("summaryRootValueTextColor", brushToString(this.i.zn));
2307
2409
  },
2308
2410
  enumerable: true,
2309
2411
  configurable: true
@@ -2313,16 +2415,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2313
2415
  * Gets or sets the font to use for summary values at the root level.
2314
2416
  */
2315
2417
  get: function () {
2316
- if (this.i.gp == null) {
2418
+ if (this.i.gr == null) {
2317
2419
  return null;
2318
2420
  }
2319
- return this.i.gp.fontString;
2421
+ return this.i.gr.fontString;
2320
2422
  },
2321
2423
  set: function (v) {
2322
2424
  var fi = new FontInfo();
2323
2425
  fi.fontString = v;
2324
- this.i.gp = fi;
2325
- this._a("summaryRootValueTextStyle", this.i.gp != null ? this.i.gp.fontString : "");
2426
+ this.i.gr = fi;
2427
+ this._a("summaryRootValueTextStyle", this.i.gr != null ? this.i.gr.fontString : "");
2326
2428
  },
2327
2429
  enumerable: true,
2328
2430
  configurable: true
@@ -2332,16 +2434,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2332
2434
  * Gets or sets the font to use for summary values at the section level.
2333
2435
  */
2334
2436
  get: function () {
2335
- if (this.i.gr == null) {
2437
+ if (this.i.gt == null) {
2336
2438
  return null;
2337
2439
  }
2338
- return this.i.gr.fontString;
2440
+ return this.i.gt.fontString;
2339
2441
  },
2340
2442
  set: function (v) {
2341
2443
  var fi = new FontInfo();
2342
2444
  fi.fontString = v;
2343
- this.i.gr = fi;
2344
- this._a("summarySectionValueTextStyle", this.i.gr != null ? this.i.gr.fontString : "");
2445
+ this.i.gt = fi;
2446
+ this._a("summarySectionValueTextStyle", this.i.gt != null ? this.i.gt.fontString : "");
2345
2447
  },
2346
2448
  enumerable: true,
2347
2449
  configurable: true
@@ -2351,11 +2453,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2351
2453
  * Gets or sets the default text color to use for summary cells at the section level.
2352
2454
  */
2353
2455
  get: function () {
2354
- return brushToString(this.i.yp);
2456
+ return brushToString(this.i.zr);
2355
2457
  },
2356
2458
  set: function (v) {
2357
- this.i.yp = stringToBrush(v);
2358
- this._a("summarySectionValueTextColor", brushToString(this.i.yp));
2459
+ this.i.zr = stringToBrush(v);
2460
+ this._a("summarySectionValueTextColor", brushToString(this.i.zr));
2359
2461
  },
2360
2462
  enumerable: true,
2361
2463
  configurable: true
@@ -2365,11 +2467,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2365
2467
  * Gets or sets the default text color to use for summary labels in summary cells at the root level.
2366
2468
  */
2367
2469
  get: function () {
2368
- return brushToString(this.i.yj);
2470
+ return brushToString(this.i.zl);
2369
2471
  },
2370
2472
  set: function (v) {
2371
- this.i.yj = stringToBrush(v);
2372
- this._a("summaryRootLabelTextColor", brushToString(this.i.yj));
2473
+ this.i.zl = stringToBrush(v);
2474
+ this._a("summaryRootLabelTextColor", brushToString(this.i.zl));
2373
2475
  },
2374
2476
  enumerable: true,
2375
2477
  configurable: true
@@ -2379,11 +2481,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2379
2481
  * Gets or sets the default text color to use for summary labels in summary cells at the section level.
2380
2482
  */
2381
2483
  get: function () {
2382
- return brushToString(this.i.yn);
2484
+ return brushToString(this.i.zp);
2383
2485
  },
2384
2486
  set: function (v) {
2385
- this.i.yn = stringToBrush(v);
2386
- this._a("summarySectionLabelTextColor", brushToString(this.i.yn));
2487
+ this.i.zp = stringToBrush(v);
2488
+ this._a("summarySectionLabelTextColor", brushToString(this.i.zp));
2387
2489
  },
2388
2490
  enumerable: true,
2389
2491
  configurable: true
@@ -2393,11 +2495,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2393
2495
  * Gets or sets the default background color to use for summary cells at the root level.
2394
2496
  */
2395
2497
  get: function () {
2396
- return brushToString(this.i.yk);
2498
+ return brushToString(this.i.zm);
2397
2499
  },
2398
2500
  set: function (v) {
2399
- this.i.yk = stringToBrush(v);
2400
- this._a("summaryRootSelectedBackground", brushToString(this.i.yk));
2501
+ this.i.zm = stringToBrush(v);
2502
+ this._a("summaryRootSelectedBackground", brushToString(this.i.zm));
2401
2503
  },
2402
2504
  enumerable: true,
2403
2505
  configurable: true
@@ -2407,11 +2509,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2407
2509
  * Gets or sets the default background color to use for summary cells at the section level.
2408
2510
  */
2409
2511
  get: function () {
2410
- return brushToString(this.i.yo);
2512
+ return brushToString(this.i.zq);
2411
2513
  },
2412
2514
  set: function (v) {
2413
- this.i.yo = stringToBrush(v);
2414
- this._a("summarySectionSelectedBackground", brushToString(this.i.yo));
2515
+ this.i.zq = stringToBrush(v);
2516
+ this._a("summarySectionSelectedBackground", brushToString(this.i.zq));
2415
2517
  },
2416
2518
  enumerable: true,
2417
2519
  configurable: true
@@ -2421,11 +2523,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2421
2523
  * Gets or sets the width of the pinned area separators.
2422
2524
  */
2423
2525
  get: function () {
2424
- return this.i.m6;
2526
+ return this.i.nn;
2425
2527
  },
2426
2528
  set: function (v) {
2427
- this.i.m6 = +v;
2428
- this._a("pinnedAreaSeparatorWidth", this.i.m6);
2529
+ this.i.nn = +v;
2530
+ this._a("pinnedAreaSeparatorWidth", this.i.nn);
2429
2531
  },
2430
2532
  enumerable: true,
2431
2533
  configurable: true
@@ -2435,11 +2537,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2435
2537
  * Gets or sets the width of the header separators.
2436
2538
  */
2437
2539
  get: function () {
2438
- return this.i.m4;
2540
+ return this.i.nk;
2439
2541
  },
2440
2542
  set: function (v) {
2441
- this.i.m4 = +v;
2442
- this._a("headerSeparatorWidth", this.i.m4);
2543
+ this.i.nk = +v;
2544
+ this._a("headerSeparatorWidth", this.i.nk);
2443
2545
  },
2444
2546
  enumerable: true,
2445
2547
  configurable: true
@@ -2449,11 +2551,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2449
2551
  * Gets or sets the default background color to use for header separators.
2450
2552
  */
2451
2553
  get: function () {
2452
- return brushToString(this.i.x3);
2554
+ return brushToString(this.i.y5);
2453
2555
  },
2454
2556
  set: function (v) {
2455
- this.i.x3 = stringToBrush(v);
2456
- this._a("headerSeparatorBackground", brushToString(this.i.x3));
2557
+ this.i.y5 = stringToBrush(v);
2558
+ this._a("headerSeparatorBackground", brushToString(this.i.y5));
2457
2559
  },
2458
2560
  enumerable: true,
2459
2561
  configurable: true
@@ -2463,11 +2565,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2463
2565
  * Gets or sets the default background color to use for header cells
2464
2566
  */
2465
2567
  get: function () {
2466
- return brushToString(this.i.x1);
2568
+ return brushToString(this.i.y3);
2467
2569
  },
2468
2570
  set: function (v) {
2469
- this.i.x1 = stringToBrush(v);
2470
- this._a("headerBackground", brushToString(this.i.x1));
2571
+ this.i.y3 = stringToBrush(v);
2572
+ this._a("headerBackground", brushToString(this.i.y3));
2471
2573
  },
2472
2574
  enumerable: true,
2473
2575
  configurable: true
@@ -2477,11 +2579,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2477
2579
  * Gets or sets the default text color to use for header cells
2478
2580
  */
2479
2581
  get: function () {
2480
- return brushToString(this.i.x5);
2582
+ return brushToString(this.i.y7);
2481
2583
  },
2482
2584
  set: function (v) {
2483
- this.i.x5 = stringToBrush(v);
2484
- this._a("headerTextColor", brushToString(this.i.x5));
2585
+ this.i.y7 = stringToBrush(v);
2586
+ this._a("headerTextColor", brushToString(this.i.y7));
2485
2587
  },
2486
2588
  enumerable: true,
2487
2589
  configurable: true
@@ -2491,16 +2593,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2491
2593
  * Gets or sets the font to use for header cells
2492
2594
  */
2493
2595
  get: function () {
2494
- if (this.i.gm == null) {
2596
+ if (this.i.go == null) {
2495
2597
  return null;
2496
2598
  }
2497
- return this.i.gm.fontString;
2599
+ return this.i.go.fontString;
2498
2600
  },
2499
2601
  set: function (v) {
2500
2602
  var fi = new FontInfo();
2501
2603
  fi.fontString = v;
2502
- this.i.gm = fi;
2503
- this._a("headerTextStyle", this.i.gm != null ? this.i.gm.fontString : "");
2604
+ this.i.go = fi;
2605
+ this._a("headerTextStyle", this.i.go != null ? this.i.go.fontString : "");
2504
2606
  },
2505
2607
  enumerable: true,
2506
2608
  configurable: true
@@ -2510,22 +2612,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2510
2612
  * Gets or sets the default background color to use for row separators
2511
2613
  */
2512
2614
  get: function () {
2513
- return brushToString(this.i.ya);
2615
+ return brushToString(this.i.zc);
2514
2616
  },
2515
2617
  set: function (v) {
2516
- this.i.ya = stringToBrush(v);
2517
- this._a("rowSeparatorBackground", brushToString(this.i.ya));
2618
+ this.i.zc = stringToBrush(v);
2619
+ this._a("rowSeparatorBackground", brushToString(this.i.zc));
2518
2620
  },
2519
2621
  enumerable: true,
2520
2622
  configurable: true
2521
2623
  });
2522
2624
  Object.defineProperty(IgcDataGridComponent.prototype, "headerRowSeparatorBackground", {
2523
2625
  get: function () {
2524
- return brushToString(this.i.x2);
2626
+ return brushToString(this.i.y4);
2525
2627
  },
2526
2628
  set: function (v) {
2527
- this.i.x2 = stringToBrush(v);
2528
- this._a("headerRowSeparatorBackground", brushToString(this.i.x2));
2629
+ this.i.y4 = stringToBrush(v);
2630
+ this._a("headerRowSeparatorBackground", brushToString(this.i.y4));
2529
2631
  },
2530
2632
  enumerable: true,
2531
2633
  configurable: true
@@ -2535,11 +2637,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2535
2637
  * Gets or sets the default sticky row background color to use for row separators
2536
2638
  */
2537
2639
  get: function () {
2538
- return brushToString(this.i.yd);
2640
+ return brushToString(this.i.zf);
2539
2641
  },
2540
2642
  set: function (v) {
2541
- this.i.yd = stringToBrush(v);
2542
- this._a("rowSeparatorStickyRowBackground", brushToString(this.i.yd));
2643
+ this.i.zf = stringToBrush(v);
2644
+ this._a("rowSeparatorStickyRowBackground", brushToString(this.i.zf));
2543
2645
  },
2544
2646
  enumerable: true,
2545
2647
  configurable: true
@@ -2549,11 +2651,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2549
2651
  * Gets or sets the default last sticky row background color to use for row separators
2550
2652
  */
2551
2653
  get: function () {
2552
- return brushToString(this.i.yb);
2654
+ return brushToString(this.i.zd);
2553
2655
  },
2554
2656
  set: function (v) {
2555
- this.i.yb = stringToBrush(v);
2556
- this._a("rowSeparatorLastStickyRowBackground", brushToString(this.i.yb));
2657
+ this.i.zd = stringToBrush(v);
2658
+ this._a("rowSeparatorLastStickyRowBackground", brushToString(this.i.zd));
2557
2659
  },
2558
2660
  enumerable: true,
2559
2661
  configurable: true
@@ -2563,11 +2665,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2563
2665
  * Gets or sets the pinned row background color to use for row separators
2564
2666
  */
2565
2667
  get: function () {
2566
- return brushToString(this.i.yc);
2668
+ return brushToString(this.i.ze);
2567
2669
  },
2568
2670
  set: function (v) {
2569
- this.i.yc = stringToBrush(v);
2570
- this._a("rowSeparatorPinnedRowBackground", brushToString(this.i.yc));
2671
+ this.i.ze = stringToBrush(v);
2672
+ this._a("rowSeparatorPinnedRowBackground", brushToString(this.i.ze));
2571
2673
  },
2572
2674
  enumerable: true,
2573
2675
  configurable: true
@@ -2577,11 +2679,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2577
2679
  * Sets or gets the width to use for the column resizing separator.
2578
2680
  */
2579
2681
  get: function () {
2580
- return this.i.mi;
2682
+ return this.i.my;
2581
2683
  },
2582
2684
  set: function (v) {
2583
- this.i.mi = +v;
2584
- this._a("columnResizingSeparatorWidth", this.i.mi);
2685
+ this.i.my = +v;
2686
+ this._a("columnResizingSeparatorWidth", this.i.my);
2585
2687
  },
2586
2688
  enumerable: true,
2587
2689
  configurable: true
@@ -2591,11 +2693,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2591
2693
  * Gets or sets the opacity of the column Resizing separator.
2592
2694
  */
2593
2695
  get: function () {
2594
- return this.i.lc;
2696
+ return this.i.lr;
2595
2697
  },
2596
2698
  set: function (v) {
2597
- this.i.lc = +v;
2598
- this._a("columnResizingSeparatorOpacity", this.i.lc);
2699
+ this.i.lr = +v;
2700
+ this._a("columnResizingSeparatorOpacity", this.i.lr);
2599
2701
  },
2600
2702
  enumerable: true,
2601
2703
  configurable: true
@@ -2605,11 +2707,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2605
2707
  * Sets or gets the width to use for the column resizing separator.
2606
2708
  */
2607
2709
  get: function () {
2608
- return this.i.mg;
2710
+ return this.i.mw;
2609
2711
  },
2610
2712
  set: function (v) {
2611
- this.i.mg = +v;
2612
- this._a("columnMovingSeparatorWidth", this.i.mg);
2713
+ this.i.mw = +v;
2714
+ this._a("columnMovingSeparatorWidth", this.i.mw);
2613
2715
  },
2614
2716
  enumerable: true,
2615
2717
  configurable: true
@@ -2619,11 +2721,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2619
2721
  * Gets or sets the opacity of the column moving separator.
2620
2722
  */
2621
2723
  get: function () {
2622
- return this.i.lb;
2724
+ return this.i.lq;
2623
2725
  },
2624
2726
  set: function (v) {
2625
- this.i.lb = +v;
2626
- this._a("columnMovingSeparatorOpacity", this.i.lb);
2727
+ this.i.lq = +v;
2728
+ this._a("columnMovingSeparatorOpacity", this.i.lq);
2627
2729
  },
2628
2730
  enumerable: true,
2629
2731
  configurable: true
@@ -2633,11 +2735,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2633
2735
  * Gets or sets the default background color to use for column resizing separator.
2634
2736
  */
2635
2737
  get: function () {
2636
- return brushToString(this.i.xy);
2738
+ return brushToString(this.i.y0);
2637
2739
  },
2638
2740
  set: function (v) {
2639
- this.i.xy = stringToBrush(v);
2640
- this._a("columnResizingSeparatorBackground", brushToString(this.i.xy));
2741
+ this.i.y0 = stringToBrush(v);
2742
+ this._a("columnResizingSeparatorBackground", brushToString(this.i.y0));
2641
2743
  },
2642
2744
  enumerable: true,
2643
2745
  configurable: true
@@ -2647,11 +2749,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2647
2749
  * Gets or sets the default background color to use for column moving separator.
2648
2750
  */
2649
2751
  get: function () {
2650
- return brushToString(this.i.xw);
2752
+ return brushToString(this.i.yy);
2651
2753
  },
2652
2754
  set: function (v) {
2653
- this.i.xw = stringToBrush(v);
2654
- this._a("columnMovingSeparatorBackground", brushToString(this.i.xw));
2755
+ this.i.yy = stringToBrush(v);
2756
+ this._a("columnMovingSeparatorBackground", brushToString(this.i.yy));
2655
2757
  },
2656
2758
  enumerable: true,
2657
2759
  configurable: true
@@ -2661,11 +2763,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2661
2763
  * Gets or sets if the section header content should be shifted into the normal column scrollable area when there are pinned columns
2662
2764
  */
2663
2765
  get: function () {
2664
- return this.i.j6;
2766
+ return this.i.kk;
2665
2767
  },
2666
2768
  set: function (v) {
2667
- this.i.j6 = ensureBool(v);
2668
- this._a("shiftSectionContent", this.i.j6);
2769
+ this.i.kk = ensureBool(v);
2770
+ this._a("shiftSectionContent", this.i.kk);
2669
2771
  },
2670
2772
  enumerable: true,
2671
2773
  configurable: true
@@ -2689,11 +2791,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2689
2791
  * Gets or sets the column options icon color in header cells.
2690
2792
  */
2691
2793
  get: function () {
2692
- return brushToString(this.i.xx);
2794
+ return brushToString(this.i.yz);
2693
2795
  },
2694
2796
  set: function (v) {
2695
- this.i.xx = stringToBrush(v);
2696
- this._a("columnOptionsIconColor", brushToString(this.i.xx));
2797
+ this.i.yz = stringToBrush(v);
2798
+ this._a("columnOptionsIconColor", brushToString(this.i.yz));
2697
2799
  },
2698
2800
  enumerable: true,
2699
2801
  configurable: true
@@ -2731,212 +2833,212 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2731
2833
  * Gets the actual border width.
2732
2834
  */
2733
2835
  get: function () {
2734
- return this.i.yy;
2836
+ return this.i.z0;
2735
2837
  },
2736
2838
  set: function (v) {
2737
- this.i.yy = v;
2839
+ this.i.z0 = v;
2738
2840
  },
2739
2841
  enumerable: true,
2740
2842
  configurable: true
2741
2843
  });
2742
2844
  Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthBottom", {
2743
2845
  get: function () {
2744
- return this.i.yz ? this.i.yz.b : NaN;
2846
+ return this.i.z1 ? this.i.z1.bottom : NaN;
2745
2847
  },
2746
2848
  set: function (v) {
2747
2849
  this.ensureBorderWidth();
2748
- this.i.yz.b = +v;
2749
- this._a("borderWidthBottom", this.i.yz.b);
2750
- this.i.yz = this.i.yz;
2850
+ this.i.z1.bottom = +v;
2851
+ this._a("borderWidthBottom", this.i.z1.bottom);
2852
+ this.i.z1 = this.i.z1;
2751
2853
  },
2752
2854
  enumerable: true,
2753
2855
  configurable: true
2754
2856
  });
2755
2857
  Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthLeft", {
2756
2858
  get: function () {
2757
- return this.i.yz ? this.i.yz.c : NaN;
2859
+ return this.i.z1 ? this.i.z1.left : NaN;
2758
2860
  },
2759
2861
  set: function (v) {
2760
2862
  this.ensureBorderWidth();
2761
- this.i.yz.c = +v;
2762
- this._a("borderWidthLeft", this.i.yz.c);
2763
- this.i.yz = this.i.yz;
2863
+ this.i.z1.left = +v;
2864
+ this._a("borderWidthLeft", this.i.z1.left);
2865
+ this.i.z1 = this.i.z1;
2764
2866
  },
2765
2867
  enumerable: true,
2766
2868
  configurable: true
2767
2869
  });
2768
2870
  Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthRight", {
2769
2871
  get: function () {
2770
- return this.i.yz ? this.i.yz.d : NaN;
2872
+ return this.i.z1 ? this.i.z1.right : NaN;
2771
2873
  },
2772
2874
  set: function (v) {
2773
2875
  this.ensureBorderWidth();
2774
- this.i.yz.d = +v;
2775
- this._a("borderWidthRight", this.i.yz.d);
2776
- this.i.yz = this.i.yz;
2876
+ this.i.z1.right = +v;
2877
+ this._a("borderWidthRight", this.i.z1.right);
2878
+ this.i.z1 = this.i.z1;
2777
2879
  },
2778
2880
  enumerable: true,
2779
2881
  configurable: true
2780
2882
  });
2781
2883
  Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthTop", {
2782
2884
  get: function () {
2783
- return this.i.yz ? this.i.yz.e : NaN;
2885
+ return this.i.z1 ? this.i.z1.top : NaN;
2784
2886
  },
2785
2887
  set: function (v) {
2786
2888
  this.ensureBorderWidth();
2787
- this.i.yz.e = +v;
2788
- this._a("borderWidthTop", this.i.yz.e);
2789
- this.i.yz = this.i.yz;
2889
+ this.i.z1.top = +v;
2890
+ this._a("borderWidthTop", this.i.z1.top);
2891
+ this.i.z1 = this.i.z1;
2790
2892
  },
2791
2893
  enumerable: true,
2792
2894
  configurable: true
2793
2895
  });
2794
2896
  IgcDataGridComponent.prototype.ensureBorderWidth = function () {
2795
- if (this.i.yz) {
2897
+ if (this.i.z1) {
2796
2898
  return;
2797
2899
  }
2798
- this.i.yz = new Thickness(2);
2900
+ this.i.z1 = new Thickness(2);
2799
2901
  };
2800
2902
  Object.defineProperty(IgcDataGridComponent.prototype, "notifyOnAllSelectionChanges", {
2801
2903
  /**
2802
2904
  * Gets or sets if the grid should notify on programmatic selection changes as well as changes from the UI.
2803
2905
  */
2804
2906
  get: function () {
2805
- return this.i.ji;
2907
+ return this.i.jw;
2806
2908
  },
2807
2909
  set: function (v) {
2808
- this.i.ji = ensureBool(v);
2809
- this._a("notifyOnAllSelectionChanges", this.i.ji);
2910
+ this.i.jw = ensureBool(v);
2911
+ this._a("notifyOnAllSelectionChanges", this.i.jw);
2810
2912
  },
2811
2913
  enumerable: true,
2812
2914
  configurable: true
2813
2915
  });
2814
2916
  Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusBottomRight", {
2815
2917
  get: function () {
2816
- return this.i.ws ? this.i.ws.b : NaN;
2918
+ return this.i.xu ? this.i.xu.b : NaN;
2817
2919
  },
2818
2920
  set: function (v) {
2819
2921
  this.ensureCornerRadius();
2820
- this.i.ws.b = +v;
2821
- this._a("cornerRadiusBottomRight", this.i.ws.b);
2822
- this.i.ws = this.i.ws;
2922
+ this.i.xu.b = +v;
2923
+ this._a("cornerRadiusBottomRight", this.i.xu.b);
2924
+ this.i.xu = this.i.xu;
2823
2925
  },
2824
2926
  enumerable: true,
2825
2927
  configurable: true
2826
2928
  });
2827
2929
  Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusBottomLeft", {
2828
2930
  get: function () {
2829
- return this.i.ws ? this.i.ws.a : NaN;
2931
+ return this.i.xu ? this.i.xu.a : NaN;
2830
2932
  },
2831
2933
  set: function (v) {
2832
2934
  this.ensureCornerRadius();
2833
- this.i.ws.a = +v;
2834
- this._a("cornerRadiusBottomLeft", this.i.ws.a);
2835
- this.i.ws = this.i.ws;
2935
+ this.i.xu.a = +v;
2936
+ this._a("cornerRadiusBottomLeft", this.i.xu.a);
2937
+ this.i.xu = this.i.xu;
2836
2938
  },
2837
2939
  enumerable: true,
2838
2940
  configurable: true
2839
2941
  });
2840
2942
  Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusTopLeft", {
2841
2943
  get: function () {
2842
- return this.i.ws ? this.i.ws.c : NaN;
2944
+ return this.i.xu ? this.i.xu.c : NaN;
2843
2945
  },
2844
2946
  set: function (v) {
2845
2947
  this.ensureCornerRadius();
2846
- this.i.ws.c = +v;
2847
- this._a("cornerRadiusTopLeft", this.i.ws.c);
2848
- this.i.ws = this.i.ws;
2948
+ this.i.xu.c = +v;
2949
+ this._a("cornerRadiusTopLeft", this.i.xu.c);
2950
+ this.i.xu = this.i.xu;
2849
2951
  },
2850
2952
  enumerable: true,
2851
2953
  configurable: true
2852
2954
  });
2853
2955
  Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusTopRight", {
2854
2956
  get: function () {
2855
- return this.i.ws ? this.i.ws.d : NaN;
2957
+ return this.i.xu ? this.i.xu.d : NaN;
2856
2958
  },
2857
2959
  set: function (v) {
2858
2960
  this.ensureCornerRadius();
2859
- this.i.ws.d = +v;
2860
- this._a("cornerRadiusTopRight", this.i.ws.d);
2861
- this.i.ws = this.i.ws;
2961
+ this.i.xu.d = +v;
2962
+ this._a("cornerRadiusTopRight", this.i.xu.d);
2963
+ this.i.xu = this.i.xu;
2862
2964
  },
2863
2965
  enumerable: true,
2864
2966
  configurable: true
2865
2967
  });
2866
2968
  IgcDataGridComponent.prototype.ensureCornerRadius = function () {
2867
- if (this.i.ws) {
2969
+ if (this.i.xu) {
2868
2970
  return;
2869
2971
  }
2870
- this.i.ws = new CornerRadius(2);
2972
+ this.i.xu = new CornerRadius(2);
2871
2973
  };
2872
2974
  Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusBottomRight", {
2873
2975
  get: function () {
2874
- return this.i.wq ? this.i.wq.b : NaN;
2976
+ return this.i.xs ? this.i.xs.b : NaN;
2875
2977
  },
2876
2978
  set: function (v) {
2877
2979
  this.ensureActualCornerRadius();
2878
- this.i.wq.b = +v;
2879
- this._a("actualCornerRadiusBottomRight", this.i.wq.b);
2880
- this.i.wq = this.i.wq;
2980
+ this.i.xs.b = +v;
2981
+ this._a("actualCornerRadiusBottomRight", this.i.xs.b);
2982
+ this.i.xs = this.i.xs;
2881
2983
  },
2882
2984
  enumerable: true,
2883
2985
  configurable: true
2884
2986
  });
2885
2987
  Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusBottomLeft", {
2886
2988
  get: function () {
2887
- return this.i.wq ? this.i.wq.a : NaN;
2989
+ return this.i.xs ? this.i.xs.a : NaN;
2888
2990
  },
2889
2991
  set: function (v) {
2890
2992
  this.ensureActualCornerRadius();
2891
- this.i.wq.a = +v;
2892
- this._a("actualCornerRadiusBottomLeft", this.i.wq.a);
2893
- this.i.wq = this.i.wq;
2993
+ this.i.xs.a = +v;
2994
+ this._a("actualCornerRadiusBottomLeft", this.i.xs.a);
2995
+ this.i.xs = this.i.xs;
2894
2996
  },
2895
2997
  enumerable: true,
2896
2998
  configurable: true
2897
2999
  });
2898
3000
  Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusTopLeft", {
2899
3001
  get: function () {
2900
- return this.i.wq ? this.i.wq.c : NaN;
3002
+ return this.i.xs ? this.i.xs.c : NaN;
2901
3003
  },
2902
3004
  set: function (v) {
2903
3005
  this.ensureActualCornerRadius();
2904
- this.i.wq.c = +v;
2905
- this._a("actualCornerRadiusTopLeft", this.i.wq.c);
2906
- this.i.wq = this.i.wq;
3006
+ this.i.xs.c = +v;
3007
+ this._a("actualCornerRadiusTopLeft", this.i.xs.c);
3008
+ this.i.xs = this.i.xs;
2907
3009
  },
2908
3010
  enumerable: true,
2909
3011
  configurable: true
2910
3012
  });
2911
3013
  Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusTopRight", {
2912
3014
  get: function () {
2913
- return this.i.wq ? this.i.wq.d : NaN;
3015
+ return this.i.xs ? this.i.xs.d : NaN;
2914
3016
  },
2915
3017
  set: function (v) {
2916
3018
  this.ensureActualCornerRadius();
2917
- this.i.wq.d = +v;
2918
- this._a("actualCornerRadiusTopRight", this.i.wq.d);
2919
- this.i.wq = this.i.wq;
3019
+ this.i.xs.d = +v;
3020
+ this._a("actualCornerRadiusTopRight", this.i.xs.d);
3021
+ this.i.xs = this.i.xs;
2920
3022
  },
2921
3023
  enumerable: true,
2922
3024
  configurable: true
2923
3025
  });
2924
3026
  IgcDataGridComponent.prototype.ensureActualCornerRadius = function () {
2925
- if (this.i.wq) {
3027
+ if (this.i.xs) {
2926
3028
  return;
2927
3029
  }
2928
- this.i.wq = new CornerRadius(2);
3030
+ this.i.xs = new CornerRadius(2);
2929
3031
  };
2930
3032
  Object.defineProperty(IgcDataGridComponent.prototype, "isActiveCellStyleEnabled", {
2931
3033
  /**
2932
3034
  * Gets or sets whether the active cell style will be applied to cells when made active.
2933
3035
  */
2934
3036
  get: function () {
2935
- return this.i.ik;
3037
+ return this.i.it;
2936
3038
  },
2937
3039
  set: function (v) {
2938
- this.i.ik = ensureBool(v);
2939
- this._a("isActiveCellStyleEnabled", this.i.ik);
3040
+ this.i.it = ensureBool(v);
3041
+ this._a("isActiveCellStyleEnabled", this.i.it);
2940
3042
  },
2941
3043
  enumerable: true,
2942
3044
  configurable: true
@@ -2948,7 +3050,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2948
3050
  get: function () {
2949
3051
  if (this._responsiveStates === null) {
2950
3052
  var coll = new IgcResponsiveStatesCollection();
2951
- var innerColl = this.i.ff;
3053
+ var innerColl = this.i.fh;
2952
3054
  if (!innerColl) {
2953
3055
  innerColl = new ResponsiveStatesCollection_internal();
2954
3056
  }
@@ -2964,7 +3066,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2964
3066
  var coll = new IgcResponsiveStatesCollection();
2965
3067
  this._responsiveStates = coll._fromOuter(v);
2966
3068
  var syncColl = new SyncableObservableCollection$1(ResponsiveState.$type);
2967
- var innerColl = this.i.ff;
3069
+ var innerColl = this.i.fh;
2968
3070
  if (!innerColl) {
2969
3071
  innerColl = new ResponsiveStatesCollection_internal();
2970
3072
  }
@@ -2980,7 +3082,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2980
3082
  * Gets the region of the grid that is visible.
2981
3083
  */
2982
3084
  get: function () {
2983
- return fromRect(this.i.yr);
3085
+ return fromRect(this.i.zt);
2984
3086
  },
2985
3087
  enumerable: true,
2986
3088
  configurable: true
@@ -3062,11 +3164,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3062
3164
  * Gets or sets the scope which summaries are calculated for.
3063
3165
  */
3064
3166
  get: function () {
3065
- return this.i.f5;
3167
+ return this.i.f7;
3066
3168
  },
3067
3169
  set: function (v) {
3068
- this.i.f5 = ensureEnum(SummaryScope_$type, v);
3069
- this._a("summaryScope", enumToString(SummaryScope_$type, this.i.f5));
3170
+ this.i.f7 = ensureEnum(SummaryScope_$type, v);
3171
+ this._a("summaryScope", enumToString(SummaryScope_$type, this.i.f7));
3070
3172
  },
3071
3173
  enumerable: true,
3072
3174
  configurable: true
@@ -3076,11 +3178,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3076
3178
  * Gets or sets whether group headers are collapsable.
3077
3179
  */
3078
3180
  get: function () {
3079
- return this.i.i2;
3181
+ return this.i.jb;
3080
3182
  },
3081
3183
  set: function (v) {
3082
- this.i.i2 = ensureBool(v);
3083
- this._a("isGroupCollapsable", this.i.i2);
3184
+ this.i.jb = ensureBool(v);
3185
+ this._a("isGroupCollapsable", this.i.jb);
3084
3186
  },
3085
3187
  enumerable: true,
3086
3188
  configurable: true
@@ -3104,11 +3206,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3104
3206
  * Gets or sets whether groups are expanded or collapsed by default.
3105
3207
  */
3106
3208
  get: function () {
3107
- return this.i.i3;
3209
+ return this.i.jc;
3108
3210
  },
3109
3211
  set: function (v) {
3110
- this.i.i3 = ensureBool(v);
3111
- this._a("isGroupExpandedDefault", this.i.i3);
3212
+ this.i.jc = ensureBool(v);
3213
+ this._a("isGroupExpandedDefault", this.i.jc);
3112
3214
  },
3113
3215
  enumerable: true,
3114
3216
  configurable: true
@@ -3141,11 +3243,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3141
3243
  * will be auto accepted.
3142
3244
  */
3143
3245
  get: function () {
3144
- return this.i.h5;
3246
+ return this.i.id;
3145
3247
  },
3146
3248
  set: function (v) {
3147
- this.i.h5 = ensureBool(v);
3148
- this._a("autoAcceptEdits", this.i.h5);
3249
+ this.i.id = ensureBool(v);
3250
+ this._a("autoAcceptEdits", this.i.id);
3149
3251
  },
3150
3252
  enumerable: true,
3151
3253
  configurable: true
@@ -3221,11 +3323,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3221
3323
  * Sets or gets whether the grid will react to sort changes.
3222
3324
  */
3223
3325
  get: function () {
3224
- return this.i.jz;
3326
+ return this.i.kd;
3225
3327
  },
3226
3328
  set: function (v) {
3227
- this.i.jz = ensureBool(v);
3228
- this._a("reactsToSortChanges", this.i.jz);
3329
+ this.i.kd = ensureBool(v);
3330
+ this._a("reactsToSortChanges", this.i.kd);
3229
3331
  },
3230
3332
  enumerable: true,
3231
3333
  configurable: true
@@ -3235,11 +3337,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3235
3337
  * Sets or gets whether the grid will react to group changes.
3236
3338
  */
3237
3339
  get: function () {
3238
- return this.i.jy;
3340
+ return this.i.kc;
3239
3341
  },
3240
3342
  set: function (v) {
3241
- this.i.jy = ensureBool(v);
3242
- this._a("reactsToGroupChanges", this.i.jy);
3343
+ this.i.kc = ensureBool(v);
3344
+ this._a("reactsToGroupChanges", this.i.kc);
3243
3345
  },
3244
3346
  enumerable: true,
3245
3347
  configurable: true
@@ -3249,11 +3351,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3249
3351
  * Sets or gets whether the grid will react to filter changes.
3250
3352
  */
3251
3353
  get: function () {
3252
- return this.i.jx;
3354
+ return this.i.kb;
3253
3355
  },
3254
3356
  set: function (v) {
3255
- this.i.jx = ensureBool(v);
3256
- this._a("reactsToFilterChanges", this.i.jx);
3357
+ this.i.kb = ensureBool(v);
3358
+ this._a("reactsToFilterChanges", this.i.kb);
3257
3359
  },
3258
3360
  enumerable: true,
3259
3361
  configurable: true
@@ -3263,7 +3365,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3263
3365
  * Gets whether an undo can be performed.
3264
3366
  */
3265
3367
  get: function () {
3266
- return this.i.ic;
3368
+ return this.i.il;
3267
3369
  },
3268
3370
  enumerable: true,
3269
3371
  configurable: true
@@ -3273,7 +3375,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3273
3375
  * Gets whether a redo can be performed.
3274
3376
  */
3275
3377
  get: function () {
3276
- return this.i.ib;
3378
+ return this.i.ik;
3277
3379
  },
3278
3380
  enumerable: true,
3279
3381
  configurable: true
@@ -3284,7 +3386,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3284
3386
  * on any pending transactions.
3285
3387
  */
3286
3388
  get: function () {
3287
- return this.i.h8;
3389
+ return this.i.ih;
3288
3390
  },
3289
3391
  enumerable: true,
3290
3392
  configurable: true
@@ -3322,11 +3424,25 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3322
3424
  * Gets or sets whether to show the summaries option in the column options menu.
3323
3425
  */
3324
3426
  get: function () {
3325
- return this.i.iv;
3427
+ return this.i.i4;
3326
3428
  },
3327
3429
  set: function (v) {
3328
- this.i.iv = ensureBool(v);
3329
- this._a("isColumnOptionsSummariesEnabled", this.i.iv);
3430
+ this.i.i4 = ensureBool(v);
3431
+ this._a("isColumnOptionsSummariesEnabled", this.i.i4);
3432
+ },
3433
+ enumerable: true,
3434
+ configurable: true
3435
+ });
3436
+ Object.defineProperty(IgcDataGridComponent.prototype, "isColumnOptionsGroupingEnabled", {
3437
+ /**
3438
+ * Gets or sets whether to show the grouping option in the column options menu.
3439
+ */
3440
+ get: function () {
3441
+ return this.i.i3;
3442
+ },
3443
+ set: function (v) {
3444
+ this.i.i3 = ensureBool(v);
3445
+ this._a("isColumnOptionsGroupingEnabled", this.i.i3);
3330
3446
  },
3331
3447
  enumerable: true,
3332
3448
  configurable: true
@@ -3336,11 +3452,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3336
3452
  * Gets or sets if and how cell merging is performed for all fields.
3337
3453
  */
3338
3454
  get: function () {
3339
- return this.i.e8;
3455
+ return this.i.e9;
3340
3456
  },
3341
3457
  set: function (v) {
3342
- this.i.e8 = ensureEnum(MergedCellMode_$type, v);
3343
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.e8));
3458
+ this.i.e9 = ensureEnum(MergedCellMode_$type, v);
3459
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.e9));
3344
3460
  },
3345
3461
  enumerable: true,
3346
3462
  configurable: true
@@ -3350,11 +3466,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3350
3466
  * Gets or sets how cells are evaluated for merging.
3351
3467
  */
3352
3468
  get: function () {
3353
- return this.i.e6;
3469
+ return this.i.e7;
3354
3470
  },
3355
3471
  set: function (v) {
3356
- this.i.e6 = ensureEnum(MergedCellEvaluationCriteria_$type, v);
3357
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.e6));
3472
+ this.i.e7 = ensureEnum(MergedCellEvaluationCriteria_$type, v);
3473
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.e7));
3358
3474
  },
3359
3475
  enumerable: true,
3360
3476
  configurable: true
@@ -3417,10 +3533,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3417
3533
  });
3418
3534
  Object.defineProperty(IgcDataGridComponent.prototype, "todayOverride", {
3419
3535
  get: function () {
3420
- return this.i.kp;
3536
+ return this.i.k4;
3421
3537
  },
3422
3538
  set: function (v) {
3423
- this.i.kp = v;
3539
+ this.i.k4 = v;
3424
3540
  },
3425
3541
  enumerable: true,
3426
3542
  configurable: true
@@ -3430,11 +3546,118 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3430
3546
  * Gets or sets whether selection is cleared when pressing the Escape key.
3431
3547
  */
3432
3548
  get: function () {
3433
- return this.i.id;
3549
+ return this.i.im;
3434
3550
  },
3435
3551
  set: function (v) {
3436
- this.i.id = ensureBool(v);
3437
- this._a("clearSelectionOnEscape", this.i.id);
3552
+ this.i.im = ensureBool(v);
3553
+ this._a("clearSelectionOnEscape", this.i.im);
3554
+ },
3555
+ enumerable: true,
3556
+ configurable: true
3557
+ });
3558
+ Object.defineProperty(IgcDataGridComponent.prototype, "pageSize", {
3559
+ /**
3560
+ * Gets or sets the size of each page when the pager is visible.
3561
+ */
3562
+ get: function () {
3563
+ return this.i.nl;
3564
+ },
3565
+ set: function (v) {
3566
+ this.i.nl = +v;
3567
+ this._a("pageSize", this.i.nl);
3568
+ },
3569
+ enumerable: true,
3570
+ configurable: true
3571
+ });
3572
+ Object.defineProperty(IgcDataGridComponent.prototype, "isToolbarColumnChooserVisible", {
3573
+ /**
3574
+ * Gets or sets whether to show the column chooser button in the toolbar.
3575
+ */
3576
+ get: function () {
3577
+ return this.i.jr;
3578
+ },
3579
+ set: function (v) {
3580
+ this.i.jr = ensureBool(v);
3581
+ this._a("isToolbarColumnChooserVisible", this.i.jr);
3582
+ },
3583
+ enumerable: true,
3584
+ configurable: true
3585
+ });
3586
+ Object.defineProperty(IgcDataGridComponent.prototype, "isToolbarColumnPinningVisible", {
3587
+ /**
3588
+ * Gets or sets whether to show the column pinning button in the toolbar.
3589
+ */
3590
+ get: function () {
3591
+ return this.i.js;
3592
+ },
3593
+ set: function (v) {
3594
+ this.i.js = ensureBool(v);
3595
+ this._a("isToolbarColumnPinningVisible", this.i.js);
3596
+ },
3597
+ enumerable: true,
3598
+ configurable: true
3599
+ });
3600
+ Object.defineProperty(IgcDataGridComponent.prototype, "toolbarTitle", {
3601
+ /**
3602
+ * Gets or sets the title text to use in the toolbar.
3603
+ */
3604
+ get: function () {
3605
+ return this.i.ss;
3606
+ },
3607
+ set: function (v) {
3608
+ this.i.ss = v;
3609
+ },
3610
+ enumerable: true,
3611
+ configurable: true
3612
+ });
3613
+ Object.defineProperty(IgcDataGridComponent.prototype, "toolbarColumnChooserText", {
3614
+ /**
3615
+ * Gets or sets the column chooser button text to use in the toolbar.
3616
+ */
3617
+ get: function () {
3618
+ return this.i.sk;
3619
+ },
3620
+ set: function (v) {
3621
+ this.i.sk = v;
3622
+ },
3623
+ enumerable: true,
3624
+ configurable: true
3625
+ });
3626
+ Object.defineProperty(IgcDataGridComponent.prototype, "toolbarColumnChooserTitle", {
3627
+ /**
3628
+ * Gets or sets the column chooser title text to use in the toolbar.
3629
+ */
3630
+ get: function () {
3631
+ return this.i.sm;
3632
+ },
3633
+ set: function (v) {
3634
+ this.i.sm = v;
3635
+ },
3636
+ enumerable: true,
3637
+ configurable: true
3638
+ });
3639
+ Object.defineProperty(IgcDataGridComponent.prototype, "toolbarColumnPinningText", {
3640
+ /**
3641
+ * Gets or sets the column pinning button text to use in the toolbar.
3642
+ */
3643
+ get: function () {
3644
+ return this.i.so;
3645
+ },
3646
+ set: function (v) {
3647
+ this.i.so = v;
3648
+ },
3649
+ enumerable: true,
3650
+ configurable: true
3651
+ });
3652
+ Object.defineProperty(IgcDataGridComponent.prototype, "toolbarColumnPinningTitle", {
3653
+ /**
3654
+ * Gets or sets the column pinning title text to use in the toolbar.
3655
+ */
3656
+ get: function () {
3657
+ return this.i.sq;
3658
+ },
3659
+ set: function (v) {
3660
+ this.i.sq = v;
3438
3661
  },
3439
3662
  enumerable: true,
3440
3663
  configurable: true
@@ -3597,14 +3820,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3597
3820
 
3598
3821
  */
3599
3822
  IgcDataGridComponent.prototype.refresh = function () {
3600
- this.i.vd();
3823
+ this.i.wf();
3601
3824
  };
3602
3825
  /**
3603
3826
  * Makes sure pending work has completed if the grid need to be synchronously examined.
3604
3827
 
3605
3828
  */
3606
3829
  IgcDataGridComponent.prototype.flush = function () {
3607
- this.i.sk();
3830
+ this.i.tm();
3608
3831
  };
3609
3832
  IgcDataGridComponent.prototype.notifyScrollStart = function () {
3610
3833
  this.i.notifyScrollStart();
@@ -3613,13 +3836,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3613
3836
  this.i.notifyScrollStop();
3614
3837
  };
3615
3838
  IgcDataGridComponent.prototype.exchangeColumn = function (newColumn, oldColumn) {
3616
- this.i.si((newColumn == null ? null : newColumn.i), (oldColumn == null ? null : oldColumn.i));
3839
+ this.i.tk((newColumn == null ? null : newColumn.i), (oldColumn == null ? null : oldColumn.i));
3617
3840
  };
3618
3841
  IgcDataGridComponent.prototype.pinColumn = function (column, position) {
3619
- this.i.u6((column == null ? null : column.i), (position == null ? null : position));
3842
+ this.i.v8((column == null ? null : column.i), (position == null ? null : position));
3620
3843
  };
3621
3844
  IgcDataGridComponent.prototype.moveColumn = function (oldIndex, newIndex) {
3622
- this.i.sw(oldIndex, newIndex);
3845
+ this.i.ty(oldIndex, newIndex);
3623
3846
  };
3624
3847
  /**
3625
3848
  * Moves a column to the left, if possible.
@@ -3627,7 +3850,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3627
3850
  * @param columnIndex * The index of the column to move.
3628
3851
  */
3629
3852
  IgcDataGridComponent.prototype.moveColumnLeft = function (columnIndex) {
3630
- this.i.sx(columnIndex);
3853
+ this.i.tz(columnIndex);
3631
3854
  };
3632
3855
  /**
3633
3856
  * Moves a column to the right, if possible.
@@ -3635,7 +3858,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3635
3858
  * @param columnIndex * The index of the column to move.
3636
3859
  */
3637
3860
  IgcDataGridComponent.prototype.moveColumnRight = function (columnIndex) {
3638
- this.i.sy(columnIndex);
3861
+ this.i.t0(columnIndex);
3639
3862
  };
3640
3863
  /**
3641
3864
  * Returns true if a column can be moved to the left of it's current position; otherwise false.
@@ -3643,7 +3866,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3643
3866
  * @param columnIndex * The index of the column.
3644
3867
  */
3645
3868
  IgcDataGridComponent.prototype.canMoveColumnLeft = function (columnIndex) {
3646
- var iv = this.i.h9(columnIndex);
3869
+ var iv = this.i.ii(columnIndex);
3647
3870
  return (iv);
3648
3871
  };
3649
3872
  /**
@@ -3652,7 +3875,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3652
3875
  * @param columnIndex * The index of the column.
3653
3876
  */
3654
3877
  IgcDataGridComponent.prototype.canMoveColumnRight = function (columnIndex) {
3655
- var iv = this.i.ia(columnIndex);
3878
+ var iv = this.i.ij(columnIndex);
3656
3879
  return (iv);
3657
3880
  };
3658
3881
  /**
@@ -3660,7 +3883,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3660
3883
 
3661
3884
  */
3662
3885
  IgcDataGridComponent.prototype.exportVisualModel = function () {
3663
- var iv = this.i.nj();
3886
+ var iv = this.i.n0();
3664
3887
  return (iv);
3665
3888
  };
3666
3889
  /**
@@ -3668,7 +3891,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3668
3891
 
3669
3892
  */
3670
3893
  IgcDataGridComponent.prototype.exportSerializedVisualModel = function () {
3671
- var iv = this.i.pb();
3894
+ var iv = this.i.px();
3672
3895
  return (iv);
3673
3896
  };
3674
3897
  /**
@@ -3677,7 +3900,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3677
3900
  * @param rowNumber * The row index to scroll to.
3678
3901
  */
3679
3902
  IgcDataGridComponent.prototype.scrollToRowByIndex = function (rowNumber) {
3680
- this.i.vw(rowNumber);
3903
+ this.i.wy(rowNumber);
3681
3904
  };
3682
3905
  /**
3683
3906
  * Scrolls the grid so that a row is the last visible, by index.
@@ -3685,7 +3908,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3685
3908
  * @param rowNumber * The row index to scroll to.
3686
3909
  */
3687
3910
  IgcDataGridComponent.prototype.scrollToLastRowByIndex = function (rowNumber) {
3688
- this.i.vv(rowNumber);
3911
+ this.i.wx(rowNumber);
3689
3912
  };
3690
3913
  /**
3691
3914
  * Scrolls to an item, if found.
@@ -3693,11 +3916,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3693
3916
  * @param item * The item to scroll to.
3694
3917
  */
3695
3918
  IgcDataGridComponent.prototype.scrollToItem = function (item) {
3696
- var iv = this.i.j4(item);
3919
+ var iv = this.i.ki(item);
3697
3920
  return (iv);
3698
3921
  };
3699
3922
  IgcDataGridComponent.prototype.scrollToPrimaryKey = function (key) {
3700
- var iv = this.i.j5(key);
3923
+ var iv = this.i.kj(key);
3701
3924
  return (iv);
3702
3925
  };
3703
3926
  /**
@@ -3706,14 +3929,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3706
3929
  * @param columnNumber * The column number to scroll to.
3707
3930
  */
3708
3931
  IgcDataGridComponent.prototype.scrollToColumnByIndex = function (columnNumber) {
3709
- this.i.vt(columnNumber);
3932
+ this.i.wv(columnNumber);
3710
3933
  };
3711
3934
  /**
3712
3935
  * Gets the last visible index in the grid.
3713
3936
 
3714
3937
  */
3715
3938
  IgcDataGridComponent.prototype.getLastVisibleIndex = function () {
3716
- var iv = this.i.mw();
3939
+ var iv = this.i.nc();
3717
3940
  return (iv);
3718
3941
  };
3719
3942
  /**
@@ -3721,7 +3944,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3721
3944
 
3722
3945
  */
3723
3946
  IgcDataGridComponent.prototype.getFirstVisibleIndex = function () {
3724
- var iv = this.i.mr();
3947
+ var iv = this.i.m7();
3725
3948
  return (iv);
3726
3949
  };
3727
3950
  /**
@@ -3729,7 +3952,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3729
3952
 
3730
3953
  */
3731
3954
  IgcDataGridComponent.prototype.invalidateVisibleRows = function () {
3732
- this.i.su();
3955
+ this.i.tw();
3733
3956
  };
3734
3957
  /**
3735
3958
  * Manually set the active responsive state of the grid.
@@ -3737,10 +3960,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3737
3960
  * @param name
3738
3961
  */
3739
3962
  IgcDataGridComponent.prototype.setActiveResponsiveState = function (name) {
3740
- this.i.v4(name);
3963
+ this.i.w6(name);
3741
3964
  };
3742
3965
  IgcDataGridComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
3743
- this.i.s6(index, oldItem, newItem);
3966
+ this.i.t8(index, oldItem, newItem);
3744
3967
  };
3745
3968
  /**
3746
3969
  * Manually notifies the grid's data source that the data it has bound to has been cleared and needs to be re-examined.
@@ -3748,13 +3971,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3748
3971
 
3749
3972
  */
3750
3973
  IgcDataGridComponent.prototype.notifyClearItems = function () {
3751
- this.i.s0();
3974
+ this.i.t2();
3752
3975
  };
3753
3976
  IgcDataGridComponent.prototype.notifyInsertItem = function (index, newItem) {
3754
- this.i.s2(index, newItem);
3977
+ this.i.t4(index, newItem);
3755
3978
  };
3756
3979
  IgcDataGridComponent.prototype.notifyRemoveItem = function (index, oldItem) {
3757
- this.i.s3(index, oldItem);
3980
+ this.i.t5(index, oldItem);
3758
3981
  };
3759
3982
  /**
3760
3983
  * Returns the data index of an item within the bound data source.
@@ -3762,11 +3985,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3762
3985
  * @param item * The item from which to get the index.
3763
3986
  */
3764
3987
  IgcDataGridComponent.prototype.dataIndexOfItem = function (item) {
3765
- var iv = this.i.mk(item);
3988
+ var iv = this.i.m0(item);
3766
3989
  return (iv);
3767
3990
  };
3768
3991
  IgcDataGridComponent.prototype.dataIndexOfPrimaryKey = function (key) {
3769
- var iv = this.i.ml(key);
3992
+ var iv = this.i.m1(key);
3770
3993
  return (iv);
3771
3994
  };
3772
3995
  /**
@@ -3775,11 +3998,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3775
3998
  * @param cellKey * The cell to resolve.
3776
3999
  */
3777
4000
  IgcDataGridComponent.prototype.resolveCellValue = function (cellKey) {
3778
- var iv = this.i.nm((cellKey == null ? null : cellKey.i));
4001
+ var iv = this.i.n3((cellKey == null ? null : cellKey.i));
3779
4002
  return (iv);
3780
4003
  };
3781
4004
  IgcDataGridComponent.prototype.resolveCellValueFromPosition = function (row, column) {
3782
- var iv = this.i.nn(row, column);
4005
+ var iv = this.i.n4(row, column);
3783
4006
  return (iv);
3784
4007
  };
3785
4008
  /**
@@ -3813,14 +4036,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3813
4036
 
3814
4037
  */
3815
4038
  IgcDataGridComponent.prototype.commitEdits = function () {
3816
- this.i.sa();
4039
+ this.i.tc();
3817
4040
  };
3818
4041
  /**
3819
4042
  * Cancels any edits that may exist in the datasource.
3820
4043
 
3821
4044
  */
3822
4045
  IgcDataGridComponent.prototype.cancelEdits = function () {
3823
- this.i.r1();
4046
+ this.i.s3();
3824
4047
  };
3825
4048
  /**
3826
4049
  * Accepts a specific commit to the datasource.
@@ -3828,7 +4051,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3828
4051
  * @param commitID * The ID of the commit provided by the Committing event.
3829
4052
  */
3830
4053
  IgcDataGridComponent.prototype.acceptCommit = function (commitID) {
3831
- this.i.rs(commitID);
4054
+ this.i.su(commitID);
3832
4055
  };
3833
4056
  /**
3834
4057
  * Rejects a specific commit.
@@ -3836,27 +4059,27 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3836
4059
  * @param commitID * The ID of the commit provided by the Committing event.
3837
4060
  */
3838
4061
  IgcDataGridComponent.prototype.rejectCommit = function (commitID) {
3839
- this.i.vg(commitID);
4062
+ this.i.wi(commitID);
3840
4063
  };
3841
4064
  /**
3842
4065
  * Undo the last edit.
3843
4066
 
3844
4067
  */
3845
4068
  IgcDataGridComponent.prototype.undo = function () {
3846
- this.i.wd();
4069
+ this.i.xf();
3847
4070
  };
3848
4071
  /**
3849
4072
  * Redo the last edit.
3850
4073
 
3851
4074
  */
3852
4075
  IgcDataGridComponent.prototype.redo = function () {
3853
- this.i.vc();
4076
+ this.i.we();
3854
4077
  };
3855
4078
  IgcDataGridComponent.prototype.updatePropertyAtKey = function (key, propertyPath, value) {
3856
- this.i.wi(key, propertyPath, value);
4079
+ this.i.xk(key, propertyPath, value);
3857
4080
  };
3858
4081
  IgcDataGridComponent.prototype.removeItemByKey = function (key) {
3859
- this.i.vl(key);
4082
+ this.i.wn(key);
3860
4083
  };
3861
4084
  /**
3862
4085
  * Removes an item by its instance.
@@ -3864,7 +4087,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3864
4087
  * @param item * The item instance to remove.
3865
4088
  */
3866
4089
  IgcDataGridComponent.prototype.removeItem = function (item) {
3867
- this.i.vk(item);
4090
+ this.i.wm(item);
3868
4091
  };
3869
4092
  /**
3870
4093
  * Accept a pending edit turning it into a real edit.
@@ -3872,7 +4095,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3872
4095
  * @param editID * The ID of the edit. Provided by the CellValueChanging event.
3873
4096
  */
3874
4097
  IgcDataGridComponent.prototype.acceptEdit = function (editID) {
3875
- this.i.rt(editID);
4098
+ this.i.sv(editID);
3876
4099
  };
3877
4100
  /**
3878
4101
  * Reject a pending edit.
@@ -3880,41 +4103,41 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3880
4103
  * @param editID * The ID of the edit. Provided by the CellValueChanging event.
3881
4104
  */
3882
4105
  IgcDataGridComponent.prototype.rejectEdit = function (editID) {
3883
- this.i.vh(editID);
4106
+ this.i.wj(editID);
3884
4107
  };
3885
4108
  IgcDataGridComponent.prototype.setEditError = function (editID, errorMessage) {
3886
- this.i.v6(editID, errorMessage);
4109
+ this.i.w8(editID, errorMessage);
3887
4110
  };
3888
4111
  /**
3889
4112
  * Start edit mode on the active cell.
3890
4113
 
3891
4114
  */
3892
4115
  IgcDataGridComponent.prototype.startEditMode = function () {
3893
- this.i.v9();
4116
+ this.i.xb();
3894
4117
  };
3895
4118
  IgcDataGridComponent.prototype.endEditMode = function (commit) {
3896
- this.i.sf(commit);
4119
+ this.i.th(commit);
3897
4120
  };
3898
4121
  /**
3899
4122
  * Selects all of the rows in the grid.
3900
4123
 
3901
4124
  */
3902
4125
  IgcDataGridComponent.prototype.selectAllRows = function () {
3903
- this.i.vx();
4126
+ this.i.wz();
3904
4127
  };
3905
4128
  /**
3906
4129
  * Deselects all currently selected rows.
3907
4130
 
3908
4131
  */
3909
4132
  IgcDataGridComponent.prototype.deselectAllRows = function () {
3910
- this.i.sd();
4133
+ this.i.tf();
3911
4134
  };
3912
4135
  /**
3913
4136
  * Saves the layout chnages that have been made to the grid
3914
4137
 
3915
4138
  */
3916
4139
  IgcDataGridComponent.prototype.saveLayout = function () {
3917
- var iv = this.i.qx();
4140
+ var iv = this.i.rp();
3918
4141
  return (iv);
3919
4142
  };
3920
4143
  /**
@@ -3922,7 +4145,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3922
4145
 
3923
4146
  */
3924
4147
  IgcDataGridComponent.prototype.loadLayout = function (json) {
3925
- this.i.sv(json);
4148
+ this.i.tx(json);
3926
4149
  };
3927
4150
  Object.defineProperty(IgcDataGridComponent.prototype, "filterExpressionsChanging", {
3928
4151
  get: function () {