igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -372,6 +372,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
372
372
  this._scroller.scrollbarBrush = color;
373
373
  }
374
374
  };
375
+ IgxDataGridComponent.prototype._setScrollbarHoverColor = function (color) {
376
+ if (this._scroller) {
377
+ this._scroller.scrollbarHoverBrush = color;
378
+ }
379
+ };
380
+ IgxDataGridComponent.prototype._setScrollbarActiveColor = function (color) {
381
+ if (this._scroller) {
382
+ this._scroller.scrollbarActiveBrush = color;
383
+ }
384
+ };
375
385
  IgxDataGridComponent.prototype._moveFocusNext = function () {
376
386
  moveFocusNext(this._elRef.element.nativeElement, true);
377
387
  };
@@ -750,8 +760,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
750
760
  },
751
761
  set: function (v) {
752
762
  this.ensureEditRowBorderWidth();
753
- this.i.editRowBorderWidth.bottom = +v;
754
- this.i.editRowBorderWidth = this.i.editRowBorderWidth;
763
+ var __nv = +v;
764
+ if (this.i.editRowBorderWidth.bottom === __nv) {
765
+ return;
766
+ }
767
+ var __copy = new Thickness(2);
768
+ __copy.bottom = __nv;
769
+ __copy.left = this.i.editRowBorderWidth.left;
770
+ __copy.right = this.i.editRowBorderWidth.right;
771
+ __copy.top = this.i.editRowBorderWidth.top;
772
+ this.i.editRowBorderWidth = __copy;
755
773
  },
756
774
  enumerable: false,
757
775
  configurable: true
@@ -762,8 +780,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
762
780
  },
763
781
  set: function (v) {
764
782
  this.ensureEditRowBorderWidth();
765
- this.i.editRowBorderWidth.left = +v;
766
- this.i.editRowBorderWidth = this.i.editRowBorderWidth;
783
+ var __nv = +v;
784
+ if (this.i.editRowBorderWidth.left === __nv) {
785
+ return;
786
+ }
787
+ var __copy = new Thickness(2);
788
+ __copy.left = __nv;
789
+ __copy.bottom = this.i.editRowBorderWidth.bottom;
790
+ __copy.right = this.i.editRowBorderWidth.right;
791
+ __copy.top = this.i.editRowBorderWidth.top;
792
+ this.i.editRowBorderWidth = __copy;
767
793
  },
768
794
  enumerable: false,
769
795
  configurable: true
@@ -774,8 +800,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
774
800
  },
775
801
  set: function (v) {
776
802
  this.ensureEditRowBorderWidth();
777
- this.i.editRowBorderWidth.right = +v;
778
- this.i.editRowBorderWidth = this.i.editRowBorderWidth;
803
+ var __nv = +v;
804
+ if (this.i.editRowBorderWidth.right === __nv) {
805
+ return;
806
+ }
807
+ var __copy = new Thickness(2);
808
+ __copy.right = __nv;
809
+ __copy.bottom = this.i.editRowBorderWidth.bottom;
810
+ __copy.left = this.i.editRowBorderWidth.left;
811
+ __copy.top = this.i.editRowBorderWidth.top;
812
+ this.i.editRowBorderWidth = __copy;
779
813
  },
780
814
  enumerable: false,
781
815
  configurable: true
@@ -786,8 +820,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
786
820
  },
787
821
  set: function (v) {
788
822
  this.ensureEditRowBorderWidth();
789
- this.i.editRowBorderWidth.top = +v;
790
- this.i.editRowBorderWidth = this.i.editRowBorderWidth;
823
+ var __nv = +v;
824
+ if (this.i.editRowBorderWidth.top === __nv) {
825
+ return;
826
+ }
827
+ var __copy = new Thickness(2);
828
+ __copy.top = __nv;
829
+ __copy.bottom = this.i.editRowBorderWidth.bottom;
830
+ __copy.left = this.i.editRowBorderWidth.left;
831
+ __copy.right = this.i.editRowBorderWidth.right;
832
+ this.i.editRowBorderWidth = __copy;
791
833
  },
792
834
  enumerable: false,
793
835
  configurable: true
@@ -2500,8 +2542,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2500
2542
  },
2501
2543
  set: function (v) {
2502
2544
  this.ensureBorderWidth();
2503
- this.i.borderWidth.bottom = +v;
2504
- this.i.borderWidth = this.i.borderWidth;
2545
+ var __nv = +v;
2546
+ if (this.i.borderWidth.bottom === __nv) {
2547
+ return;
2548
+ }
2549
+ var __copy = new Thickness(2);
2550
+ __copy.bottom = __nv;
2551
+ __copy.left = this.i.borderWidth.left;
2552
+ __copy.right = this.i.borderWidth.right;
2553
+ __copy.top = this.i.borderWidth.top;
2554
+ this.i.borderWidth = __copy;
2505
2555
  },
2506
2556
  enumerable: false,
2507
2557
  configurable: true
@@ -2512,8 +2562,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2512
2562
  },
2513
2563
  set: function (v) {
2514
2564
  this.ensureBorderWidth();
2515
- this.i.borderWidth.left = +v;
2516
- this.i.borderWidth = this.i.borderWidth;
2565
+ var __nv = +v;
2566
+ if (this.i.borderWidth.left === __nv) {
2567
+ return;
2568
+ }
2569
+ var __copy = new Thickness(2);
2570
+ __copy.left = __nv;
2571
+ __copy.bottom = this.i.borderWidth.bottom;
2572
+ __copy.right = this.i.borderWidth.right;
2573
+ __copy.top = this.i.borderWidth.top;
2574
+ this.i.borderWidth = __copy;
2517
2575
  },
2518
2576
  enumerable: false,
2519
2577
  configurable: true
@@ -2524,8 +2582,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2524
2582
  },
2525
2583
  set: function (v) {
2526
2584
  this.ensureBorderWidth();
2527
- this.i.borderWidth.right = +v;
2528
- this.i.borderWidth = this.i.borderWidth;
2585
+ var __nv = +v;
2586
+ if (this.i.borderWidth.right === __nv) {
2587
+ return;
2588
+ }
2589
+ var __copy = new Thickness(2);
2590
+ __copy.right = __nv;
2591
+ __copy.bottom = this.i.borderWidth.bottom;
2592
+ __copy.left = this.i.borderWidth.left;
2593
+ __copy.top = this.i.borderWidth.top;
2594
+ this.i.borderWidth = __copy;
2529
2595
  },
2530
2596
  enumerable: false,
2531
2597
  configurable: true
@@ -2536,8 +2602,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2536
2602
  },
2537
2603
  set: function (v) {
2538
2604
  this.ensureBorderWidth();
2539
- this.i.borderWidth.top = +v;
2540
- this.i.borderWidth = this.i.borderWidth;
2605
+ var __nv = +v;
2606
+ if (this.i.borderWidth.top === __nv) {
2607
+ return;
2608
+ }
2609
+ var __copy = new Thickness(2);
2610
+ __copy.top = __nv;
2611
+ __copy.bottom = this.i.borderWidth.bottom;
2612
+ __copy.left = this.i.borderWidth.left;
2613
+ __copy.right = this.i.borderWidth.right;
2614
+ this.i.borderWidth = __copy;
2541
2615
  },
2542
2616
  enumerable: false,
2543
2617
  configurable: true
@@ -2567,8 +2641,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2567
2641
  },
2568
2642
  set: function (v) {
2569
2643
  this.ensureCornerRadius();
2570
- this.i.cornerRadius.c = +v;
2571
- this.i.cornerRadius = this.i.cornerRadius;
2644
+ var __nv = +v;
2645
+ if (this.i.cornerRadius.c === __nv) {
2646
+ return;
2647
+ }
2648
+ var __copy = new CornerRadius(2);
2649
+ __copy.c = __nv;
2650
+ __copy.b = this.i.cornerRadius.b;
2651
+ __copy.d = this.i.cornerRadius.d;
2652
+ __copy.e = this.i.cornerRadius.e;
2653
+ this.i.cornerRadius = __copy;
2572
2654
  },
2573
2655
  enumerable: false,
2574
2656
  configurable: true
@@ -2579,8 +2661,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2579
2661
  },
2580
2662
  set: function (v) {
2581
2663
  this.ensureCornerRadius();
2582
- this.i.cornerRadius.b = +v;
2583
- this.i.cornerRadius = this.i.cornerRadius;
2664
+ var __nv = +v;
2665
+ if (this.i.cornerRadius.b === __nv) {
2666
+ return;
2667
+ }
2668
+ var __copy = new CornerRadius(2);
2669
+ __copy.b = __nv;
2670
+ __copy.c = this.i.cornerRadius.c;
2671
+ __copy.d = this.i.cornerRadius.d;
2672
+ __copy.e = this.i.cornerRadius.e;
2673
+ this.i.cornerRadius = __copy;
2584
2674
  },
2585
2675
  enumerable: false,
2586
2676
  configurable: true
@@ -2591,8 +2681,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2591
2681
  },
2592
2682
  set: function (v) {
2593
2683
  this.ensureCornerRadius();
2594
- this.i.cornerRadius.d = +v;
2595
- this.i.cornerRadius = this.i.cornerRadius;
2684
+ var __nv = +v;
2685
+ if (this.i.cornerRadius.d === __nv) {
2686
+ return;
2687
+ }
2688
+ var __copy = new CornerRadius(2);
2689
+ __copy.d = __nv;
2690
+ __copy.c = this.i.cornerRadius.c;
2691
+ __copy.b = this.i.cornerRadius.b;
2692
+ __copy.e = this.i.cornerRadius.e;
2693
+ this.i.cornerRadius = __copy;
2596
2694
  },
2597
2695
  enumerable: false,
2598
2696
  configurable: true
@@ -2603,8 +2701,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2603
2701
  },
2604
2702
  set: function (v) {
2605
2703
  this.ensureCornerRadius();
2606
- this.i.cornerRadius.e = +v;
2607
- this.i.cornerRadius = this.i.cornerRadius;
2704
+ var __nv = +v;
2705
+ if (this.i.cornerRadius.e === __nv) {
2706
+ return;
2707
+ }
2708
+ var __copy = new CornerRadius(2);
2709
+ __copy.e = __nv;
2710
+ __copy.c = this.i.cornerRadius.c;
2711
+ __copy.b = this.i.cornerRadius.b;
2712
+ __copy.d = this.i.cornerRadius.d;
2713
+ this.i.cornerRadius = __copy;
2608
2714
  },
2609
2715
  enumerable: false,
2610
2716
  configurable: true
@@ -2621,8 +2727,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2621
2727
  },
2622
2728
  set: function (v) {
2623
2729
  this.ensureActualCornerRadius();
2624
- this.i.actualCornerRadius.c = +v;
2625
- this.i.actualCornerRadius = this.i.actualCornerRadius;
2730
+ var __nv = +v;
2731
+ if (this.i.actualCornerRadius.c === __nv) {
2732
+ return;
2733
+ }
2734
+ var __copy = new CornerRadius(2);
2735
+ __copy.c = __nv;
2736
+ __copy.b = this.i.actualCornerRadius.b;
2737
+ __copy.d = this.i.actualCornerRadius.d;
2738
+ __copy.e = this.i.actualCornerRadius.e;
2739
+ this.i.actualCornerRadius = __copy;
2626
2740
  },
2627
2741
  enumerable: false,
2628
2742
  configurable: true
@@ -2633,8 +2747,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2633
2747
  },
2634
2748
  set: function (v) {
2635
2749
  this.ensureActualCornerRadius();
2636
- this.i.actualCornerRadius.b = +v;
2637
- this.i.actualCornerRadius = this.i.actualCornerRadius;
2750
+ var __nv = +v;
2751
+ if (this.i.actualCornerRadius.b === __nv) {
2752
+ return;
2753
+ }
2754
+ var __copy = new CornerRadius(2);
2755
+ __copy.b = __nv;
2756
+ __copy.c = this.i.actualCornerRadius.c;
2757
+ __copy.d = this.i.actualCornerRadius.d;
2758
+ __copy.e = this.i.actualCornerRadius.e;
2759
+ this.i.actualCornerRadius = __copy;
2638
2760
  },
2639
2761
  enumerable: false,
2640
2762
  configurable: true
@@ -2645,8 +2767,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2645
2767
  },
2646
2768
  set: function (v) {
2647
2769
  this.ensureActualCornerRadius();
2648
- this.i.actualCornerRadius.d = +v;
2649
- this.i.actualCornerRadius = this.i.actualCornerRadius;
2770
+ var __nv = +v;
2771
+ if (this.i.actualCornerRadius.d === __nv) {
2772
+ return;
2773
+ }
2774
+ var __copy = new CornerRadius(2);
2775
+ __copy.d = __nv;
2776
+ __copy.c = this.i.actualCornerRadius.c;
2777
+ __copy.b = this.i.actualCornerRadius.b;
2778
+ __copy.e = this.i.actualCornerRadius.e;
2779
+ this.i.actualCornerRadius = __copy;
2650
2780
  },
2651
2781
  enumerable: false,
2652
2782
  configurable: true
@@ -2657,8 +2787,16 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2657
2787
  },
2658
2788
  set: function (v) {
2659
2789
  this.ensureActualCornerRadius();
2660
- this.i.actualCornerRadius.e = +v;
2661
- this.i.actualCornerRadius = this.i.actualCornerRadius;
2790
+ var __nv = +v;
2791
+ if (this.i.actualCornerRadius.e === __nv) {
2792
+ return;
2793
+ }
2794
+ var __copy = new CornerRadius(2);
2795
+ __copy.e = __nv;
2796
+ __copy.c = this.i.actualCornerRadius.c;
2797
+ __copy.b = this.i.actualCornerRadius.b;
2798
+ __copy.d = this.i.actualCornerRadius.d;
2799
+ this.i.actualCornerRadius = __copy;
2662
2800
  },
2663
2801
  enumerable: false,
2664
2802
  configurable: true
@@ -3497,6 +3635,32 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
3497
3635
  enumerable: false,
3498
3636
  configurable: true
3499
3637
  });
3638
+ Object.defineProperty(IgxDataGridComponent.prototype, "scrollbarHoverBackground", {
3639
+ /**
3640
+ * Gets or sets the scrollbar thumb background color when the pointer is over it.
3641
+ */
3642
+ get: function () {
3643
+ return brushToString(this.i.scrollbarHoverBackground);
3644
+ },
3645
+ set: function (v) {
3646
+ this.i.scrollbarHoverBackground = stringToBrush(v);
3647
+ },
3648
+ enumerable: false,
3649
+ configurable: true
3650
+ });
3651
+ Object.defineProperty(IgxDataGridComponent.prototype, "scrollbarActiveBackground", {
3652
+ /**
3653
+ * Gets or sets the scrollbar thumb background color when the user is dragging it.
3654
+ */
3655
+ get: function () {
3656
+ return brushToString(this.i.scrollbarActiveBackground);
3657
+ },
3658
+ set: function (v) {
3659
+ this.i.scrollbarActiveBackground = stringToBrush(v);
3660
+ },
3661
+ enumerable: false,
3662
+ configurable: true
3663
+ });
3500
3664
  Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsBackground", {
3501
3665
  /**
3502
3666
  * Gets or sets the column options dropdown background color.
@@ -3510,6 +3674,45 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
3510
3674
  enumerable: false,
3511
3675
  configurable: true
3512
3676
  });
3677
+ Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsScrollbarBackground", {
3678
+ /**
3679
+ * Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
3680
+ */
3681
+ get: function () {
3682
+ return brushToString(this.i.columnOptionsScrollbarBackground);
3683
+ },
3684
+ set: function (v) {
3685
+ this.i.columnOptionsScrollbarBackground = stringToBrush(v);
3686
+ },
3687
+ enumerable: false,
3688
+ configurable: true
3689
+ });
3690
+ Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsScrollbarHoverBackground", {
3691
+ /**
3692
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
3693
+ */
3694
+ get: function () {
3695
+ return brushToString(this.i.columnOptionsScrollbarHoverBackground);
3696
+ },
3697
+ set: function (v) {
3698
+ this.i.columnOptionsScrollbarHoverBackground = stringToBrush(v);
3699
+ },
3700
+ enumerable: false,
3701
+ configurable: true
3702
+ });
3703
+ Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsScrollbarActiveBackground", {
3704
+ /**
3705
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
3706
+ */
3707
+ get: function () {
3708
+ return brushToString(this.i.columnOptionsScrollbarActiveBackground);
3709
+ },
3710
+ set: function (v) {
3711
+ this.i.columnOptionsScrollbarActiveBackground = stringToBrush(v);
3712
+ },
3713
+ enumerable: false,
3714
+ configurable: true
3715
+ });
3513
3716
  Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsTextColor", {
3514
3717
  /**
3515
3718
  * Gets or sets the text color for text inside the column options menu.
@@ -5083,7 +5286,7 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
5083
5286
  }
5084
5287
  };
5085
5288
  IgxDataGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.ComponentFactoryResolver }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
5086
- IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", theme: "theme", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", useNewerColumnOptionsMenu: "useNewerColumnOptionsMenu", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", cellSelectedTextColor: "cellSelectedTextColor", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderExpansionIndicatorIconColor: "sectionHeaderExpansionIndicatorIconColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualBorder: "actualBorder", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", actualBackground: "actualBackground", background: "background", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", expandCollapseOnSectionHeaderClick: "expandCollapseOnSectionHeaderClick", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", allowCopyOperation: "allowCopyOperation", maxSelectedCellRanges: "maxSelectedCellRanges", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", filterRowDataBinding: "filterRowDataBinding", filterRowDataBound: "filterRowDataBound", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "\n <ng-container #dynamicContent></ng-container>\n ", isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
5289
+ IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", theme: "theme", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", useNewerColumnOptionsMenu: "useNewerColumnOptionsMenu", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", cellSelectedTextColor: "cellSelectedTextColor", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderExpansionIndicatorIconColor: "sectionHeaderExpansionIndicatorIconColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualBorder: "actualBorder", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", actualBackground: "actualBackground", background: "background", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", expandCollapseOnSectionHeaderClick: "expandCollapseOnSectionHeaderClick", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", scrollbarHoverBackground: "scrollbarHoverBackground", scrollbarActiveBackground: "scrollbarActiveBackground", columnOptionsBackground: "columnOptionsBackground", columnOptionsScrollbarBackground: "columnOptionsScrollbarBackground", columnOptionsScrollbarHoverBackground: "columnOptionsScrollbarHoverBackground", columnOptionsScrollbarActiveBackground: "columnOptionsScrollbarActiveBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", allowCopyOperation: "allowCopyOperation", maxSelectedCellRanges: "maxSelectedCellRanges", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", filterRowDataBinding: "filterRowDataBinding", filterRowDataBound: "filterRowDataBound", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "\n <ng-container #dynamicContent></ng-container>\n ", isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
5087
5290
  return IgxDataGridComponent;
5088
5291
  }());
5089
5292
  export { IgxDataGridComponent };
@@ -5455,8 +5658,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
5455
5658
  type: Input
5456
5659
  }], scrollbarBackground: [{
5457
5660
  type: Input
5661
+ }], scrollbarHoverBackground: [{
5662
+ type: Input
5663
+ }], scrollbarActiveBackground: [{
5664
+ type: Input
5458
5665
  }], columnOptionsBackground: [{
5459
5666
  type: Input
5667
+ }], columnOptionsScrollbarBackground: [{
5668
+ type: Input
5669
+ }], columnOptionsScrollbarHoverBackground: [{
5670
+ type: Input
5671
+ }], columnOptionsScrollbarActiveBackground: [{
5672
+ type: Input
5460
5673
  }], columnOptionsTextColor: [{
5461
5674
  type: Input
5462
5675
  }], columnOptionsTextStyle: [{