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
@@ -10,25 +10,25 @@ import { ImageStretchOptions } from "./ImageStretchOptions";
10
10
  */
11
11
  export declare class ImageCell extends GridCellBase {
12
12
  static $t: Type;
13
- private d5;
14
- private dz;
15
- private d0;
16
13
  private d7;
17
14
  private d1;
18
15
  private d2;
16
+ private d9;
17
+ private d3;
19
18
  private d4;
20
- get d6(): DomWrapper;
21
- get d3(): number;
22
- set d3(a: number);
19
+ private d6;
20
+ get d8(): DomWrapper;
21
+ get d5(): number;
22
+ set d5(a: number);
23
23
  constructor(a: DomRenderer);
24
- private ea;
25
- eb(a: string, b: ImageResourceType): void;
26
- private d9;
27
- ee(a: ImageStretchOptions): void;
28
- private ef;
29
- d8(): void;
30
- ec(a: CellContentHorizontalAlignment): void;
31
- ed(a: CellContentVerticalAlignment): void;
24
+ private ec;
25
+ ed(a: string, b: ImageResourceType): void;
26
+ private eb;
27
+ eg(a: ImageStretchOptions): void;
28
+ private eh;
29
+ ea(): void;
30
+ ee(a: CellContentHorizontalAlignment): void;
31
+ ef(a: CellContentVerticalAlignment): void;
32
32
  protected get_ae(): boolean;
33
- protected cl(a: string, b: any, c: any): void;
33
+ protected cn(a: string, b: any, c: any): void;
34
34
  }
@@ -7,6 +7,6 @@ import { Type } from "igniteui-angular-core";
7
7
  export declare class NumericCell extends TextCell {
8
8
  static $t: Type;
9
9
  constructor(a: DomRenderer);
10
- protected cl(a: string, b: any, c: any): void;
11
- b9(): void;
10
+ protected cn(a: string, b: any, c: any): void;
11
+ cb(): void;
12
12
  }
@@ -7,10 +7,12 @@ import { Type } from "igniteui-angular-core";
7
7
  */
8
8
  export declare class SectionHeaderCell extends GridCellBase {
9
9
  static $t: Type;
10
- private dz;
11
- get d0(): DomWrapper;
10
+ private d1;
11
+ get d2(): DomWrapper;
12
12
  constructor(a: DomRenderer);
13
- c1(a: DomWrapper, b: FontInfo): void;
13
+ c3(a: DomWrapper, b: FontInfo): void;
14
+ private d3;
15
+ c4(a: number, b: number): void;
14
16
  protected get_ae(): boolean;
15
- protected cl(a: string, b: any, c: any): void;
17
+ protected cn(a: string, b: any, c: any): void;
16
18
  }
@@ -7,17 +7,17 @@ import { Type } from "igniteui-angular-core";
7
7
  */
8
8
  export declare class SummaryCell extends GridCellBase {
9
9
  static $t: Type;
10
- private dz;
11
- get d2(): DomWrapper;
12
- private d0;
13
- get d3(): DomWrapper;
14
10
  private d1;
15
- private d5;
16
- dd(a: number, b: number): void;
17
- private d4;
18
- c2(a: number, b: number): void;
19
- c1(a: DomWrapper, b: FontInfo): void;
11
+ get d4(): DomWrapper;
12
+ private d2;
13
+ get d5(): DomWrapper;
14
+ private d3;
15
+ private d7;
16
+ df(a: number, b: number): void;
17
+ private d6;
18
+ c4(a: number, b: number): void;
19
+ c3(a: DomWrapper, b: FontInfo): void;
20
20
  constructor(a: DomRenderer);
21
21
  protected get_ae(): boolean;
22
- protected cl(a: string, b: any, c: any): void;
22
+ protected cn(a: string, b: any, c: any): void;
23
23
  }
@@ -7,11 +7,11 @@ import { Type } from "igniteui-angular-core";
7
7
  */
8
8
  export declare class TemplateCell extends GridCellBase {
9
9
  static $t: Type;
10
- private dz;
11
- get d0(): TemplateCellContainer;
10
+ private d1;
11
+ get d2(): TemplateCellContainer;
12
12
  constructor(a: DomRenderer);
13
13
  protected get_ae(): boolean;
14
- protected cl(a: string, b: any, c: any): void;
15
- ca(): void;
16
- private d1;
14
+ protected cn(a: string, b: any, c: any): void;
15
+ cc(): void;
16
+ private d3;
17
17
  }
@@ -12,8 +12,8 @@ export declare class TemplateHeader extends Header {
12
12
  static $t: Type;
13
13
  constructor();
14
14
  protected n(a: CellPath): CellModel;
15
- protected d4(a: CellPath, b: DataGrid, c: any): string;
16
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
17
- hu(a: TemplateHeaderCellModel, b: any): void;
15
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
16
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
17
+ hv(a: TemplateHeaderCellModel, b: any): void;
18
18
  cellUpdating: (sender: any, args: TemplateHeaderCellUpdatingEventArgs) => void;
19
19
  }
@@ -7,8 +7,8 @@ import { Type } from "igniteui-angular-core";
7
7
  */
8
8
  export declare class TemplateHeaderCell extends GridCellBase {
9
9
  static $t: Type;
10
- private dz;
11
- get d0(): TemplateCellContainer;
10
+ private d1;
11
+ get d2(): TemplateCellContainer;
12
12
  constructor(a: DomRenderer);
13
13
  protected get_ac(): boolean;
14
14
  }
@@ -6,12 +6,12 @@ import { CellModelExport } from "./CellModelExport";
6
6
  */
7
7
  export declare class TemplateHeaderCellModel extends TemplateCellModel {
8
8
  static $t: Type;
9
- static readonly of: number;
10
- private od;
11
- get oe(): boolean;
12
- set oe(a: boolean);
13
- mt(a: string, b: any): void;
14
- l5(a: string): Type;
15
- ih(a: string): any;
9
+ static readonly oi: number;
10
+ private og;
11
+ get oh(): boolean;
12
+ set oh(a: boolean);
13
+ mw(a: string, b: any): void;
14
+ l8(a: string): Type;
15
+ ik(a: string): any;
16
16
  b(a: CellModelExport): CellModelExport;
17
17
  }
@@ -10,8 +10,8 @@ import { TemplateSectionHeaderCellUpdatingEventArgs } from "./TemplateSectionHea
10
10
  */
11
11
  export declare class TemplateSectionHeader extends SectionHeader {
12
12
  static $t: Type;
13
- protected d4(a: CellPath, b: DataGrid, c: any): string;
13
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
14
14
  protected n(a: CellPath): CellModel;
15
- ic(a: TemplateSectionHeaderCellModel, b: any): void;
15
+ ie(a: TemplateSectionHeaderCellModel, b: any): void;
16
16
  cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
17
17
  }
package/lib/TextCell.d.ts CHANGED
@@ -7,14 +7,14 @@ import { FontInfo } from "igniteui-angular-core";
7
7
  */
8
8
  export declare class TextCell extends GridCellBase {
9
9
  static $t: Type;
10
- private dz;
11
- get d0(): DomWrapper;
12
- private d2;
13
- dd(a: number, b: number): void;
14
10
  private d1;
15
- c2(a: number, b: number): void;
11
+ get d2(): DomWrapper;
12
+ private d4;
13
+ df(a: number, b: number): void;
14
+ private d3;
15
+ c4(a: number, b: number): void;
16
16
  constructor(a: DomRenderer);
17
- c1(a: DomWrapper, b: FontInfo): void;
17
+ c3(a: DomWrapper, b: FontInfo): void;
18
18
  protected get_ae(): boolean;
19
- protected cl(a: string, b: any, c: any): void;
19
+ protected cn(a: string, b: any, c: any): void;
20
20
  }
@@ -14,45 +14,45 @@ import { BaseControlTheme } from "igniteui-angular-core";
14
14
  */
15
15
  export declare class TextHeaderCell extends GridCellBase {
16
16
  static $t: Type;
17
- private ea;
17
+ private ec;
18
+ private d8;
18
19
  private d6;
19
- private d4;
20
- private d0;
21
- private dz;
22
- get ed(): DomWrapper;
23
- get d7(): GridSortIndicator;
24
- get d5(): GridFilterDialog;
25
20
  private d2;
26
- get d3(): ColumnOptionsIconBehavior;
27
- set d3(a: ColumnOptionsIconBehavior);
28
- get d1(): ColumnOptionsIconAlignment;
29
- set d1(a: ColumnOptionsIconAlignment);
21
+ private d1;
22
+ get ef(): DomWrapper;
23
+ get d9(): GridSortIndicator;
24
+ get d7(): GridFilterDialog;
25
+ private d4;
26
+ get d5(): ColumnOptionsIconBehavior;
27
+ set d5(a: ColumnOptionsIconBehavior);
28
+ get d3(): ColumnOptionsIconAlignment;
29
+ set d3(a: ColumnOptionsIconAlignment);
30
30
  protected af(a: ICellActionManager): boolean;
31
- private ec;
32
- private ef;
33
- dd(a: number, b: number): void;
34
31
  private ee;
35
- c2(a: number, b: number): void;
36
- c1(a: DomWrapper, b: FontInfo): void;
37
- protected de(a: number, b: number, c: number, d: number): void;
32
+ private eh;
33
+ df(a: number, b: number): void;
34
+ private eg;
35
+ c4(a: number, b: number): void;
36
+ c3(a: DomWrapper, b: FontInfo): void;
37
+ protected dg(a: number, b: number, c: number, d: number): void;
38
38
  constructor(a: DomRenderer);
39
- private ei;
40
- private ep;
41
- private eo;
42
39
  private ek;
43
- private el;
44
- private ej;
45
- cj(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
46
- c7(a: number, b: number, c: number, d: number): void;
47
- private en;
40
+ private er;
41
+ private eq;
48
42
  private em;
49
- protected cl(a: string, b: any, c: any): void;
50
- private d8;
43
+ private en;
44
+ private el;
45
+ cl(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
46
+ c9(a: number, b: number, c: number, d: number): void;
47
+ private ep;
48
+ private eo;
49
+ protected cn(a: string, b: any, c: any): void;
50
+ private ea;
51
51
  onContactStarted(e_: NormalizedEvent, a: boolean): void;
52
52
  onContactCompleted(e_: NormalizedEvent, a: boolean): void;
53
53
  detach(): void;
54
- db(a: BaseControlTheme): void;
54
+ dd(a: BaseControlTheme): void;
55
55
  protected get_ac(): boolean;
56
- eb: DomWrapper;
57
- d9: boolean;
56
+ ed: DomWrapper;
57
+ eb: boolean;
58
58
  }
@@ -8,14 +8,14 @@ import { Type } from "igniteui-angular-core";
8
8
  */
9
9
  export declare class VerticalSeparatorCell extends GridCellBase {
10
10
  static $t: Type;
11
- private d0;
12
- private dz;
13
- private d1;
14
11
  private d2;
15
- constructor(a: DomRenderer);
16
- cy(a: Brush, b: number, c: number, d: number, e: number): void;
17
- dd(a: number, b: number): void;
18
- cx(a: Color): void;
19
- private d4;
12
+ private d1;
20
13
  private d3;
14
+ private d4;
15
+ constructor(a: DomRenderer);
16
+ c0(a: Brush, b: number, c: number, d: number, e: number): void;
17
+ df(a: number, b: number): void;
18
+ cz(a: Color): void;
19
+ private d6;
20
+ private d5;
21
21
  }
@@ -40,6 +40,12 @@ export declare abstract class IgxCellInfo {
40
40
  */
41
41
  get columnIdx(): number;
42
42
  static ngAcceptInputType_columnIdx: number | string;
43
+ get isSectionSummary(): boolean;
44
+ static ngAcceptInputType_isSectionSummary: boolean | string;
45
+ get isRootSummary(): boolean;
46
+ static ngAcceptInputType_isRootSummary: boolean | string;
47
+ get isFirstRootSummarySeparator(): boolean;
48
+ static ngAcceptInputType_isFirstRootSummarySeparator: boolean | string;
43
49
  /**
44
50
  * Gets if the position of the cell is dirty.
45
51
  */
@@ -201,6 +201,16 @@ export declare class IgxCheckboxListComponent implements AfterViewInit {
201
201
  */
202
202
  get scrollbarBackground(): string;
203
203
  set scrollbarBackground(v: string);
204
+ /**
205
+ * Gets or sets the scrollbar thumb background color when the pointer is over it.
206
+ */
207
+ get scrollbarHoverBackground(): string;
208
+ set scrollbarHoverBackground(v: string);
209
+ /**
210
+ * Gets or sets the scrollbar thumb background color when the user is dragging it.
211
+ */
212
+ get scrollbarActiveBackground(): string;
213
+ set scrollbarActiveBackground(v: string);
204
214
  /**
205
215
  * Gets / sets the caption of the "Select All" checkbox.
206
216
  */
@@ -357,5 +367,5 @@ export declare class IgxCheckboxListComponent implements AfterViewInit {
357
367
  protected _zoneRunner: (act: () => void) => void;
358
368
  protected _runInZone(act: () => void): void;
359
369
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxCheckboxListComponent, never>;
360
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxCheckboxListComponent, "igx-checkbox-list", never, { "height": "height"; "width": "width"; "dataSource": "dataSource"; "keys": "keys"; "primaryKey": "primaryKey"; "dataMemberPath": "dataMemberPath"; "dataLegendTarget": "dataLegendTarget"; "subtitleMemberPath": "subtitleMemberPath"; "propertyTypeMemberPath": "propertyTypeMemberPath"; "selectedMemberPath": "selectedMemberPath"; "filterPlaceholderText": "filterPlaceholderText"; "searchInputType": "searchInputType"; "rowHeight": "rowHeight"; "cellTextStyle": "cellTextStyle"; "indexType": "indexType"; "baseTheme": "baseTheme"; "density": "density"; "searchIconColor": "searchIconColor"; "searchBackgroundColor": "searchBackgroundColor"; "labelClickTriggersChange": "labelClickTriggersChange"; "searchTextColor": "searchTextColor"; "searchBorderColor": "searchBorderColor"; "searchFocusBorderColor": "searchFocusBorderColor"; "searchTextStyle": "searchTextStyle"; "checkboxTickColor": "checkboxTickColor"; "checkboxCheckedBackgroundColor": "checkboxCheckedBackgroundColor"; "checkboxUncheckedBackgroundColor": "checkboxUncheckedBackgroundColor"; "checkboxCheckedBorderColor": "checkboxCheckedBorderColor"; "checkboxUncheckedBorderColor": "checkboxUncheckedBorderColor"; "checkboxCornerRadius": "checkboxCornerRadius"; "scrollbarStyle": "scrollbarStyle"; "scrollbarBackground": "scrollbarBackground"; "selectAllCaption": "selectAllCaption"; "selectAllCaptionTextColor": "selectAllCaptionTextColor"; "actualSelectAllCaptionTextColor": "actualSelectAllCaptionTextColor"; "showSelectAll": "showSelectAll"; "backgroundColor": "backgroundColor"; "rowHoverBackgroundColor": "rowHoverBackgroundColor"; "textColor": "textColor"; "showFilter": "showFilter"; "isRowHoverEnabled": "isRowHoverEnabled"; "checkboxAlignedRight": "checkboxAlignedRight"; }, { "selectedKeyAdded": "selectedKeyAdded"; "selectedKeyRemoved": "selectedKeyRemoved"; "checkedChanged": "checkedChanged"; "labelClicked": "labelClicked"; "indexTypeChanged": "indexTypeChanged"; "keysCleared": "keysCleared"; "selectAllCheckboxChanged": "selectAllCheckboxChanged"; }, never, never>;
370
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxCheckboxListComponent, "igx-checkbox-list", never, { "height": "height"; "width": "width"; "dataSource": "dataSource"; "keys": "keys"; "primaryKey": "primaryKey"; "dataMemberPath": "dataMemberPath"; "dataLegendTarget": "dataLegendTarget"; "subtitleMemberPath": "subtitleMemberPath"; "propertyTypeMemberPath": "propertyTypeMemberPath"; "selectedMemberPath": "selectedMemberPath"; "filterPlaceholderText": "filterPlaceholderText"; "searchInputType": "searchInputType"; "rowHeight": "rowHeight"; "cellTextStyle": "cellTextStyle"; "indexType": "indexType"; "baseTheme": "baseTheme"; "density": "density"; "searchIconColor": "searchIconColor"; "searchBackgroundColor": "searchBackgroundColor"; "labelClickTriggersChange": "labelClickTriggersChange"; "searchTextColor": "searchTextColor"; "searchBorderColor": "searchBorderColor"; "searchFocusBorderColor": "searchFocusBorderColor"; "searchTextStyle": "searchTextStyle"; "checkboxTickColor": "checkboxTickColor"; "checkboxCheckedBackgroundColor": "checkboxCheckedBackgroundColor"; "checkboxUncheckedBackgroundColor": "checkboxUncheckedBackgroundColor"; "checkboxCheckedBorderColor": "checkboxCheckedBorderColor"; "checkboxUncheckedBorderColor": "checkboxUncheckedBorderColor"; "checkboxCornerRadius": "checkboxCornerRadius"; "scrollbarStyle": "scrollbarStyle"; "scrollbarBackground": "scrollbarBackground"; "scrollbarHoverBackground": "scrollbarHoverBackground"; "scrollbarActiveBackground": "scrollbarActiveBackground"; "selectAllCaption": "selectAllCaption"; "selectAllCaptionTextColor": "selectAllCaptionTextColor"; "actualSelectAllCaptionTextColor": "actualSelectAllCaptionTextColor"; "showSelectAll": "showSelectAll"; "backgroundColor": "backgroundColor"; "rowHoverBackgroundColor": "rowHoverBackgroundColor"; "textColor": "textColor"; "showFilter": "showFilter"; "isRowHoverEnabled": "isRowHoverEnabled"; "checkboxAlignedRight": "checkboxAlignedRight"; }, { "selectedKeyAdded": "selectedKeyAdded"; "selectedKeyRemoved": "selectedKeyRemoved"; "checkedChanged": "checkedChanged"; "labelClicked": "labelClicked"; "indexTypeChanged": "indexTypeChanged"; "keysCleared": "keysCleared"; "selectAllCheckboxChanged": "selectAllCheckboxChanged"; }, never, never>;
361
371
  }
@@ -283,6 +283,36 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
283
283
  */
284
284
  get columnOptionsBackground(): string;
285
285
  set columnOptionsBackground(v: string);
286
+ /**
287
+ * Gets the resolved scrollbar background color for checkbox lists in the column options dialog.
288
+ */
289
+ get actualColumnOptionsScrollbarBackground(): string;
290
+ set actualColumnOptionsScrollbarBackground(v: string);
291
+ /**
292
+ * Gets or sets the scrollbar background color for checkbox lists in this column's options dialog.
293
+ */
294
+ get columnOptionsScrollbarBackground(): string;
295
+ set columnOptionsScrollbarBackground(v: string);
296
+ /**
297
+ * Gets the resolved scrollbar thumb hover background color for checkbox lists in the column options dialog.
298
+ */
299
+ get actualColumnOptionsScrollbarHoverBackground(): string;
300
+ set actualColumnOptionsScrollbarHoverBackground(v: string);
301
+ /**
302
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in this column's options dialog.
303
+ */
304
+ get columnOptionsScrollbarHoverBackground(): string;
305
+ set columnOptionsScrollbarHoverBackground(v: string);
306
+ /**
307
+ * Gets the resolved scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
308
+ */
309
+ get actualColumnOptionsScrollbarActiveBackground(): string;
310
+ set actualColumnOptionsScrollbarActiveBackground(v: string);
311
+ /**
312
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in this column's options dialog.
313
+ */
314
+ get columnOptionsScrollbarActiveBackground(): string;
315
+ set columnOptionsScrollbarActiveBackground(v: string);
286
316
  /**
287
317
  * Gets or sets the text color for text inside the column options menu.
288
318
  */
@@ -568,5 +598,5 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
568
598
  private _actualHeaderTextChange;
569
599
  get actualHeaderTextChange(): EventEmitter<string>;
570
600
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridColumnComponent, never>;
571
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridColumnComponent, "ng-component", never, { "paddingLeft": "paddingLeft"; "paddingTop": "paddingTop"; "paddingRight": "paddingRight"; "paddingBottom": "paddingBottom"; "name": "name"; "field": "field"; "headerText": "headerText"; "actualHeaderText": "actualHeaderText"; "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "selectedTextColor": "selectedTextColor"; "actualSelectedTextColor": "actualSelectedTextColor"; "rowHoverBackground": "rowHoverBackground"; "actualHoverBackground": "actualHoverBackground"; "rowHoverTextColor": "rowHoverTextColor"; "actualRowHoverTextColor": "actualRowHoverTextColor"; "animationSettings": "animationSettings"; "width": "width"; "minWidth": "minWidth"; "isFromMarkup": "isFromMarkup"; "isAutoGenerated": "isAutoGenerated"; "filter": "filter"; "filterExpression": "filterExpression"; "header": "header"; "isFilteringEnabled": "isFilteringEnabled"; "isResizingEnabled": "isResizingEnabled"; "isSortingEnabled": "isSortingEnabled"; "isHidden": "isHidden"; "shouldRemoveWhenHidden": "shouldRemoveWhenHidden"; "sortDirection": "sortDirection"; "pinned": "pinned"; "actualColumnOptionsIconAlignment": "actualColumnOptionsIconAlignment"; "columnOptionsIconAlignment": "columnOptionsIconAlignment"; "actualColumnOptionsIconColor": "actualColumnOptionsIconColor"; "columnOptionsIconColor": "columnOptionsIconColor"; "columnOptionsIconBehavior": "columnOptionsIconBehavior"; "actualColumnOptionsIconBehavior": "actualColumnOptionsIconBehavior"; "actualIsColumnOptionsEnabled": "actualIsColumnOptionsEnabled"; "isColumnOptionsEnabled": "isColumnOptionsEnabled"; "actualIsColumnOptionsSummariesEnabled": "actualIsColumnOptionsSummariesEnabled"; "isColumnOptionsSummariesEnabled": "isColumnOptionsSummariesEnabled"; "actualIsColumnOptionsGroupingEnabled": "actualIsColumnOptionsGroupingEnabled"; "isColumnOptionsGroupingEnabled": "isColumnOptionsGroupingEnabled"; "actualColumnOptionsBackground": "actualColumnOptionsBackground"; "columnOptionsBackground": "columnOptionsBackground"; "actualColumnOptionsTextColor": "actualColumnOptionsTextColor"; "columnOptionsTextColor": "columnOptionsTextColor"; "columnOptionsTextStyle": "columnOptionsTextStyle"; "actualColumnOptionsHoverBackgroundColor": "actualColumnOptionsHoverBackgroundColor"; "columnOptionsHoverBackgroundColor": "columnOptionsHoverBackgroundColor"; "actualColumnOptionsToolTipBackgroundColor": "actualColumnOptionsToolTipBackgroundColor"; "columnOptionsToolTipBackgroundColor": "columnOptionsToolTipBackgroundColor"; "actualColumnOptionsToolTipTextColor": "actualColumnOptionsToolTipTextColor"; "columnOptionsToolTipTextColor": "columnOptionsToolTipTextColor"; "actualColumnOptionsHighlightColor": "actualColumnOptionsHighlightColor"; "columnOptionsHighlightColor": "columnOptionsHighlightColor"; "actualColumnOptionsSeparatorColor": "actualColumnOptionsSeparatorColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "actualColumnOptionsGroupHeaderBackground": "actualColumnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "actualColumnOptionsGroupHeaderTextColor": "actualColumnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextStyle": "columnOptionsGroupHeaderTextStyle"; "actualColumnOptionsAccentColor": "actualColumnOptionsAccentColor"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "actualColumnOptionsRowHeight": "actualColumnOptionsRowHeight"; "columnOptionsRowHeight": "columnOptionsRowHeight"; "isEditable": "isEditable"; "deletedTextColor": "deletedTextColor"; "actualDeletedTextColor": "actualDeletedTextColor"; "editOpacity": "editOpacity"; "actualEditOpacity": "actualEditOpacity"; "textEditStyle": "textEditStyle"; "actualEditFontInfo": "actualEditFontInfo"; "mergedCellMode": "mergedCellMode"; "mergedCellEvaluationCriteria": "mergedCellEvaluationCriteria"; "mergedCellVerticalAlignment": "mergedCellVerticalAlignment"; "mergedCellPaddingLeft": "mergedCellPaddingLeft"; "mergedCellPaddingTop": "mergedCellPaddingTop"; "mergedCellPaddingRight": "mergedCellPaddingRight"; "mergedCellPaddingBottom": "mergedCellPaddingBottom"; "filterComparisonType": "filterComparisonType"; "filterOperands": "filterOperands"; "suffixText": "suffixText"; "suffixTextColor": "suffixTextColor"; "suffixTextStyle": "suffixTextStyle"; "suffixIconName": "suffixIconName"; "suffixIconCollectionName": "suffixIconCollectionName"; "suffixIconStroke": "suffixIconStroke"; "suffixIconFill": "suffixIconFill"; "suffixIconViewBoxLeft": "suffixIconViewBoxLeft"; "suffixIconViewBoxTop": "suffixIconViewBoxTop"; "suffixIconViewBoxWidth": "suffixIconViewBoxWidth"; "suffixIconViewBoxHeight": "suffixIconViewBoxHeight"; "suffixMargin": "suffixMargin"; "textDecoration": "textDecoration"; }, { "formatCell": "formatCell"; "actualHeaderTextChange": "actualHeaderTextChange"; }, never, never>;
601
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridColumnComponent, "ng-component", never, { "paddingLeft": "paddingLeft"; "paddingTop": "paddingTop"; "paddingRight": "paddingRight"; "paddingBottom": "paddingBottom"; "name": "name"; "field": "field"; "headerText": "headerText"; "actualHeaderText": "actualHeaderText"; "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "selectedTextColor": "selectedTextColor"; "actualSelectedTextColor": "actualSelectedTextColor"; "rowHoverBackground": "rowHoverBackground"; "actualHoverBackground": "actualHoverBackground"; "rowHoverTextColor": "rowHoverTextColor"; "actualRowHoverTextColor": "actualRowHoverTextColor"; "animationSettings": "animationSettings"; "width": "width"; "minWidth": "minWidth"; "isFromMarkup": "isFromMarkup"; "isAutoGenerated": "isAutoGenerated"; "filter": "filter"; "filterExpression": "filterExpression"; "header": "header"; "isFilteringEnabled": "isFilteringEnabled"; "isResizingEnabled": "isResizingEnabled"; "isSortingEnabled": "isSortingEnabled"; "isHidden": "isHidden"; "shouldRemoveWhenHidden": "shouldRemoveWhenHidden"; "sortDirection": "sortDirection"; "pinned": "pinned"; "actualColumnOptionsIconAlignment": "actualColumnOptionsIconAlignment"; "columnOptionsIconAlignment": "columnOptionsIconAlignment"; "actualColumnOptionsIconColor": "actualColumnOptionsIconColor"; "columnOptionsIconColor": "columnOptionsIconColor"; "columnOptionsIconBehavior": "columnOptionsIconBehavior"; "actualColumnOptionsIconBehavior": "actualColumnOptionsIconBehavior"; "actualIsColumnOptionsEnabled": "actualIsColumnOptionsEnabled"; "isColumnOptionsEnabled": "isColumnOptionsEnabled"; "actualIsColumnOptionsSummariesEnabled": "actualIsColumnOptionsSummariesEnabled"; "isColumnOptionsSummariesEnabled": "isColumnOptionsSummariesEnabled"; "actualIsColumnOptionsGroupingEnabled": "actualIsColumnOptionsGroupingEnabled"; "isColumnOptionsGroupingEnabled": "isColumnOptionsGroupingEnabled"; "actualColumnOptionsBackground": "actualColumnOptionsBackground"; "columnOptionsBackground": "columnOptionsBackground"; "actualColumnOptionsScrollbarBackground": "actualColumnOptionsScrollbarBackground"; "columnOptionsScrollbarBackground": "columnOptionsScrollbarBackground"; "actualColumnOptionsScrollbarHoverBackground": "actualColumnOptionsScrollbarHoverBackground"; "columnOptionsScrollbarHoverBackground": "columnOptionsScrollbarHoverBackground"; "actualColumnOptionsScrollbarActiveBackground": "actualColumnOptionsScrollbarActiveBackground"; "columnOptionsScrollbarActiveBackground": "columnOptionsScrollbarActiveBackground"; "actualColumnOptionsTextColor": "actualColumnOptionsTextColor"; "columnOptionsTextColor": "columnOptionsTextColor"; "columnOptionsTextStyle": "columnOptionsTextStyle"; "actualColumnOptionsHoverBackgroundColor": "actualColumnOptionsHoverBackgroundColor"; "columnOptionsHoverBackgroundColor": "columnOptionsHoverBackgroundColor"; "actualColumnOptionsToolTipBackgroundColor": "actualColumnOptionsToolTipBackgroundColor"; "columnOptionsToolTipBackgroundColor": "columnOptionsToolTipBackgroundColor"; "actualColumnOptionsToolTipTextColor": "actualColumnOptionsToolTipTextColor"; "columnOptionsToolTipTextColor": "columnOptionsToolTipTextColor"; "actualColumnOptionsHighlightColor": "actualColumnOptionsHighlightColor"; "columnOptionsHighlightColor": "columnOptionsHighlightColor"; "actualColumnOptionsSeparatorColor": "actualColumnOptionsSeparatorColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "actualColumnOptionsGroupHeaderBackground": "actualColumnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "actualColumnOptionsGroupHeaderTextColor": "actualColumnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextStyle": "columnOptionsGroupHeaderTextStyle"; "actualColumnOptionsAccentColor": "actualColumnOptionsAccentColor"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "actualColumnOptionsRowHeight": "actualColumnOptionsRowHeight"; "columnOptionsRowHeight": "columnOptionsRowHeight"; "isEditable": "isEditable"; "deletedTextColor": "deletedTextColor"; "actualDeletedTextColor": "actualDeletedTextColor"; "editOpacity": "editOpacity"; "actualEditOpacity": "actualEditOpacity"; "textEditStyle": "textEditStyle"; "actualEditFontInfo": "actualEditFontInfo"; "mergedCellMode": "mergedCellMode"; "mergedCellEvaluationCriteria": "mergedCellEvaluationCriteria"; "mergedCellVerticalAlignment": "mergedCellVerticalAlignment"; "mergedCellPaddingLeft": "mergedCellPaddingLeft"; "mergedCellPaddingTop": "mergedCellPaddingTop"; "mergedCellPaddingRight": "mergedCellPaddingRight"; "mergedCellPaddingBottom": "mergedCellPaddingBottom"; "filterComparisonType": "filterComparisonType"; "filterOperands": "filterOperands"; "suffixText": "suffixText"; "suffixTextColor": "suffixTextColor"; "suffixTextStyle": "suffixTextStyle"; "suffixIconName": "suffixIconName"; "suffixIconCollectionName": "suffixIconCollectionName"; "suffixIconStroke": "suffixIconStroke"; "suffixIconFill": "suffixIconFill"; "suffixIconViewBoxLeft": "suffixIconViewBoxLeft"; "suffixIconViewBoxTop": "suffixIconViewBoxTop"; "suffixIconViewBoxWidth": "suffixIconViewBoxWidth"; "suffixIconViewBoxHeight": "suffixIconViewBoxHeight"; "suffixMargin": "suffixMargin"; "textDecoration": "textDecoration"; }, { "formatCell": "formatCell"; "actualHeaderTextChange": "actualHeaderTextChange"; }, never, never>;
572
602
  }
@@ -124,6 +124,8 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
124
124
  get width(): string;
125
125
  private _setScrollbarStyle;
126
126
  private _setScrollbarColor;
127
+ private _setScrollbarHoverColor;
128
+ private _setScrollbarActiveColor;
127
129
  private _moveFocusNext;
128
130
  private _moveFocusPrevious;
129
131
  private _columnsAdapter;
@@ -1172,11 +1174,36 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
1172
1174
  */
1173
1175
  get scrollbarBackground(): string;
1174
1176
  set scrollbarBackground(v: string);
1177
+ /**
1178
+ * Gets or sets the scrollbar thumb background color when the pointer is over it.
1179
+ */
1180
+ get scrollbarHoverBackground(): string;
1181
+ set scrollbarHoverBackground(v: string);
1182
+ /**
1183
+ * Gets or sets the scrollbar thumb background color when the user is dragging it.
1184
+ */
1185
+ get scrollbarActiveBackground(): string;
1186
+ set scrollbarActiveBackground(v: string);
1175
1187
  /**
1176
1188
  * Gets or sets the column options dropdown background color.
1177
1189
  */
1178
1190
  get columnOptionsBackground(): string;
1179
1191
  set columnOptionsBackground(v: string);
1192
+ /**
1193
+ * Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
1194
+ */
1195
+ get columnOptionsScrollbarBackground(): string;
1196
+ set columnOptionsScrollbarBackground(v: string);
1197
+ /**
1198
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
1199
+ */
1200
+ get columnOptionsScrollbarHoverBackground(): string;
1201
+ set columnOptionsScrollbarHoverBackground(v: string);
1202
+ /**
1203
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
1204
+ */
1205
+ get columnOptionsScrollbarActiveBackground(): string;
1206
+ set columnOptionsScrollbarActiveBackground(v: string);
1180
1207
  /**
1181
1208
  * Gets or sets the text color for text inside the column options menu.
1182
1209
  */
@@ -1726,5 +1753,5 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
1726
1753
  protected _zoneRunner: (act: () => void) => void;
1727
1754
  protected _runInZone(act: () => void): void;
1728
1755
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridComponent, never>;
1729
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridComponent, "igx-data-grid", never, { "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"; }, { "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"; }, ["contentColumns"], never>;
1756
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridComponent, "igx-data-grid", never, { "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"; }, { "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"; }, ["contentColumns"], never>;
1730
1757
  }
@@ -54,6 +54,21 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
54
54
  */
55
55
  get columnOptionsBackground(): string;
56
56
  set columnOptionsBackground(v: string);
57
+ /**
58
+ * Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
59
+ */
60
+ get columnOptionsScrollbarBackground(): string;
61
+ set columnOptionsScrollbarBackground(v: string);
62
+ /**
63
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
64
+ */
65
+ get columnOptionsScrollbarHoverBackground(): string;
66
+ set columnOptionsScrollbarHoverBackground(v: string);
67
+ /**
68
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
69
+ */
70
+ get columnOptionsScrollbarActiveBackground(): string;
71
+ set columnOptionsScrollbarActiveBackground(v: string);
57
72
  /**
58
73
  * Gets or sets the text color for text inside the column options menu.
59
74
  */
@@ -161,5 +176,5 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
161
176
  protected _zoneRunner: (act: () => void) => void;
162
177
  protected _runInZone(act: () => void): void;
163
178
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridFilterDialogComponent, never>;
164
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridFilterDialogComponent, "igx-data-grid-filter-dialog", never, { "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"; }, { "dialogOpening": "dialogOpening"; "filterChanging": "filterChanging"; "filterChanged": "filterChanged"; "renderCompleted": "renderCompleted"; }, never, never>;
179
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridFilterDialogComponent, "igx-data-grid-filter-dialog", never, { "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"; }, { "dialogOpening": "dialogOpening"; "filterChanging": "filterChanging"; "filterChanged": "filterChanged"; "renderCompleted": "renderCompleted"; }, never, never>;
165
180
  }
@@ -31,8 +31,8 @@ export declare abstract class IgxSummaryRowComponent extends IgxDefinitionBaseCo
31
31
  /**
32
32
  * Gets or sets the text style for the summary labels.
33
33
  */
34
- get summaryNameTextStyle(): string;
35
- set summaryNameTextStyle(v: string);
34
+ get summaryLabelTextStyle(): string;
35
+ set summaryLabelTextStyle(v: string);
36
36
  /**
37
37
  * Gets or sets the amount of left padding to use for the cell content for this column.
38
38
  */
@@ -58,5 +58,5 @@ export declare abstract class IgxSummaryRowComponent extends IgxDefinitionBaseCo
58
58
  set paddingBottom(v: number);
59
59
  static ngAcceptInputType_paddingBottom: number | string;
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxSummaryRowComponent, never>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxSummaryRowComponent, "ng-component", never, { "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "summaryLabelTextColor": "summaryLabelTextColor"; "actualSummaryLabelTextColor": "actualSummaryLabelTextColor"; "summaryNameTextStyle": "summaryNameTextStyle"; "paddingLeft": "paddingLeft"; "paddingTop": "paddingTop"; "paddingRight": "paddingRight"; "paddingBottom": "paddingBottom"; }, {}, never, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxSummaryRowComponent, "ng-component", never, { "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "summaryLabelTextColor": "summaryLabelTextColor"; "actualSummaryLabelTextColor": "actualSummaryLabelTextColor"; "summaryLabelTextStyle": "summaryLabelTextStyle"; "paddingLeft": "paddingLeft"; "paddingTop": "paddingTop"; "paddingRight": "paddingRight"; "paddingBottom": "paddingBottom"; }, {}, never, never>;
62
62
  }
@@ -51,6 +51,21 @@ export declare class IgxTextHeaderCellInfo extends IgxTextCellInfo {
51
51
  */
52
52
  get columnOptionsBackground(): string;
53
53
  set columnOptionsBackground(v: string);
54
+ /**
55
+ * Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
56
+ */
57
+ get columnOptionsScrollbarBackground(): string;
58
+ set columnOptionsScrollbarBackground(v: string);
59
+ /**
60
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
61
+ */
62
+ get columnOptionsScrollbarHoverBackground(): string;
63
+ set columnOptionsScrollbarHoverBackground(v: string);
64
+ /**
65
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
66
+ */
67
+ get columnOptionsScrollbarActiveBackground(): string;
68
+ set columnOptionsScrollbarActiveBackground(v: string);
54
69
  /**
55
70
  * Gets or sets the text color for text inside the column options menu.
56
71
  */