igniteui-angular-data-grids 21.1.0-beta.2 → 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
@@ -359,6 +359,16 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
359
359
  this._scroller.scrollbarBrush = color;
360
360
  }
361
361
  }
362
+ _setScrollbarHoverColor(color) {
363
+ if (this._scroller) {
364
+ this._scroller.scrollbarHoverBrush = color;
365
+ }
366
+ }
367
+ _setScrollbarActiveColor(color) {
368
+ if (this._scroller) {
369
+ this._scroller.scrollbarActiveBrush = color;
370
+ }
371
+ }
362
372
  _moveFocusNext() {
363
373
  moveFocusNext(this._elRef.element.nativeElement, true);
364
374
  }
@@ -672,32 +682,64 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
672
682
  }
673
683
  set editRowBorderWidthBottom(v) {
674
684
  this.ensureEditRowBorderWidth();
675
- this.i.editRowBorderWidth.bottom = +v;
676
- this.i.editRowBorderWidth = this.i.editRowBorderWidth;
685
+ const __nv = +v;
686
+ if (this.i.editRowBorderWidth.bottom === __nv) {
687
+ return;
688
+ }
689
+ const __copy = new Thickness(2);
690
+ __copy.bottom = __nv;
691
+ __copy.left = this.i.editRowBorderWidth.left;
692
+ __copy.right = this.i.editRowBorderWidth.right;
693
+ __copy.top = this.i.editRowBorderWidth.top;
694
+ this.i.editRowBorderWidth = __copy;
677
695
  }
678
696
  get editRowBorderWidthLeft() {
679
697
  return this.i.editRowBorderWidth ? this.i.editRowBorderWidth.left : NaN;
680
698
  }
681
699
  set editRowBorderWidthLeft(v) {
682
700
  this.ensureEditRowBorderWidth();
683
- this.i.editRowBorderWidth.left = +v;
684
- this.i.editRowBorderWidth = this.i.editRowBorderWidth;
701
+ const __nv = +v;
702
+ if (this.i.editRowBorderWidth.left === __nv) {
703
+ return;
704
+ }
705
+ const __copy = new Thickness(2);
706
+ __copy.left = __nv;
707
+ __copy.bottom = this.i.editRowBorderWidth.bottom;
708
+ __copy.right = this.i.editRowBorderWidth.right;
709
+ __copy.top = this.i.editRowBorderWidth.top;
710
+ this.i.editRowBorderWidth = __copy;
685
711
  }
686
712
  get editRowBorderWidthRight() {
687
713
  return this.i.editRowBorderWidth ? this.i.editRowBorderWidth.right : NaN;
688
714
  }
689
715
  set editRowBorderWidthRight(v) {
690
716
  this.ensureEditRowBorderWidth();
691
- this.i.editRowBorderWidth.right = +v;
692
- this.i.editRowBorderWidth = this.i.editRowBorderWidth;
717
+ const __nv = +v;
718
+ if (this.i.editRowBorderWidth.right === __nv) {
719
+ return;
720
+ }
721
+ const __copy = new Thickness(2);
722
+ __copy.right = __nv;
723
+ __copy.bottom = this.i.editRowBorderWidth.bottom;
724
+ __copy.left = this.i.editRowBorderWidth.left;
725
+ __copy.top = this.i.editRowBorderWidth.top;
726
+ this.i.editRowBorderWidth = __copy;
693
727
  }
694
728
  get editRowBorderWidthTop() {
695
729
  return this.i.editRowBorderWidth ? this.i.editRowBorderWidth.top : NaN;
696
730
  }
697
731
  set editRowBorderWidthTop(v) {
698
732
  this.ensureEditRowBorderWidth();
699
- this.i.editRowBorderWidth.top = +v;
700
- this.i.editRowBorderWidth = this.i.editRowBorderWidth;
733
+ const __nv = +v;
734
+ if (this.i.editRowBorderWidth.top === __nv) {
735
+ return;
736
+ }
737
+ const __copy = new Thickness(2);
738
+ __copy.top = __nv;
739
+ __copy.bottom = this.i.editRowBorderWidth.bottom;
740
+ __copy.left = this.i.editRowBorderWidth.left;
741
+ __copy.right = this.i.editRowBorderWidth.right;
742
+ this.i.editRowBorderWidth = __copy;
701
743
  }
702
744
  ensureEditRowBorderWidth() {
703
745
  if (this.i.editRowBorderWidth) {
@@ -1982,32 +2024,64 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
1982
2024
  }
1983
2025
  set borderWidthBottom(v) {
1984
2026
  this.ensureBorderWidth();
1985
- this.i.borderWidth.bottom = +v;
1986
- this.i.borderWidth = this.i.borderWidth;
2027
+ const __nv = +v;
2028
+ if (this.i.borderWidth.bottom === __nv) {
2029
+ return;
2030
+ }
2031
+ const __copy = new Thickness(2);
2032
+ __copy.bottom = __nv;
2033
+ __copy.left = this.i.borderWidth.left;
2034
+ __copy.right = this.i.borderWidth.right;
2035
+ __copy.top = this.i.borderWidth.top;
2036
+ this.i.borderWidth = __copy;
1987
2037
  }
1988
2038
  get borderWidthLeft() {
1989
2039
  return this.i.borderWidth ? this.i.borderWidth.left : NaN;
1990
2040
  }
1991
2041
  set borderWidthLeft(v) {
1992
2042
  this.ensureBorderWidth();
1993
- this.i.borderWidth.left = +v;
1994
- this.i.borderWidth = this.i.borderWidth;
2043
+ const __nv = +v;
2044
+ if (this.i.borderWidth.left === __nv) {
2045
+ return;
2046
+ }
2047
+ const __copy = new Thickness(2);
2048
+ __copy.left = __nv;
2049
+ __copy.bottom = this.i.borderWidth.bottom;
2050
+ __copy.right = this.i.borderWidth.right;
2051
+ __copy.top = this.i.borderWidth.top;
2052
+ this.i.borderWidth = __copy;
1995
2053
  }
1996
2054
  get borderWidthRight() {
1997
2055
  return this.i.borderWidth ? this.i.borderWidth.right : NaN;
1998
2056
  }
1999
2057
  set borderWidthRight(v) {
2000
2058
  this.ensureBorderWidth();
2001
- this.i.borderWidth.right = +v;
2002
- this.i.borderWidth = this.i.borderWidth;
2059
+ const __nv = +v;
2060
+ if (this.i.borderWidth.right === __nv) {
2061
+ return;
2062
+ }
2063
+ const __copy = new Thickness(2);
2064
+ __copy.right = __nv;
2065
+ __copy.bottom = this.i.borderWidth.bottom;
2066
+ __copy.left = this.i.borderWidth.left;
2067
+ __copy.top = this.i.borderWidth.top;
2068
+ this.i.borderWidth = __copy;
2003
2069
  }
2004
2070
  get borderWidthTop() {
2005
2071
  return this.i.borderWidth ? this.i.borderWidth.top : NaN;
2006
2072
  }
2007
2073
  set borderWidthTop(v) {
2008
2074
  this.ensureBorderWidth();
2009
- this.i.borderWidth.top = +v;
2010
- this.i.borderWidth = this.i.borderWidth;
2075
+ const __nv = +v;
2076
+ if (this.i.borderWidth.top === __nv) {
2077
+ return;
2078
+ }
2079
+ const __copy = new Thickness(2);
2080
+ __copy.top = __nv;
2081
+ __copy.bottom = this.i.borderWidth.bottom;
2082
+ __copy.left = this.i.borderWidth.left;
2083
+ __copy.right = this.i.borderWidth.right;
2084
+ this.i.borderWidth = __copy;
2011
2085
  }
2012
2086
  ensureBorderWidth() {
2013
2087
  if (this.i.borderWidth) {
@@ -2029,32 +2103,64 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
2029
2103
  }
2030
2104
  set cornerRadiusBottomRight(v) {
2031
2105
  this.ensureCornerRadius();
2032
- this.i.cornerRadius.c = +v;
2033
- this.i.cornerRadius = this.i.cornerRadius;
2106
+ const __nv = +v;
2107
+ if (this.i.cornerRadius.c === __nv) {
2108
+ return;
2109
+ }
2110
+ const __copy = new CornerRadius(2);
2111
+ __copy.c = __nv;
2112
+ __copy.b = this.i.cornerRadius.b;
2113
+ __copy.d = this.i.cornerRadius.d;
2114
+ __copy.e = this.i.cornerRadius.e;
2115
+ this.i.cornerRadius = __copy;
2034
2116
  }
2035
2117
  get cornerRadiusBottomLeft() {
2036
2118
  return this.i.cornerRadius ? this.i.cornerRadius.b : NaN;
2037
2119
  }
2038
2120
  set cornerRadiusBottomLeft(v) {
2039
2121
  this.ensureCornerRadius();
2040
- this.i.cornerRadius.b = +v;
2041
- this.i.cornerRadius = this.i.cornerRadius;
2122
+ const __nv = +v;
2123
+ if (this.i.cornerRadius.b === __nv) {
2124
+ return;
2125
+ }
2126
+ const __copy = new CornerRadius(2);
2127
+ __copy.b = __nv;
2128
+ __copy.c = this.i.cornerRadius.c;
2129
+ __copy.d = this.i.cornerRadius.d;
2130
+ __copy.e = this.i.cornerRadius.e;
2131
+ this.i.cornerRadius = __copy;
2042
2132
  }
2043
2133
  get cornerRadiusTopLeft() {
2044
2134
  return this.i.cornerRadius ? this.i.cornerRadius.d : NaN;
2045
2135
  }
2046
2136
  set cornerRadiusTopLeft(v) {
2047
2137
  this.ensureCornerRadius();
2048
- this.i.cornerRadius.d = +v;
2049
- this.i.cornerRadius = this.i.cornerRadius;
2138
+ const __nv = +v;
2139
+ if (this.i.cornerRadius.d === __nv) {
2140
+ return;
2141
+ }
2142
+ const __copy = new CornerRadius(2);
2143
+ __copy.d = __nv;
2144
+ __copy.c = this.i.cornerRadius.c;
2145
+ __copy.b = this.i.cornerRadius.b;
2146
+ __copy.e = this.i.cornerRadius.e;
2147
+ this.i.cornerRadius = __copy;
2050
2148
  }
2051
2149
  get cornerRadiusTopRight() {
2052
2150
  return this.i.cornerRadius ? this.i.cornerRadius.e : NaN;
2053
2151
  }
2054
2152
  set cornerRadiusTopRight(v) {
2055
2153
  this.ensureCornerRadius();
2056
- this.i.cornerRadius.e = +v;
2057
- this.i.cornerRadius = this.i.cornerRadius;
2154
+ const __nv = +v;
2155
+ if (this.i.cornerRadius.e === __nv) {
2156
+ return;
2157
+ }
2158
+ const __copy = new CornerRadius(2);
2159
+ __copy.e = __nv;
2160
+ __copy.c = this.i.cornerRadius.c;
2161
+ __copy.b = this.i.cornerRadius.b;
2162
+ __copy.d = this.i.cornerRadius.d;
2163
+ this.i.cornerRadius = __copy;
2058
2164
  }
2059
2165
  ensureCornerRadius() {
2060
2166
  if (this.i.cornerRadius) {
@@ -2067,32 +2173,64 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
2067
2173
  }
2068
2174
  set actualCornerRadiusBottomRight(v) {
2069
2175
  this.ensureActualCornerRadius();
2070
- this.i.actualCornerRadius.c = +v;
2071
- this.i.actualCornerRadius = this.i.actualCornerRadius;
2176
+ const __nv = +v;
2177
+ if (this.i.actualCornerRadius.c === __nv) {
2178
+ return;
2179
+ }
2180
+ const __copy = new CornerRadius(2);
2181
+ __copy.c = __nv;
2182
+ __copy.b = this.i.actualCornerRadius.b;
2183
+ __copy.d = this.i.actualCornerRadius.d;
2184
+ __copy.e = this.i.actualCornerRadius.e;
2185
+ this.i.actualCornerRadius = __copy;
2072
2186
  }
2073
2187
  get actualCornerRadiusBottomLeft() {
2074
2188
  return this.i.actualCornerRadius ? this.i.actualCornerRadius.b : NaN;
2075
2189
  }
2076
2190
  set actualCornerRadiusBottomLeft(v) {
2077
2191
  this.ensureActualCornerRadius();
2078
- this.i.actualCornerRadius.b = +v;
2079
- this.i.actualCornerRadius = this.i.actualCornerRadius;
2192
+ const __nv = +v;
2193
+ if (this.i.actualCornerRadius.b === __nv) {
2194
+ return;
2195
+ }
2196
+ const __copy = new CornerRadius(2);
2197
+ __copy.b = __nv;
2198
+ __copy.c = this.i.actualCornerRadius.c;
2199
+ __copy.d = this.i.actualCornerRadius.d;
2200
+ __copy.e = this.i.actualCornerRadius.e;
2201
+ this.i.actualCornerRadius = __copy;
2080
2202
  }
2081
2203
  get actualCornerRadiusTopLeft() {
2082
2204
  return this.i.actualCornerRadius ? this.i.actualCornerRadius.d : NaN;
2083
2205
  }
2084
2206
  set actualCornerRadiusTopLeft(v) {
2085
2207
  this.ensureActualCornerRadius();
2086
- this.i.actualCornerRadius.d = +v;
2087
- this.i.actualCornerRadius = this.i.actualCornerRadius;
2208
+ const __nv = +v;
2209
+ if (this.i.actualCornerRadius.d === __nv) {
2210
+ return;
2211
+ }
2212
+ const __copy = new CornerRadius(2);
2213
+ __copy.d = __nv;
2214
+ __copy.c = this.i.actualCornerRadius.c;
2215
+ __copy.b = this.i.actualCornerRadius.b;
2216
+ __copy.e = this.i.actualCornerRadius.e;
2217
+ this.i.actualCornerRadius = __copy;
2088
2218
  }
2089
2219
  get actualCornerRadiusTopRight() {
2090
2220
  return this.i.actualCornerRadius ? this.i.actualCornerRadius.e : NaN;
2091
2221
  }
2092
2222
  set actualCornerRadiusTopRight(v) {
2093
2223
  this.ensureActualCornerRadius();
2094
- this.i.actualCornerRadius.e = +v;
2095
- this.i.actualCornerRadius = this.i.actualCornerRadius;
2224
+ const __nv = +v;
2225
+ if (this.i.actualCornerRadius.e === __nv) {
2226
+ return;
2227
+ }
2228
+ const __copy = new CornerRadius(2);
2229
+ __copy.e = __nv;
2230
+ __copy.c = this.i.actualCornerRadius.c;
2231
+ __copy.b = this.i.actualCornerRadius.b;
2232
+ __copy.d = this.i.actualCornerRadius.d;
2233
+ this.i.actualCornerRadius = __copy;
2096
2234
  }
2097
2235
  ensureActualCornerRadius() {
2098
2236
  if (this.i.actualCornerRadius) {
@@ -2712,6 +2850,24 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
2712
2850
  set scrollbarBackground(v) {
2713
2851
  this.i.scrollbarBackground = stringToBrush(v);
2714
2852
  }
2853
+ /**
2854
+ * Gets or sets the scrollbar thumb background color when the pointer is over it.
2855
+ */
2856
+ get scrollbarHoverBackground() {
2857
+ return brushToString(this.i.scrollbarHoverBackground);
2858
+ }
2859
+ set scrollbarHoverBackground(v) {
2860
+ this.i.scrollbarHoverBackground = stringToBrush(v);
2861
+ }
2862
+ /**
2863
+ * Gets or sets the scrollbar thumb background color when the user is dragging it.
2864
+ */
2865
+ get scrollbarActiveBackground() {
2866
+ return brushToString(this.i.scrollbarActiveBackground);
2867
+ }
2868
+ set scrollbarActiveBackground(v) {
2869
+ this.i.scrollbarActiveBackground = stringToBrush(v);
2870
+ }
2715
2871
  /**
2716
2872
  * Gets or sets the column options dropdown background color.
2717
2873
  */
@@ -2721,6 +2877,33 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
2721
2877
  set columnOptionsBackground(v) {
2722
2878
  this.i.columnOptionsBackground = stringToBrush(v);
2723
2879
  }
2880
+ /**
2881
+ * Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
2882
+ */
2883
+ get columnOptionsScrollbarBackground() {
2884
+ return brushToString(this.i.columnOptionsScrollbarBackground);
2885
+ }
2886
+ set columnOptionsScrollbarBackground(v) {
2887
+ this.i.columnOptionsScrollbarBackground = stringToBrush(v);
2888
+ }
2889
+ /**
2890
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
2891
+ */
2892
+ get columnOptionsScrollbarHoverBackground() {
2893
+ return brushToString(this.i.columnOptionsScrollbarHoverBackground);
2894
+ }
2895
+ set columnOptionsScrollbarHoverBackground(v) {
2896
+ this.i.columnOptionsScrollbarHoverBackground = stringToBrush(v);
2897
+ }
2898
+ /**
2899
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
2900
+ */
2901
+ get columnOptionsScrollbarActiveBackground() {
2902
+ return brushToString(this.i.columnOptionsScrollbarActiveBackground);
2903
+ }
2904
+ set columnOptionsScrollbarActiveBackground(v) {
2905
+ this.i.columnOptionsScrollbarActiveBackground = stringToBrush(v);
2906
+ }
2724
2907
  /**
2725
2908
  * Gets or sets the text color for text inside the column options menu.
2726
2909
  */
@@ -4061,7 +4244,7 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
4061
4244
  }
4062
4245
  }
4063
4246
  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 });
4064
- 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: `
4247
+ 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: `
4065
4248
  <ng-container #dynamicContent></ng-container>
4066
4249
  `, isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
4067
4250
  return IgxDataGridComponent;
@@ -4440,8 +4623,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4440
4623
  type: Input
4441
4624
  }], scrollbarBackground: [{
4442
4625
  type: Input
4626
+ }], scrollbarHoverBackground: [{
4627
+ type: Input
4628
+ }], scrollbarActiveBackground: [{
4629
+ type: Input
4443
4630
  }], columnOptionsBackground: [{
4444
4631
  type: Input
4632
+ }], columnOptionsScrollbarBackground: [{
4633
+ type: Input
4634
+ }], columnOptionsScrollbarHoverBackground: [{
4635
+ type: Input
4636
+ }], columnOptionsScrollbarActiveBackground: [{
4637
+ type: Input
4445
4638
  }], columnOptionsTextColor: [{
4446
4639
  type: Input
4447
4640
  }], columnOptionsTextStyle: [{
@@ -92,10 +92,10 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
92
92
  this.i.ap = +v;
93
93
  }
94
94
  get iconColor() {
95
- return brushToString(this.i.c4);
95
+ return brushToString(this.i.dd);
96
96
  }
97
97
  set iconColor(v) {
98
- this.i.c4 = stringToBrush(v);
98
+ this.i.dd = stringToBrush(v);
99
99
  }
100
100
  get viewSize() {
101
101
  return this.i.ar;
@@ -107,19 +107,46 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
107
107
  * Gets or sets the column options dropdown background color.
108
108
  */
109
109
  get columnOptionsBackground() {
110
- return brushToString(this.i.cv);
110
+ return brushToString(this.i.c1);
111
111
  }
112
112
  set columnOptionsBackground(v) {
113
- this.i.cv = stringToBrush(v);
113
+ this.i.c1 = stringToBrush(v);
114
+ }
115
+ /**
116
+ * Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
117
+ */
118
+ get columnOptionsScrollbarBackground() {
119
+ return brushToString(this.i.c7);
120
+ }
121
+ set columnOptionsScrollbarBackground(v) {
122
+ this.i.c7 = stringToBrush(v);
123
+ }
124
+ /**
125
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
126
+ */
127
+ get columnOptionsScrollbarHoverBackground() {
128
+ return brushToString(this.i.c8);
129
+ }
130
+ set columnOptionsScrollbarHoverBackground(v) {
131
+ this.i.c8 = stringToBrush(v);
132
+ }
133
+ /**
134
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
135
+ */
136
+ get columnOptionsScrollbarActiveBackground() {
137
+ return brushToString(this.i.c6);
138
+ }
139
+ set columnOptionsScrollbarActiveBackground(v) {
140
+ this.i.c6 = stringToBrush(v);
114
141
  }
115
142
  /**
116
143
  * Gets or sets the text color for text inside the column options menu.
117
144
  */
118
145
  get columnOptionsTextColor() {
119
- return brushToString(this.i.c1);
146
+ return brushToString(this.i.da);
120
147
  }
121
148
  set columnOptionsTextColor(v) {
122
- this.i.c1 = stringToBrush(v);
149
+ this.i.da = stringToBrush(v);
123
150
  }
124
151
  /**
125
152
  * Gets or sets the font settings for text inside the column options menu.
@@ -139,64 +166,64 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
139
166
  * Gets or sets the hover background color inside the column options menu.
140
167
  */
141
168
  get columnOptionsHoverBackgroundColor() {
142
- return brushToString(this.i.cz);
169
+ return brushToString(this.i.c5);
143
170
  }
144
171
  set columnOptionsHoverBackgroundColor(v) {
145
- this.i.cz = stringToBrush(v);
172
+ this.i.c5 = stringToBrush(v);
146
173
  }
147
174
  /**
148
175
  * Gets or sets the tooltip background color inside the column options menu.
149
176
  */
150
177
  get columnOptionsToolTipBackgroundColor() {
151
- return brushToString(this.i.c2);
178
+ return brushToString(this.i.db);
152
179
  }
153
180
  set columnOptionsToolTipBackgroundColor(v) {
154
- this.i.c2 = stringToBrush(v);
181
+ this.i.db = stringToBrush(v);
155
182
  }
156
183
  /**
157
184
  * Gets or sets the tooltip text color inside the column options menu.
158
185
  */
159
186
  get columnOptionsToolTipTextColor() {
160
- return brushToString(this.i.c3);
187
+ return brushToString(this.i.dc);
161
188
  }
162
189
  set columnOptionsToolTipTextColor(v) {
163
- this.i.c3 = stringToBrush(v);
190
+ this.i.dc = stringToBrush(v);
164
191
  }
165
192
  /**
166
193
  * Gets or sets the highlight color inside the column options menu.
167
194
  */
168
195
  get columnOptionsHighlightColor() {
169
- return brushToString(this.i.cy);
196
+ return brushToString(this.i.c4);
170
197
  }
171
198
  set columnOptionsHighlightColor(v) {
172
- this.i.cy = stringToBrush(v);
199
+ this.i.c4 = stringToBrush(v);
173
200
  }
174
201
  /**
175
202
  * Gets or sets the color of separators inside the column options menu.
176
203
  */
177
204
  get columnOptionsSeparatorColor() {
178
- return brushToString(this.i.c0);
205
+ return brushToString(this.i.c9);
179
206
  }
180
207
  set columnOptionsSeparatorColor(v) {
181
- this.i.c0 = stringToBrush(v);
208
+ this.i.c9 = stringToBrush(v);
182
209
  }
183
210
  /**
184
211
  * Gets or sets the background color for group headers inside the column options menu.
185
212
  */
186
213
  get columnOptionsGroupHeaderBackground() {
187
- return brushToString(this.i.cw);
214
+ return brushToString(this.i.c2);
188
215
  }
189
216
  set columnOptionsGroupHeaderBackground(v) {
190
- this.i.cw = stringToBrush(v);
217
+ this.i.c2 = stringToBrush(v);
191
218
  }
192
219
  /**
193
220
  * Gets or sets the text color for group headers inside the column options menu.
194
221
  */
195
222
  get columnOptionsGroupHeaderTextColor() {
196
- return brushToString(this.i.cx);
223
+ return brushToString(this.i.c3);
197
224
  }
198
225
  set columnOptionsGroupHeaderTextColor(v) {
199
- this.i.cx = stringToBrush(v);
226
+ this.i.c3 = stringToBrush(v);
200
227
  }
201
228
  /**
202
229
  * Gets or sets the font settings for group header text inside the column options menu.
@@ -213,10 +240,10 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
213
240
  this.i.aa = fi;
214
241
  }
215
242
  get columnOptionsAccentColor() {
216
- return brushToString(this.i.cu);
243
+ return brushToString(this.i.c0);
217
244
  }
218
245
  set columnOptionsAccentColor(v) {
219
- this.i.cu = stringToBrush(v);
246
+ this.i.c0 = stringToBrush(v);
220
247
  }
221
248
  /**
222
249
  * Gets or sets the row height for submenus inside the column options menu.
@@ -304,16 +331,16 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
304
331
  this._inStyling = false;
305
332
  }
306
333
  notifySizeChanged(width, height) {
307
- this.i.b2(width, height);
334
+ this.i.b5(width, height);
308
335
  }
309
336
  notifyCellSizeChanged() {
310
- this.i.b1();
337
+ this.i.b4();
311
338
  }
312
339
  showIcon() {
313
- this.i.cf();
340
+ this.i.ci();
314
341
  }
315
342
  hideIcon() {
316
- this.i.bz();
343
+ this.i.b2();
317
344
  }
318
345
  getDesiredToolbarActions() {
319
346
  let iv = this.i.getDesiredToolbarActions();
@@ -421,7 +448,7 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
421
448
  }
422
449
  }
423
450
  IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
424
- IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", 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", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
451
+ IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", 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", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
425
452
  return IgxDataGridFilterDialogComponent;
426
453
  })();
427
454
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, decorators: [{
@@ -444,6 +471,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
444
471
  type: Input
445
472
  }], columnOptionsBackground: [{
446
473
  type: Input
474
+ }], columnOptionsScrollbarBackground: [{
475
+ type: Input
476
+ }], columnOptionsScrollbarHoverBackground: [{
477
+ type: Input
478
+ }], columnOptionsScrollbarActiveBackground: [{
479
+ type: Input
447
480
  }], columnOptionsTextColor: [{
448
481
  type: Input
449
482
  }], columnOptionsTextStyle: [{